
    body {
      background-color: #f8f9fa;
    }

    .navbar {
      /* background-color: rgb(255 255 255 / 0%); */
      background: white;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(0px);
    }
    .navbar-brand img {
      height: 85px;
    }
    .nav-link {
      font-weight: 500;
      color: #333;
    }
    .nav-link:hover {
      color: #006001;
    }


    .contact-form {
      background-color: #ffffff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      margin-top: 60px;
    }

    
    .form-control:focus {
      box-shadow: none;
      border-color: #007bff;
    }

    .d-grid {
        background: #006001;
    }

    button#submit {
        color: white;
    }

    .container.contact-details {
      margin-top: 140px;
   }

   .sales a {
      text-decoration: none;
      color: black;
      font-size: 17px;
   }

   .Customer-Care a{
      text-decoration: none;
      color: black;
      font-size: 17px;
   }

   .Hiring-Support a{
      text-decoration: none;
      color: black;
      font-size: 17px;
   }

   .sales {
       margin-bottom: 12px;
   }

   .Customer-Care {
       margin-bottom: 12px;
   }

   .Hiring-Support {
       margin-bottom: 12px;
   }

   address {
       font-size: 17px;
       margin-bottom: 0;
   }

   .Registered-office a{
      text-decoration: none;
      color: black;
      font-size: 17px;
   }

   .Factory-office a{
      text-decoration: none;
      color: black;
      font-size: 17px;
   }

   .store-details {
       margin-bottom: 15px;
   }

   .store-details a{
      text-decoration: none;
      color: black;
      font-size: 17px;
   }

   .store-img img {
       width: 100%;
   }

   iframe.store-map {
       height: 409px;
       width: 100%;
   }


   @media (min-width: 992px) {
    .col-md-8.col-lg-12.contactfomr-cont {
      max-width: 82%;
    }
   }

   
   
   
   @media (max-width: 768px){
       .Factory-office {
           margin-top: 15px;
       }

       iframe.store-map{
           margin-top: 15px;
           height: 270px;
       }
   }

   @media (min-width: 768px) and (max-width: 1024px){
       iframe.store-map {
           margin-top: 0px;
           height: 217px;
       }
   }

    .form-label {
      font-weight: 500;
    }

    footer a {
      text-decoration: none;
    }

  
 