.contact_us {
  width: 100%;
  height: auto;
  background: var(--body-bg-color);
  color: auto;
  padding: 10px;
  margin: 10px auto;
  margin-bottom: 5px;
  border-radius: 5px;
}

.og_logo_contuct_us {
  position: absolute;
  width: 50px;
  height: 50px;
}

.contact_us_og_name {
  padding: 5px 0px 0px 0px;
  text-align: left;
  margin-top: 20px;
  margin-left: 50px;
  font-size: 38px;
  font-weight: bold;
  font-family: var(--og-font-name);
  color: #0044eb;
}

.contact_us_og_slogan {
  padding: 0px 0px 0px 0px;
  text-align: left;
  margin-left: 85px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Times New Roman', sans-serif;
  font-style: italic;
  color: black;
  position: absolute;
  margin-top: -8px;
}

.call_us_head {
  padding: 0px 0px 0px 0px;
  text-align: left;
  margin-left: 10px;
  font-size: 22px;
  color: blue;
  font-weight: bold;
}

.call_us_text {
  padding: 0px 0px 0px 0px;
  text-align: left;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
.QR_code img {
  width: 180px;
  height: 180px;
  border: 2px solid #000;
  margin-left: 10px;
  margin-top: 10px;
}

.location {
  margin-bottom: 10px;
}

.contact-container {
  margin-top: 10px;
  padding: 10px;
  border: 2px solid #007bff;
  border-radius: 10px;
  background-color: #f9f9f9;
  max-width: 350px;
}

.contact-container input,
.contact-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.contact-container button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-container button:hover {
  background-color: #0056b3;
}

.contact-container h2 {
  text-align: center;
  color: #f1dbdb;
  margin-bottom: 20px;
  background-color: #168a65;
  padding: 5px;
}

label {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  color: #555;
}

input[type='text'],
input[type='email'],
textarea {
  width: 100%;
  padding: 10px;
  margin-top: 3px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
  transition: border 0.3s;
}

input[type='text']:focus,
input[type='email']:focus,
textarea:focus {
  border-color: #007bff;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 60px;
}

button {
  width: 100%;
  background-color: #007bff;
  color: white;
  padding: 6px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #0056b3;
}

.success,
.error {
  text-align: center;
  padding: 10px;
  margin-top: 15px;
  font-weight: bold;
}

.success {
  color: green;
}

.error {
  color: red;
}

@media screen and (max-width: 768px) {
  #title_menu,
  #title_menu li,
  #title_menu ul li a {
    display: none;
  }

  .contact_us {
    width: 100%;
    height: auto;
    background: var(--body-bg-color);
    color: auto;
    padding: 10px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: -15px;
  }

  .QR_code img {
    width: 180px;
    height: 180px;
    border: 2px solid #000;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
