/* Home Page - CSS */


#hero{
	min-height: 100vh;
}




 .hero-slider-wrapper::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 background: linear-gradient(119deg, rgba(15, 41, 72, 0.20) 20.97%,  rgba(242, 242, 242, 0.2) 73.31%);
	 z-index: 1;
	 width: 100%;
	 height:100%;
	 border-radius:30px;
 }
 
 


.unit-slider-wrapper{
	height: clamp(240px, 54.167vw, 1040px);
}

.homeslider .swiper-pagination {
	bottom: 7%;
	left: 6%;
	position:absolute;
	display: flex;
	justify-content: flex-start;
	width: auto;
}

#units .swiper-pagination-vertical{
	top: calc(100% - 55%);
	left: 4%;
	width: fit-content;
	height: fit-content;
	position:absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	z-index: 10;
	padding: clamp(0px, 1.042vw, 15px);
	border-radius: 30px; 
	background: rgba(255, 255, 255, 0.577);
}
.homeslider .swiper-pagination span,
#units .swiper-pagination-vertical span{
	width:clamp(.85rem, 0.929rem + 1.351vw, 1rem);
	height:clamp(.85rem, 0.929rem + 1.351vw, 1rem);
	transition: all .5s;
	background: #fff !important;
	opacity: .6;
	margin: 0 5px !important;
	
}
#units .swiper-pagination-vertical span {
	margin: 5px 0 !important;
}
.homeslider .swiper-pagination span.swiper-pagination-bullet-active,
#units .swiper-pagination-vertical span.swiper-pagination-bullet-active{
	width: clamp(1.85rem, 0.929rem + 1.351vw, 2.5rem);
	height:clamp(.85rem, 0.929rem + 1.351vw, 1rem);
	border-radius: 20px;
	transition: width .5s;
	background: rgba(91, 192, 150, 1) !important;
	opacity: 1;
}
#units .swiper-pagination-vertical span.swiper-pagination-bullet-active{
	width: clamp(.85rem, 0.929rem + 1.351vw, 1rem);
	height:clamp(1.85rem, 0.929rem + 1.351vw, 2.5rem);
	background: rgba(91, 192, 150, 1) !important;
	transition: height .5s;
	
}

.hero-text {
	background-color: #F2F2F2;
	position: absolute;
	border-top-left-radius: 30px;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: calc(100% - 20%);
	
}


.hero-text::before,
.hero-text::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: -30px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	box-shadow: 10px 10px 0px 10px rgba(242, 242, 242, 1) ;
	border-bottom-right-radius: 30px;
}
.hero-text::after {
	bottom: unset;
	left: unset;
	top:-30px;
	right: 0;
}

.swiper-btn-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0;
}


.swiper-button-prev,
.swiper-button-next {
  position: static; 
  width: auto !important;
  height: 100% !important;
  display: inline-flex;
  align-items: flex-start;
  justify-content: start;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}

#units .swiper-button-prev svg,
#units .swiper-button-next svg {
  display: block;
  width: auto;
  height: clamp(58px, 4.6vw, 88px);
}
.swiper-button-prev {
	left: -69%;
	position: absolute;
	top: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after{
	display: none;
	
	//content: url(/wp-content/uploads/2025/05/arrow.svg);
}

/* #units .unit-content .swiper-button-next:hover svg {
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);   
	-ms-transform: rotateZ(45deg);    
	-o-transform: rotateZ(45deg);  
} */

.units-wrapper .col-12.col-lg-7::before,
.units-wrapper .swiper-wrapper::before,
.products-section::before,
.products-section::after,
.products-content::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(120deg, #42B6E9 7.62%, #142640 92.38%);
	border-radius: 3px;
	opacity: 0.5;
}
.units-wrapper .swiper-wrapper::before,
.products-section::after{
	top: unset;
	bottom: 0;
	height: 3px;
	width: 100%;
	z-index: 10;
}
.products-section::before {
	height: 3px;
	width: 100%;
	
}
.products-content::before{
	right: unset;
	left: 0;
	z-index: -2;
}

/* #units .swiper-button-prev:hover svg{
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);   
	-ms-transform: rotateZ(45deg);    
	-o-transform: rotateZ(45deg);     
}
#units .swiper-button-next:hover svg{
	transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);   
	-ms-transform: rotateZ(-45deg);    
	-o-transform: rotateZ(-45deg);     
} */

.prod-img {
	top: -400px;
	left: -260px;
	opacity: 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: opacity .5s;
}

.product-item:hover .prod-img {
	opacity:  1;
	transition: opacity .5s;
}
#products .load-more-wrapper.btn {
	border: 0;
}

.rd-svg-right{
	bottom: -150px;
	right: 0;
	width: clamp(200px, 20.8vw, 400px);
	height: clamp(500px, 46.4vw, 890px);
}
.hero-right-svg{
	bottom: -250px;
	right: 0;
	z-index: 2;
	width:  clamp(150px, 18.2vw, 350px); 
	height: clamp(230px, 43.2vw, 830px);
	
}
.hero-left-svg{
	bottom: -550px;
	left: 0;
	width: clamp(50px, 15.6vw, 300px);
	height: 840px;
	flex-shrink: 0;
	
}
.units-svg-left {
	bottom: -300px;
	left: 0;
	width: clamp(100px, 28.6vw, 550px);
	height: 850px;

}

.product-item-link a svg {
	width: clamp(20px, 4.2vw, 80px);
	height: clamp(20px, 4.2vw, 80px);
}

/* .latest-post-1 .latest-post-cat-date {
	margin-top: -10px !important;
} */
.latest-post-link {
  position: relative;
  display: inline-block;
}

.latest-post-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-bottom: 1px solid #F2F2F2;
  opacity: 0;
  transition: width 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
  box-sizing: border-box;
}
.latest-post-link:hover .read-more-blogs-svg {
  transform: rotate(45deg); /* or 47deg if necessary */
  
  will-change: transform;
}


.latest-post-link:hover::after {
  width: 100%;
  opacity: 1;
}


/* Research & Development Section */
.ballWrapper{
	position: relative;
	cursor: none;
}
.dragBall {
	background: rgba(91, 192, 150, 1);
	width: 80px;
	height: 80px;
	opacity: 1;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
	box-shadow: 0px 0px 14px rgb(0, 0, 0, 0.1);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);	 
}

.dragBall.hide {
	width: 0;
	height: 0;
	opacity: 0;
}

.dragBall svg{
	max-width:25px;
}
 