
.header {
  background: url('../img/bg1.jpg') no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 100px 20px;
}
.gallery {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.gallery h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.05);
}

/* Lightbox Styles */
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}
.modal-body a{display: block;}
.top{background: #bfbfbf;}
.mt-2{margin: 5px 0 25px}
.services_call-popup>img {
 border-radius: 5px}
.services_call-popup {
	background: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 40px;
	margin-bottom: 50px;
	border-radius: .5rem;
}

a {text-decoration: none}
.alt2{color: #fff;  border-radius:30px;  background:#f60;  padding:15px 25px;   margin-top:25px; }
.alt{color: #000;  border-radius:30px;  background:#fff;  padding:15px 25px;   margin-top:25px; border:1px solid #000}
.whatsap{display:none;}
.header h1{font-weight: bold;text-shadow: 1px 1px 2px black;}
.header h2{margin: 30px 0}
.header .btn {margin:30px; }
.service-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
}
.text_certain {
	border-left: 5px solid #1f2b6c;
	padding-left: 25px;
	margin-bottom: 45px;
}

.text_certain p {
	margin: 0;
}

@media(max-width:480px) {
		.text_certain {
    margin-left: 8px;
    margin-bottom: 30px;
  }
	    .whatsap p{position: fixed;bottom:10px}
.whatsap{display:block;  bottom:-16px;position: fixed;width: 100%;z-index: 999;}
    .phoneix {text-align: center; padding: 10px 0px;background:#00a554;color: #fff;font-size: 110%;border: 5px solid #fff;border-radius: 15px;box-shadow: 0 0 10px rgba(0,0,0,0.9);} 
    .phoneix a{color:#fff;padding: 12px 35px;}
	 .phoneix1 {text-align: center; padding: 10px 0px;background:#1783de;color: #fff;font-size: 110%;border: 5px solid #fff;border-radius: 15px;box-shadow: 0 0 10px rgba(0,0,0,0.9);} 
    .phoneix1 a{color:#fff;padding: 12px 35px;}
 .phoneix:hover{background: #1783de;}
}