/*
Theme Name: ECCE
Author: Dev
Version: 1.0
Text Domain: ecce
*/
.svc__cardText h6 em{
	font-size:18px; 
	font-style:normal;
	
}
h6.wp-block-heading.ceo_name {
    margin-top: 25px;
    font-size: 20px;
	
}
.normal_conten {
	margin-bottom:40px;
}

.start-projects .img-container img.bg,
.service-contact .img-container img.bg{
	 width: 100%;
	height: auto;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}


.scroll-top-float {
  position: fixed;
  bottom: 78px; /* above WhatsApp */
  right: 20px;
  width: 45px;
  height: 45px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  text-decoration: none;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.scroll-top-float.show {
  opacity: 1;
  visibility: visible;
}

.scroll-top-float.hide-near-footer {
  opacity: 0 !important;
  visibility: hidden !important;
}
.projects .projects-wrap
{
	 
}
.projects .projects-wrap .left
{
	overflow:visible;
}
.projects .projects-wrap .left::before
{
	position:absolute;
	left: calc(100% - 5px);
    top: 0;
    bottom: 0;
    width: 10px;
	content:"";
	transition:600ms all;
	z-index:2;
	background: #fff
}
.projects .projects-wrap.sticked .left::before
{
	background: #0A2027;
}
 
.text-right textarea {
 height: 100px;
}

.projects .projects-wrap .left .wrap ul li,
.map_proj_link,
.projects-list .pro-box-wrap .pro-box p{
	text-transform:uppercase;
	
}
.captchar {
    margin-bottom: 15px;
}
.list__item__title.prjct_title {
    color: #026e81;
}
/*#intro h6 {*/
/*	font-size:60px*/
/*}*/
/*#intro h1 {*/
/*	font-size:18px;*/
/*	line-height:20px;*/
/*}*/