.two-col-content.cm_single_media .parallax_inner {
  position: relative;
  overflow: hidden;
}

.two-col-content.cm_single_media .full_img .flex_row.flex_center {
  align-items: stretch;
}

.two-col-content .img-col .description-cont {
  min-height: 277px;
}

.two-col-content.cm_single_media .para_imge {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.two-col-content .feature-wrapper.text_left .number { justify-content: flex-start; }
.two-col-content .feature-wrapper.text_right .number { justify-content: flex-end; }
.two-col-content .feature-wrapper.text_center .number { justify-content: center; }

.two-col-content .feature-wrapper.text_left .featimgwrap { margin-right: auto; }
.two-col-content .feature-wrapper.text_right .featimgwrap { margin-left: auto; }
.two-col-content .feature-wrapper.text_center .featimgwrap { margin-left: auto; margin-right: auto; }

.two-col-content .content-col .btn-items { text-align: left; }
.two-col-content .content-col .btn-items .btn_row { justify-content: flex-start; }
.two-col-content .feature-wrapper .featimggrp .featimgwrap { width: 50px; }

.two-col-content .flex_row.flex_center { align-items: center; }
.two-col-content .flex_row.flex_bottom { align-items: end; }

.two-col-content .img-col .multiple-content .multirichtext > * { color: inherit; }

.two-col-content .flex_row { row-gap: 2rem; }
.two-col-content .flex_row { justify-content: space-between; }

.two-col-content.right .content-col { order: 2; }
.two-col-content.right .img-col { order: 1; }

.two-col-content .mediaimg .single-img img {
  width: 100%;
  border-radius: 0 !important;
}

.two-col-content .feature-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.two-col-content .feature-wrapper .featnumgrp { flex: 0 0 22%; max-width: 22%; }
.two-col-content .feature-wrapper .featimggrp { flex: 0 0 22%; max-width: 22%; }

.two-col-content .content-col .description { margin-bottom: 38px; }

.two-col-content .feature-wrapper .featimggrp h6.feat-title { margin: 0; }

.two-col-content .feature-wrapper .featnumgrp .number {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.two-col-content .feature-wrapper .featimggrp .featimgwrap { margin-bottom: 15px; }

.two-col-content .simpleParallax { height: 100%; width: 100%; }

.two-col-content .content-col .form_wrap { padding-top: 20px; }

/*  == horizontal img style ==  */
.two-col-content .img-col .horizontal .double-img {
  min-height: 250px;
  position: relative;
  max-width: 360px;
  border-radius: 12px;
  overflow: hidden;
}

.two-col-content .img-col .horizontal .double-img img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.two-col-content .img-col .horizontal .double-img.img1 { margin-bottom: 15px; }
.two-col-content .img-col .horizontal .double-img.img2 { margin: 0 auto; }

/*  == vertical img style ==  */
.two-col-content .img-col .doubleimg.vertical {
  display: flex;
  position: relative;
}

.two-col-content .img-col .doubleimg.vertical .double-img img {
  height: 400px;
  object-fit: cover;
  overflow: hidden;
}

.two-col-content .img-col .doubleimg.vertical .double-img {
  position: relative;
  min-height: 400px;
  max-width: 265px;
  width: 100%;
}

.two-col-content .img-col .doubleimg.vertical .double-img.img1 { margin-top: 19%; }
.two-col-content .img-col .doubleimg.vertical .double-img.img2 { margin-left: 20px; }

/* ===== multiple content style ==== */
.two-col-content .img-col .multiple-content {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.two-col-content .img-col .description-cont .btn_row {
  justify-content: unset;
  margin: 0;
  margin-bottom: 10px;
}

.two-col-content .img-col .description-cont {
  border-radius: 4px;
  padding: 35px 15px;
}

.two-col-content .img-col .multiimg {
  position: relative;
  min-height: 300px;
  width: 100%;
}

.two-col-content .img-col .multiimg .bgimg {
  position: absolute;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.two-col-content .img-col .description-cont .btn_item a { backdrop-filter: blur(4.33333px); }

.two-col-content .counter-title.h5 { width: 100%; }

/* ===== video column style ==== */
.two-col-content .main-vid-wrap { position: relative; overflow: hidden; }

.two-col-content .main-vid-wrap .cm_vb { position: relative; z-index: 2; }

.two-col-content .inner_spacer {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding-bottom: 0 !important;
  height: auto;
  overflow: hidden;
}

@supports not (aspect-ratio: 16 / 9) {
  .two-col-content .inner_spacer { height: 0; padding-bottom: 56.25% !important; }
}

.two-col-content .cm_vb video,
.two-col-content .cm_vb iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.two-col-content .poster_image,
.two-col-content .vid_trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 9;
  transition: 0.2s linear;
}

/* Poster can't block; trigger stays clickable */
.two-col-content .poster_image { pointer-events: none; }
.two-col-content .vid_trigger { pointer-events: auto; }

.two-col-content .vid_trigger {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000029;
  cursor: pointer;
}

.two-col-content .vid_trigger .vid_icn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.2s linear;
}

.two-col-content .vid_trigger .vid_icn svg { width: 100%; height: 100%; }
.two-col-content .vid_trigger .vid_icn img { width: 100%; }

.two-col-content .main-vid-wrap:hover .vid_icn { transform: scale(1.1); }

.two-col-content .cm_vb.activeVideo .poster_image,
.two-col-content .cm_vb.activeVideo .vid_trigger {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.two-col-content .video_popup_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004d;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease;
}

.two-col-content .video_popup_modal .modal_video_container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
}

.two-col-content .video_popup_modal .modal_video_box {
  margin: 0 auto;
  max-width: 900px;
  transform: translateY(100px);
  opacity: 0;
  transition: .4s ease .2s;
  width: 100%;
}

.two-col-content .video_popup_modal video,
.two-col-content .video_popup_modal iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.two-col-content .video_popup_modal.show { display: block; }
.two-col-content .video_popup_modal.active_show { opacity: 1; visibility: visible; }
.two-col-content .video_popup_modal.active_show .modal_video_box { transform: translateY(0); opacity: 1; }

.two-col-content .closeIcon {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 35px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  cursor: pointer;
  font-weight: bold;
}

.two-col-content .video_container iframe.iframe_video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.popup_open { overflow: hidden; }

/* ===== responsive ====== */
.two-col-content .img-col .multiimg { width: 49%; }
.two-col-content .img-col .description-cont { width: 49%; }

.multirichtext p:last-child { margin-bottom: 0; }

.two-col-content .img-col .multiimg.multi4 { min-height: 161px; }

.two-col-content .img-col .multiimg.multi2,
.two-col-content .img-col .multiimg.multi3 { min-height: 219px; }

.two-col-content .img-col .multiple-content >div {
  width: calc(50% - 10px);
  margin: 0 5px;
  margin-bottom: 10px;
}

.two-col-content .flex_row.full_img.flex_bottom { align-items: stretch; }

.two-col-content .feature-wrapper .featnumgrp .counter-title { margin: 0; }

.two-col-content .flex_row.flex_center.full_img { align-items: stretch; }

.two-col-content .single_parallax {
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.two-col-content .content_box { margin-top: 25px; }

.two-col-content .text_block > *:last-child { margin-bottom: 0; }

.two-col-content .right_column_btn .btn_row { justify-content: flex-start; }

@media (max-width: 1140px) {
  .two-col-content .img-col .multiple-content >div { width: calc(45% - 10px); }
}

@media (max-width: 992px) {
  .two-col-content .img-col .multiple-content >div {
    width: calc(100% - 10px);
    margin: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .two-col-content .feature-wrapper .featimggrp,
  .two-col-content .feature-wrapper .featnumgrp {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 768px) {
  .two-col-content .flex_center.column_bg_active { align-items: stretch; }

  .two-col-content .flex_center.column_bg_active > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .two-col-content .flex_center.column_bg_active > div > * { width: 100%; }

  .two-col-content .flex_bottom.column_bg_active { align-items: stretch; }

  .two-col-content .flex_bottom.column_bg_active > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .two-col-content .flex_bottom.column_bg_active > div > * { width: 100%; }
}

@media (max-width: 767px) {
  .two-col-content.left .single-img { text-align: right; }

  .two-col-content.remove_content_column_in_mobile_view .content-col,
  .two-col-content.remove_media_column_in_mobile_view .media_column,
  .two-col-content.remove_content_column_in_mobile_view.remove_media_column_in_mobile_view .columns_rowo_wrap {
    display: none;
  }
}

@media (max-width: 600px) {
  .two-col-content .feature-wrapper .featnumgrp,
  .two-col-content .feature-wrapper .featimggrp {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
/* =========================================================
   FIX: single image too tall / huge
   - Keeps width responsive
   - Prevents tall images from blowing up the module height
   - Does NOT affect double/multiple layouts
   ========================================================= */

.two-col-content .mediaimg .single-img {
  width: 100%;
  max-width: 100%;
}

/* Cap the visible height of single images */
.two-col-content .mediaimg .single-img img {
  width: 100%;
  height: auto;
  max-height: 560px;      /* <-- adjust: 420 / 480 / 560 / 640 */
  object-fit: contain;    
  display: block;
}

/* Responsive adjustment */
@media (max-width: 991px) {
  .two-col-content .mediaimg .single-img img {
    max-height: 420px;
  }
}

@media (max-width: 767px) {
  .two-col-content .mediaimg .single-img img {
    max-height: 320px;
  }
}
