.cmi-product-accordion-container .custom-element-image-wrapper,
.cmi-product-accordion-container .custom-element-content_wrapper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.cmi-product-accordion-wrapper .row{
  flex-wrap: nowrap;
  margin: 0px 10px;
  position: relative;
}

.cmi-product-accordion-wrapper .col-lg-9 {
  width: 97%;
  background: rgba(0, 164, 177, 0.20);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  margin: 5px auto;
  background: #FFF;
}

.cmi-product-accordion-wrapper.container-fluid:not(.expanded) .col-lg-9:after {
    content: "";
    width: 25px;
    height: 11px;
    background: url(/wp-content/uploads/2025/06/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center center;
    display: block;
    position: absolute;
    right: 20px;
	top: 50%;
    transform: translateY(-50%);
}

.accordion-right .cmi-product-accordion-container {
    background: #EAF5FB;
}

.accordion-right .cmi-product-accordion-wrapper.container-fluid.expanded .col-lg-9 {
    background: #D9EDF8;
}

.cmi-product-accordion-wrapper.container-fluid.expanded .col-lg-9 {
  background: rgba(0, 164, 177, 0.20);
}

.custom-element-content_wrapper {
  padding: unset;
}

.cmi-product-accordion-wrapper.expanded .custom-element-content_wrapper {
  /* padding: 20px 30px; */
}

.cmi-product-accordion-container .custom-element-text-wrapper {
  color: #1E3C71;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: background-color 0.4 ease, color 0.4 ease;
}

.cmi-product-accordion-wrapper.expanded .custom-element-image-wrapper {
  margin-top: 5px;
}

.cmi-product-accordion-container .custom-element-image-wrapper {
  width: 0;
  transition: width 0.4 ease;
  padding: unset;
}

.cmi-product-accordion-wrapper.expanded .custom-element-image-wrapper {
  width: 20%;
  position: absolute;
  right: 10px;
  top: -65px;
  text-align: center;
}


.cmi-product-accordion-wrapper.expanded .custom-element-image-wrapper,
.cmi-product-accordion-wrapper.expanded .custom-element-content_wrapper {
    max-height: 200px; 
    opacity: 1;
}

.cmi-product-accordion-wrapper.expanded .custom-element-image-wrapper img {
    height: 150px;
    object-fit: contain;
}

.cmi-product-accordion-wrapper.expanded .custom-element-image-wrapper .custom-element-redirect_wrapper {
  margin-top: 0px;
}

.cmi-product-accordion-wrapper.expanded .custom-element-image-wrapper .custom-element-redirect_wrapper a {
  text-decoration: underline;
}

.cmi-product-accordion-container .main-heading-wrapper h2{
  color: #000;
  font-family: 'Poppins';
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 15px;
  padding: 20px 30px 0px;
  width: 40%;
}

.cmi-product-accordion-container .ipd-divider {
    border-bottom: 1px solid #d8d9d8;
    width: 98%;
    height: 1px;
    margin-bottom: 30px;
}

.cmi-product-accordion-container {
  cursor: pointer;
  background: rgba(0, 164, 177, 0.20);
  border-radius: 10px;
  padding-bottom: 10px;
  min-height: 540px;
  max-height: 540px;
  overflow: hidden;
}

.custom-element-content_wrapper, 
.custom-element-text-wrapper {
  width: 75%;
}

@media (max-width: 768px) {

  .cmi-product-accordion-container .main-heading-wrapper h2 {
    font-size: 20px;
    width: 70%;
    padding-bottom: 0px;
    margin-bottom: unset;
    line-height: unset;
  }

  .cmi-product-accordion-wrapper.expanded .custom-element-image-wrapper {
    width: unset;
  }

  .cmi-product-accordion-wrapper.expanded .custom-element-image-wrapper {
    width: 70px;
    margin: 15px 10px;
  }

  .cmi-product-accordion-container .custom-element-text-wrapper {
    font-size: 12px;
    /* height: 60px; */
    line-height: 20px;
    padding-top: 10px;
    color: #1E3C71;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 50%;
  }
  
  .cmi-product-accordion-wrapper.expanded .custom-element-content_wrapper {
    font-size: 12px;
    padding: 0px 20px 0px 0px;
    color: #000;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 70%;
  }

  .cmi-product-accordion-wrapper.expanded .col-lg-9 {
    padding-right: 0px;
  }

  .cmi-product-accordion-wrapper.expanded .custom-element-image-wrapper {
    top: 0px;
    max-height: unset;
    height: auto;
  }

  .cmi-product-accordion-wrapper.expanded .custom-element-image-wrapper img {
  height: auto;
  }

  .cmi-product-accordion-wrapper.expanded .custom-element-image-wrapper .custom-element-redirect_wrapper {
    margin-top: 20px;
    text-align: left;
    font-size: 10px;
  }

  .cmi-product-accordion-wrapper .row {
    margin: 0px 10px
  }
	
	.cmi-product-accordion-container {
    min-height: unset;
    max-height: unset;
    overflow: unset;
}
	
	.cmi-product-accordion-wrapper.container-fluid:not(.expanded) .col-lg-9:after {
    content: "";
    width: 15px;
    height: 11px;
    background: url(/wp-content/uploads/2025/06/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    position: absolute;
    right: 20px;
	top: 50%;
    transform: translateY(-50%);
}
	
	.custom-element-image-wrapper img {
    max-height: 70px;
}
}