.box-search-top{
   display:none !important;
}
.btn.btn-brand-1{

   width:250px !important;
}
.header-logo img{
  height: 150px;
  width:450px;
}

    .highlight {
      font-weight: bold;
    }

    a {
      color: blue;
    }
.header-logo img {
    height: auto !important;
}

  .popup-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    /* Popup box */
    .popup-box {
      background: #fff;
      width: 70%;
      max-width: 700px;
      padding: 20px 30px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.4);
      font-family: "Noto Sans Devanagari", Arial, sans-serif;
      line-height: 1.6;
      overflow-y: auto;
      max-height: 80vh;
    }

    .popup-box h2 {
      margin-bottom: 10px;
      color: #b71c1c;
      text-align: center;
    }

    .popup-box p {
      margin: 8px 0;
      font-size: 16px;
    }

    .popup-box .close-btn {
      background: #b71c1c;
      color: #fff;
      border: none;
      padding: 8px 15px;
      border-radius: 5px;
      float: right;
      cursor: pointer;
      margin-top: 10px;
    }

    .popup-box .close-btn:hover {
      background: #880e4f;
    }