.creditBox label{
    font-weight: 600;
    }





    
    .creditBox label{
        font-weight: 600;
    }
    .creditBox small{
        font-weight: 600;
    }
    .creditBox .form-control{
    box-shadow: none;
    font-weight: 500;
    margin-bottom: .5rem;
    border-radius: 4px;
    font-size: .9rem;
    }
    .creditBox .text-end button{
    border-radius: 4px;
    font-weight: 500;
    background-color: #0d8eff;
    }
.searchSection .logo img{
    object-fit: contain;
    width: 440px;
    height: 80px;
    display: block;
    margin: auto;
    max-width: 100%;
}
.searchSection .logo{
   margin-bottom: .5rem;
}
.searchSection .container{
   max-width: 1200px;
   text-align: center;
 }
.searchSection {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   min-height: 100vh;
   background-color: #fcfcfe;
   padding-top: 6rem;
}
.searchSection form{
    max-width: 100%;
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    height: 60px;
    padding: 24px 20px;
    border-radius: 88px;
    border: 1px solid #f5b402;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 0px 0px 6px #f4ebff, 0px 1px 2px 0px rgba(16, 24, 40, .0509803922);
    margin: 20px 0;
    background-color: #fff;
    margin: auto;
    margin-bottom: 1rem;
}
.searchSection form .form-control{
   box-shadow: none;
   padding: 0;
   font-size: 1rem;
   height: 2.2rem;
   border: none;
}
.searchSection form .form-control::placeholder{
  color: #999;
 }
 .searchSection form button{
   background-color: transparent;
   border: none;
   outline: none;
 }
 .searchSection p{
   color: #6c6a71;
   font-weight: 500;
   margin-bottom: 2rem;
   font-size: 1rem;
   line-height: 1.4;
 }
 .trandingSearch{
    font-weight: 600;
    color: #6c6a71;
    font-size: 18px;
    text-align: center;
    margin: 1rem auto;
  }
  .trandingServices a{
    background: #f6f3fb;
    color: #6c6a71;
    margin: .5rem;
    padding: .2rem .6rem;
    border-radius: 1.76rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    font-size: .85rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: #222;
    border-bottom: 2px solid #f0e9fe;
    font-size: .8rem;
  }
  .trandingServices .trandingBox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: .8rem;
  }
  .trandingServices a:hover{
   background-color: #fff;
   border-bottom: 2px solid #f5b402;
  }
  .recommendations{
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  border-radius: 10px;
  margin: auto;
  max-width: 100%;
  width: 700px;
  max-height: 300px;
  overflow-y: auto;
}

.recommendation{
    padding: 16px 12px;
    cursor: pointer;
    font-weight: 400;
    color: #2e2e2e;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: .95rem;
}
.recommendation:hover{
   background-color: #f5b4022e;
}
.recommendations .recommendation:last-child{
    border-bottom: none;
}
.searchBox{
    position: relative
}
.recommendation svg{
  width: 16px;
  height: 16px;
  display: none;
}
.recommendation span {
    display: flex;
    flex-direction: row;
    text-align: left;
}
.recommendation .active{
    color: #75ba75;
    font-size: .75rem;
    display: inline-flex;
    align-items: center;
}
.recommendation  .badges{
   height: .4rem;
   width: .4rem;
   border-radius: 50%;
   background-color: #27be69;
   margin-left: .4rem;
   margin-right: .4rem;
}
.recommendation:hover svg{
    display: inline-block;
}
@media (max-width:600px){
    .searchSection .logo{
       display: none;
     }
}

.companyInsights{
    padding-top: 10rem;
}
/* popular searches */
.fouroFourHeader{
    padding-top: 5rem;
    margin-bottom: 2rem;
}
.popularSearches .card-title{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #071437;
  
}
.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: .25rem;
    padding: .5rem .5rem;
    border: 1px solid #fff0;
    font-weight: 500;
    font-size: .6875rem;
    padding: .3125rem .375rem;
    color: #4B5675;
    border-color: #fff0;
    background-color: #f5b40219;
}
.link {
    font-weight: 600;
    color: #000;
    text-wrap: wrap;
    text-align: left;
    line-height: 1.4;
}
.card-header {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F1F1F4;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: transparent;
}    
.listLinks{
    gap: 10px;
}
.container{
    max-width: 1200px;
}
.fourOfourBox{
    background-color: #f5b40219;
    padding: 1.6rem .8rem;
}
.fourOfourBox .imgBox img{
    display: block;
    margin: auto;
    max-width: 100%;
    object-fit: contain;
    max-height: 200px;
}
.fourOfourBox .imgBox{
   margin-bottom: 1rem;
}
.badge.errorBadge{
    background-color: #eef6ff;
    color: #1B84FF;
    border: 1px solid rgba(27, 132, 255, 0.20);
    font-weight: 500;
}
.fouroFourHeader h1{
    color: #071437;
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.fouroFourHeader p{
    font-size: .9375rem;
    line-height: 1.375rem;
    color: #4B5675;
    margin-bottom: 1rem;
    font-weight: 500;
}
.fouroFourHeader p a{
    color: #1B84FF;
}
   .freeReports{
    border: none;
    outline: none;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.4;
    background: transparent;
    color: #1a0dab;  
  }
   .freeReports:hover{
   text-decoration: underline;
  }
 .reportcounter{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    height: 2.5rem;
    max-width: 100%;
    
}
.bblcontainer{
    border: 2px solid #1a913d;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    animation: pulse-shadow 1.5s infinite; 

}
.bblcontainer .buble{
    background-color:  #1a913d;
    width: .5rem;
    height: .5em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    
}
.reportcounter .bbltxt{
 width: 400px;
}
@media(max-width:600px){
    .reportcounter .bbltxt{
        max-width: 90%;
    }
    .reportcounter{
      margin-bottom: 0;
      margin-top: .5rem;
    }
}
#reportCounter{
    display: inline-block;
    margin-right: .2rem;
    min-width: 36px;
}
.reportcounter  span{
    font-size: .8rem;
    color: #575757;
}
@media(max-width:600px){
    .searchSection form{
        height: 45px;
        padding: 10px;
    }
      .searchSection form button img{
       width: 20px;
       object-fit: contain;
    }
}
 @keyframes pulse-shadow {
	0% {
		transform: scale(1, 1);
		box-shadow: 0 0 0 0 rgba(0, 255, 0, .48);
	}
	50% {
	  box-shadow: 0 0 15px rgba(0, 123, 255, 0.6);
	}
	100% {
		box-shadow: 0 0 0 20px transparent;
		transform: scale(1, 1);
	}
  }
  /* flip box */
  .stateWiseCompany .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 6px;
    background-color: #f5b4020d;
    align-items: center;
    gap: 45px;
    padding: .6rem 1.6rem;
    margin-bottom: 1rem;
    overflow: auto;
}
.stateWiseCompany .nav li button {
    margin-bottom: 0;
    border: 1.5px solid transparent;
    cursor: pointer;
    border-radius: 4px;
    color: #282729;
    font-weight: 500;
    outline: none;
    border-radius: 5px;
    white-space: nowrap;
}
.stateWiseCompany .nav li button.active {
    background-color: transparent;
    border: 1.5px solid #f5b402;
    color: #f5b402;
}
.stateWiseCompany .companyList {
    list-style-type: disc;
    padding-left: 30px;
}
.stateWiseCompany .companyList li {
    margin-bottom: 1rem;
    text-align: left;
}
.stateWiseCompany .companyList li a {
    color: #6c6a71;
    font-weight: 500;
    font-size: .9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}
.clmchart  text{
    border: 1p solid red;
}
 .flip-container {
      perspective: 1000px;
      width: 100%;
      margin: 0 auto;
      height: 500px;
      overflow: auto;
      overflow-x: hidden;
    }
    .card{
        overflow: hidden;
    }

    .flipper {
      position: relative;
      transition: 0.8s;
      transform-style: preserve-3d;
    }

    .flip-container.flip .flipper {
      transform: rotateY(180deg);
    }

    .front, .back {
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
    
      background: white;
      border-radius: 10px;
    }

    .back {
      transform: rotateY(180deg);
      overflow-y: auto;
    }

    button.viewData {
      margin-top: 20px;
      padding: 10px 20px;
      background: #c5300d;
      color: #fff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      text-transform: capitalize;
      font-weight: 500;
      font-size: .9rem;
    }
.fliptxt{
    font-weight: 500;
    font-size:.9rem;
    color: #222;
    text-align: left;
    padding-left: 2rem;
}
 #incorporation_chart {
      width: 100%;
      height: 450px;
      margin: auto;
    }
     #closure_chart {
      width: 100%;
      height: 450px;
      margin: auto;
    }
    /* table */
    .insightBox {
    box-shadow: 0px 2px 20px 2px rgba(97, 61, 193, .0392156863);
    padding: 30px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 24px;
    margin-bottom: 2.4rem;
    padding-top: 0;
}
.matricsTable {
    border: 1px solid #EFECF9;
    border-radius: 16px;
}
.matricsTable .tablecontainer {
    overflow: auto;
    border-radius: 16px;
}
.matricsTable .tablecontainer table {
    border: none;
    text-align: left;
    overflow: hidden;
    margin: 0;
    border-collapse: collapse;
    overflow-x: scroll;
    width: 100%;
}
.matricsTable .tablecontainer table thead tr {
    background-color: #f5b40246;
    text-align: left;
}
.matricsTable .tablecontainer table thead tr th {
    font-weight: 600;
    color: #000;
    padding: 16px 24px;
    font-size: 14px;
    text-align: left;
}
.matricsTable .tablecontainer table tbody tr td {
    font-weight: 500;
    color: #000;
    padding: 8px 24px;
    font-size: 14px;
    text-align: left;
}
.matricsTable table tbody tr:nth-of-type(even) {
    background-color: rgba(242, 239, 250, 0.5);
}
@media (max-width: 560px) {
    .matricsTable .tablecontainer table thead tr th {
        font-size: .7rem;
        padding: 10px;
    }
}
@media (max-width: 560px) {
    .matricsTable .tablecontainer table tbody tr td {
        padding: 10px;
        font-size: .7rem;
    }
    .insightBox {
        padding: 5px;
    }
}
.selctType{
    width: 300px;
    max-width: 100%;
    margin-bottom: 1rem;
}
.selctType .form-select{
    box-shadow: none;
    font-weight: 500;
    font-size: .9rem;
}
/* Dropdown button */
      .dropdown-button {
          width: 100%;
          color: #000;
          cursor: pointer;
          text-align: left;
          display: flex;
          justify-content: space-between;
          align-items: center;
          background-color: transparent;
          font-weight: 600;
          font-size: .8rem;
          border: none;
          outline: none;
          white-space: nowrap;
      }
      .dropdown-button svg{
        width: 16px;
        height: 16px;
        margin-left: .2rem;
    }

      /* Dropdown content */
      .dropdown-content {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          background-color: white;
          border: 1px solid #ddd;
          border-radius: 5px;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          max-height: 300px;
          overflow-y: auto;
          z-index: 100;
          margin-top: 5px;
          width: 250px;
      }
      .dropdown-content .checkbox-container .checkbox-item label{
        font-weight: 500;
        font-size: .8rem;
      }

      /* Search bar */
      .search-bar {
          padding: 10px;
          border-bottom: 1px solid #ddd;
      }

      .search-bar input {
          width: 100%;
          padding: 8px;
          border: 1px solid #ddd;
          border-radius: 4px;
          outline: none;
      }
      .search-bar input::placeholder{
       font-weight: 500;
    }

      /* Checkboxes */
      .checkbox-item {
          padding: 5px 10px;
          border-bottom: 1px solid #ddd;
          display: flex;
          align-items: center;
      }
      .checkbox-item label{
        margin-bottom: 0;
        color: #000;
    }

      .checkbox-item input {
          margin-right: 8px;
      }

      /* Bottom buttons */
      .dropdown-footer {
          display: flex;
          justify-content: space-between;
          padding: 10px;
          border-top: 1px solid #ddd;
          background-color: #f9f9f9;
      }

      .dropdown-footer button {
          padding: 5px 10px;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-weight: 500;
          font-size: .8rem;
      }
        .dropdown-wrapper:has(.dropdown-content) > .dropdown-button svg {
        transition: .3s ease-in-out;
     }
      .dropdown-wrapper:has(.dropdown-content.show) > .dropdown-button svg {
        transform: rotate(180deg);
     }
     .clickToRotate{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        border: none;
        outline: none;
        font-weight: 600;
        gap: 5px;
     }
    .clickToRotate svg{
        width: 16px;
        transition: transform .3s ease-in-out;
     }
     .clickToRotate.rotateIcon svg{
        transform: rotate(180deg);
        fill: #000;
     }

      .clear-btn { background-color: #f44336; color: white; }
      .select-all-btn { background-color: #4CAF50; color: white; }
      .apply-btn { background-color: #007bff; color: white; }

      /* Show dropdown */
      .show {
          display: block;
      }
      .tablepagination  {
       display: flex;
       justify-content: center;
       margin-bottom: 1rem;
       overflow: auto;
      }
  
    .tablepagination .page-item .pageLink{
       padding: .5rem 1rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #d4d3d5;
        color:  rgb(13, 142, 255);
        font-weight: 500;
        border-right: none;
      }
     .tablepagination .page-item.active .pageLink{
           background-color: rgb(13, 142, 255);
           color: #fff;
           border: 1px solid  rgb(13, 142, 255);
      }
       .tablepagination .page-item.disabled .pageLink{
        background-color: #d4d3d5;
        color: #000;
      }
    .tablepagination .page-item:first-child .pageLink{
       border-radius: 10px 0 0 10px;
      }
       .tablepagination .page-item:last-child .pageLink{
       border-radius: 0 10px 10px 0;
       border-right: 1px solid #d4d3d5

      }
    .tablepagination .page-item .pageLink{
        padding: .5rem 1rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: .9rem;
    }
      
    .pagination-wrapper .navigation{
        display: flex;
        justify-content: center;
        align-items: center;
    }
   @media(max-width:600px){
     .popularSearches.graphs .card-header{
        padding: .2rem;
        align-items: flex-start;
    }
      .popularSearches.graphs .card-header .card-title{
        text-align: left;
    }
    button.viewData{
            font-size: .8rem;
    text-wrap: nowrap;
    margin-top: 0;
    }
   }
.creditBox label{
    font-weight: 600;
}
.creditBox label{
    font-weight: 600;
}
.creditBox small{
    font-weight: 600;
}
.creditBox .form-control{
   box-shadow: none;
   font-weight: 500;
   margin-bottom: .5rem;
   border-radius: 4px;
   font-size: .9rem;
}
.creditBox .text-end button{
  border-radius: 4px;
  font-weight: 500;
  background-color: #0d8eff;
}

.incopTable table thead th{
    white-space: nowrap;
} 
.incopTable table tbody{
    vertical-align: top;
} 
.incopTable table tbody tr td{
    min-width: 150px;
} 
.matricsTable .tablecontainer table tbody tr td{
    padding: 10px;
    min-width: 250px;
    font-size: .8rem;
}
.matricsTable .tablecontainer table tbody tr td a{
  color: #1a0dab;
}
.stateWiseCompany .nav ::-webkit-scrollbar {
    display: none;
}
/* Pagination Container */
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    padding: 10px 15px;
    list-style: none;
    margin-top: 1rem;
}

/* Pagination Items */
.page-item {
    flex: 0 0 auto;
}

/* Pagination Links */
.pagination .page-link {
    display: block;
    padding: 8px 14px;
    border-radius:4px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.page-link:hover {
    background-color: #f0f8ff;
    border-color: #007bff;
    color: #0056b3;
}

/* Active Page */
.page-item.active .page-link {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;

}

/* Disabled State */
.page-item.disabled .page-link {
    background-color: #e9ecef;
    color: #6c757d;
    border-color: #dee2e6;
    cursor: not-allowed;
}

/* Dots */
.page-item.disabled span.page-link {
    background-color: transparent;
    border: none;
    color: #6c757d;
    font-weight: bold;
    padding: 8px 10px;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .page-link {
        padding: 6px 10px;
        font-size: 14px;
    }

    .pagination {
        gap: 4px;
        padding: 8px;
    }
}
