/* Underline text */
    .underline {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 8px;
    }

    .dark-image {
        -webkit-filter: brightness(95%);
                filter: brightness(95%);
    }

    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        background: #fff;
    }

.custom-list-item-white {
	margin-bottom: 1rem;
	color: white;
}
/* Text Overlay on top of Slider */
    .underline {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 8px;
    }

    .dark-image {
        -webkit-filter: brightness(95%);
                filter: brightness(95%);
    }

    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        background: #fff;
    }


ul li .square {
	background-color: #b59a6d;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 5px;
}
/* stacked images */
.images {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  }
.image1 {
  width: 460px;
  height: 500px;
  max-height: 582;
  max-width: 526px;
}
.image2 {
  position: absolute;
  bottom: -30px;
  left: -90px;
  width: 70%;
}
.card .arrow-up {
  width: 0; 
  height: 0; 
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 70px solid white
}
.latest-date{
    background-color:#fff;
    color:#b59a6d;
    -webkit-box-shadow:#b59a6d 0px 3px 1px 1px;
    box-shadow:#b59a6d 0px 3px 1px 1px;
    margin-top:-32px;
    border-radius:50%;
    width:60px;
    height:60px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    z-index:1;
    font-size:13px
}
