body {
    font-family: 'Segoe UI', sans-serif;
  }
 
  /* Hero section responsive */
  .hero {
  
    align-items: center;
    color: #fff;
  
  }
  .main{
    background-image: url(/images/jhjmk.png);
    min-height: 100vh;
   
    align-items: center;
    color: #fff;
    background-repeat: repeat;
    background-position:right;
  }
  /* Enquiry box */
  .enquiry-box {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }
  
  /* WhatsApp floating button */
  .whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 55px;
    height: 55px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  }
 .bi-whatsapp{
    width: 30px;
  }
  /* Mobile adjustments */
  @media (max-width: 768px) {
    .hero {
      text-align: center;
      padding: 60px 0;
    }
  
    .hero ul {
      padding-left: 0;
    }
  
    .whatsapp-float {
      width: 50px;
      height: 50px;
      bottom: 15px;
      right: 15px;
    }
  }

  .bi-envelope{
    width: 40px;
    color: #000670;
  }
  .bi-telephone-inbound{
    width: 40px;
    color: #000670;
  }
  .logo img{
    width: 16%;
  }
  .btn-primary{
   
    background-color: #000670;
  }
  .resend{
    background: none;
    float: right;
    color: red;
    border: none;
    padding: 5px;
    text-decoration: underline;
  }
  .text-gray{
    color: gray;
    font-size: 16px;
  }
  @media(max-width:600px){

.logo img {
    width: 57%;
}
.mt-3{
    margin: 0px;
}
.hero {
    text-align: center;
    padding: 6px 0 10px 0;
}
  }
 