.ipo_page,
.ipo_details_page {
    padding: 115px 0px 50px;
    position: relative;
}
.ipo_details_page ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #090808;
}

.ipo_page h1,
.ipo_page h2,
.ipo_page h3,
.ipo_page h4,
.ipo_page h5,
.ipo_page h6 {
    color: black;
    font-size: 24px;
    margin-bottom: 10px;
}
.ipo_details_page h1,
.ipo_details_page h2,
.ipo_details_page h3,
.ipo_details_page h4,
.ipo_details_page h5 {
    color: black;
    font-size: 24px;
    margin-bottom: 10px;
}
.ipo_details_page h6 {
    color: black;
    font-size: 20px;
    margin-bottom: 10px;
}
.ipo_details_page a {
    color: #3F51B5;
}
.ipo_details_page a:hover {
    color: #ca9956;
}
.ipo_page a {
    color: #3F51B5;
}
.ipo_page a:hover {
    color: #ca9956;
}
.ipo_page p {
    margin-bottom: 12px;
    font-weight: 200;
}
.ipo_details_page p {
    margin-bottom: 12px;
    font-weight: 200;
}
.search-container {
    background: #ca9956;
    border-radius: 5px;
    margin-bottom: 35px;
    position: relative;
}
.search-container form {
    position: relative;
}
.search-container h5 {
    color:white;
}
.search-container input {
    border: 1px solid white;
    border-radius: 5px;
    height: 45px;
    color: white;
}
.search-container button {
   border: none;
    background: #000000;
    padding: 12px 15px;
    border-radius: 5px;
    color: white;
    position: absolute;
    right: 0px;
    top: 0px;
}

.page_name {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.page_name a {
  padding: 10px 18px;
    border-radius: 8px;
    background: #797676;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.page_name a.active {
    background: linear-gradient(135deg, #ca9956, #000000);
}
.page_name a:hover {
  background: linear-gradient(135deg, #ca9956, #000000);
  color:white;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.25);
}

/* ===== Table Styles ===== */
.table-responsive {
  overflow-x: auto;
  
  margin-bottom:25px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  
  overflow: hidden;
}

.table thead {
  background: linear-gradient(135deg, #ca9956, #000000);
  color: #fff;
}
.table thead th a {
    color: #fff;
}
.table thead th a:hover {
    color: #fff;
    text-decoration: none;
}
.table thead th {
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.table tbody tr {
  background: #fff;
  transition: background 0.2s ease;
}

.table tbody tr:nth-child(even) {
  background: #f4f6fa;
}

.table tbody tr:hover {
  background: #eef2ff;
}

.table td {
  padding: 12px;
  font-size: 14px;
  color: #333;
}

.table a {
  color: #444;
  text-decoration: none;
  transition: color 0.2s ease;
}

.table a:hover {
  color: #5a67d8;
  text-decoration: underline;
}
.logo_img {
        border: 1px solid #bdb7b7;
    border-radius: 5px;
    height: 175px;
    display: flex;
    align-items: center;
    padding: 10px; 
        width: 200px;
}
.logo_img img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}
.readmore-box .card {
      border: none;
}

.readmore-box .content {
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.readmore-box .btn-toggle {
  cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    background: transparent;
    border: none;
    color: red;
    display: inline-block;
    text-align: right;
}

.readmore-box .btn-toggle:hover {
  transform: translateY(-2px);
}
.ipo_title_headding {
    background: linear-gradient(135deg, #ca9956, #000000);
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0px !important;
    padding: 10px;
    color: white !important;
    font-weight: 400;
}
.main-box .box .box-heading {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    background-color: #F2F2F2;
}
.main-box .box h5 {
    font-size: 1.5rem;
    margin: 0;
    padding: 8px;
}
.main-box .box {
        height: 95%;
    border: 1px solid #b4bcc0;
}
.main-box .box .box-content {
    padding: 10px;
}
.main-box .box .box-content p span,
.main-box .box .box-content p a,
.main-box .box .box-content p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .search-container {
        max-width: 100%;
    }
}
.service_box_ipo_page {
    margin-bottom: 30px;
    border: 1px solid #383636;
    padding: 5px;
    border-radius: 5px;
    text-align: end;
}
.service_box_ipo_page img {
    width: 100%;
}
.service_box_ipo_page .button-group a {
    display: inline-block;
    padding: 5px 8px;
    line-height: 20px;
    height: 30px;
    color: black;
    font-size: 12px;
}
.service_box_ipo_page h3 {
    font-size: 14px;
    margin-top: 5px;
}