body {
 font-family: "Roboto", sans-serif;
 font-weight: 400;
}

.hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}
.bg-light{
  z-index:99;
}

.banner_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  z-index: 10;
  text-align: center;
  text-shadow:
    -1px -1px 2px #000,
     1px -1px 2px #000,
    -1px  1px 2px #000,
     1px  1px 2px #000;
}
h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.heading {
  font-weight: 700;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #fd5308; /* underline */
  color: #333;
}

.heading i {
  margin-right: 8px;
  color: #fd5308;
}

.heading-wrapper {
  display: flex;
  justify-content: center;
}

.left-curve {
    border-radius: 0 0 0 100px;
    padding: 10px 10px 10px 10px;
    background-color: #002858;

}
.site-title, .site-title a {
    color: #003A6A;
    font-size:30px;
    margin: 0;
}
.message {
    background-color: rgba(253, 83, 8,  0.8); /* Bootstrap primary with 80% opacity */
    padding: 20px;
    border: 0.5px solid white;
    border-radius: 10px;
}
.site-description, .site-description a
{
    color: #003A6A;
    margin: 5px 0px 0px 10px;
}
.reach_us,.btn-primary{
    background-color: #002858;
    --bs-btn-bg:#002858;
}
.btn-primary:hover{
    background-color: #002858;
    --bs-btn-bg:#002858;
}
#contactForm input,
#contactForm textarea {
  border-radius: 0.5rem;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  font-size: 28px;
  padding: 12px 16px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: transform 0.2s ease-in-out;
}
/* Image Hover Effect */
.img-hover-effect {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.img-hover-effect:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Animate headings */
.heading[data-aos] {
  display: inline-flex;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: white;
  text-decoration: none;
}
footer {
  font-size: 1rem;
}

.footer_bottom{
    background-color: #002858;
}