body {
  padding-top: 10px;
}
#navbar-example2 .logo{
  width: 100px;
  height: 50px;
}

/***** hero-section *****/
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}
.hero-text h1 {
  font-weight: bold;
  font-size: 2.5rem;
}
.hero-text p {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.hero-image {
  position: relative;
}
.overlay-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #002966;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}
.overlay-card h4 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.navbar-brand {
  font-weight: 600;
}
.overlay-card {
  z-index: 2;
}

/***** service-section *****/
.service-section {
  min-height: 100vh;
  background-color: #002966;
  color: #f9f9f9;
}
.service-section .card img {
  width: 100%;
  height: 200px;
}

/***** client-section *****/
.client-section {
  min-height: 55vh;
  background-color: #f8f9fa;
}

.card-body {
  height: 160px;
}

/***** contact-section *****/
.contact-section {
  height: 130vh;
  background-color: #e9ecef;
}

.contact-form {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.submit-btn {
  background-color: #0d1b4c;
  color: #fff;
  border: none;
}
.submit-btn:hover {
  background-color: #1c2e6d;
}
footer {
  background-color: #002966;
  color: #fff;
  padding: 2rem 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
footer input {
  border-radius: 6px;
  padding: 8px;
}
.contact-section .row>* {
    padding: 0!important;
}
.our-location img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/***** whatsapp-logo *****/
.whatsapp-logo, .scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-logo img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.whatsapp-logo img:hover {
  transform: scale(1.1);
}

.our-location{
    margin-top: 100px;
}

.error_msg{
  display: none;
}

@media screen and (max-width: 390px) and (orientation: portrait) {
    .our-location {
      margin-top: 200px !important;
    }
}


