﻿
/* Fixed header at top */
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}


.hamburger-menu {
    display: none;
}

/*==========================
  Floating Social Icons
==========================*/

.hudco-social {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-floating {
    position: fixed !important;
    right: 0 !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 9999;
}

.social-entry {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    background: #fff;
    color: #333;
    font-size: 20px;
    box-shadow: 0 5px 18px rgba(0,0,0,.18);
    transition: all .3s ease;
    opacity: 0;
    transform: translateX(60px);
    animation: socialSlide .5s forwards;
}

    .social-btn:nth-child(1) {
        animation-delay: .1s;
    }

    .social-btn:nth-child(2) {
        animation-delay: .2s;
    }

    .social-btn:nth-child(3) {
        animation-delay: .3s;
    }

    .social-btn:nth-child(4) {
        animation-delay: .4s;
    }

@keyframes socialSlide {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

    .social-btn:hover {
        transform: translateX(-6px) scale(1.08);
        box-shadow: 0 8px 25px rgba(0,0,0,.25);
    }

/* Individual Colors */

.facebook {
    color: #1877F2;
}

.twitter {
    color: #000;
}

.youtube {
    color: #FF0000;
}

.linkedin {
    color: #0077B5;
}

.facebook:hover {
    background: #1877F2;
    color: #fff;
}

.twitter:hover {
    background: #000;
    color: #fff;
}

.youtube:hover {
    background: #FF0000;
    color: #fff;
}

.linkedin:hover {
    background: #0077B5;
    color: #fff;
}

/* =========================================================
   COMPACT SOCIAL POPUP
   ========================================================= */

.social-card {
    position: fixed;
    width: 300px;
    max-width: 300px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 100000;
    pointer-events: none;
}


    /* Visible */

    .social-card.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%) translateX(0);
        pointer-events: auto;
    }


/* =========================================================
   TOP COLOUR STRIP
   ========================================================= */

.social-strip {
    height: 4px;
    background: #1877F2;
}


/* =========================================================
   CARD CONTENT
   ========================================================= */

.social-card-content {
    padding: 10px 14px 11px;
}


/* =========================================================
   TITLE + FOLLOW
   ========================================================= */

.social-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}


/* Platform name */

.platform-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    color: #222;
}


/* Official account */

.platform-status {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 3px;
    color: #2E7D32;
    font-size: 10px;
    line-height: 1.1;
}

    .platform-status i {
        font-size: 9px;
    }


/* =========================================================
   DESCRIPTION
   ========================================================= */

.social-card-description {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.4;
    color: #666;
}


/* =========================================================
   FOLLOW US
   ========================================================= */

.social-follow {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 0;
    text-decoration: none;
    color: #880000;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

    .social-follow:hover {
        color: #880000;
        text-decoration: none;
    }

    .social-follow i {
        font-size: 10px;
        transition: transform 0.2s ease;
    }

    .social-follow:hover i {
        transform: translateX(4px);
    }


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 576px) {

    .social-card {
        width: 260px;
        max-width: 260px;
    }
}

.mid-header {
    /*padding: 15px 0 0 0;*/
    background: #fdfdfd;
    /*height: 139px;*/
    padding: 0 2%;
    /* height: 7vw;*/
    display: inline-block;
    width: 100%;
}

.top-nav {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    height: 50%;
}

    .top-nav ul li {
        float: left;
        /*padding: 0 8px;*/
    }

        .top-nav ul li.tender-btn a {
            padding: 5px 10px;
            background: #f2af20;
            color: #333;
            font-weight: 700;
            font-size: 13px;
            text-decoration: none;
            border-radius: 6px;
            float: left;
        }

.srchicn {
    display: none;
}

.top-nav ul li.tender-btn a span {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
}

.top-nav ul li.tender-btn.covidbtn a span {
    font-size: 13px;
}

    .top-nav ul li.tender-btn.covidbtn a span img {
        display: inline-block;
        height: 18px;
        font-size: 5px;
    }

.top-nav ul li.header-searchbox input {
    /*padding: 5px 0px 4px 10px;
    vertical-align: top;
    background: none;
    background-color: #faeed5;
    font-weight: 300;
    font-size: 13px;
    color: #770a07;
    border: 1px solid #faeed5;
    width: 268px;
    opacity: 1;
    border-radius: 0px;
    font-weight: bold;*/
    width: 65%;
    float: left;
    background-color: #00000014;
    border: none;
    /*padding: 7px;*/
    outline: none;
    HEIGHT: 38PX;
    margin-top: 1px;
    border-radius: 20px;
}



.top-nav ul li.header-searchbox button {
    border: 0;
    background: none;
    font-size: 20px;
    color: rgb(161 156 156);
    margin-left: -58px;
    margin-top: -6px;
    float: left;
}



.top-nav ul li.social-icon a span {
    width: 33px;
    height: 28px;
    border-radius: 0%;
    text-align: center;
    line-height: 28px;
    color: #fff;
    /*margin: 6px 2px;*/
    margin-top: -4px;
}

.social-icon {
    color: #fff;
    text-decoration: none;
}

.top-nav ul li.social-icon a span.fa-facebook-f {
    /*background: #3b5998;*/
}

.top-nav ul li.social-icon a span.fa-twitter {
    /*background: #55acee;*/
}

.top-nav ul li.social-icon a span.fa-linkedin-in {
    /*background: #2a6495;*/
}

.top-nav ul li.social-icon a span.fa-youtube {
    /*background: #e51b24;*/
}

.topheader ul li.increament-list a {
    height: auto;
    /*float: left;*/
    /*background: #925823;*/
    /*background: #2f3573;*/
    text-align: center;
    /*font-size: 1VW;*/
    color: #1a1a2e;
    /*block-size: 1.56vw;*/
}

    .topheader ul li.increament-list a:hover {
        text-decoration: none;
    }


    .topheader ul li.increament-list a:nth-child(2) {
        /*background: #d28945;*/
        /*background: #459fd2;*/
    }

.topheader ul li.change-color a {
    float: left;
    padding: 3px;
    margin: 5px 2px;
    transition: all ease-in-out 0.5s;
    outline: none;
}

    .topheader ul li.change-color a span {
        width: 11px;
        height: 11px;
        float: left;
        border-radius: 50%;
    }



    .topheader ul li.change-color a:hover, .top-nav ul li.change-color a.active, .top-nav ul li.change-color a:focus {
        outline: 1px solid #fff;
    }

    .topheader ul li.change-color a .bluetheme {
        background: #df3b20;
    }

.top-nav ul li.change-color a .greentheme {
    background: #08c82f;
}

.topheader ul li.change-color a .black-theme {
    background: #191919;
}

.topheader ul li.change-color a .default-theme {
    background: white;
}

.lang-modal {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    overflow: hidden; /* Prevents scrolling */
}

.lang-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    max-width: 90%; /* Make sure the modal is not too wide on large screens */
    width: 35%; /* Ensure it takes full width on smaller screens */
    max-height: 80%; /* Limit the height for smaller devices */
    overflow-y: auto; /* Add scroll if content overflows */
}

    .lang-modal-content p {
        font-size: 1rem; /* Adjust text size for better readability */
        margin-bottom: 20px;
    }

.lang-btn {
    display: inline-block;
    width: 90%; /* Full-width buttons on mobile devices */
    max-width: 200px; /* Limit button width on larger screens */
    margin: 10px 5px;
    padding: 10px;
    font-size: 1rem;
    color: #fff;
    background-color: rgba(77, 67, 51, 0.4);
    border: none;
    border-radius: 35px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .lang-btn:hover {
        background-color: rgba(77, 67, 51, 1); /* Darken on hover */
    }

#scrollingContainer {
    width: 100%;
    overflow: hidden;
    /*font-style: italic;*/
    color: darkblue;
    text-align: center;
}

#scrollingText {
    white-space: nowrap;
    overflow: hidden;
    animation: scrollingAnimation 10s linear;
    animation-play-state: running; /* Ensure the animation starts running immediately */
    font-size: 0.9vw;
}

@keyframes scrollingAnimation {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes glowing {
    0% {
        padding: 5px 10px;
        border-radius: 6px;
        background-color: #f2af20;
        box-shadow: 0 0 5px #f2af20;
    }

    50% {
        padding: 5px 10px;
        border-radius: 6px;
        background-color: #f2af20;
        box-shadow: 0 0 20px #f2af20;
    }

    100% {
        padding: 5px 10px;
        border-radius: 6px;
        background-color: #f2af20;
        box-shadow: 0 0 5px #f2af20;
    }
}

#new {
    animation: glowing 1300ms infinite;
}

#skiptomaincss {
    color: #1a1a2e;
    text-decoration: none;
    padding-bottom: 3px;
}

    #skiptomaincss:hover {
        color: #fff;
    }

    #skiptomaincss::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #fff;
        transform: scaleX(0);
    }

#rptTopHeader:hover {
    color: rgba(106,5,2,0.8);
    text-decoration: underline;
}

.black-theme #rptTopHeader:hover {
    color: #fff;
}

/* Hide mobile close button on desktop by default */
.mobile-menu-close {
    display: none;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    /*left: 0;*/
    right: 0;
    background-color: #61656578;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}


    .sidenav .closebtn {
        position: absolute;
        top: 169px;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        color: red;
    }

.header-searchbox-css {
    margin-right: -87px;
}

.topnav-img {
    height: 55px;
    margin-top: -85px;
    margin-right: 37px;
}

/*.logo {
    border-right: 1px solid #d2d2d2;
}*/

.logocontainer {
    position: absolute;
    width: 100%;
    z-index: 10001;
}

#logo-img {
    animation: fadeIn 2s;
}

#overlay {
    /*position: fixed;
            display: none;
            height: 120px;*/
    width: 195px;
    /*top: 60px;
            left: 35px;*/
    right: 0;
    bottom: 0;
    /*background-color: #ffffff;*/
    cursor: pointer;
    animation: fadeIn 2s;
}

.logocontainer li a:hover .overlay {
    opacity: 1;
}

.top-nav ul li:hover {
    display: block;
    cursor: pointer;
}

.hide_ss {
    display: none;
    margin-top: -70px;
    z-index: 2;
    position: absolute;
    margin-left: 220px;
}

.social-hide:hover + .hide_ss {
    display: block;
    cursor: pointer;
    z-index: 1000;
}

.social-hide:hover + .hide_ss {
    display: block;
    cursor: pointer;
    z-index: 1000;
}

.social-icon {
    color: #fff !important;
}

.social-icons {
    margin-top: 10px;
}

    .social-icons a {
        vertical-align: top;
        display: inline;
        height: 100px;
    }

    .social-icons a {
        color: #fff;
        text-decoration: none;
    }


/*.fa-facebook {*/
/*margin-left: 12px;*/
/*padding: 10px 20px;
    font-size: 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    color: white !important;
    background: rgba(160, 160, 160, 0.5);
}

    .fa-facebook:hover {
        background-color: #3d5b99;
    }*/

/*.fa-twitter {
    margin-left: 12px;
    padding: 10px 15px;
    font-size: 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: rgba(160, 160, 160, 0.5);
    color: white !important;
}

    .fa-twitter:hover {
        background-color: #00aced;
    }*/

/*.fa-youtube {*/
/*margin-left: 12px;*/
/*padding: 10px 15px;
    font-size: 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: rgba(160, 160, 160, 0.5);
    color: white !important;
}

    .fa-youtube:hover {
        background-color: #e64a41;
    }*/

/*.fa-linkedin {*/
/*margin-left: 12px;*/
/*padding: 10px 16px;
    font-size: 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: rgba(160, 160, 160, 0.5);
    color: white !important;
}

    .fa-linkedin:hover {
        background-color: #0073a4;
    }*/

.title-bse {
    height: 34px;
    margin-top: -2px;
    margin-left: 32px;
    width: 22%;
}

.title-nse {
    height: 34px;
    margin-top: -62px;
    margin-left: 251px;
    width: 22%;
}

.stockview {
    font-size: 150%;
    font-weight: bold;
    /*margin: -11px;*/
}

.lr-mar {
    margin: 0 1%;
}

.funding_aim {
    color: #03043e;
    font-size: 0.8vw;
    /* font-weight: bold; */
    font-style: italic;
}

.funding {
    color: #880000;
    font-size: 1.2vw;
    font-weight: bold;
    min-height: 1.5em; /* prevents layout jump */
}

#rotating-text {
    display: inline-block;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-out {
    opacity: 0;
    transform: translateY(-5px);
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
}


.news-marquee {
    float: right;
}

/*#typewriter {
    font-weight: 500;
}

    #typewriter::after {
        content: "|";
        margin-left: 2px;
        animation: blink 1s infinite;
    }

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}
*/
.line {
    position: absolute;
    width: 100%;
    opacity: 0;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    text-align: center;
    color: darkblue;
    font-size: smaller;
}

.line1 {
    top: 0;
    animation-name: slideFromLeft;
}

.line2 {
    bottom: 0;
    animation-name: slideFromRight;
}

@keyframes slideFromLeft {
    0% {
        transform: translateX(-80%);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideFromRight {
    0% {
        transform: translateX(60%);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.bordr-rgt {
    border-right: 1px solid #8c8c8c;
}

.brdr-srchicn {
    padding: 0 1%;
}

.accessible-icon {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.accessiblelinks {
    display: none;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    width: 200px;
}

    .accessiblelinks ul {
        list-style: none;
        padding: 0;
    }

        .accessiblelinks ul li {
            margin: 5px 0;
        }

    .accessiblelinks a {
        text-decoration: none;
        color: #000;
        display: flex;
        align-items: center;
    }

        .accessiblelinks a em {
            margin-right: 10px;
        }

.high-contrast {
    filter: invert(1);
}

.large-text {
    font-size: 1.2em;
}

.text-spacing {
    letter-spacing: 2px;
}

.line-height {
    line-height: 1.8;
}

.social-container {
    position: relative;
    display: inline-block;
}

.social-icon-trigger {
    cursor: pointer;
}

.social-icons {
    position: absolute;
    /*top: 40px;*/
    left: 0;
    display: flex;
    gap: 5px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    pointer-events: none;
}

.social-container:hover .social-icons {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.search-trigger {
    cursor: pointer;
}

.search-box {
    position: absolute;
    top: 40px;
    left: 0;
    display: flex;
    gap: 5px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    pointer-events: none;
}

    .search-box input {
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .search-box.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

.skpacs-icn {
    margin-top: 0.6%;
}

.hudco-citylogo {
    margin-top: -1.5vw;
    height: 6vw;
}

.themeTab .themeTabList li a span {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    /*color: black;*/
    font-size: 0.9vw;
    text-decoration: none;
}

.tabNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers items */
    align-items: center;
    gap: 1%; /* Adds spacing between items */
    padding: 1%;
}

    .tabNav li {
        list-style: none;
    }

        .tabNav li a {
            display: inline-block;
            text-align: center;
            padding: 3% 0%;
            border-radius: 5px;
            background: #f8f8f8; /* Light background */
            /*box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);*/
            transition: all 0.3s ease-in-out;
            max-width: fit-content;
            white-space: nowrap; /* Prevents text wrapping */
            font-size: 1vw;
        }

            .tabNav li a:hover {
                background: #ddd;
                transform: scale(1.05);
            }

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    overflow-y: auto;
}

.menu-content {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
    margin: 50px auto;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

/* Container styling */
.menu-container {
    position: relative; /* already display:flex; now also positioned */
    z-index: 200;
    max-height: 18vh;
    white-space: nowrap;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    /*border-radius: 10px;
    background-color: #f2f2f2;*/ /* Slight background for contrast */
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
    margin-top: 2%;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 10%;
}

:lang(hi) .menu-container {   
    gap: 15%;   
}

/* Parent menu styling */
.menu-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.parent-menu {
    position: relative;
    font-size: 1em;
    padding: 1% 1%;
    /* background: #dcd7d7;*/
   /* background: #f6f6f6;*/
    color: #222;
    border-radius: 2vw;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    width: 28%;
    text-transform: capitalize;
   /* box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
    font-weight: 500;
}

    .parent-menu > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: inherit; /* uses the color from .parent-menu */
    }

    .parent-menu:hover {
        background: #444;
        color: #fff;
        transform: translateY(-2px);
    }

    /* Home button styling */
    .parent-menu i {
        margin-right: 5px;
        color: #555;
    }

        .parent-menu i:hover {
            color: #fff;
        }

.menu-indicator {
    display: inline-block;
    margin-left: 4px;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #b00000 transparent transparent transparent;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

/* Rotate + highlight indicator when hovered */
.parent-menu.has-children:hover .menu-indicator {
    transform: rotate(180deg);
    border-color: #ffffff transparent transparent transparent;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 1.5%;
    list-style: none;
    margin-top: 2%;
    padding: 0;
    margin-left: 3%;
}

:lang(hi) .main-menu {
    gap: 2.5%;
}


/* ====== NEW: dropdown for child menus ====== */
.sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #333; /* in line with your .ltr-menu */
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    z-index: 1000;
    text-align: left;
    border-top: 6px solid #880000;
    border-bottom: 6px solid #880000;
    max-width: calc(100vw - 32px);
}

    .sub-menu li a {
        display: block;
        padding: 6px 16px;
        text-decoration: none;
        color: #fff;
        font-size: 0.8vw; /* matches your parent-menu text scale */
        white-space: nowrap;
        border-bottom: 1px solid #828282;
    }

        /* Hover style for child menu items */
        .sub-menu li a:hover {
            background: #fff;
            color: #880000;
        }

    /* Grandchild menu */
    .sub-menu .sub-menu {
        top: -8px;
        left: 100%;
        right: auto;
        margin-left: 2px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(8px);
    }

/*    .sub-menu li:hover > .sub-menu,
    .sub-menu li:focus-within > .sub-menu {
        opacity: .95;
        visibility: visible;
        transform: translateX(0);
    }*/

    .sub-menu li.has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

/* Show submenu on hover/focus */
/*.parent-menu:hover > .sub-menu,
.parent-menu:focus-within > .sub-menu {
    opacity: 0.95;
    visibility: visible;
    transform: translateY(0);
}*/

.has-children:hover > .sub-menu,
.has-children:focus-within > .sub-menu {
    opacity: .95;
    visibility: visible;
    transform: translateY(0);
}

.main-menu > li:nth-last-child(-n+3) > .sub-menu {
    left: auto;
    right: 0;
}


    .main-menu > li:nth-last-child(-n+3) > .sub-menu .sub-menu {
        left: auto;
        right: 100%;
        margin-right: 2px;
    }



/* Submenu (if you activate it later) */
.ltr-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    background: #333;
    color: white;
    padding: 10px;
    min-width: 200px;
    z-index: 100;
    border-radius: 5px;
}

.menu-item:hover .ltr-menu {
    display: block;
}

/* Child Menu Layout */
.child-menus {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
    background: #f8f9fa;
}

.child-menu {
    background: #007bff;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

    /* Hover Effect */
    .child-menu:hover {
        background: #0056b3;
    }

/* Style for the toggle button */
.toggle-bar {
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

/* Banner + slider container (flex column so breadcrumb sits naturally at bottom) */
.page-banner {
    display: flex;
    flex-direction: column; /* stack visual then breadcrumb */
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    background: transparent;
}

/* visual area (image or slider). Use responsive height */
.banner-visual {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Breadcrumb sits in normal flow — not absolute */
.banner-breadcrumb {
    position: relative;
    margin: clamp(8px, 1.5vh, 20px) 10px; /* responsive spacing */
    z-index: 10;
    background: rgba(0, 0, 0, 0.65);
    padding: 6px 10px;
    border-radius: 6px;
    color: #0a4da1;
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    max-width: calc(100% - 48px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-self: flex-start; /* keep left aligned */
    bottom: 70px;
}

    .banner-breadcrumb a {
        /* color: #0a4da1;*/
        color: #fff;
        text-decoration: none;
    }

    .banner-breadcrumb .sep {
        /*color: #6c757d;*/
        color: #fff;
        opacity: .85;
        margin: 0 4px;
    }

    .banner-breadcrumb .current {
        font-weight: 600;
        color: #fff;
    }



/* Accessibility menu styles */

:root {
    --acc-panel-bg: #ffffff;
    --acc-border: rgba(0,0,0,0.06);
    --acc-shadow: 0 10px 30px rgba(28,30,33,0.12);
    --acc-radius: 10px;
    --acc-tile-bg: #fbfbfb;
    --acc-tile-border: #e8e8e8;
    --acc-accent: #16a34a; /* green for check */
    --acc-text: #202124;
    --acc-muted: #6b7280;
    --hudco-font-scale: 1;
}

html {
    font-size: calc(100% * var(--hudco-font-scale));
}

/* Letter spacing and line height applied broadly so they take effect */
.hudco-letter-spacing,
.hudco-letter-spacing * {
    letter-spacing: 0.08em !important;
}

/* apply line height to body-level text elements */
.hudco-line-height,
.hudco-line-height body,
.hudco-line-height p,
.hudco-line-height li,
.hudco-line-height a,
.hudco-line-height span,
.hudco-line-height h1,
.hudco-line-height h2,
.hudco-line-height h3,
.hudco-line-height h4,
.hudco-line-height h5,
.hudco-line-height h6 {
    line-height: 1.85 !important;
}

/* hide images */
.hudco-hide-images img {
    display: none !important;
}

/* big cursor */
.hudco-big-cursor, .hudco-big-cursor * {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><circle cx="16" cy="16" r="10" fill="%2311a839"/></svg>') 16 16, auto !important;
}

/* invert / saturation / highlight links */
.hudco-invert {
    filter: invert(1) hue-rotate(180deg);
}

.hudco-saturation {
    filter: saturate(0.8);
}

.hudco-highlight-links a {
    outline: 2px dashed #f59e0b;
    outline-offset: 3px;
}

/* theme examples */
.hudco-theme-black {
    background: #0b0b0b;
    color: #e6e6e6;
}

    .hudco-theme-black a {
        color: #9be7a1;
    }



@media (min-width: 1050px) and (max-width: 1349px) {

    .main-menu {
        gap: 0.8%;
    }
}

@media (max-width: 992px) {

    html, body {
        overflow-x: hidden;
    }



    .mid-header .col-lg-8,
    .mid-header .col-md-8,
    .mid-header .col-sm-6 {
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }



    .chatbot-toggle {
        position: fixed;
        right: 3.5%;
        bottom: 11vw;
        width: 7%;
        height: 7vw;
    }

    #scrollTopBtn {
        position: fixed;
        right: 3.5%;
        bottom: 2vw;
        width: 40px;
        height: 40px;
    }

        #scrollTopBtn .scroll-top-arrow {
            font-size: 12px;
        }


    .mid-header .hamburger-menu {
        display: block;
        margin-left: auto; /* push to extreme right */
    }

    .mobile-menu-panel .main-menu {
        display: block; /* or flex if you prefer */
    }

    .hamburger-menu {
        display: none;
        margin-top: 1vw;
        font-size: 2vw;
    }

    /* Dark overlay behind menu */
    .mobile-menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        z-index: 998;
    }

        .mobile-menu-overlay.is-open {
            opacity: 1;
            visibility: visible;
        }

    .mobile-menu-close {
        display: block;
    }

    /* Right-side sliding panel */
    .mobile-menu-panel {
        position: fixed;
        top: 0;
        right: -460px; /* hidden to the right */
        width: 445px;
        max-width: 80%;
        height: 100vh;
        background: #b30000; /* pick your red */
        color: #fff;
        z-index: 999;
        padding: 60px 20px 20px;
        box-shadow: -4px 0 12px rgba(0,0,0,0.3);
        transition: right 0.3s ease;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }


        .mobile-menu-panel.is-open {
            right: 0; /* slide into view */
        }

    /* Close (X) button */
    .mobile-menu-close {
        position: absolute;
        top: 15px;
        right: 15px;
        background: transparent;
        border: none;
        font-size: 28px;
        color: #fff;
        cursor: pointer;
    }

    /* Vertical menu styling */
    .mobile-menu-panel .main-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .mobile-menu-panel .main-menu > li {
            border-bottom: 1px solid rgba(255,255,255,0.25);
        }

            .mobile-menu-panel .main-menu > li > a {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 14px 0;
                color: #fff;
                text-decoration: none;
                font-weight: 500;
            }

    /* submenu hidden by default */
    .mobile-menu-panel .sub-menu {
        display: none;
        list-style: none;
        padding-left: 0;
        margin: 0 0 10px 0;
        position: static !important; /* was absolute on desktop */
        background: #990000; /* slightly darker red for child area */
        box-shadow: none; /* remove desktop dropdown shadow */
        padding: 0 0 8px 0;
        margin: 0;
    }

        .mobile-menu-panel .sub-menu li a {
            display: block;
            padding: 8px 0 8px 10px;
            font-size: 0.9rem;
            color: #ffecec;
            border: none;
        }

    .mobile-menu-panel .parent-menu {
        position: static; /* no absolute dropdown positioning */
    }

        /* show submenu when parent has .open */
        .mobile-menu-panel .parent-menu.open > .sub-menu {
            display: block;
        }

    /* indicator arrow */
    .mobile-menu-panel .menu-indicator {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg); /* small chevron */
        margin-left: 8px;
        transition: transform 0.2s ease;
    }

    .mobile-menu-panel .parent-menu.open > a .menu-indicator {
        transform: rotate(-135deg); /* arrow up when open */
    }

    .parent-menu {
        background: transparent;
        box-shadow: none;
        border: none;
        border-radius: 0px;
        font-size: 1.2vw;
        width: 95%
    }
}

/* Responsive Styles */
@media (max-width: 775px) {

    .tabNav {
        flex-direction: column; /* Stacks items on small screens */
    }
       
    button, select {
        font-size: 0.8em;
    }
}

@media (max-width: 650px) {
    .hudco-card {
        width: 100%;
    }

    .lang-modal-content {
        padding: 15px;
        width: 100%;
    }

        .lang-modal-content p {
            font-size: 1rem; /* Smaller text on small devices */
        }

    .lang-btn {
        padding: 8px; /* Slightly smaller buttons */
        font-size: 0.9rem;
    }

    .mobile-menu-panel .main-menu > li > a {
        font-size:15px;
    }

    .themeTab .themeTabList li a span {
        display: block;
        text-align: left;
        position: relative;
        z-index: 2;
        color: black;
        width: 288px !important;
        font-size: 2vw;
    }

    #skiptomaincss {
        display: none;
    }

    .themeTab .themeTabList li {
        width: 76% !important;
        background-color: white;
    }

    .topnav-h a.icon {
        position: absolute;
        top: 90px;
        z-index: 10001;
        width: 26%;
    }


    .increament-list {
        display: none;
    }



    button, select {
        font-size: 0.6em;
    }

    .change-color {
        margin-top: 0.8vw;
    }

    .no-disp {
        display: none;
    }

    .title-bse {
        height: 34px;
        margin-top: -2px;
        margin-left: 32px;
        width: 22%;
    }

    .title-nse {
        height: 34px;
        margin-top: -62px;
        margin-left: 251px;
        width: 22%;
    }

    .stockview {
        display: none;
    }

    .disp7 {
        display: block;
        margin-top: -98px;
    }

    .title-hin {
        width: 49px;
        height: 24px;
        float: left;
        margin-left: 24px;
        margin-top: -99px;
    }

    .toggle-bar {
        margin-top: -52px;
        transition: all 0.9s ease;
        position: absolute;
        color: #bc7432;
        margin-left: 7px;
    }


    .resTab {
        position: relative;
    }


    .change-lang {
        margin-left: -2px;
    }

    .header {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
    }

    #scrollingText {
        white-space: nowrap;
        overflow: hidden;
        animation: none;
        animation-play-state: running;
        font-size: 2vw;
    }

    .header-searchbox {
        margin-right: 6px !important;
        margin-top: -56px;
        width: 49px;
    }

    .top-nav {
        position: relative;
        top: -108px;
        margin-left: 45px;
    }

    .funding {
        color: #1a1a2e;
        font-weight: bold;
    }

    .section_six {
        width: 100%;
        position: relative;
        padding: 0px 0px;
        margin-top: -15px;
    }

    .tagline1 {
        font-size: 8px !important;
    }

    .tagline2 {
        margin-top: 7.5% !important;
        font-size: 8px !important;
    }

    .title-eng {
        margin-top: -38VW;
        margin-left: 30VW;
        WIDTH: 14VW;
    }

    /*.topheader ul li a {
        padding: 0px;
    }*/

    .video-container {
        aspect-ratio: 8 / 3.4;
    }

    .video-overlay-inner {
        max-width: 20rem;
        margin-top: 10%;
    }

    .video-overlay-title {
        font-size: 1.5rem;
    }

    .video-overlay-text {
        font-size: 1rem;
    }

    .video-overlay-btn {
        padding: 0.3rem 0.8rem;
        font-size: 0.5rem;
    }

    .marquee-wrapper {
        gap: 0.5rem;
        padding: 0rem 1rem;
        font-size: 0.7rem;
    }

    .scroll-bond a {
        font-size: 0.7rem;
    }
}


/* Mobile */

@media(max-width:768px) {

    .hudco-social {
        right: 10px;
        gap: 10px;
    }

    .social-btn {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
}
/* For very small screens switch breadcrumb to multi-line natural flow */
@media (max-width: 560px) {


    
        .banner-breadcrumb {
        white-space: normal;
        max-width: 100%;
        margin: 10px 12px;
    }

    .banner-visual {
        height: auto;
    }
    /* allow image to define height */
    .mid-header .hamburger-menu {
        font-size: 15px;
        margin-left: 45%;
        margin-top: 0%;
    }

}

@media (max-width: 480px) {
  

    button, select {
        font-size: 0.55em;
    }

    .search-box {
        left: 8px;
        right: 8px;
        top: calc(100% + 6px);
        width: calc(100vw - 16px);
        max-width: none;
    }

    .video-overlay-title {
        font-size: 1.2rem;
    }

    .video-overlay-text {
        font-size: 0.8rem;
        margin-bottom: 0rem;
    }

    .video-overlay-btn {
        padding: 0.2rem 0.7rem;
        font-size: 0.4rem;
    }

    .segment-tab {
        min-width: 130px;
    }

}

/* separate "Others" area could be full width tiles - we keep 2 columns layout on small screens */
@media (max-width: 430px) {
   
  
    .top-skip {
        display: none;
    }
    .menu-container

    button, select {
        font-size: 0.55em;
    }

    .search-trigger {
        font-size: 0.55rem;
    }

    #toggleAccessibility {
        display: none;
    }

    .hamburger-menu {
        margin-top: -5vw;
    }

    .accessiblelinks {
        width: calc(100vw - 16px);
        left: 8px;
        right: 8px;
    }

        .accessiblelinks .access-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
        }

    .video-overlay-inner {
        max-width: 14rem;
        margin-top: 12%;
    }

    .video-overlay-title {
        font-size: 0.9rem;
        margin-bottom: 0.1rem;
    }

    .video-overlay-text {
        font-size: 0.6rem;
        margin-bottom: 0rem;
    }

    .video-overlay-btn {
        padding: 0.2rem 0.5rem;
        font-size: 0.4rem;
    }

    .segment-title-subtext {
        max-width: 15rem;
    }

    .segment-hero-title {
        font-size: 0.6rem;
        margin-bottom: 0.3rem;
    }

    .segment-tab {
        min-width: 133px;
    }

    .segment-tab-main {
        font-size: 0.55rem;
    }

    .segment-tab-sub {
        font-size: 0.5rem;
    }

    .funding {
        font-size: 1.5vw;
    }

    .logo-text {
        font-size: 1.7vw;
        margin-top: -5%;
    }

    .marquee-wrapper {
        gap: 0.3rem;
        padding: 0rem 0.5rem;
        font-size: 0.6rem;
    }

    .scroll-bond a {
        font-size: 0.6rem;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {

    .menu-container {
        max-height: 13vh;
    }

    /* Right-side sliding panel */
    .mobile-menu-panel {
        height: 107vh;
    }

    .video-overlay-title {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {

    .video-overlay-title {
        font-size: 4.5rem;
    }
}