/* Apply a CSS reset to remove default margins and padding */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
}

.marq {
  font-family: arial, sans-serif;
  font-size: 12px;
  background-color: red;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.bhid {
  color: white;
  text-decoration: none;
}

.background-section {
  background-image: url("https://www.hdfcergo.com/assets/images/default-source/banners-motor-10-1-2020/carbannerweb.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 445px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logomid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 6px;
}

.inputBox {
  text-align: center;
  margin-top: 20px;
}

.inputBox input {
  margin-top: 50px;
}

.submit-btn {
  margin-top: 15px;
}

.edge {
  text-align: left;
  padding: 20px 30px;
  margin-right: 0;
  font-size: 16px;
  border: 0;
}

input:focus {
  outline: none;
}

.submit-btn {
  text-align: center;
  padding: 20px 30px;
  background-color: red;
  color: white;
  margin-left: 0;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: rgb(163, 12, 12);
}

.footer {
  padding-left: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "arial", sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: inherit;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
}

@media screen and (max-width: 768px) {
  .marq-container {
    overflow: hidden;
  }
  .marq {
    font-size: 14px;
  }
  .logo-container {
    text-align: center;
    margin-top: 10px;
  }
  .logomid {
    max-width: 80%;
    height: auto;
  }

  .edge {
    padding: 15px;
    font-size: 14px;
  }
  .submit-btn {
    padding: 15px;
    font-size: 14px;
  }
  .footer {
    font-size: 10px;
    padding: 5px;
  }
}

.intext {
  color: aliceblue;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: bold;
  padding: 0 20px;

  @media screen and (max-width: 768px) {
    font-size: 28px;
  }

  @media screen and (max-width: 480px) {
    font-size: 24px;
    padding: 0 10px;
  }
}

.chatbot-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.chatbot-button img {
  width: 100px;
  height: auto;
}

@media (max-width: 768px) {
  .chatbot-button {
    padding: 15px;
  }

  .chatbot-button img {
    width: 80px;
  }
}

.terms-container {
  margin-top: 30px;
  padding: 20px 50px;
  background-color: black;
  color: white;
  border-radius: 5px;
  border: 1px solid #333;
  text-align: left;
}

.terms-container h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.terms-container p {
  font-size: 10px;
  line-height: 1.5;
}
