
 .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
  }

  /* The popup box */
  .modal-content {
    background: #fff;
    padding: 20px 25px;
    border-radius: 12px;
    width: 800px;
    max-width: 90%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    position: relative;
    animation: fadeIn 0.3s ease;
    padding: 20px;  
    width: 400px;
  }
  /*.disabled {
    color: #ccc;      
    pointer-events: none; 
    opacity: 0.6;    
}*/
  .rptLink {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      float: right;
      margin: 12px 6% 0 0;
      padding: 7px 16px;
      background: linear-gradient(135deg, #1a4a8a 0%, #2e80c0 100%);
      color: #fff !important;
      font-size: 13px;
      font-weight: 600;
      border-radius: 6px;
      text-decoration: none;
      letter-spacing: 0.3px;
      transition: background 0.2s ease;
  }
  .rptLink:hover {
      background: #8B6B61;
      color: #fff !important;
      text-decoration: none;
  }
  .close-btn {
    position: absolute;
    top: 10px; right: 12px;
    background: none; border: none;
    font-size: 20px; cursor: pointer; color: #555;
  }

  .info-item {
    display: flex;
    justify-content: space-between; /* label on left, value on right */
    align-items: center;
    margin: 8px 0;
}

  #csvModal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

#csvModal .modal-content {
    background: #fff;
    margin: 50px auto;
    padding: 20px;
    width: 80%;
    max-height: 80%;
    overflow: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

#csvModal .close-btn {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

#csvModal table {
    width: 100%;
    border-collapse: collapse;
}

#csvModal td, #csvModal th {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}

.info-item strong {
    margin-right: 10px;
    flex-shrink: 0; /* label won't shrink */
}

.info-item span {
    text-align: right;
}

  @keyframes fadeIn {
    from {opacity: 0; transform: scale(0.9);}
    to {opacity: 1; transform: scale(1);}
  }
.client-logo a {
    float: right;
}
.client-logo-section {
    padding: 0 6%;
    text-align: left;
}
 .logo_work{
            display: flex;
          float: right;
          gap: 11px;
          padding: 0px 5px 5px 0px;
        }
.client-logos {
    display: flex;
    gap: 20px;
    justify-content: left;
    flex-wrap: wrap;
    padding: 0 6%;
}
.client-logo-text{
   display: inline;
    background: white;
}
.client-logo-section-title {
    padding: 0 6%;
}

.client-logo-section-title {
    margin-bottom: 20px;
}

.client-logos {
    display: flex;
    gap: 20px;
    justify-content: left;
    flex-wrap: wrap;
}
.client-logo p {
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #333;
}

.client-logo-section-title h1 {
    font-size: 16px !important;
    font-weight: 700;
    color: #00245D;
    font-family: 'Segoe UI', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-left: 4px solid #8B6B61;
    padding-left: 10px;
    margin: 0;
}

.client-logo p {
    line-height: 19px;
    font-size: 14px;
}
.client-logo {
    display: flex;
    width: 282px;
    flex-direction: row;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.client-logo:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}
.client-logo img {
    margin-right: 9px;
}
.client-logo img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: contain;
}

.domain-experts-title {
    text-align: center;
}

.domain-experts-title h2 {
    font-size: 25px;
    font-weight: 600;
    color:#111827;
}
.title-line {
    width: 435px;
    height: 1px;
    background: #000000;
    margin: 0 auto;
}
.domain-experts-button {
    width: 50%;
    text-align: center;
    margin: 34px auto;
    position: relative;
}

.btn-nccr {
    background: #1a6ea8;
    color: #fff;
    font-size: 16px;
    width: 150px;
    padding: 10px 20px;
    font-weight: 600;
    z-index: 99;
    position: relative;
    border: none;
    border-radius: 6px;
}
.btn-second-le {
    background: #1a4a8a;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 500;
    color: #fff;
    min-width: 100px;
    border: none;
    border-radius: 6px;
}
.btn-second-le:hover{
    background: #2e80c0;
    color:#fff;
}
.second-set-btns {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 58px;
}
.btn-line-left {
    width: 83.5%;
    height: 1px;
    background: #a0b4c8;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    z-index: 0;
}

.top-line:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 79px;
    background: #a0b4c8;
    top: 24px;
    left: 51px;
}
.top-line1:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 79px;
    background: #a0b4c8;
    top: 24px;
    right: 51px;
}
.mid-line {
    position: relative;
}
.mid-line:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 79px;
    background: #a0b4c8;
    top: -79px;
    left: 50%;
    transform: translateX(-50%);
}
.second-set-btns .dropdown, .dropend, .dropstart, .dropup {
    position: inherit;
}
.dropdown-item {
    font-size: 14px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    font-weight: 500;
    color: #1a4a8a !important;
    padding: .6rem 1rem !important;
}
.national-agency-section h2 {
    background: linear-gradient(135deg, #1a4a8a 0%, #2e80c0 100%);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.national-agency-section {
    padding: 0 5%;
}
.national-agency-box {
    background: #fff;
    padding: 14px 20px;
}
.national-agency-box .national-agency-box {
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,.07);
    border: 1px solid #e2eaf3;
    margin: 0 8px 8px 0;
    padding: 0 0 14px 0;
}
.national-agency-box h3 {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #1a4a8a;
    padding: 6px 14px;
    margin: 0 0 12px 0;
    border-radius: 10px 10px 0 0;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.national-agency-box ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.national-agency-box li {
    position: static;
    padding: 5px 14px 5px 12px !important;
    margin: 0 !important;
    font-size: .82rem;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #c8d4e0;
    border-left: 2px solid #989da1;
}
.national-agency-box li:last-child {
    border-bottom: none;
}
.national-agency-box li:after {
    display: none;
}
.national-agency-section-revies h2 {
    background: linear-gradient(135deg, #1a4a8a 0%, #2e80c0 100%);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.national-agency-section-revies{
    padding: 0 5%
}
.national-agency-section-revies-box {
    background: #fff;
    padding: 16px;
}
.national-agency-section-revies-list {
    border: 1px solid #d0dce8;
    padding: 14px 18px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,.06);
    transition: box-shadow .18s ease;
}
.national-agency-section-revies-list:hover {
    box-shadow: 0 4px 14px rgba(26,74,138,.13);
}
.national-agency-section-revies-list img {
    margin-right: 8px;
}
.national-agency-section-revies-list h4 {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.national-agency-section-revies-box {
    background: #fff;
    padding: 10px 30px;
    display: flex;
    gap: 24px;
}
.imgmainbook{
    width:70%;
}
.drp-project-book h2 {
    display:none;
    background: #0077B6;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 20px;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.drp-project-book{
    padding:1% 28%; 
        position: absolute;
    top: 65%;  
}
.drp-project-book-list {
    /*background: #fff;*/
    padding: 24px;
    text-align: center;
}


.drp-project-book1{
     padding:0 6%; 
     
}

.drp-project-book-list1 {
    background: #fff;
    padding: 24px;
    text-align: center;
}
.drp-project-book1 h2 {
    background: #0077B6;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 20px;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.book-width img{
    width:80%;
}
.book-width{
    margin-bottom: 15px;
}
.dpr-project-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #111827;
    text-align: center;
}
.dpr-project-title .title-line {
    width: 356px;
    height: 1px;
    background: #000000;
    margin: 0 auto;
}
.back-btn {
    position: absolute;
    top: 24px;
    left: 6%;
}
.roundshade{
        background-color: #f7f4f4;
    padding: 10px 20px;
    border-radius: 25px;
    width: 125px;
    position: absolute;
    top: 40%;
    right: 25%;
   
}
    

@media screen and (min-width: 1900px) {
.client-logo p {
    line-height: 19px;
    font-size: 16px;
}
.client-logo {
    width: 282px;
}
.imgmainbook{
    width:90%;
}
   .btn-line-left {
        width: 84.5%;
    }

}