.program_details {
  font-size: 14px !important;
  color: #020D26 !important;
  line-height: 22px;
  /* Increased line height */
  margin-bottom: 0px;
  font-weight: 600;
  overflow: auto;
  /* Allows for scroll if content overflows */
  height: auto;
  /* Makes sure it adjusts to content size */
}


.justify {
  text-align: justify;
}

.padding_quote {
  padding: 5rem
}

.card_quote {
  position: relative;
  display: flex;
  width: 600px;
  flex-direction: column;
  min-width: 0;
 margin:5px;
  height:400px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.card_quote .card-body_quote {
  padding: 1rem 1rem;
}

.card-body_quote {
  flex: 1 1 auto;
  padding: 1.25rem
}

p {
  font-size: 0.875rem;
  margin-bottom: .5rem;
  line-height: 1.5rem
}

/* h4 {
  line-height: .2 !important;
} */

.card-hover {
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.card-hover:hover {
    background-color: #fff7e6; /* light cream */
    transform: translateY(-6px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
}


.items_quote {
  /* width: 20%; */
  margin: 0px auto;
  margin-top: 10px
}
.w-65 {
  width: 65% !important;
}
.modal-xxl {
  max-width: 85vw;
  width: 85vw;
 
}
.text-primary2{
  color:rgb(10,120,139) ;
}
.slick-slide_quote {
  margin: 10px
}


.media_quote iframe,
.media-content_quote {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, .1);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.media-content_quote:before {
  content: '';
  position: absolute;
  height: 10%;
  width: 90%;
  left: 5%;
  bottom: 0;
  background: inherit;
  background-position-y: 100%;
  filter: blur(10px)
}

.circle_quote .media-content_quote:before {
  width: 40%;
  left: 30%
}


.profile-image_quote {
  width: 100%;
  height: 200px;
  border-top-left-radius: 11px !important;
  border-top-right-radius: 11px;
}

.card-title_quote {
  font-size: 16px;
  
  font-weight: bold;
}

/* 1. Reset on the parent table */
table {
  counter-reset: rowNumber;
}

/* 2. ONLY increment on rows inside the tbody */
table tbody tr {
  counter-increment: rowNumber;
}

/* 3. Display the count in the first cell */
table tbody tr td:first-child::before {
  content: counter(rowNumber);
}

.h-70{
  height: 70%;
}

.shadow2{
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
}

.quote-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.quote-card {
  min-width: 300px;
  scroll-snap-align: center;
}
