/* General Styles */
body {
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

/* Header Image Section */
.header-img {
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: center;
    margin-right: 10px;
    margin-left: 24px;
}

.header-img img {
    object-fit: cover;
}

.header-img img:first-child {
    width: 15%;
    height: 20%;
}

.header-img img:nth-child(2) {
    width: 30%;
    height: 30%;
}
ul {
    list-style: none;
    /* padding: 0;
    margin: 0; */
    padding-left: 0.5rem !important;
}
.header-img img:last-child {
    width: 10%;
    height: 35%;
    padding-right: 20px;
}

.dropdown a{
    color: #244e8c !important;
    padding: 0px 2px;
    text-decoration: none;
    /* optional underline remove */
}
.dropdown-content ul a {
    color: #038dd1;
    padding: 6px 12px;
    text-decoration: none;
    display: block;
}
.h1 h2 h3 h4 h5 
{
    font-family: Arial, Helvetica, sans-serif !important;  
}
.f-arial
{
    font-family: Arial, Helvetica, sans-serif !important;
}
.f-bold
{
     font-weight: bold !important;
}
.f-15
{
font-size: 15px !important;
}
.f-17
{
font-size: 17px !important;
}
.f-25
{
font-size: 25px !important;
}
.f-w-700
{
    font-weight: 700 !important;
}

.dropdown-content ul a:hover {
    color: #f37e64 !important;
}
.dropdown-content ul > div {
    border-bottom: 2px solid #ccc;
    /* padding: 8px 0px; */
}

.dropdown-content ul > div:last-child {
    border-bottom: none;   /* optional: remove last line */
}


/* Navigation Bar */
nav {
    background-color: #F1F2F6;
    margin-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

/* Dropdown Menu */
.dropdown {
    position: relative;
    display: inline-block;
    font-weight: bold !important;
}


a {
    /* margin: 0 5px; */
    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    /* font-weight: bold; */
    /* font-size: 14px;  */
}
.icmrnew {
 margin: 0 5px;
 font-size: 14px; 
}


/* Show dropdown when hovering anywhere in wrapper */
.dropdown-wrapper:hover .dropdown-content {
    display: block;
}

.dropdown-content {    
    display: none;
    position: absolute;
   /* 👈 open ABOVE */
    left: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 999;
}


/* 
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: left;
} */

.dropdown-content a {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.container-h {
    /* display: flex; */
    justify-content: space-between;
    /* gap: 20px; */
    margin: auto;
    padding: 12px;
    background-color: #F1F2F6;
}

.container-h {
    /* max-width: 1200px !important; */
    margin: 0 auto;   
    gap: 8px; 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.image-section-h {
    width: 100%;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-img-h {
    width: 33.33%;
    height: 440px;
    object-fit: cover;
}

/* General Section Styling */
.niv-section {
    background-color: #ffffff;
}

.container-m {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

/* Content Wrapper */
.content-wrapper {
    display: flex;
    justify-content: center;
    /* gap: 20px; */
    background-color: #f1f2f6;
    padding: 20px;
}

/* Left Content */
.left-content {
    width: 55%;
    max-height: 85%;
}

.content-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 8px;
    line-height: 1.5;
}

/* Read More */
.read-more {
    color: #f15823;
    text-decoration: none;
    font-weight: bold;
}

/* Header Line */
.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.header-container::before,
.header-container::after {
    content: "";
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, transparent, #E65100);
    margin: 0 10px;
}

.header-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: black;
    white-space: nowrap;
}

/* Right Content */
.right-content {
    width: 40%;
    max-height: 85%;
    text-align: left;
    margin-left: 40px;
}

.right-content_circular {
    width: 90%;
    
}


.news-header {
    /* width: 50%; */
    height: 22px;
    margin-left:60px;
    margin-right:10px;
    
}

.icmr-National {
    color: #1C1C1C;
font-family: "SF Pro Display";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.news-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 16px;
    line-height: 1.5;
}

.news-box a {
    text-decoration: none;
    color: #f15823;
    font-weight: bold;
}

/* View More */
.view-more {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.view-more a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.view-more img {
    width: 35px;
    height: 30px;
}

.view-more p {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    color: #f15823;
}

/* Social Media Icons */
.social-icons {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-60%);
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: white;
    text-decoration: none;
    border-radius: 0px;
    border-bottom: 3px solid white;
}

/* Remove bottom border for the last icon */
.social-icons a:last-child {
    border-bottom: none;
}

/* Social Media Colors */
.facebook { background: #1877F2; }
.linkedin { background: #0A66C2; }
.twitter { background: #000; }
.youtube { background: #FF0000; }
.instagram { background: linear-gradient(45deg, #FEDA77, #F58529, #C13584, #833AB4, #405DE6); }

/* Hover Effect */
.social-icons a:hover i {
    transform: scale(1.2);
}

.right-content2 {
    position: fixed;
    right: -5px;  /* Distance from the right edge */
    top: 50%;
    transform: translateY(-50%);  /* Ensures vertical centering */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; /* Adjusts spacing between icons */
    z-index: 1000; /* Ensures it's always on top */
}

.social-icons1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    border-radius: 5%;  /* Makes the icons circular */
    border-bottom: 3px solid white; /* Separator line */
}

.social-icons1 a:last-child {
    border-bottom: none; /* Remove border for last icon */
}

/* Background colors for each social icon */
.facebook { background: #1877F2; }
.linkedin { background: #0A66C2; }
.twitter { background: #000; }
.youtube { background: #FF0000; }
.instagram { background: linear-gradient(45deg, #FEDA77, #F58529, #C13584, #833AB4, #405DE6); }

/* Hover effect */
.social-icons1 a:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    .left-content, .right-content {
        width: 100%;
        margin-left: 0;
    }

    .social-icons {
        position: static;
        flex-direction: row;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }
    .right-content2 {
        right: 5px; /* Reduce margin for smaller screens */
    }
    
    .social-icons1 a {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}


.highlights-section {
    width: 100%;
    background-color: #F1F2F6;
    padding: 20px 0;
}

.highlights-container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.highlights-header {
    background-color: #22356C;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0; 
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.highlights-content {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}


.highlight-card {
    background-color: #d4e3e7;
    height: 270px;  
    min-width: 250px;
    max-width: 250px;            
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    display: flex;             
    justify-content: center;   
    align-items: center;    
    margin-top: -21px; 
}
.card-items {
    text-align: center;
}

.highlight-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.highlight-card h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.highlight-card button {
    background-color: #22356C;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.highlight-card button:hover {
    background-color: #e64b1c;
}

/* Responsive Design */

/* Tablets (2 per row) */
@media (max-width: 1024px) {
    .highlight-card {
        flex: 1 1 calc(50% - 10px); /* 2 cards per row with a small gap */
    }
}

/* Mobile (1 per row) */
@media (max-width: 728px) {
    .highlight-card {
        flex: 1 1 100%; /* 1 per row */
        max-width: 100%;
    }
}


.container-b {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: auto;
    padding: 18px;
    background-color: #F1F2F6;
}

.section-box {
    flex: 1;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.section-header {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.content, .content1 {
    overflow-y: auto;
    padding-right: 10px;
}

.content {
    height: 250px;
}

.content1 {
    height: 500px;
}

.content::-webkit-scrollbar, .content1::-webkit-scrollbar, .twitter-box::-webkit-scrollbar {
    width: 6px;
}

.content::-webkit-scrollbar-thumb, .content1::-webkit-scrollbar-thumb, .twitter-box::-webkit-scrollbar-thumb {
    background-color: #FF5A26;
    border-radius: 10px;
}

hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: rgb(133, 42, 87);
}

p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.twitter-box {
    background-color: #F3F3F3;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
    max-height: 217px;
    width: 100%;
    overflow-y: auto;
}

.twitter-box img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.view-more {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.view-more-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
}

.view-more-img {
    width: 35px;
    height: 30px;
}

.view-more-text {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    color: #f15823;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
}

.related-links-section {
    background-color: #22356C;
}

.related-links-row {
    height: 50px !important;
}

.related-links-text {
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.related-links-text i {
    font-size: 20px;
    margin-center: 10%;
}

.container2 {
    background-color: white;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.image-container1 {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.image-container1 a img {
    width: 100%;
    max-width: 200px; /* Adjust size of images */
    height: 90px;
}

.footer-section {
    background-color: #22356C; 
    padding: 20px;
    color: white;
    font-family: Arial, sans-serif;
}

.copyright-section {
    background-color: #22356C;
    color: white;
    display: flex;
    justify-content: center;    /* Horizontal center */
    align-items: center;        /* Vertical center */
    height: 45px;
}


.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

/* Ensure equal width distribution */
.footer-column {
    flex: 1;
    min-width: 300px; 
    padding: 10px;
    text-align: left; 
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left; 
}

.footer-column p {
    margin: 5px 0;
    font-size: 14px;
    text-align: left; 
}

.footer-column a {
    color: white;
    text-decoration: none;
}

/* Visitor count styling */
.visitor-count {
    background-color: rgba(255, 255, 255, 0.3); 
    padding: 10px 17px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    min-width: 200px;
    vertical-align: middle;
    align-items: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .footer-column {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .visitor-count {
        margin-top: 15px;
        text-align: center;
    }
}




/* Top Bar */
.top-bar{
    /* background: linear-gradient(to right, #0000005e, #E65100); */
    background: linear-gradient(to right, #0000005e, #22356C);
    color:white;
    padding:5px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}


/* Skip Link */
.skip-content a{
    color:white;
    text-decoration:none;
    font-size:14px;
    display:flex;
    align-items:center;
    gap:8px;
}

.skip-content{
    display:flex;
    gap:10px;
}

.skip-content a{
    border:1px solid #ccc;
    border-radius: 8px;
    padding:6px 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    text-decoration:none;
}

.skip-link:hover{
    background:#f5f5f5;
}

/* Right Section */
.right-controls{
    display:flex;
    align-items:center;
    gap:15px;
}

/* Accessibility Icon */

.accessibility{
    width:30px;
    height:30px;
    background:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.accessibility i{
    font-size:18px;
    color:#2f4a66; /* icon color */
}


/* Language Dropdown */
.language-select{
    padding:4px 8px;
    border-radius:4px;
    border:none;
}

/* Responsive */
@media (max-width:768px){

    .top-bar{
        flex-direction:column;
        gap:8px;
        text-align:center;
    }

    .right-controls{
        justify-content:center;
    }

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

.close-btn{
    font-size:22px;
    border:none;
    background:none;
    cursor:pointer;
}


.right-controls{
    display:flex;
    align-items:center;
    gap:10px;
}

.search-box{
    display:flex;
    align-items:center;
    border:1px solid #ccc;
    border-radius:8px;
    overflow:hidden;
}

.search-box input{
    border:none;
    padding:6px 8px;
    outline:none;
    width:180px;
}


.search-box button{
    border:none;
    background:#22356C;
    color:white;
    padding:5px 8px;
    cursor:pointer;
    transition: transform 0.3s ease;
}

.search-box button:hover{
    transform: scale(1.2);
}



.search-container{
    max-width: 1200px;
    margin: 5px auto;
    padding: 0px;
}

.search-title{
    font-size: 28px;
}

.search-title strong{
    font-weight: 700;
}

.search-card{
    background:#f4f4f4;
    border:1px solid #dcdcdc;
    border-radius:8px;
    padding:20px;
    margin-bottom:20px;
    box-shadow:0 2px 4px rgba(0,0,0,0.05);
}

.page-title{
    font-size:18px;
    margin-bottom:10px;
    color:#333;
}

.search-text{
    font-size:15px;
    color:#444;
    line-height:1.6;
}

.read-more{
    color:#0066ff;
    text-decoration:none;
    font-weight:500;
}

.read-more:hover{
    text-decoration:underline;
}

    .svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.fancybox-thumb img

{
    height: 200px;
    width: 100%;
}


.fancybox 
{
    margin-bottom: 30px;
}


.event-tooltip-content{
    width: 200px;
    font-size:14px;
}

 .calendar .month-container {
    text-align: center;
    height: 240px !important;
    padding: 0;
    margin-bottom: 14px;
    float: left;
}

  body:not(.modal-open){
  padding-right: 0px !important;
}

 .gallery-title {
        background: #2e558e;
        color: #fff;
        padding: 12px;
        font-weight: 600;
        border-radius: 5px;
    }

    .gallery-img {
        border: 4px solid #ff6a00;
        padding: 3px;
        width: 100%;
        height: 220px;
        object-fit: cover;
        cursor: pointer;
        transition: 0.3s;
    }

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