

/* CSS Document */


.enquiry2 {
    position: fixed;
    right: 14px;
    top: 215px;
	z-index: 9999999999;
}



<!--whatweoffer-->
#sidebar2 ul li  {
   padding:0em;
}
#sidebar2 ul li  {
    color: #000;
	font-weight:bold; 
    list-style-type:disc;
	line-height:2em;
	font-size:1.1em;
}
#sidebar2 ul li a {
    color: #000!important;
	font-weight:bold;   
	    
}

 
#sidebar2 h2{
padding:1em;
font-size:18px; 
font-weight:bold; 
border-bottom:2px solid #000;
color:#000000;
}

#sidebar2
{
		width: 359px;
		height:680px;
		overflow:scroll;
		z-index:9999999999;
		background: #FFFFFF;
		border-right:3px solid #ffffff;
		border-radius:7px;
		padding:0 20px;
		transition: all 0.5s;
	      display:none;   
         font-size: 15px;
	}
	

.site_map {
    right: -29px;
       background:#34a7b1;;
	    width: 106px;
    border-radius : 5PX;
    padding: 9px 0px 7px 14px;
    transform: rotate(90deg);
    position: absolute;
     z-index: 9999999999;
    top:8%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
	  visibility:hidden;  

}
.site_map a {
color: #fff;
font-weight: bold;
}


.footerul>div>ul>li{
    list-style-type:circle;
    color: #2c9db1;
}

.footerul{
    display: block;
}

.whatweoffer {
    left: -59px;
    background:#34a7b1;;
    width: 180px;
    border-radius: 5PX;
    padding: 11px;
    transform: rotate(-90deg);
    position: absolute;
     z-index: 9999999999;
    top:16%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
   visibility: hidden;   

}
.whatweoffer a {
color: #fff;
font-weight: bold;
}

.sitemenu1 li {
margin-left:6em;
line-height:35px;
font-size:15px!important;
    list-style: square!important;
}
.sitemenu li {
margin-left:4em;
line-height:35px;
font-size:18px;
list-style:disc;
color:#000;

}
.sitemenu li a {
color:#000;
text-decoration:none;
color: #000;
    text-decoration: none;
}

.sitemenu  {
    display: flex;

padding:0;}



.footer2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #54c5d0;
    padding-top: 10px;
    padding-bottom: 10px;
     display: none; 
}

.footer2 a{
    color: #f7f7f7;
}

.main-title{
    color: #920b10!important;
}
.itologyLink:hover{
    color:#000;
}

.pdf2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid black;
    height: auto;
    width: 100%;
    margin: 20px;
   
}

.list1{
    color: black;
}
.key-img img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}
.footer2 .container .row{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.footer2 .container .row .onediv{
    width: 250px;
}


.enquiry2 {
    position: fixed;
    right: 20px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 999;
}

.enquiry-icon {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.enquiry-icon:hover {
    transform: scale(1.2);
}





/* ==== Blog Section Styles ==== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
}

.hot-tags {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 40px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.widget-title {
  font-weight: 700;
  font-size: 20px;
  color: #222;
  margin-bottom: 0;
}

.tags li {
  margin-right: 10px;
}

.tags a {
  color: #0077b6;
  background: #e6f2fb;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 500;
  transition: 0.3s;
}

.tags a:hover {
  background: #0077b6;
  color: #fff;
}

/* ==== Blog Cards ==== */
.post-card-1 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.post-card-1:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.post-thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.post-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.45));
  border-radius: 10px 10px 0 0;
}

.post-content {
  padding: 25px;
}

.post-cat {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10px;
}

.post-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s;
}

.post-title a:hover {
  color: #0077b6;
}

.entry-meta {
  color: #888;
  font-size: 13px;
}

.entry-meta span {
  margin-right: 10px;
}

.social-share {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 8px;
}

.social-share a {
  background: rgba(255,255,255,0.85);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0077b6;
  font-size: 14px;
  transition: 0.3s;
}

.social-share a:hover {
  background: #0077b6;
  color: #fff;
}

/* ==== Slider Featured Post ==== */
.carausel-post-1 {
  position: relative;
}

.thumb-overlay {
  height: 450px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.post-content-overlay {
  position: absolute;
  bottom: 0;
  padding: 40px 30px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  border-radius: 10px;
}

.post-content-overlay h3 a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.post-content-overlay h3 a:hover {
  color: #ffd700;
}

/* ==== Responsive ==== */
@media (max-width: 992px) {
  .post-thumb {
    height: 200px;
  }
  .post-content {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .loop-grid .row {
    display: flex;
    flex-direction: column;
  }
  .hot-tags {
    text-align: center;
  }
}






.blog-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
  animation: fadeIn 0.3s ease-in-out;
}

/* Smaller, centered popup */
.blog-popup-content {
  background: #fff;
  margin: auto;
  padding: 25px 30px;
  border-radius: 14px;
  width: 90%;
  max-width: 500px; /* ↓ Smaller width */
  animation: slideUp 0.4s ease;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.blog-popup-close {
  color: #333;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}
.blog-popup-close:hover {
  color: #0077B6;
}

.popup-image {
  width: 100%;
  max-height: 220px; /* smaller image height */
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.blog-popup-content h2 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #222;
  font-weight: 700;
}

.blog-popup-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Animations */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes slideUp {
  from {transform: translateY(20px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}

/* Responsive tweak for small screens */
@media (max-width: 600px) {
  .blog-popup-content {
    width: 92%;
    max-width: 95%;
    padding: 20px;
  }
  .popup-image {
    max-height: 180px;
  }
}





.row.clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.client-info {
  display: flex;
  justify-content: center;
  align-items: center;
  float: none; /* override Bootstrap float if active */
  padding: 10px;
  box-sizing: border-box;
}

.client-info .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}





.evo-section {
    font-family: 'Poppins', sans-serif;
    color: #222;
}

.evo-title {
    font-size: 26px;
    font-weight: 600;
    margin: 25px 0 10px;
    transition: 0.3s;
}



.evo-title-sm {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.3s;
}

.evo-para {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 15px;
    transition: 0.3s;
}



.evo-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
    transition: 0.3s;
}

.evo-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0077B6;
    font-size: 20px;
    line-height: 12px;
}


.evo-card {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    transition: 0.3s;
}




/* Wrapper fixes */
.blog-two-images {
  display: flex;
  background: none !important;
}

/* Each image block */
.blog-img-half {
  width: 50%;
  height: 450px;
  background-size: cover;
  background-position: center;
}

/* Responsive for tablets */
@media (max-width: 992px) {
  .blog-img-half {
    height: 350px;
  }
}

/* Responsive for mobiles */
@media (max-width: 768px) {
  .blog-two-images {
    flex-direction: column;
  }

  .blog-img-half {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 480px) {
  .blog-img-half {
    height: 220px;
  }
}


.card-wrapper-fix {
    display: flex;
    flex-wrap: wrap;
}


