.client{
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
  }

  .card{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 400px;
    max-height: 450px;
    padding-bottom: 10px;
    background-color: white;
    overflow: hidden;
  }
  .card-body{
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }


.card-substitle{
  margin-bottom: 10px !important;
}


.carousel-control-prev, .carousel-control-next{
  
  padding: 5px !important;
  border: none;
  outline:none;
  z-index: 99999;
  background-color: transparent !important;
  color:black !important;
  box-sizing: none !important;
}

.carousel-control-prev-icon,.carousel-control-next-icon{
  color:#2C3E50 !important
}



  /* Style for rounded, black background carousel controls */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: transparent !important; /* Set background to black */
    border-radius: 50%; /* Make the icon circular */
    width: 30px; /* Adjust width */
    height: 30px; /* Adjust height */
    filter: invert(1); /* Invert icon color to white */
  }
  /* Optional: Add hover effect */
  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    background-color: #333;
    border: none; 
    outline:none;
    box-shadow: none;
    /* Darker shade on hover */
  }
.carousel-control-prev{
  align-self: center;
  height: 60px;
  width: 60px;
  border-radius: 50% !important;
  left: 2px;
}

.carousel-control-next{
  align-self: center;
  height: 60px;
  width: 60px;
  border-radius: 50% !important;
  right: 2px;
}

.card-text{
  margin-top: 30px;
}

#testimonialCarousel .card {
  border-radius: 15px;
  transition: transform 0.3s ease;
}
#testimonialCarousel .card:hover {
  transform: translateY(-5px);
}


.ctc_g_content_for_bg_image:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('wa_bg.png');
      opacity: 0.07;
    }
 

    
    .ctc_g_message_box {
      position: relative;
      box-shadow: 0 1px 0.5px 0 rgba(0, 0, 0, .14);
      max-width: calc(100% - 30px);
      border-radius: 0px 7px 7px 7px;
      background-color: #dcf8c6;
      margin: 8px 5px;
      padding: 6px 8px 8px 9px;
    }

    .ctc_g_message_box:before {
      content: "";
      position: absolute;
      top: 0px;
      height: 18px;
      width: 9px;
      background-color: #dcf8c6;
      right: 99.7%;
      clip-path: polygon(0% 0%, 100% 0%, 100% 50%);
    }

    .ctc_g_heading {
      padding: 12px 25px;
      background-color: #075e54;
      line-height: 1.3;
      color: #ffffff;
    }

    .ctc_g_heading p {
      margin: 0;
    }

    .ctc_g_content {
        max-height: 130px;
      background-color: #ece5dd;
      padding: 18px 24px 98px 18px;
      position: relative;
    }

    .ctc_g_sentbutton {
       
      text-align: center;
      padding: 11px 25px 9px 25px;
      cursor: pointer;
      background-color: #ffffff;
      border-radius: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #25D366;
    }

    .ctc_g_sentbutton:hover {
      background-color: #128C7E;
    }

    .ctc_g_sentbutton svg {
      margin-left: 10px;
    }

    .ctc_g_bottom {
      padding: 2px 25px;
      text-align: center;
      font-size: 12px;
      background-color: #ffffff;
    }

    .ctc_g_bottom p {
      margin: 0;
    }


    .ctc_greetings_template{
        margin-left: 20px;
        height: 0px;
        position:fixed;
        right: 20px;
        bottom: 70px;
        max-width: 330px;
        background-color: white;
        padding: 0px;
        overflow: hidden;
        border-radius: 10px !important;
        padding-bottom: 0px;
        transition: all 0.4s ease;
        z-index: 99999999;
    }

    .greet{
        height: 320px;
        max-height: 90vh;
        padding-bottom: 10px;
    }

    .cross{
        cursor:pointer;
        position:absolute;
        top: 20px;
        right: 20px;
        color: rgb(183, 178, 178);
        transition: all 0.3s ease;
    }

    .cross:hover{
        color:white;
    }

    .whatsapp{
        color:rgb(12, 162, 37);
        font-size: 3.2rem;
        cursor:pointer;
        
    }

    .whatsapp-icon{
        z-index:999999999 !important;
        background-color: #ffffff;
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        
        border-radius: 10px;
       
        position:fixed;
        bottom:20px;
        right: 20px;
       
    }
    
    .bg-white{
    background-color:white !important;
}
