@charset "utf-8";
/* CSS Document */

.txtjust
{
	text-align: justify !important;
}

.mylogo
{
	height:70px;
	padding: 5px;
}

.counter_i
{
	font-size: 65px;
	color: #000;
}

.cert-img
{
	object-fit: contain;
	object-position: center;
	height: 180px;
	border: solid 1px #eee;
	padding: 30px;
}

#chartdiv 
{
	width: 100%;
	height: 500px;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* Fixed WhatsApp Icon */
.whatsapp-fixed {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #25D366;
  padding: 10px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  z-index: 1000;
}

.whatsapp-fixed img {
  width: 40px;
  height: 40px;
}

/* Hidden panel initially */
.whatsapp-panel {
  position: fixed;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 20px;
  border-radius: 8px;
  display: none;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
  width: 250px;
}

.whatsapp-link {
  display: flex;
  align-items: center;
  background-color: #25D366;
  color: white;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.whatsapp-link:hover {
  background-color: #1ebd59;
}

.whatsapp-link img {
  width: 20px;
  margin-right: 10px;
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.panel-header p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.close-btn {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #999;
}

.close-btn:hover {
  color: #000;
}

.certimg
{
	object-fit: contain;
	object-position: center;
	height: 500px;
	border: solid 1px #ccc;
}

.infraimg
{
	object-fit: contain;
	object-position: center;
	height: 350px;
	border: solid 1px #000;
}

.seoh1 {
  font-size: 32px !important;
  line-height: 1.3;
  font-weight: 700;
}

.seoh2 {
  font-size: 28px !important;
  line-height: 1.4;
  font-weight: 700;
}

.seoh3 {
  font-size: 24px !important;
  line-height: 1.4;
  font-weight: 600;
}

.seoh4 {
  font-size: 20px !important;
  line-height: 1.5;
  font-weight: 600;
}

.seoh5 {
  font-size: 18px !important;
  line-height: 1.5;
  font-weight: 500;
}

.seoh6 {
  font-size: 16px !important;
  line-height: 1.6;
  font-weight: 500;
}

.blogimg
{
	object-fit: cover;
	object-position: center;
	height: 300px !important;
	width: 100%;
	border: solid 1px #ccc;
}

.bdetails p
{
	text-align: justify;
}

.mycatimg
{
	object-fit: contain;
	object-position: center;
	height: 350px;
	border: solid 1px #ccc;
	background-color: #fff;
}

.ftrhead
{
	font-weight: 700;
	color: #000;
	font-family: 'Lexend Deca';
}
@media only screen and (max-width: 991px) 
{
	.mylogo
	{
		height:65px;
	}	
	
	.mobmrt
	{
		padding-top: 50px;
	}
}