  .testimonial-card {
      background-color: #02b8ba;
    color: #fff;
    border-radius: 15px;
    padding: 25px;
    min-height: 370px;
    position: relative;
    }

    .testimonial-card img {
      width: 60px !important;
      height: 60px;
      border-radius: 50%;
      margin-bottom: 10px;
      object-fit: cover;
    }

    .testimonial-card h3 {
      font-size: 18px;
      margin: 5px 0;
    }

    .testimonial-card p {
      font-size: 15px;
      line-height: 1.6;
    }

    .stars {
      color: #ffc107;
    position: absolute;
    bottom: 15px;
    /* left: 0; */
    right: 25px;
    font-size: 20px;
    }

    .owl-carousel .owl-item {
      transition: transform 0.5s ease;
    }


    .UserSlider{
        padding-top: 60px;
    }


    .card_info{
        display: flex;
        gap: 13px;
    }


    .slider-value2 .item .col-md-4{
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
.slider-value2 .item .col-md-4 .card{
  border:0px solid;
}
.slider-value2{
  padding-left:0;
  padding-right:0;
}
    .slider-value2{
      padding-top: 2em;
    }

    .card_img{
      position: relative;
    }

   .tag_div-content span{
    position: absolute;
    top: 14px;
    padding: 6px 12px;
    background: #37e5e7;
    color: #fff;
    left: 30px;
    font-size: 11px;
    font-weight: 500;
   }



   /* Black overlay on slider-2 images */
.slider-2 .card_img {
  position: relative;
  overflow: hidden;
}

.slider-2 .card_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #000000a6, transparent);
    transition: all 0.4s 
ease;
    z-index: 1;
}

/* Optional hover effect - darker on hover */

/* Make sure image stays below overlay */
.slider-2 .card_img img {
  display: block;
  width: 100%;
  height: 300px;
  z-index: 0;
  object-fit: cover;
  position: relative;
  object-position: center;
}


/* 
* details_page-website
*/


.card_img {
  position: relative;
  overflow: hidden;
}

.card_img img {
  display: block;
  width: 100%;
  height: auto;
}

/* Heart icon position */
.heart-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.3s ease;
  z-index: 2;
}

.card_img:hover .heart-icon {
  opacity: 1;
  /* transform: scale(1); */
  /* background: #000; */
}




/* Heart icon styling */
.heart-icon-content {
    background: #02010154;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.heart-icon-content:hover{
  background: #000;
}



.heart-icon-content i {
  font-size: 24px;
  color: #fff;
}


.tag_div{
  position: absolute;
  z-index: 99;
  top: 0;
}


.img-bottom-content{
  position: absolute;
  z-index: 99;
  bottom: 30px;
  left: 30px;
  color: #fff;
}


.img-bottom-content-main-div p{
  font-weight: 500;
  margin-bottom: 4px;
  color: #fff;
}


.price-tag{
  color: #90B0B7;
} 

.price-tag .num-span{
  font-size: 21px;
  font-weight: 500;
}





/* owl-nav-style */

.featured_card-details .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.featured_card-details .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
}

.featured_card-details .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: #cfcfcf;    /* light grey */
  display: block;
  border-radius: 50%;
  transition: 0.3s ease;
}

/* Active dot (Black) */
.featured_card-details .owl-dots .owl-dot.active span {
  background: #000;
  transform: scale(1.4);   /* thoda bada effect */
  width: 8px;
  height: 8px;
}


.featured_card-details .owl-theme .owl-dots .owl-dot span{
  margin: 5px 6px;
}


/* owl-nav-style-end */

.out-of-text-hold{
  display: flex;
  gap: 3px;
  padding-top: 13px;
}

.icon-text{
  padding: 5px 10px;
  color: #000;
  background-color: #EBF3F5;
  font-size: 14px;
}


.icon-text .fa{
    color: #90B0B7;
    padding-right: 4px;
}

.owl-stage-outer{
  padding-bottom: 0;
}

.card-text-details{
  padding-top: 10px;
}

.card-heading h4{
  font-size: 23px;
  line-height: 29px;
  font-family: var(--play-fair);

}

.card-details a{
  text-decoration: var(--a-1);
  color: var(--color);
}

.card-detatils a{
    text-decoration: var(--a-1);
  color: var(--color);
}









































