/* General Styles */
body {
    overflow-x: hidden;
}

/* 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%;
}

.header-img img:last-child {
    width: 10%;
    height: 35%;
    padding-right: 20px;
}

/* 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;
}

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; 
}

.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 {
    font-family: Arial, sans-serif;
    /* display: flex; */
    justify-content: space-between;
    /* gap: 20px; */
    margin: auto;
    padding: 12px;
    background-color: #F1F2F6;
}

.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: space-between;
    gap: 20px;
    background-color: #f1f2f6;
    padding: 15px;
}

/* 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: 10px;
    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;
}



.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: 8px;
    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: #f15823;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0; 
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.highlights-content {
    display: flex;
    flex-wrap: wrap; /* Enables wrapping */
    justify-content: center; /* Centers items */
    gap: 15px; /* Provides spacing */
}

.highlight-card {
    background-color: #d4e3e7;
    padding: 20px;
    flex: 1 1 100%; /* Flexible width with min limit */
    max-width: 200px; /* Prevents extra-wide cards */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 2px;
    padding-bottom: 30px;
    margin-top: -25px;
}

.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: #f15823;
    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;
    margin-bottom: 10px;
}

.section-box-cercular {
    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: #f15823;
}

.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: #F1F2F6;
}

.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: #f15823; 
    padding: 20px;
    color: white;
    font-family: Arial, sans-serif;
}

.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;
    }
}
