.cus_ml_logo{
    height: 8dvh;
}
.cus_ml_hero_row{
    width: 100dvh !important; 
    padding-top: 2vh !important; 
    padding-bottom: 2vh !important; 
    padding-inline-start: 10vh !important; 
    padding-inline-end: 10vh !important; 
    border-radius: 100px !important;
    position: absolute; 
    margin-top: -25dvh; 
    margin-left: 25%; 
    justify-content: center; 
    background: #ffff;
}
.cus_ml_title {
    margin-left: -18dvh !important;
    padding-bottom: 42px !important;
    overflow: hidden !important;
    width: 91dvh !important;
}
.cus_ml_sec_2{
    width: 71dvh !important;
    margin-left: 21% !important;
}
.stars {
      display: flex;
      font-size: 1.8rem;
      justify-content: center;
      align-items: center;
      /* background-color: white; */
      width: 20dvh;
      height: 6dvh;
       border: 2px solid #ffffff;
      border-radius: 50px;
      margin-left: 45%;
      opacity: 0;
      margin-top: -5dvh;
  transform: translateX(-100%);
  animation: slideInStars 2s ease-out forwards;
    }

    .star {
      color: gray; /* Default color */
    }

    .star.filled {
      color: gold; /* Yellow color for filled stars */
    }
   

/* Keyframes for slide in */
@keyframes slideInStars {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.whatsapp-float {
    position: fixed;
    bottom: 28dvh;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    text-decoration: none;
    animation: pulse 2s infinite;
}

.whatsapp-float img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.whatsapp-tooltip {
    margin-right: 12px;
    background: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    transform: translateX(0);
}
.lb-container{
      margin-top: 20%;
      overflow: hidden;
}

.three-d-box {
  background: #fff;
  border-radius: 12px;
  /* margin-right: 20px; */
  /* padding: 0 15px; */
  /* padding: 20px; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.three-d-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3), 0 20px 60px rgba(0, 0, 0, 0.15);
}
.cus_ml_cn_sc4{
  background-color: #fff; 
  padding: 30px 30px 30px 30px; 
  border-radius: 10px; 
  position: absolute; 
  border-bottom: 3px solid #28ABE3; 
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
  margin-top: -9dvh;
}
.cus_ml_img {
    margin-left: -10dvh; 
    margin-top: 2dvh;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}
.cus_ml_portfolio-block:before {
  background: rgba(0, 0, 0, 0) !important;
}
.cus_ml_caption{
  margin-left: -10dvh;
}
.cus_ml_pd_plates{
    filter: drop-shadow(12px 12px 15px rgba(0, 0, 0, 0.39)) !important;
    height: 15dvh;
}
.cus_ml_ab_img{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    filter: drop-shadow(12px 12px 15px rgba(0, 0, 0, 0.39)) !important;
}
.cus_ml_ab_img2{
  border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    filter: drop-shadow(12px 12px 15px rgba(0, 0, 0, 0.39)) !important;
    margin-left: 20dvh;
}