.cctvimg {
    width: 65%;
}

.contact {
    padding-top: 10px;
    padding-left: 23px;
    
}

.contactForm {
    padding-top: -50px;
}

.filter-shadow {
    color: rgb(20, 30, 63);
    filter:drop-shadow(.75em .75em 1em);
}

.footerimg {
    width: 170px;
}

#fbicon {
    float: left;
    
    padding-right:30px;
}

.invz {
    display:none;   
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#ff9901;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

.navbar {
    background-color: #14203a;
}

.navbar-brand {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
}

footer {
    margin-top: auto;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

@media (max-width: 576px) {
  .center-mobile {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .center-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}


.hero-section {
  position: relative;
  width: 100%;
  height: 460px; /* Adjust as needed */
  overflow: hidden;
}

.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(20, 30, 63, 0.5); /* semi-transparent overlay */
  text-align: center;
}