.image-border-1-px {
  border: 1px solid #999;
  box-sizing: border-box;
}
.image-border-2-px {
  border: 2px solid #999;
  box-sizing: border-box;
}
.image-border-3-px {
  border: 3px solid #999;
  box-sizing: border-box;
}
.image-border-4-px {
  border: 4px solid #999;
  box-sizing: border-box;
}
.image-border-5-px {
  border: 5px solid #999;
  box-sizing: border-box;
}

/* .overview-content-wrapper,
.overview-content-wrapper:hover {
  background-color: #f1f1f1;
  padding: 12px;
  color: #000;
  text-decoration: none;
} */

.overview-content-wrapper,
.overview-content-wrapper:hover {
  padding: 12px;
  color: #000;
  text-decoration: none;
}

.overview-content-wrapper07,
.overview-content-wrapper07:hover {
  padding: 12px;
  text-decoration: none;
}

.blog-readmore-wrapper span {
  float: right;
}

.blog-content-wrapper {
  padding: 12px;
}
.overview-blog05 .blog-image-wrapper {
  text-align: center;
}
.overview-blog05 .blog-image-wrapper img,
.overview-blog06 .blog-image-wrapper img,
.overview-blog07 .blog-image-wrapper img {
  width: 70%;
}

.overview-blog06 .blog-image-wrapper,
.overview-blog06 .blog-title-wrapper,
.overview-blog07 .blog-image-wrapper {
  text-align: center;
}
.overview-blog06 a,
.overview-blog06 a:hover {
  color: #000;
  text-decoration: none;
}
/* New overview design CSS starts */
.overview-design-containter .inner-row .col-12.col-lg-5 {
  padding-left: 12px;
  padding-right: 12px;
}
.overview-pagination-wrapper ul {
  display: flex;
  justify-content: center;
}
.overview-pagination-wrapper ul li {
  list-style-type: none;
  padding: 10px;
}

.overview-pagination-wrapper ul li.is-active {
  background-color: #f1f1f1;
  padding: 12px;
  border-radius: 5px;
}
.overview-pagination-wrapper ul li a {
  color: #000;
  text-decoration: none;
}
.overview-title {
  font-size: 32px;
  font-weight: bold;
}
/* overview design04 CSS */
.overview-content-parent-div {
  position: relative;
}
.overview-content-parent-div .data-wrapper {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

/* overview design02 CSS */
.truncated-text {
  width: 225px; /* Adjust the width as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* new design */
.overview-design06-container {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 1vw;
}

.overview-design07-container {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;
}

.overview-content-wrapper-hover {
  border-radius: 10px !important;
}

.overview-content-wrapper-hover,
.overview-content-wrapper-hover:hover {
  padding: 12px;
  color: #000;
  text-decoration: none;
}

.overview-content-wrapper .image-wrapper {
  height: 100px;
}

.overview-content-wrapper07 {
  border-radius: 10px !important;
  background-color: initial;
  position: relative;
  overflow: hidden;
  transition: background-color 0.5s ease-in-out;
}

.overview-content-wrapper07::before {
  content: "";
  position: absolute;
  height: 215px;
  width: 200px;
  bottom: -25px;
  right: 0;
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: var(--hover-bg-img);
  transition: all 0.5s ease-in-out;
  background-position: center;
}

.hover-active::before {
  bottom: -8px; /* Final position */
  opacity: 1; /* Fade in */
  transition: all 0.5s ease-in-out;
}

.overview-content-wrapper07 .image-wrapper {
  height: 100px;
  display: flex;
}

.overview-content-wrapper07 .image-wrapper .title {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-left: 15px;
}

.overview-content-wrapper07 .image-wrapper .title h5 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: bold;
  font-family: "mulish-bold";
}

.overview-415-wrapper h5 {
  display: none;
}

.overview-415-wrapper .wrapper-readmore {
  display: none;
}

/* Blog overview CSS */
.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.equal-cols > [class*="col-"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row.equal-cols > [class*="col-"] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.row.equal-cols > [class*="col"] .blog-teaser-wrapper {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 30px;
}

.equal-cols a,
.equal-cols a:hover {
  text-decoration: none;
  color: #000;
}

.equal-cols div {
  box-sizing: border-box;
}

.equal-cols a div {
  margin-bottom: 10px;
}

/* blogs - overview design 09 */
.section-336-2607-outer-wrapper .blog-readmore-wrapper {
  color: #009dc5;
}

/* projects - overview design 08 */

.overview-design08-container {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;
}

.project-container {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px !important;
  background-color: rgba(255, 255, 255, 1) !important;
}
.overview-design08-container .blog-image-wrapper {
  width: 30%;
}

.blog-08-content-wrapper {
  width: 70%;
}
.overview-design08-container p {
  font-size: 20px;
}

.home-design-09 .blog-readmore-wrapper {
  color: #009dc5;
}

.overview-design05-container {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;
}

/* Overview disign 05 */
.news-content-container {
  box-shadow: 0px 0px 0px 0px#ddd !important;
  border: 1px solid #ddd;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top: 0px;
}

.news-container img {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.news-container .blog-teaser-wrapper p {
  min-height: 107px !important;
}

.overview-camp-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw;
}



.status-text{
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
