.product-hd-two-card-dimond .card img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.7s ease;
}
.product-hd-two-card-dimond .card:hover img {
  transform: scale(1.15);
}


.product-cd-heading-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 35px;
  position: absolute;
  left: 0;
  bottom: 0;                  
  color: #fff !important;
  text-align: center;
  z-index: 2;
  background: rgba(0,0,0,0.25); 
  transition:
    transform 0.6s ease,
    bottom 0.6s ease,
    background 0.6s ease;
}

.product-hd-two-card-dimond .card:hover .product-cd-heading-content {
  bottom: 15%;              
  background: rgba(0,0,0,0.45); 
  transform: translateY(-5%); 
}

.product-cd-heading-content h4,
.product-cd-heading-content svg path {
  color: #fff !important;
  stroke: #fff;
}

.product-hd-two-card-dimond .card:hover .product-cd-heading-content h4 {
  letter-spacing: 0.5px;
  text-shadow: 0 3px 8px rgba(0,0,0,0.4);
}


/* Knowledge Center Block CSS Ends Here */
.image-hover-swap {
  position: relative;
  overflow: hidden;
}
.image-hover-swap img {
  display: block;
  width: 100%;
  transition: opacity 0.6s ease, transform 0.6s ease;
  border-radius: 8px;
}
.image-hover-swap .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.image-hover-swap:hover .main-img {
  opacity: 0;
  transform: scale(1.05);
}
.image-hover-swap:hover .hover-img {
  opacity: 1;
  transform: scale(1);
}
.flip-title {
  margin-top: 15px;
  font-weight: 600;
  color: #222;
  position: relative;
  transition: color 0.4s ease, text-shadow 0.4s ease;
}
.card:hover .flip-title {
  color: #212121;
  text-shadow: 0 3px 10px rgba(0,0,0,0.25);
}
.card:hover .flip-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #212121;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s ease;
} 
.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu,
.wsmenu > .wsmenu-list > li:hover > ul.sub-menu{
	 box-shadow: 0 30px 60px #00000014; 
	 border: 1px solid #eee;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
	color:#212121;
}
.wsmenu > .wsmenu-list > li:hover > ul.sub-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
} 
section.investor-relation.hd-lab-faqmain {
    margin-bottom: 0;
}
.btn-box .theme-btn {
    border: 1px solid #212121;
}
section.hd-two-search-block.hd-two-firstblock.ads-our-client img{ 
    filter: grayscale(100%); 
	transition: filter 0.3s  ease;
}
section.hd-two-search-block.hd-two-firstblock.ads-our-client img:hover{ 
    filter: grayscale(50%); 
	transition: filter 0.3s  ease;
}
section.hd-what-areblock.ads-rvideo-section .hd-left-whatwe {
    padding-left:40px;
} 
section.hd-two-top-main-footer a:hover {
    color: #fff !important;
}



section.video-inner-banner video {
    width: 100%;
}
.video-inner-banner {
  width: 100%;
  height: 450px;          /* fixed height */
  overflow: hidden;       /* hide overflow */
  position: relative;
}
.video-inner-banner video {
  width: 100%; 
  height: 100%;
  object-fit: cover;      /* ensures video fills area without distortion */
  object-position: center;
} 

section.hd-two-search-block.hd-two-firstblock.ads-our-client{
	background:#212121;
}
section.hd-two-search-block.hd-two-firstblock.ads-our-client h4 {
    color: #fff;
}
section.hd-two-search-block.hd-two-firstblock.ads-our-client a.theme-btn {background: #fff;color: #212121;border: 1px solid;}
section.hd-two-search-block.hd-two-firstblock.ads-our-client a.theme-btn:hover {
    background: transparent;
    color: #fff;
}
section.hd-two-choosediamonds.home-knowledge-center .card,
section.home-knowledge-center.hd-two-choosediamonds {
    background: #fff;
}  
body.home section.hd-what-areblock.ads-rvideo-section {
    background: #212121 !important;
    color: #fff;
}
body.home section.hd-what-areblock.ads-rvideo-section h3 {
    color: #fff !important;
}
body.home section.hd-what-areblock.ads-rvideo-section a {
    background: #fff;
    color: #212121;
}
body.home section.hd-what-areblock.ads-rvideo-section a:hover {
    background: transparent;
    color: #fff;
}
body.home section.hd-two-choosediamonds.choose-diamonds-4col {
    margin-bottom: 20px;
    border: 0;
}
body.home section.hd-two-choosediamonds .product-hd-two-card-dimond.hd-two-card-dimond.row {
    border: 0px;
}
section.team-board-directors .hd-two-loopdimonds .hd-two-loopdimondsinner p,
section.team-board-directors .hd-two-loopdimondsinner h4,
section.team-board-directors h2,
section.team-board-directors p{
	color:#fff !important;
}  
section.team-board-directors .hd-two-loopdimondsinnerimgbox {
    border:2px solid #fff;
	transition: transform 0.4s ease;
	transform-origin: bottom;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);  
}
section.team-executive-management .hd-two-loopdimondsinnerimgbox {
    border:2px solid #212121;
	transition: all 0.4s ease; 
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);  
	transform-origin: bottom;
} 
section.team-executive-management .hd-two-loopdimondsinnerimgbox:hover,
section.team-board-directors .hd-two-loopdimondsinnerimgbox:hover, 
section.team-executive-directors .hd-two-loopdimondsinnerimgbox:hover{
	transform: scale(1.05); 	/* small smooth zoom */
	box-shadow: 0 15px 30px rgba(0,0,0,0.3);  
} 
body.home section.hd-what-areblock.ads-rvideo-section video {
    border: 5px solid #fff;
}
.hd-searchbarheader ul li {
    color: #fff;
}
.hd-tablistpagination.pagination.justify-content-center a:hover, 
.hd-tablistpagination.pagination.justify-content-center span.current{
	background:#212121 !important; 
}
 

body ss3-loaderq:after {
    background: #fff url(../images/logo/Anjali-labtech-logo.png);
    background-size: contain;
    width: 210px;
    height: 50px;
    background-repeat: no-repeat;
    border-radius: 0;
    border: 0;
    animation: none;
} 


@media only screen and (max-width: 991px) {
	.wsmenu>.wsmenu-list>li>a{
		color:#fff !important;
	} 
	.choose-diamonds-4col .product-cd-heading-content {
		position: unset;
		background: transparent;
		color: #212121 !important;
		padding: 8px 0px 0px;
		justify-content: space-between;
		display: flex;
	} 
	.choose-diamonds-4col .product-cd-heading-content h4, .product-cd-heading-content svg path{
		color: #212121 !important;
		stroke: #212121;
	}
	.choose-diamonds-4col .product-hd-two-card-dimond .card:hover .product-cd-heading-content{
		transform: none;
		background: transparent;
	}
	.choose-diamonds-4col .product-hd-two-card-dimond .card:hover .product-cd-heading-content h4 {
		text-shadow: none;
		letter-spacing:0px;
	}	
	.product-hd-two-card-dimond .card:hover img{
		transform: scale(1.05); 	/* small smooth zoom */
	}
	.home-events .events-col .swiper-slide {
        padding: 0 10px 0;
    }
	section.hd-what-areblock.ads-rvideo-section .hd-left-whatwe {
		padding: 30px 20px 0px;
	} 
} 

@media only screen and (max-width: 767px) {
	 
	body .video-inner-banner {
		height: 285px !important;
	}	
}