/**
* Template Name: NiceAdmin - v2.5.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

/* added Hover Effect Over Map */

.hover-z {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
  position: relative;
}

.hover-z:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

body {
  font-family: "Open Sans", sans-serif;
  transition: background-color 0.3s, color 0.3s;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

.state_tiles h3, .state_tiles span{font-size: 1.25rem;}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 105px;
  padding:  15px;
  /* transition: all 0.3s; */
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
            position: fixed;
            bottom: 95px;
            right: 20px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            z-index: 100000;
             transition: all 0.4s;
          }

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top svg path {
  stroke: currentColor;
  stroke-width: 1.5;
  align-items: center;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 999999;
}

img.blinkled {
          width: 12px;
          position: absolute;
          z-index: 99;
        }

        img.jnk {
          left: 117px;
          top: 88px;
        }

        img.hp {
          left: 150px;
          top: 115px;
        }

        img.pn {
          left: 130px;
          top: 138px;
        }

        img.hr {
          left: 145px;
          top: 175px;
        }

        img.rj {
          left: 105px;
          top: 205px;
        }

        img.up {
          left: 195px;
          top: 203px;
        }
         
        img.br {
          left: 285px;
          top: 226px;
        }

        img.gj {
          left: 75px;
          top: 273px;
        }

        img.mp {
          left: 165px;
          top: 270px;
        }

    .lastupdatetime {
         font-weight: 600;
        }

        .lastupdatetime strong {
          animation: colorBlink 1s infinite;
        }

        
    .btn-bd-bg1 {
           margin-right: 15px;
        }

.btn {padding:.15rem 0.335rem;
       margin-left: 19px;
       background-color: #ffff;
     }

.theme-settings-box {
      position: fixed;
      right: -300px;
      top: 0;
      width: 250px;
      height: 100%;
      transition: right 0.3s ease;
      padding: 20px;
      z-index: 99999;
    }

    .theme-settings-box.open {
      right: 0;
    }

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

    .theme-header h3 {
      font-size: 18px;
    }

    .theme-options {
      margin-top: 20px;
    }

    .theme-options label,
    .theme-header h3,
    .color-picker p {
      color: #222222
    }

    ;

    .theme-options label {
      display: block;
      margin-bottom: 10px;
      font-size: 14px
    }

    .color-picker {
      margin-top: 20px;
      font-size: 14px
    }

    .open-theme-btn {
      position: fixed;
      right: 0px;
      top: 50%;
      border: none;
      padding: 2px 6px 2px 8px;
      border-radius: 8px 0px 0px 8px;
      cursor: pointer;
      z-index: 9999;
    }

    .rotate-clockwise {
      font-size: 20px;
      display: inline-block;
      animation: spin 2s linear infinite;
      transform-origin: center center;
    }

    @keyframes spin {
      from {
        transform: rotate(0deg);
      }

      to {
        transform: rotate(360deg);
      }
    }

    .season-card {
          width: 255px;
          border-radius: 10px;
          padding: 0px 10px 0px 10px;
          text-align: center;
          font-family: Arial, sans-serif;
          font-size: 1.2rem;
          line-height: 1.6;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          
        }

        .line1 {
          display: block;
          font-weight: 400;
          font-size: 16px;
          padding: 5px 0px;
        }

        .line2 {
          font-size: 16px;
          font-weight: 400;
        }

        .line3 {
          font-size: 18px;
          font-weight: 400;
        }

        .list-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
            padding: 5px 0;
            flex-wrap: nowrap;
            overflow-x: auto;
          }

          .list-item {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 5px 2px;
            margin-bottom: 20px;
            border-radius: 8px;
            white-space: nowrap;
            font-size: 14px;
          }

          .list-icon {
            width: 16px;
            height: 16px;
            border-radius: 50%;
          }
          @media (max-width: 768px) {
            .list-container {
              gap: 5px;
              padding: 0;
            }

            .list-item {
              font-size: 12px;
              padding: 4px 8px;
            }

            .list-icon {
              width: 16px;
              height: 16px;
            }
          }

          .repState .progress {
            margin-bottom: 10px;
          }
        
          * {
            box-sizing: border-box;
            margin: 0;
            padding: 4;
            font-family: Arial, sans-serif;
          }

          .dashboard-container {
            display: flex;
            justify-content: space-between;
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
            gap: 20px;
          }

          .metric-card {
            flex: 1;
            color: white;
            border-radius: 4px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          }

          .user-growth {
            background-color: #0D47A1;
          }

          .visits {
            background-color: #C62828;
          }

          .orders {
            background-color: #EF6C00;
          }

          .profit {
            background-color: #2E7D32;
          }

          .metric-title {
            text-transform: uppercase;
            font-size: 14px;
            margin-bottom: 10px;
            letter-spacing: 0.5px;
          }

          .metric-value {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 10px;
          }

          .metric-icon {
            font-size: 24px;
            margin-bottom: 10px;
          }

          .sub-metrics {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-top: 10px;
          }

          .sub-metric {
            display: flex;
            flex-direction: column;
            align-items: center;
          }

          .sub-metric-label {
            font-size: 18px;
            margin-bottom: 5px;
          }

          .sub-metric-value {
            font-size: 18px;
            font-weight: bold;
          }

          /* Responsive adjustments */
          @media (max-width: 768px) {
            .dashboard-container {
              flex-direction: column;
            }

            .metric-card {
              margin-bottom: 15px;
            }
          }

          .tiles_icons {
            position: absolute;
            width: 45px;
            height: 45px;
            left: 0.4px;
            top: 0.4px;
            padding: 6px;
          }

      .thrdot{position: absolute; top: 10px; right: 10px;}

        table.lastRepot tbody tr td {
          font-size: 12px;
          text-align: left;
          padding: 1px 1px;
        }

        .small-info-box {
          padding: 8px;
          color: #fff;
          background-color: #227EA5;
        }

        .small-info-box div.media {
          align-items: center;
        }

        .media {
          display: flex;
        }

        .small-info-box h6,
        .small-info-box span {
          font-weight: 400;
        }

        .small-info-box i {
          font-size: 28px;
        }

        .fa-thumbs-o-up:before {
          content: "\f087";
        }

        .media-body {
          -ms-flex: 1;
          flex: 1;
        }

        .small-info-box h6 {
          font-size: 14px;
        }

        .small-info-box h6,
        .small-info-box span {
          font-weight: 400;
        }

        .media-heading {
          margin-bottom: .01rem !important;
        }

        .card h3.head {
          padding: 4px 10px;
          font-size: 1.25rem;
          font-weight: 500;
          color: #ffffff;
          background: #344154;
          font-family: "Nunito", sans-serif;
        }

        h1.d_title {
          font-size: 2rem;
          margin: 0;
          line-height: 79px;
        }

        .f_title h5 {
          font-size: 1rem;
        }

        .f_title h5 a {
          width: 250px;
          padding: .28rem 0.335rem;
          border-radius: 14px;
        }

        .f_title h5 a::before {
          float: right;
          line-height: 19px;
        }

        .lastupdate label {
          color: #3164d9;
          font-size: 13px;
          font-weight: 600;
        }

        .apexcharts-toolbar {
          display: none !important;
        }

        .header-title {
            font-size: 24px;
            margin: 0;
            padding: 10px 0;
            text-align: center;
          }

          .carousel-control-prev,
          .carousel-control-next {
            width: 40px;
            opacity: 1;
          }

          .carousel-control-prev-icon,
          .carousel-control-next-icon {
            background-color: #888;
            border-radius: 50%;
            padding: 10px;
          }

    .table-responsive tbody {
        max-height: 250px;
        overflow-y: auto;
        width: 100%;
        box-sizing: border-box;
      }

      .serachBox{width: 31%;
  border-radius: 5px 5px 10px 10px; margin-top: -2px;
  padding: 20px;
  }
  .map{position: relative;}
  .map h6{position: relative; left: 20px;}

          @media (max-width: 768px) {
            .states-slider {
              padding: 0 30px;
            }

            .state-name {
              font-size: 14px;
            }
          }

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 1.5rem;
  border: none;
  border-radius: 7px;
  
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
}

.protile h5{color: #000000;}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

.card h3.head {
    padding: 4px 10px;
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    margin: 0px;
}

.list-group-item {
    border-left: none;
    border-right: none;
    padding: 8px 10px;
    display: flex;
    align-items: center;
}

.item-number {
    min-width: 20px;
    margin-right: 5px;
    font-weight: 500;
}

.list-group-item:nth-child(odd) {
    background-color: #ffffff;
}

.list-group-item:nth-child(even) {
    background-color: #fff9f0;
}

.form-select{padding: .175rem 0.2rem .175rem 0.2rem;}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

.st_dist_details h3{padding: 5px 0 1px 0; margin: 0px;
    font-size: 1.15rem;
    font-weight: 500;
    font-family: "Nunito", sans-serif;}

.st_dist_details h3 span{float: right; font-size: 1.15rem; font-weight: 500; padding: 0 2px;}


.tex-head {font-weight: 500; font-size: 0.96rem;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 200px;
  }
}

.logo img {
  max-height: 74px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #ffff;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 105px;
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  margin: 0px 10px;
  cursor: pointer;
  position: relative;
  top: 11px;
 border-radius: 5px;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #ffffff;
  background: #ffffff30;
  border: 1px solid rgb(255 255 255 / 16%);
  padding: 4px 38px 4px 8px;
  border-radius: 30px;
  transition: 0.3s;
  width: 70%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #ffffff85;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 17px;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  line-height: 26px;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.header-nav .badge-number {
  position: absolute;
  inset: 2px -6px auto auto;
  font-weight: normal;
  font-size: 10px;
  padding: 1px 4px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 105px;
  left: 0;
  bottom: 0;
  width: 230px;
  z-index: 996;
  transition: all 0.3s;
  padding: 1px 0px;
  overflow-y: auto;
  scrollbar-width: thin;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 230px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: 0.3;
  padding: 4px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: 0.3;
  padding: 10px 0 10px 20px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.lable_title h4 span{
    padding: 5px 40px;
    border-radius: 6px;
    }

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
  
}

.dashboard .info-card h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

 /* New footer css */

       .footer-main {
            background: #2c3e50;
            color: #ecf0f1;
            /* padding: 40px 0; */
            padding-top: 20px;
            position: relative;
            z-index: 9900;
        }
        
        .footer-section h5 {
            color: #f39c12;
            margin-bottom: 20px;
            font-weight: 600;
            font-size: 18px;
        }
        
        .footer-section ul {
            list-style: none;
            padding: 0;
        }
        
        .footer-section ul li {
            margin-bottom: 8px;
        }
        
        .footer-section ul li a {
            color: #bdc3c7;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 14px;
        }
        
        .footer-section ul li a:hover {
            color: #f39c12;
        }
        
        .contact-info {
            background: #34495e;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .contact-item i {
            color: #f39c12;
            margin-right: 10px;
            width: 20px;
        }
        
        .footer-bottom {
            background: #1a252f;
            padding: 20px 0;
            border-top: 1px solid #34495e;
            position: relative;
            z-index: 9900;
        }
        
        .footer-bottom .row {
            align-items: center;
        }
        
        .visitor-count {
            color: #f39c12;
            font-weight: 600;
        }
        
        .chat-bot {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #27ae60;
            color: white;
            padding: 15px;
            border-radius: 50px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
            cursor: pointer;
            animation: bounce 2s infinite;
        }
        
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-10px);
            }
            60% {
                transform: translateY(-5px);
            }
        }
        
        @media (max-width: 768px) {
            .footer-section {
                margin-bottom: 30px;
            }
            
        }
 
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
}

.maptitle{position: relative; left: 85px;}

/* state card */
        .carousel-container {
            margin: 0 auto;
            padding: 1px 8px;
          }

        .carousel-wrapper {
            position: relative;
            overflow: hidden;
        }
         .carousel-inner-custom {
           margin-bottom: 35px;
            display: flex;
            transition: transform 0.4s ease-in-out;
            gap: 20px;
        }
     .logo-item {
    flex: 0 0 auto;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
     border-radius: 2px;
     transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: solid 1px #ff5e00;
    padding: 3px;
    float: left;
    background: #fff
   
}
.carousel-wrapper {
    padding: 10px; 
}

        .logo-item:hover {
             border-color: #c7710f;
        }

        .logo-item img {
             object-fit: contain;
            transition: transform 0.3s ease;
        }

        .logo-item:hover img {
            transform: scale(1.1);
        }

        .carousel-control {
            position: absolute;
            top: 29%;
            transform: translateY(-50%);
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            transition: all 0.3s ease;
            z-index: 10;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
         }

        .carousel-control:hover {
            background: linear-gradient(135deg, #f2f1f3 0%, #ea8066 100%);
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        }

        .carousel-control:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            transform: translateY(-50%) scale(0.9);
        }

        .carousel-control.prev {
            left: 17px;
        }

        .carousel-control.next {
            right: 15px;
        }

        .carousel-indicators {
            display: flex;
            justify-content: center;
            margin-top: 20px;
            gap: 8px;
        }

        .indicator {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #dee2e6;
            border: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .indicator.active {
            background: #f1a45c;
            transform: scale(1.2);
        }

        .carousel-title {
         text-align: center;
         margin-bottom: 30px;
         color: #2c3e50;
         font-weight: 500;
         font-size: 1.3rem;
         margin-top: -21px;
         padding: 1px 8px;
         display: flex;
         justify-content: center;
         align-items: center;
        }

        .carousel-inner-custom {
        display: flex;
        transition: transform 0.4s ease-in-out;
        gap: 15px;
       }

        .play-pause-controls {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: -15px;
        margin-bottom: -10px;
        }

        .play-pause-btn {
  width: 80px; 
  min-width: 80px; 
  max-width: 80px;
  padding: 6px 12px;
  font-size: 14px;
  text-align: center;
  background-color: #f31c1c61;
  border: none;
  border-radius: 10px;
  color: rgb(32, 31, 31);
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}
         .play-pause-btn:hover {
          background-color: #d98240;
         }

         /* new css add */
           .st_logo {
           border: 1px solid #f9833e;
            width: 100%;
            float: left
           }
            .count_heading {
            color: #000;
            padding: 2px 0;
            display: flex;
           justify-content: center;
           font-size: 1.3rem;
           font-weight: 500;
           margin-top: -21px
          
          }

.count_heading span {
    border: 1px solid #f9833e;
    padding: 1px 8px;
    background: #fff
}

.client-logo {
    border: solid 1px #ff5e00;
    padding: 3px;
    float: left;
    margin: 0 6px;
    background: #fff
}
    