body {
            /*background-color: #8fc7b9;*/
            font-family: 'Roboto', sans-serif;
            
        }

        select:hover,
        select:focus {
            border-color: #0f5132 !important;
            outline: none;
            box-shadow: 0 0 0 3px rgba(37, 117, 252, 0.1);
        }

        .state-sec h1 {
            font-size: 40px;
            font-weight: 600;
            color: #154e3b;
            text-align: center;
            margin-bottom: 40px;
        }
.page-title h1{
     font-size: 40px;
            font-weight: 600;
            color: #154e3b;
            text-align: center;
            margin-bottom: 20px;
}
h1{
     font-size: 40px;
            font-weight: 600;
            color: #154e3b;
            text-align: center;
            margin-bottom: 40px;
}
        .select-input {
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            border: 2px solid #154e3b;
        }

        .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 20px;
        }

        .select-group {
            flex: 1;
            min-width: 200px;
        }

        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #444;
            font-size: 0.95rem;
        }

        select {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s;
            color: #333;
        }

        select option:hover {
            background-color: #154e3b;
        }

        select option:checked {
            color: #fff;
            background-color: #154e3b;
        }

        .chart-types {
            background: white;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            border: 2px solid #154e3b;
            min-height: 500px;
        }

        .chart-type h2 {
            margin-bottom: 20px;
            color: #154e3b;
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;
            font-size: 1.3rem;
        }

        #chart-container {
            position: relative;
            height: 400px;
            width: 100%;
            margin-top: 20px;
        }
input{
    width: 100%;
    padding: 9px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    color: #333;
    background:#efefef;
}
        @media(max-width:768px) {
            .form-row {
                flex-direction: column;
            }

            .select-group {
                min-width: 100%;
            }

            #chart-container {
                height: 300px;
            }
        }
        #map {
      width: 100%;
      height: 100%;
    }

    /* District Labels */
    .district-label {
      font-weight: bold;
      color: black;
      background: rgba(255, 255, 255, 0.8);
      padding: 2px 5px;
      border-radius: 3px;
      font-size: 12px;
      text-align: center;
      white-space: nowrap;
      box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    }
 .leaflet-control-attribution a:hover, .leaflet-control-attribution a{
    text-decoration: underline;
    display: none !important;
}
  .bg-colour{
      background-color: #8fc7b9;
  }
  #map {
      width: 100%;
      height: 100%;
    }

    /* District Labels */
    .district-label {
      font-weight: bold;
      color: black;
      background: rgba(255, 255, 255, 0.8);
      padding: 2px 5px;
      border-radius: 3px;
      font-size: 12px;
      text-align: center;
      white-space: nowrap;
      box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    }
 .leaflet-control-attribution a:hover, .leaflet-control-attribution a{
    text-decoration: underline;
    display: none !important;
}
/*.map-div{*/
/*    height:112vh !important;*/
/*}*/
  .sta{
      padding:10px;
  }
      .map-div-two {
        background-color: #8fc7b93d;
        border-radius: 12px;
        /*padding: 10px;*/
        margin-bottom: 30px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        border: 2px solid #154e3b;
        height:auto;
    }

    .map-div-two h3 {
       color: white; 
        font-weight: 600;
            font-size: 20px;
    }

    .map-div-two a {
        text-decoration: none;
        color: #154e3b;
    }
    .ngt-title{
         background-color: #154e3b;
       color: white; 
       padding: 10px;
       border-radius: 8px 8px 0px 0px;
    }
    .map-div-two p{
        font-weight:600;
    }
    
    footer{
        text-align:center;
    }
    
    /* =========================
   GOVERNMENT STYLE SCROLLBAR
========================= */

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #e9f3ef;      /* light govt green */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #154e3b; /* main theme green */
    border-radius: 10px;
    border: 2px solid #e9f3ef;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #0f3b2d;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #154e3b #e9f3ef;
}