/* Reset Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid #000; */
}

/* Body Styles */
body {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background-color: #f5f5f5;
  z-index: -1;
  height: 550px;
}

.main-container {
  width: 1024px;
  background-color: #ffffff;
}

/* Header Styles */
.logo-container {
  display: flex;
  width: 1024px;
  justify-content: start;
  align-items: center;
  background-color: #ffffff;
  padding: 9px 9px 9px 30px;
  font-family: Arial, sans-serif;
}

.logo-container img {
  width: 40px;
}

.logo-text {
  font-size: 16px;
  font-weight: bold;
  color: #ed1b24;
  margin-left: 10px;
  line-height: 1.5;
  margin-bottom: 0px;
}

/* Main Header Styles */
.mainheader {
  width: 100%;
  position: relative;
}

.headline h1 {
  position: absolute;
  top: 125px;
  left: 540px;
  font-size: 30px !important;
  font-weight: bolder;
}

.mainheader img {
  display: block;
  width: 1024px;
}

.mainheader h1 {
  text-align: center !important;
  color: #ffffff;
  letter-spacing: 2px;
}
.mainheader p1 {
  position: absolute;
  top: 20%;
  left: 55%;
  transform: translate(-50%, -50%);
  padding: 10px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

.mhcontent {
  position: absolute;
  top: 260px;
  left: 400px;
  width: 400px;
  border: 1px solid #000000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 1);
  padding: 20px;
}

.mhcontent h1 {
  padding-bottom: 0px;
  color: #ed1b24;
}

.mhcontent h3 {
  font-size: 0.9rem;
  padding-top: 0px;
  padding: 20px;
  font-weight: lighter;
}

.bgbox {
  background-color: #ed1b24;
  padding: 40px 40px 50px 40px;
}

/* contact us */

.content {
  display: grid;
  justify-content: center;
  align-items: center;
}

.location {
  padding: 50px;
  background-color: #292929;
}

.expert {
  padding: 0px 50px 50px 50px;
  background-color: #292929;
}

.location-details {
  padding: 15px 0px 15px 50px;
  width: 850px;
  color: #ed1b24;
  border: 2px solid black;
  background-color: #ffffff;
}

.logo1 {
  display: block !important;
  padding: auto !important;
  width: 20px !important;
  height: auto !important;
  background-color: #ffffff !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  margin-right: 20px !important;
}

.ld-ul {
  list-style: none;
}

.ld-li {
  display: flex;
  padding: 3px;
  color: #000000;
  font-size: 14px;
}

.s {
  width: 250px;
}

.ld h2 {
  font-size: 16px;
}

.expert-details {
  padding: 15px 0px 15px 50px;
  width: 850px;
  color: #ed1b24;
  border: 2px solid black;
  background-color: #ffffff;
}

.ed-ul {
  list-style: none;
}

.ed-li {
  display: flex;
  padding: 3px;
  padding-left: 5px;
  color: #000000;
  font-size: 14px;
}

.ld h3 {
  font-size: 15px;
  color: #000000;
}

.ld h2 {
  margin-top: 5px;
}

.ld p {
  font-size: 0.8rem;
  font-style: italic;
  color: #000000;
}

/* send us a message */
.section {
  padding: 50px 30px 50px 40px;
  background-color: #292929;
}

h1,
h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

form label {
  display: block;
  margin-bottom: 5px;
}

form input,
form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

form textarea {
  height: 150px;
}

form input[type="submit"] {
  display: flex;
  margin-left: 75%;
  width: 25%;
  background-color: #e5a300;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

form input[type="submit"]:hover {
  background-color: #be8800;
}

.send-mail {
  background-color: #292929;
  color: #ffffff;
  padding: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.googlemap {
  padding-top: 30px;
}
