.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}

.showcase-tooltip {
    padding: 5px 10px;
    border-radius: 10px;
    color: white;
    display: inline-block;
    background: #12125240;
}

.showcase-contact-us{
    width: auto;
    display: inline-block;
    background: #f6f9fb91;
    border-radius: 20px;
    border: 1px solid #f6f9fb91;
    padding: 5px 15px;
}
.showcase-title
 {
    font-size: 55px;
    font-weight: bold;
}

.slider-button-blue a {
    display: inline-block;
    background: #635bff;
    transition: .5s;
    font-family: 'Inter';
    overflow: hidden;
    position: relative;
    padding: 15px 37px;
    border-radius: 5px;
    font-size: 20px;
    z-index: 22;
    color: white;
}
.slider-button-blue a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #0a2540;
    transition: .6s;
    z-index: -1;
    border-radius: 5px;
}
.slider-button-blue a:hover:after {
    left: 0;
    width: 100%;
}

.slider-button-blue a:hover {
    color: white;
}

.itemDev-icon {
    height: 20px;
    font-size: 16px;
    line-height: 20px;
}

.itemDev-title {
    position: relative;
    line-height:34px;
    font-weight:bold;
}

.itemDev-title:before {
    position: absolute;
    top: 5px;
    left: -15px;
    width: 1px;
    height: 24px;
    background: #00d4ff;
    content: "";
}

.showcase-page #page-wrapper{
    background: white;	
}
.showcase-page .white-top-menu {
    background: transparent;
}

.showcase-page .top-login {
    float:none;
    max-width:1080px;
    margin: 0 auto;
}

.showcase-page .no-side-menu .page-inner-content {
    padding-left: 0;
    padding-right: 0;
}

.showcase-page .no-side-menu  .portlet-column-content > .portlet-journal-content .portlet-content{
    padding-left: 0 !important;
    padding-right: 0 !important;
}


 .stacked-images {
   position: relative;
   width: 300px;
   height: 300px;
	margin: 0 auto;
 }

.stacked-images .image-wrapper {
   position: absolute;
   left: 0;
   width: 100%;
   transition: transform 0.3s ease, z-index 0.3s ease;
 }

.stacked-images  .image-wrapper a img {
   width: 100%;
   border-radius: 10px;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
   display: block;
 }

 .stacked-images .info-box {
   position: absolute;
   left: 320px;
   top: 50%;
   transform: translateY(-50%);
   background: white;
   padding: 10px 14px;
   border-radius: 6px;
   box-shadow: 0 2px 6px rgba(0,0,0,0.1);
   display: flex;
   align-items: center;
   gap: 8px;
   opacity: 0;
   transition: opacity 0.3s ease;
	margin-top: 65px;
}

.stacked-images  .line-vertical {
   position: absolute;
   width: 2px;
   height: 30px;
   background: #ccc;
   left: 350px;
   top: 50%;
   transform: translateY(-50%);
   opacity: 0;
   transition: opacity 0.3s ease;

	margin-top: 30px;
 }

.stacked-images  .line-horizontal {
   position: absolute;
   width: 50px;
   height: 2px;
   background: #ccc;
   left: 300px;
   top: 50%;
   transform: translateY(15px); /* match vertical line height / 2 */
   opacity: 0;
   transition: opacity 0.3s ease;
 }

 .stacked-images .image-wrapper:hover {
   z-index: 10;
	scale:1.03
 }

 .stacked-images .image-wrapper:hover .info-box,
 .stacked-images .image-wrapper:hover .line-vertical,
.stacked-images  .image-wrapper:hover .line-horizontal {
   opacity: 1;
 }

.stacked-images .info-box i {
   color: #0077cc;
   font-size: 16px;
 }
 
 .showcase-slider .container { position: relative; overflow: hidden; z-index: 10;}
.showcase-slider #gradient-canvas { position: absolute;  width: 100%; height: 100%; z-index: 1;}

.showcase-slider .triangle-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60vh;
  background: white;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 9;
}

.showcase-slider .half-circle {
		width: 300px;
	}

.showcase-slider .circle-1 {
		width: 600px;
		height: 600px;
		margin: 0 auto;
	}

.showcase-slider .half-circle-1 {
		width: 264px;
		height: 264px;
		background: lightblue;
		cursor: pointer;
		overflow: hidden;
	}

.showcase-slider .topleft-section.half-circle-1 {
		border-radius: 100% 0 0 0;
		padding: 100px 0 0 100px;
	}

.showcase-slider .topright-section.half-circle-1 {
		border-radius: 0 100% 0 0;
		padding: 100px 100px 0 0;
		margin-left: 72px;
	}

.showcase-slider .bottomleft-section.half-circle-1 {
		border-radius: 0 0 0 100%;
		padding: 50px 0 0 100px;
		margin-top: 72px;
	}

.showcase-slider .bottomright-section.half-circle-1 {
		border-radius: 0 0 100% 0;
		padding: 50px 0 0 100px;
		margin-left: 72px;
		margin-top: 72px;
	}

.showcase-slider .circle-2 {
		position: absolute;
		width: 300px;
		height: 300px;
		top: 150px;
		left: 150px;
		border-radius: 50%;
		background: #07a5d5;
		overflow: hidden;
	}

.showcase-slider .half-circle-2 {
	   width: 114px;
	   height: 114px;
	   background: #07a5d5;
	   cursor: pointer;
	   overflow: hidden;
	}

.showcase-slider strong.circle-2-title {
		position: absolute;
		top: 17px;
		text-align: center;
		width: 100%;
		color: white;
	}

.showcase-slider .half-circle-2 a {
		color: white;
	}

.showcase-slider .topleft-section.half-circle-2 {
		padding: 40px 0 0 32px;
		text-align: center;
	}

.showcase-slider .topright-section.half-circle-2 {
		padding: 40px 32px 0 0;
		text-align: center;
		margin-left: 72px;
	}

.showcase-slider .bottomleft-section.half-circle-2 {
		margin-top: 72px;
		padding: 30px 0 0 30px;
	}

.showcase-slider .bottomright-section.half-circle-2 {
		margin-top: 72px;
		margin-left: 72px;
		padding: 30px 0 0 30px;
	}

.showcase-slider .circle-3 {
		position: absolute;
		top: 75px;
		width: 150px;
		left: 75px;
		height: 150px;
		background: #057799;
		color: white;
		text-align: center;
		line-height: 150px;
		border-radius: 100%;
		overflow: hidden;
		cursor: pointer;
	}



.showcase-slider .half-circle-1:hover,
.showcase-slider .half-circle-2:hover,
.showcase-slider .circle-3:hover {
		background: #fff;
		box-shadow: 0px 0px 1px 0px  #057799;
		color: #057799;
		transition: all 150ms ease-in-out;
	}


.showcase-slider .half-circle-1:hover a, 
.showcase-slider .half-circle-2:hover a, 
.showcase-slider .circle-3:hover a {
		color: #057799;
	}
	
.showcase-slider .circle-1 {
    width: 450px;
    height: 450px;
    margin: 0 auto;
}
.showcase-slider .half-circle-1{
    width: 240px;
    height: 220px;
}
.showcase-slider .topleft-section.half-circle-1{
    padding: 65px 0 0 50px;
}
.showcase-slider .topright-section.half-circle-1{
    padding: 65px 70px 0 0;
    margin-left: 30px;
}

.showcase-slider .circle-2 {
    width: 250px;
    height: 250px;
    top: 108px;
    left: 100px;
}

.showcase-slider .circle-3 {
    top: 75px;
    left: 75px;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.showcase-slider .bottomleft-section.half-circle-1 {
    padding: 40px 0 0 40px;
    margin-top: 30px;
}

.showcase-slider .bottomright-section.half-circle-1 {
    padding: 40px 0 0 70px;
    margin-left: 30px;
    margin-top: 30px;
}

.showcase-slider .bottomleft-section.half-circle-2 {
    margin-top: 27px;
    padding: 30px 0 0 30px;
}

.showcase-slider .bottomright-section.half-circle-2 {
    margin-top: 27px;
    margin-left: 26px;
    padding: 30px 0 0 30px;
}

.connected-box-container {
	position: relative;     
	min-height: 400px;
}

.connected-box-container .connected-box {
  width: 130px;
  height: auto;
  padding: 7px 10px;
  background: transparent;
  border: 2px solid #888;
  position: absolute;
  text-align: center;
  line-height: 20px;
  user-select: none;
  cursor: default;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border-radius: 6px;

  cursor: pointer;
  transition: transform 0.7s ease;
}

.connected-box-container .connected-box:hover {
  transform: scale(1.03); 
  background: white;
}

.connected-box-container  svg.ConnectionLayer {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none;
    z-index: 10;
  }

.connected-box-container path.connection-path {
    stroke-width: 4;
    stroke-linecap: round;
    fill: none;
    opacity: 1;
  }