/* Custom styles for certification section */
/* Height adjustment for certification carousel items */

/* For large and medium desktop screens (≥768px) */
@media (min-width: 768px) {
  #certification-carousel .owl-item {
    height: 450px !important;
  }

  #certification-carousel .catalogue-panel {
    height: 450px !important;
  }

  #certification-carousel .catalogue-bordered {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #certification-carousel .catalogue--body {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #certification-carousel .catalogue--body img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
  }

  /* Force owl-stage to respect height */
  #certification-carousel .owl-stage {
    height: 450px !important;
  }

  #certification-carousel .owl-stage-outer {
    height: 450px !important;
  }
}

/* Mobile and tablet views remain unchanged (no height restrictions) */
@media (max-width: 767px) {
  #certification-carousel .owl-item,
  #certification-carousel .catalogue-panel,
  #certification-carousel .owl-stage,
  #certification-carousel .owl-stage-outer {
    height: auto !important;
  }
}
