span.flex-span {
	padding:20px;
    display: flex;
    gap: 20px;
    justify-content: end;
    /* flex-direction: row-reverse; */
}
.img-icon {
    width: 66px;
    transform: scaleY(-1);
    height: 90px;
}
.title-span {
    transform: scale(-1);
    color: #072a3a;
    font-weight: 700;
    font-size: 35px;
}
.custom-accordion-container {
  display: flex;
  width: 100%;
  min-height:500px; /* adjust as needed */
  overflow: hidden;
}

.custom-accordion-item {
    flex: 0.5;
    background: #ccc;
    color: #fff;
    display: flex;
    cursor: pointer;
    transition: flex 0.5s ease;
    overflow: hidden;
    justify-content: center;
}

.custom-accordion-item.active {
  flex: 3.5; /* expanded width */
}
.custom-accordion-item.item-1 {
    background: #F9B73E;
}
.custom-accordion-item.item-2 {
    background: #F28370;
}
.custom-accordion-item.item-3 {
    background: #81C8BC;
}
.custom-accordion-item.item-4 {
    background: #D8E3ED;
}

/* Rotated title */
.custom-accordion-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  font-size: 1.5rem;
  padding: 10px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.5s ease;
}

/* Active panel title on right */
.custom-accordion-item.active .custom-accordion-title {
  order: 2; /* move after content */
}

/* Content for active panel */
.custom-accordion-content {
  display: none;
  padding: 50px 30px 30px 50px;
  text-align: left;
  font-size: 1.2rem;
  overflow: auto;
  flex: 1;
  order: 1; /* content before title */
}

.custom-accordion-item.active .custom-accordion-content {
  display: block;
}
.custom-accordion-content .slider {
    width:55%;
	min-height:50vh;
}
.flex , .col-2{
	display:flex;
}
.col-2 > div{
	width:50%;
}
.custom-accordion-item.active {
    position: relative;
}

.custom-accordion-item.active .custom-accordion-title {
    position: absolute;
    right: 0px;
}
.right_col_2  .flex{
		gap:20px;
 justify-content: end;
}
.right_col_2 img {
    width: 40px;
    display: block;
    margin: auto;
}
.col-2 {
	margin-top:20px;
    display: flex;
    align-items: end;
    JUSTIFY-CONTENT: SPACE-BETWEEN;
}
.icon-box {
    text-align: center;
}
.custom-accordion-content {
 
    color: #072a3a;
}
.col-2 > div:nth-child(2) {
    width: fit-content;
}
 .left_product_slider {
	opacity:0!important;
/* 	transition:5s; */
}
 .custom-accordion-item.active .left_product_slider.slick-initialized {
	opacity:1!important;
} 

.col-2 h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.col-2 ul {
    padding-left:20px;
}
.list_wrap_services {
    width: 277px;
}
.list_wrap_services li{
   font-size:16px;
}
.icon-box h5 {
    font-size: 16px!important;
}
@media (max-width: 1024px){
	.img-icon {
    width: 50px;
    transform: scaleY(-1);
    height: 90px;
}
	.custom-accordion-content .slider {
    min-height: 300px;
}
	.list_wrap_services {
    width: 200px;
}
}
@media (max-width: 767px)  {
	.list_wrap_services {
    width: 100%;
}
	.custom-accordion-container {
    height: unset;
    flex-direction: column;
}
	.custom-accordion-content {

    padding: 20px 20px 0px 20px;

}
	.custom-accordion-item {
    width: 100%;
 flex-direction: column;
}
.custom-accordion-item .custom-accordion-title {
    position: static!important;
    transform: none;
    padding: 15px 0px;
    writing-mode: initial;
}
.custom-accordion-item.item-1 {
    display: block;
}
.custom-accordion-title * {
    transform: none;
}
.right_col_2 {
    display: block;
    width: 100%;
}
.col-2 {
    display: block;
}
span.flex-span {
    padding: 0px 20px;
    justify-content: space-between!important;
    align-items: center!important;
    width: 100%;
}
.img-icon {
    width: 55px;
    height: unset;
}

.custom-accordion-content .slider {
    min-height: auto;
}
.right_col_2 .flex {
    background: rgba(0,0,0,0.1);
    padding: 10px 10px 0px 10px;
}
}