/* slider*/
.tp-revslider-slidesli .slotholder {
  background-color: black !important;
}

.tp-revslider-slidesli .tp-bgimg.defaultimg {
  opacity: 0.5 !important;
}
/* Popup container */
/*#cphi-popup {*/
/*  display: none;*/
/*  position: fixed;*/
/*  z-index: 9999;*/
/*  background-color: rgba(0, 0, 0, 0.7);*/
/*  width: 100%;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  height: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/

/* Popup content */
/*#cphi-popup-content {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  color: white;*/
/*  background-image: url(https://honessanpharma.com/wp-content/uploads/2024/10/cphi-milano-visiott.jpeg);*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*  background-size: contain;*/
/*  max-width: 700px;*/
/*  width: 100%;*/
/* height: 100%;*/
/*  max-height: 437px;*/
/*  justify-content: flex-end;*/
/*}*/

/* Close button */
/*#cphi-popup-close {*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  right: 10px;*/
/*  cursor: pointer;*/
/*  font-size: 67px;*/
/*  color: white;*/
/*}*/

/*#cphi-text {*/
/*  max-width: 700px;*/
/*  padding: 20px;*/
/*  background: linear-gradient(to bottom, #00000085, black);*/
/*  box-shadow: 0 -22px 23px 0 rgba(0, 0, 0, 0.55);*/
/*}*/

/*#cphi-text #email {*/
/*  color: #ff6900;*/
/*  text-decoration: underline*/
/*}*/

/*#popup-book-btn {*/
/*  color: white;*/
/*  background: #dd6900;*/
/*  padding: 8px 20px;*/
/*  border-radius: 4px;*/
/*}*/

.row.ttm-facts-colum-sep p {
  text-align: center !important;
}

.tparrows.zeus {
    display: none !important;
}

.man_page-content-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
}

.man_page-text-side {
  flex: 1;
  max-width: 50%;
}

.man_page-image-side {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
}

.man_page-image-side img {
  width: 100%;
  max-width: 1024px; /* Max width based on the real image size */
  height: auto;
  aspect-ratio: 1024 / 682; /* Maintain the aspect ratio of the image */
  border-radius: 10px;
}

@media (max-width: 768px) {
  .man_page-content-container {
    flex-direction: column;
    align-items: center;
  }

  .man_page-text-side {
    max-width: 100%;
    text-align: center;
  }

  .man_page-image-side {
    max-width: 100%;
  }

  .man_page-image-side img {
    max-width: 100%; /* Allow the image to shrink as needed */
  }
}
