.commanpadding {
    padding: 50px 0 !important;
}

.testimonial {
  max-width: 950px;
  margin: 10px auto; /* centers the testimonial */
  text-align: center;
  border-radius: 10px; /* optional rounded corners */
}

.testimonial img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
}

.testimonial h3 {
  margin: 0;
  font-size: 20px;
  color: #1a1a3d;
  margin-bottom: 15px;
}

.testimonial p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}
/* 01-12-25 */
.course_offer_box { 
  padding: 5px 5px 15px 5px; 
  box-shadow: 0 0 5px #ddd; 
  background: #fff;
}
#student_exp_video{
  width: 50%;
  margin: auto;
}
.life_at_unic_video iframe {
  aspect-ratio: 9 / 16;
  min-height: 400px;
}
.course_offer_box div{
  min-height: 50px;
}


.CO_notes{
  /*background: #f1f1f1;*/
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

.CO_notes p{
  margin: 0;
}
.CO_notes p a{
    font-weight: bold;
    text-transform: capitalize;
}

#Glance_Video {
    width: 80%;
    margin: auto;
}






/*========================================================================================================*/

/*========================================================================================================*/


/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonial {
    padding: 20px 15px;
  }
  .testimonial p {
    font-size: 15px;
  }
  .testimonial h3 {
    font-size: 18px;
  }
}



@media (min-width: 768px) {
  .course_offer_box_2 .elementor-container.elementor-column-gap-default{
    justify-content: center;
  }
  .course_offer_box_2 .elementor-container.elementor-column-gap-default >div{
    width: 33%;
  }
}