.phases__wrapper .top-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.phases__wrapper .top-content img {
  margin-bottom: 28px;
}
.phases__wrapper .top-content .heading {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.2px;
  color: #2B343B;
  text-align: center;
}
.phases__wrapper .top-content .heading strong {
  font-family: proxima_nova_bold,sans-serif;
}
.phases__wrapper .top-content .content {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #2B343B;
  text-align: center;
  max-width: 1048px;
}

.phases__wrapper .phase-num-pill {
  padding: 37px 0;
  background-image: url(https://www.jirav.com/hubfs/Outliant%20Demo%20Page/cli-path-bg.png);
  background-size: 400%;
  background-color: #2B343B;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 143px;
  max-width: 621px;
  min-width: 621px;
  margin: 0 auto 37px;
  z-index: 2;
}

.phases__wrapper .phase-num-pill .phase-num {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  font-family: proxima_nova_bold,sans-serif;
}

.phases__wrapper .phase-num-pill .phase-title {
  font-size: 30px;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.6px;
  color: #FCFCFC;
}

.phases__wrapper .phase-num-pill .phase-title strong {
  font-family: proxima_nova_bold,sans-serif;
}

.phases__wrapper .button div {
  font-family: proximanova_regular,sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.phases__wrapper .button-wrapper {
  display: flex;
}
.phases__wrapper .button {
  margin-bottom: 0;
  margin-top: 91px;
}

.phase-1 .back .num-list ul li.is-active, 
.phase-1 .front .num-list ul li.is-active {
  background-color: #FFCC05;
}

.phase-1 .phase-num-pill .phase-num {
  color: #FFCC05;
}

.phase-2 .back .num-list ul li.is-active, 
.phase-2 .front .num-list ul li.is-active {
  background-color: #3BC4F1;
}

.phase-2 .phase-num-pill .phase-num {
  color: #3BC4F1;
}

.phase-3 .back .num-list ul li.is-active, 
.phase-3 .front .num-list ul li.is-active {
  background-color: #F3F0EA;
  color: #EB6133;
}
.phase-3 .phase-num-pill .phase-num {
  color: #F3F0EA;
}

.phases__wrapper .back .back-content {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  color: #FCFCFC; 
  text-align: left;
  leading-trim: both;
  text-edge: cap;
}


/* Broken Line  */

.border-top {
  top: 3%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.border-top svg {
  width: auto;
}
.border-bottom {
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.border-bottom svg {
  width: auto;
}
.border-center-left {
  position: absolute;
  z-index: 1;
}
.border-center-left svg {
  width: 700px;
  height: 565px;
}
.phase-content-wrapper:first-child .border-center-left {
  top: 24%;
  z-index: 1;
}
.phase-content-wrapper:nth-child(2) .border-center-left {
  top: 34%;
  z-index: 1;
}
.phase-content-wrapper:nth-child(3) .border-center-right {
  top: 34%;
  z-index: 1;
}
.border-center-right {
  position: absolute;
  top: 53%;
  right: 0;
  z-index: 1;
}
.border-center-right svg {
  width: 700px;
  height: 565px;
}

/* End Broken Line  */


/* Common style */
.grid {
  text-align: center;
}
.grid .phase-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 87px;
  position: relative;
  padding-bottom: 120px;
}
.phase-content-wrapper:last-of-type {
  padding-bottom: 0 !important;
}
.phase-content-wrapper:last-of-type figure:last-of-type {
   margin-bottom: 91px !important;
}
.grid .phase-content-wrapper figure:last-child {
  margin: 0 0 87px;
}
.grid figure {
	position: relative;
/* 	float: left; */
	overflow: hidden;
/* 	margin: 10px auto; */
	min-width: 611px;
	max-width: 463px;
	max-height: 463px;
  height: 100%;
	width: 100%;
	text-align: center;
	cursor: pointer;
  border-radius: 60px;
  z-index: 2;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
  width: 100%;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-zoe .top-wrapper {
  position: absolute;
  top: 40px;
  left: 40px;
}

.front .num-list ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin: 0 0 36px;
  gap: 24px;
  align-items: center;
}
.back .num-list ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin: 0 0 21px;
  gap: 24px;
  align-items: center;
}
.front .num-list ul li,
.back .num-list ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 93%;
  letter-spacing: -0.32px;
  color: #FFFFFF;
  margin: 0;
}
.front .num-list ul li.is-active,
.back .num-list ul li.is-active {
  padding: 16px 24px;
/*   background-color: #EB6133; */
  border-radius: 300px;
}


figure.effect-zoe .top-wrapper .p-heading {
  max-width: 400px;
  text-align: left;
}
figure.effect-zoe .top-wrapper .p-heading span {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 93%;
  letter-spacing: -1.6px; 
  color: #FFFFFF;
  font-family: proxima_nova_bold,sans-serif;
  text-align: left;
}

figure.effect-zoe .description .content-box {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
width: 100%;
}
figure.effect-zoe .description .p-content {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  text-align: left;
  color: #FCFCFC;
  min-height: 176px;
  display: flex;
  align-items: center;
  /* padding: 25px 40px 0 40px; */
  z-index: 2;

}
figure.effect-zoe .description .p-content span {
  max-width: 419px;
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 0;
	height: 85px;
/* 	background: #EB6133; */
	color: #FCFCFC;
  
/* 	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s; */
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
  
  display: flex;
  align-items: center;
}

.effect-zoe:hover figcaption {
  /* Apply the scaling effect on hover */
/*   transform: scale(1.1);
  transition: transform 0.35s; */
  /* Add will-change to optimize rendering */
  will-change: transform;
}


figure.effect-zoe .flip-btn {
	float: left;
  padding: 32px 0;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe .description {
  background: rgba(0, 0, 0, 0.25);
/* bg blur */
backdrop-filter: blur(28px);
	position: absolute;
	bottom: 0;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
   left: 50%;
   transform: translate(-50%, -48.5%);
   width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

figure.effect-zoe .flip-btn,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe .flip-btn {
  display: none;
  width: 100%;
}

/* figure.effect-zoe:hover p.description {
	opacity: 1;
} */

/* figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover top-wrapper,
figure.effect-zoe:hover .flip-btn,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  will-change: transform;
}
 */
figure.effect-zoe:hover .flip-btn {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}


.flip-container {
  -webkit-perspective: 1000;
  background: transparent;
  margin: 0 auto;
  transition: transform 0.6s;
}
/* .flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
}
 */

.flip-container.flipped .flipper {
  transform: rotateY(180deg);
}

.flip-container.flip .flipper,
.flip-container.flip .flipper {
  -webkit-transform: rotateY(180deg);
}
.flip-container,
.front,
.back {
  width: 611px;
  height: 463px;
  z-index: 2;
}
/* flip speed */
    
.flipper {
  -webkit-transition: 2s;
  -webkit-transform-style: preserve-3d;
  position: relative;
}
/* hide back  during flip */

.front,
.back {
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front placed above back */

.front {
  z-index: 2;
}
/* back, initially hidden */

.back {
  -webkit-transform: rotateY(180deg);
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}

.back img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    width: 100%;
}
.back-container {
  background: rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(28px);
  max-width: 100%;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 60px;
  padding: 56px 60px 35px;
  z-index: 2;
}

.back-container .acc-title-pill {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 13px 21px;
  color: #FFFFFF;
  border-radius: 14.361px;
  width: fit-content;
}
.back-container .acc-title-pill.acc-title-pill-blue {
    background: #434DAC;
}
.back-container .acc-title-pill.acc-title-pill-purple {
    background: #8825A6;
}
.back-container .acc-title-pill.acc-title-pill-yellow {
    background: #F2C847;
}
.back-container .acc-title-pill.acc-title-pill-light-green {
    background: #9DCE62;
}
.back-container .acc-title-pill.acc-title-pill-orange {
    background: #DF5436;
}
.back-container .acc-title-pill.acc-title-pill-gray {
    background: #808080;
}
.back-container .acc-title-pill.acc-title-pill-light-orange {
    background: #ED762F;
}



  /*accordion*/
  .accordion_container {
    margin-top: 20px;
  }
  .accordion-main{
    margin-bottom: 5.38px;
    text-align: left;
  }
  .accordion-main:last-child .accordion_body{
    padding-bottom: 0;
  }
  .accordion_head {
    background-color: trasnparent;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 0;
  }
  .accordion_body {
    background: transparent;
    font-size: 18px;
    padding: 10px 10px 13px;
    color: #fff;
    font-size: 18.828px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .accordion_body ul {
    margin: 0;
  }
  .accordion_body ul li {
      margin: 0;
      line-height: 1.3;
  }
  .plusminus {
    float: right;
    font-size: 36px;
    margin-top: -9px;
    color: #B2B2B2;
  }
  .coll-back{
    background-color: transparent;
    color: #fff;
  }
  .hr-clc{
    height: 2px;
    background: #B2B2B2;
    margin-top: 22px;
    width: 17px;
    padding: 0;
    border: 0;
    margin-left: -20px;
  }

@media all and (max-width: 768px) { 
  .border-center-left,
  .border-center-right {
    display: none;
  }
  figure.effect-zoe .top-wrapper .p-heading span {
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 101%;
    letter-spacing: -0.8px;
  }
  figure.effect-zoe .top-wrapper .p-heading {
    max-width: 90%;
    text-align: left;
  }
  figure.effect-zoe .description .p-content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    min-height:96px;
    /* padding: 0 40px; */
  }
  figure.effect-zoe .description {
    transform: translate(-50%,-90%);
  }
  figure.effect-zoe:hover .flip-btn {
    font-size: 18px;
  }
  .phases__wrapper .back .back-content {
    font-size: 1rem;
  }
}

@media all and (min-width: 620px) and (max-width: 768px) { 
  .back, .flip-container, 
  .front, .grid figure {
    height: 363px;
    width: 100%;
    min-width: 100%;
  }
  
  .phases__wrapper .phase-num-pill{
    min-width: 100%;
  }
}
@media all and (max-width: 620px) {
  .grid figure{
    border-radius: 40px;
    max-height: 363px;
  }
  .back, .flip-container, 
  .front, .grid figure {
    height: 100%;
    width: 100%;
    max-height: 363px;
  }
  .phases__wrapper .phase-num-pill,
  .grid figure {
    max-width: 100%;
    min-width: 100%;
  }
  /*.phases__wrapper .back .back-content {
    font-size: 0.95rem;
  }
   .grid figure {
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .phases__wrapper .phase-num-pill {
    max-width: 100%;
    min-width: auto;
    width: 100%;
  } */
}

@media all and (max-width: 480px) { 
  .phases__wrapper .top-content img {
    width: 72px;
  }
  .phases__wrapper .top-content .heading {
    font-size: 35px;
    font-style: normal;
    line-height: 110%;
  }
  .phases__wrapper .top-content .content {
    margin-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
  }
  .grid .phase-content-wrapper {
    padding-bottom: 60px;
    gap: 30px;
  }
  .phases__wrapper .phase-num-pill {
    flex-direction: column;
    gap: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 0 30px;
  }
  .border-top,
  .border-bottom {
    height: 100px;
    overflow: hidden;
  }
  .phases__wrapper .phase-num-pill .phase-num,
  .phases__wrapper .phase-num-pill .phase-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.32px;
  }
   figure.effect-zoe .top-wrapper .p-heading span {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 101%;
    letter-spacing: -0.8px;
  }
  figure.effect-zoe .top-wrapper {
    left: 29px;
    top: 29px;
  }
  .back .num-list ul li, .front .num-list ul li {
    font-size: 10px;
  }
  .back .num-list ul li.is-active, .front .num-list ul li.is-active {
    padding: 10px 15px;
  }
  .back-container {
    padding: 29px;
  }
  figure.effect-zoe figcaption {
    height: auto;
  }
  figure.effect-zoe .flip-btn {
    padding: 19px 0;
  }
  figure.effect-zoe .description {
    transform: translate(-50%,0%);
  }
  .phases__wrapper .button {
    margin-top: 46px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px 32px !important;
  }
  .phases__wrapper .button div {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.655px;
  }
  figure.effect-zoe .description .p-content {
    font-size: 12px;
  }
  figure.effect-zoe .top-wrapper .p-heading {
    max-width: 232px;
    margin-top: -20px;
  }
  .back .num-list ul, .front .num-list ul {
    gap: 10px;
  }
  .phases__wrapper .back .back-content {
    font-size: 13px;
  }
  figure.effect-zoe .description .p-content{
    padding: 0 0;
  }
  .back, .flip-container, 
  .front, .grid figure {
    max-height: 263px;
  }
  figure.effect-zoe .description .p-content{
    font-size: 12px;
  }
  figure.effect-zoe .description .p-content span{
    max-width: 214px;
    margin-right: auto;
  }
  

}
@media all and (min-width: 320px) and (max-width: 360px) { }
/*   .phases__wrapper .back .back-content {
      font-size: 0.67rem;
  } 
  figure.effect-zoe .description .p-content {
     font-size: 0.7rem;
  }*/
}

@media (max-width: 320px) {
  .phases__wrapper .back .back-content {
      font-size: 0.6rem;
  }
  figure.effect-zoe .description .p-content {
     font-size: 0.6rem;
  }
}

figure.effect-zoe .description:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.25);
}
.back:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  z-index: 1;
}

.flip-btn-mobile {
    z-index: 3;
    background-color: #FFF;
    border-radius: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    transition: .3s ease-in-out;
}
.flip-btn-mobile:hover, .flip-btn-mobile:focus, .flip-btn-mobile:active{
  background-color: #EA6133;
}
.flip-btn-mobile span {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip-btn-mobile svg {
  width: 36px;
  height: 36px;
}
.flip-btn-mobile:hover svg path{
  fill: #FFF;
}
@media all and (max-width: 768px) { 
  figure.effect-zoe .description .content-box{
    padding: 0 29px;
  }
  figure.effect-zoe .description .p-content span {
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .flip-btn-mobile span{
    width: 40px;
    height: 40px;
  }
  .flip-btn-mobile svg{
    width: 18px;
  }

}


.phases__wrapper .back {
    margin-bottom: 0 !important;
}