﻿.chairman-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
    max-width: 1300px;
}
.heading-c {
    background-color: #0A5994;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 600;
    font-family: 'FontAwesome';
    width: 100%;
    max-width: 1180px;
    margin-bottom: 20px;
}
.img-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
.img-sec {
    flex: 0 1 calc(25% - 20px);
    text-align: center;
}
.img-src {
    width: 100%;
    max-width: 220px;
    height: 220px;
    object-fit: fill;
    border-radius: 25px;
   
}
.img-src-1 {
    width: 100%;
    max-width: 220px;
    height: 220px;
    object-fit: fill;
    border-radius: 25px;
    border: 3px solid #63b1ec;
}
h6 {
    margin-top: 15px;
    font-weight: bold;
    color: #0A5994;
}
p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}
.office-address {
    width: 800px;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    border: 4px solid #0A5994;
    border-radius: 30px;
    padding: 20px;
}
.div-p {
    font-weight: bold;
    color: #0A5994;
    margin:0px;
    text-align:left;
}
.text-left
{
  margin-top:10px;
  text-align:justify;
}
.slbc-title {
    background: #0A5994;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.card-box {
    /*border: 3px solid #6fb1ff;*/
    border-radius: 30px;
    padding: 12px;
    display: inline-block;
}

.profile-img {
    width: 200px;
    height: 200px;
   /* object-fit: cover;
    border-radius: 25px;*/
}

h6 {
    margin-top: 12px;
    font-weight: 700;
    color: #0A5994;
}

p {
    font-size: 16px;
    font-weight: 600;
    gap:10px;
}
.p-color{
    color:blue;
    text-align:justify;
}
h3 {
    border-bottom: 1px solid gray;
    margin-bottom:10px;
    margin-top:15px;
}

    
.agriculture-content {
    color: #000000; /* Pure black for all body text */
    line-height: 1.6;
    font-size: 16px;
}

.agriculture-content h3,
.agriculture-content h4,
.agriculture-content h5 {
    color: #1a5f9a; /* Blue color for headings */
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.agriculture-content h3 {
    border-bottom: 2px solid #1a5f9a;
    padding-bottom: 8px;
    font-size: 28px;
}

.agriculture-content h4 {
    font-size: 22px;
}

.agriculture-content h5 {
    font-size: 18px;
}

.agriculture-content p {
    margin-bottom: 15px;
    color: #000000; /* Ensure paragraphs are black */
}

.agriculture-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

    .agriculture-content ul li {
        margin-bottom: 8px;
        color: #000000; /* Ensure list items are black */
    }

.agriculture-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

    .agriculture-table thead {
        background-color: #1a5f9a;
        color: white;
    }

    .agriculture-table th {
        padding: 12px 15px;
        text-align: left;
        font-weight: 600;
    }

    .agriculture-table td {
        padding: 10px 15px;
        border-bottom: 1px solid #e0e0e0;
        color: #000000; /* Table data in black */
    }

    .agriculture-table tbody tr:nth-child(even) {
        background-color: #f8f9fa;
    }

    .agriculture-table tbody tr:hover {
        background-color: #f1f7fd;
    }

.source-note {
    font-style: italic;
    color: #666; /* Slightly lighter for source notes */
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 25px;
}

.container {
    padding-bottom: 40px;
}

.section-divider {
    border-top: 1px dashed #ccc;
    margin: 30px 0;
}

/* Ensure all text elements are black unless specified otherwise */
.agriculture-content strong,
.agriculture-content em,
.agriculture-content a {
    color: #000000;
}
.row-heading {
    padding: 20px;
    font-weight:500;
    /*color: blue;*/
}
/*.table-bordered {
    background-color: #0088c3;
    color: white;
}*/
.table > tbody > tr.table-bordered > td {
    background-color: #0088c3;
    font-weight: bold;
}

#first {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

ul#myid {
    list-style-type: none;
}

    ul#myid li {
        padding: 6px;
        border: 1px solid lightblue;
        color: orange;
        font-size: 15px;
        cursor: pointer;
    }

 ul#myid li:hover {
      border: 1px solid orange;
      color: lightblue;
      background-color: #F0F1F2;
  }
.lbs-content {
    width: 100%;
    text-align: justify;
    text-wrap: balance;
    padding: 20px;
    font-size: 17px
}
.lbs-heading {
    text-align: left;
    color: black;
    font-weight: bold;
    text-decoration: underline
}
.lbs-img {
    width: 100%;
    height: 750px;
    overflow-x: scroll;
    overflow-x: scroll
}
.t > p {
    font-size: 16px;
    text-align: justify;
}

.download-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin-left: 20px;
    text-decoration: none;
}
/*----------------Links------------------*/
.abmain {
    background-color: white;
    width: 25%;
    height: 50px;
    display: flexbox;
    float: left;
    padding: 5px;
    vertical-align: middle;
    flood-color: aliceblue;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    font-size: 16px;
    padding-top: 15px;
}

    .abmain p {
        border: 1px solid orangered;
        padding: 5px;
        margin: -5px 0;
    }

        .abmain p > a {
            color: black;
            text-decoration: none;
        }
.sipl{
    color:yellow;
}
.abparent {
    padding: 15px;
    /*border:  1px solid gray;*/
}

.abcdown {
    width: 100%;
    border: 1px solid #0A5994;
    padding: 10px;
}

    .abcdown > a {
        color: black;
        text-decoration: none;
    }

    .abcdown a:hover {
        background-color: silver;
        color: black;
    }

.abmain > p:hover {
    background-color: silver;
}
.link-color {
    color: orangered;
}
/*----------------------------*/
.abc, table tr td > i {
    color: red;
}

.abc, table tr td > h3 {
    color: black;
    text-align: left;
}

.abc, table {
}

    .abc, table tr td {
        padding: 5px;
    }

.hm-body {
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
    height: 750px;
}
/*.hm-table-body {
    border-collapse: collapse;
    table-layout: fixed;
    width: 1960px;
}*/
.hm-table-body {
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
    /*border-collapse: collapse;*/
}

    .hm-table-body col.c1 {
        width: 4%;
    }

    .hm-table-body col.c2 {
        width: 7%;
    }

    .hm-table-body col.c3 {
        width: 11%;
    }

    .hm-table-body col.c4 {
        width: 14%;
    }

    .hm-table-body col.c5 {
        width: 10%;
    }

    .hm-table-body col.c6 {
        width: 12%;
    }

    .hm-table-body col.c7 {
        width: 12%;
    }

    .hm-table-body col.c8 {
        width: 8%;
    }

    .hm-table-body col.c9 {
        width: 8%;
    }

    .hm-table-body col.c10 {
        width: 12%;
    }

    .hm-table-body col.c11 {
        width: 14%;
    }

    .hm-table-body col.c12 {
        width: 10%;
    }

    .hm-table-body col.c13 {
        width: 10%;
    }

    .hm-table-body col.c14 {
        width: 14%;
    }
    .hm-table-body tr.header-gray td {
        background-color: lightgray !important;
        color: #000 !important;
        font-weight: 600;
    }
    .hm-table-body tr.header-black td {
        background-color: black !important;
        color: #fff !important;
        font-weight: 600;
    }
    .hm-table-body tr.header-blue td {
        background-color: blue !important;
        color: #000 !important;
        font-weight: 600;
    }
/* MOBILE SCROLL */
@media (max-width: 768px) {
    .hm-body {
        overflow-x: auto;
    }

    .hm-table-body {
        min-width: 1100px;
    }
}
/*For View content page css*/
div > table:nth-child(1) td:nth-child(1),
div > table:nth-child(2) td:nth-child(2) {
    font-weight: bold;
    font-size: 14px;
    color: #000;
  text-align:left;
}
/*div > table:first-child tr:nth-child(5n+1) {
}*/

div > table tr td {
    background-color: white;
    font-size: 13px;
    color: gray;
    vertical-align: middle;    
    border-bottom: 1px dotted red;
    padding: 50px;
    /*text-align:right;*/
}

    div > table tr td > img {
        border: 2px solid gray;
        box-shadow: 2px 4px 4px 2px gray;
    }

table tr td .normaltxt > p {
    text-align: left;
    color: red;
    padding-left: 46px;
}

/*SLBC Minutes*/
/*body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f8f9fc;
    margin: 0;
    padding: 20px;
}
*/


.slbc-list {
    list-style: none;
    max-width: 900px;
    margin: auto;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

    .slbc-list li {
        padding: 10px 14px;
        border-bottom: 1px dashed #ccc;
    }

        .slbc-list li:last-child {
            border-bottom: none;
        }

    .slbc-list a {
        color: #0047ff;
        text-decoration: underline;
        font-size: 15px;
    }

        .slbc-list a.lang {
            margin-left: 10px;
            font-size: 13px;
            color: #444;
        }

/*-----Photo Gallery------*/
/*.mydropdownlist {
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #cc2a41;
    width: 50%;
}

#abc {
    text-align: center;
    padding-left: 220px;
}

.gallery-heading {
    margin-bottom: 15px;
}

.deepak img {
    max-width: 100%;
}*/




.gallery-box {
    background: #000;
    /*height: 520px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gallery-main {
    max-height:100%;
    max-width:100%;
    object-fit: contain;
}

.gallery-strip {
    background: #111;
    /*padding: 10px;*/
    /*height: 90px;*/
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
}

.thumb {
    width: 120px;
    /*height: 70px;*/
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    flex: 0 0 auto;
}

    .thumb:hover,
    .thumb.active {
        opacity: 1;
        border-color: #0d6efd;
    }

.gallery-icons {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

    .gallery-icons span {
        background: rgba(0,0,0,0.7);
        color: #fff;
        padding: 6px 10px;
        margin-left: 5px;
        cursor: pointer;
        border-radius: 50%;
        font-size: 16px;
    }
/*body {
    scroll-behavior: auto !important;
}*/