.signpost-title {
  font-weight: 600;
  font-size: 2.7rem;
  margin-top: 15px;
}
.signpost-image:before {
  height: 85%;
  width: 100%;
  border-radius: 30px;
  background-color: var(--white-color);
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
}

.module-two-column .cta--large:hover{
min-height: 15rem;
  padding: 20px 35px;
}
.signpost h3 {
  color: var(--color-text);
}
.product-signpost .signpost-image img{
height:255px;
object-fit:contain;
  border-radius: 15px;
}
.signpost__content-image {
  height: 72px;
  width: auto;
  object-fit: contain;
}
.signpost__item {
  margin-bottom: 40px;
}
.cta--primary .cta-icon{
  height: 20px;
  width: 20px;
  content: "";
  display: inline-block;
  position: relative;
  background-image: url(/~/media/Images/M/myko/logo/right-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  transition:0.3s all ease-in-out;
}
.product-signpost .signpost-title{
  margin-top:30px;line-height: 40px;
}
.product-signpost.bg-secondary-color .signpost-image:before{
  background-color:var(--white-color)
}
.product-signpost .signpost-image:before{
  background-color:var(--bg-secondary-color)
}
.product-signpost .signpost-image:before{
  height:100%;
  border-radius:10px;
}
.product-signpost .cta--primary{
  border-radius: 30px;
  font-weight:700;
}
.cta--primary:hover .cta-icon{
  background-image: url(/~/media/Images/M/myko/logo/right-arrow-hover.svg);
}
.bottom-signpost img {
 width:auto;
  max-height: 65px;
  object-fit: contain;
  object-position: left;
}
.cta--large {
  min-height: 15rem;
  padding: 23px 35px;
  align-items: end;
  border-radius: 30px;
  justify-content: space-between;
  transition: 0.4s;
  position: relative;
}
.cta--large:after {
  content: "";
  background-image: url("/~/media/Images/M/myko/icons/arrow.svg");
  height: 40px;
  width: 40px;
  background-size: 28px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 25px;
  right: 30px;
  transition: 0.4s;
}
.cta--large:hover {
  min-height: 160px;
  padding: 20px 45px;
  transition: 0.4s;
}
.cta--large:hover:after {
  transform: rotate(45deg);
  transition: 0.4s;
  bottom: 16px;
}
.bottom-signpost-row {
  min-height: 160px;
}
.pdf-signpost__item{
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.module-pdf-signpost .col-md-6{
margin-bottom:30px;
}
.pdf-signpost__item .cta--primary{
  border-radius:33px;
  margin-top: 10px;
  font-weight:600;
  width: fit-content;
}
.module-two-column .signpost-image img{
  min-height: 333px;
  object-position: center;
  object-fit: contain; 
}
.module-two-column.bg-secondary-color .signpost-image:before, .module-two-column.bg-secondary-color .cta--large{
  background-color:var(--white-color)
}
.module-two-column.bg-null .signpost-image:before, .module-two-column.bg-null .cta--large{
  background-color:var(--bg-secondary-color)
}
.module-two-column__right-content .cta--large{
margin-top:20px;
}
.module-two-column__right-content .cta--large img{
  max-height: 48px;
  object-fit: contain;
  object-position: left;
  width:auto; 
}
.module-two-column__content ul li{
color: var(--bs-black);
word-break: break-word; 
}
.module-two-column__content h3{
color:var(--primary-color)
}
@media all and (max-width:991.98px){
.bottom-signpost img{
max-height: 30px;
}
.cta--large{
min-height:12rem;
}
.cta--large:hover {
  min-height: 120px;}
  .cta--large:hover:after{
  bottom:6px;
  }
.cta--large:after{
bottom:13px;
}
.module-two-column__right-content .cta--large img{
height:30px;width: 77%;
}

}

@media all and (min-width:768px) and (max-width:992px){
.bottom-signpost img{width:80%;}
}
@media all and (max-width:767.98px){
.cta--large:hover{
min-height: 16rem;
}
.cta--large{
min-height: 15rem;
}
.bottom-signpost img{
height:100%;max-height: 50px;
}
.signpost-image {

    margin-top: 20px;
}
  .module-pdf-signpost .row{
    gap:30px;
  }
  .signpost__content-image {
    width:100%;
  }
  .bottom-signpost .row:first-child{
    gap:40px;
  }
  .two-col-content
  .row:first-child{
    gap:30px;
  }
}















.bg-signpost__content{
	position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;}

.bg-signpost__title {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .5s ease-in-out;
    text-transform: uppercase;z-index:999;}

.bg-signpost__description {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

@media (min-width: 992px) {
    .bg-signpost__description {
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
        max-height: 0;
        opacity: 0;
    }
	
}

	.signpost-image img {
  	z-index: 1;
  	position: relative;
  	border-radius: 30px;
}

.bg-signpost {
  border-radius: 30px;
  /*border-top-left-radius: 0;*/
}
.bg-signpost__image-wrapper::after {
  content: "";
/*   background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 35%, rgba(0, 0, 0, 0.70) 90.26%); */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70%, rgba(0, 0, 0, 0.70) 90.26%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.bg-signpost__image {
  min-height: 22rem;
  max-height: 23rem
}
.bg-signpost__content {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  padding: 4rem !important;
}

.bg-signpost__description {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}
.bg-signpost__description .cta--overlay-card::before {
  top: auto;
  left: -50%;
  bottom: -50%;
  height: 100vh;
  width: 100vw
}
.bg-signpost__link-wrapper {
  top: 0;
  left: 0
}
.bg-signpost__title {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-transform:uppercase;
}
.bg-signpost:hover .bg-signpost__image-wrapper::after {
  background: rgba(0,0,0,.5)
}
.bg-signpost:hover .bg-signpost__title {
  -webkit-transform: translate3d(0,-20%,0);
  transform: translate3d(0,-20%,0)
}

@media (min-width:768px) {
  .bg-signpost__image {
    min-height: 32rem
  }
  .bg-signpost--small .bg-signpost__image {
    min-height: 28rem
  } 
}

@media (min-width:992px) {
  .bg-signpost__description {
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
    max-height: 0;
    opacity: 0
  }
  .bg-signpost:hover .bg-signpost__description, .bg-signpost:focus-within .bg-signpost__description{
    max-height: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	z-index: 999;
  }
  .bg-signpost:focus-within .bg-signpost__description{
    transition:unset;
  }
}

@media (min-width:1200px) {
  .bg-signpost__image {
    min-height: 56.8rem
  }
  .bg-signpost--small .bg-signpost__image {
    min-height: 39.5rem
  }
}


.bg-signpost:hover .bg-signpost__description, .bg-signpost:focus-within .bg-signpost__description{
	max-height: 100%;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

.bg-signpost__description:focus{max-height: 100%;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);}


@media (pointer: coarse) and (hover: none) {
.bg-signpost__description{z-index:2;}
}

.signpost-image {
    margin-top: 40px;
}

/* Fix for white overlay - exact image size */
.bg-signpost__image-wrapper {
  position: relative;
  display: inline-block; /* Yeh add karein */
  border-radius: 30px; /* Yeh bhi add karein */
  overflow: hidden; /* Important - yeh border-radius ko enforce karega */
}

.bg-signpost__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none;
  /* border-radius remove kar diya */
}

.bg-signpost:hover .bg-signpost__image-wrapper::before {
  opacity: 1;
}

/* Ensure image has proper styling */
.bg-signpost__image-wrapper img {
  display: block; /* Yeh add karein */
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.bg-signpost__image-wrapper.signpost-image{margin-top:0px;}