	.breakingNewsHolder {
    width: 100%;
    position: fixed;
    z-index: 99;
    bottom: 0px;
    margin-top: 30px;
    background: rgb(138 0 146 / 69%);
}
.breakingNewsHolder marquee {
    width: 100%;
    color: rgb(255, 255, 255);
    height: 36px;
    font-weight: 600;
    margin-top: -6px;
    padding: 13px;
    font-size: 16px;
}
.breakingNewsHolder ul li{
  list-style: none;
  margin-left: 10px;
  display: inline-block;
}

         .new-list li{
          line-height: 32px;
          padding-left: 38px;
          font-size: 18px;
          color: #0a0a0a;
          list-style: none;
          background-image:url("/assets/img/icons/lis.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          margin-bottom: 10px;
          text-align: justify;
          font-weight: 400;
      }
      .new-list{
        padding: 2px;
        margin: 2px;
      }

      .west-list li{
         line-height: 31px;
          padding-left: 4px;
          font-size: 17px;
          color: #fff;
          list-style: none;
          background-repeat: no-repeat;
          background-position: 0 0;
          margin-bottom: 0px;
          text-align: justify;
          font-weight: 400;
      }
      .west-list{
        padding: 0px;
        margin: 0px;
      }
.house-table-wrapper {
  margin: 30px 0;
  padding: 20px;
  background-color: #f9f9ff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.table-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
  text-align: center;
}

.house-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
}

.house-table th,
.house-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.house-table thead th {
  background-color: #800080;
  color: #fff;
  font-weight: 600;
}

.house-table tbody tr:hover {
  background-color: #f1e7f7;
}

  /* General card styling */
.project-card.style-service {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.project-card.style-service:hover {
  transform: translateY(-5px);
}

/* Thumb area with purple background */
.project-card .thumb {
  background-color: #800080;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Title Tag Styling */
.project-card .tag {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 15px;
  border-radius: 0 10px 10px 0;
  font-weight: 600;
}

/* Inner content */
.project-card .content {
  padding: 20px 30px;
}

.project-card h5 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.project-card ul.west-list {
  padding-left: 20px;
  margin: 0;
  list-style-type: disc;
}

/* Text Styling */
.project-card p,
.project-card ul li {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

/* Responsive tweaks */
@media (max-width: 1199px) {
  .project-card .content {
    padding: 20px 20px;
  }
}

@media (max-width: 991px) {
  .project-card h5 {
    font-size: 18px;
  }
  .project-card ul li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .col-xl-6,
  .col-xl-12 {
    width: 100% !important;
    max-width: 100%;
  }

  .project-card .thumb {
    height: auto;
  }

  .project-card .content {
    padding: 18px 15px;
  }

  .project-card h5 {
    font-size: 17px;
  }

  .project-card p,
  .project-card ul li {
    font-size: 14.5px;
    line-height: 26px;
  }
}

</style>
<style>
  /* General card styling */
.project-card.style-service {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  background-color: #800080;
}

.project-card.style-service:hover {
  transform: translateY(-5px);
}

/* Thumb area */
.project-card .thumb {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  background-color: #800080;
}

/* Tag styling */
.project-card .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 15px;
  border-radius: 0 10px 10px 0;
  font-weight: 600;
}

/* Content area */
.project-card .content {
  padding: 25px 49px 50px;
}

.project-card h5 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

/* List styling */
.project-card ul.west-list {
  padding-left: 20px;
  margin: 0;
  list-style-type: disc;
  color: #fff;
}

/* Paragraph and list item text */
.project-card p,
.project-card ul li {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

/* Responsive tweaks */
@media (max-width: 1199px) {
  .project-card .content {
    padding: 20px 30px;
  }
}

@media (max-width: 991px) {
  .project-card h5 {
    font-size: 18px;
  }

  .project-card ul li,
  .project-card p {
    font-size: 15px;
  }

  .project-card .content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .col-xl-6,
  .col-xl-12 {
    width: 100% !important;
    max-width: 100%;
  }

  .project-card .thumb {
    height: auto;
    padding-top: 20px;
  }

  .project-card .content {
    padding: 18px 15px;
  }

  .project-card h5 {
    font-size: 17px;
  }

  .project-card p,
  .project-card ul li {
    font-size: 14.5px;
    line-height: 26px;
    text-align: left;
  }
}