.main-container {
  max-width: 1100px;
  margin: auto;
  align-items: left;
  text-align: left;
  margin-top: 40px;
}

/* Top Email and Job Info Section */
.top-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.email-block {
  flex: 1;
}

.email-block p {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 500;
  
}

.email-block h1 {
  font-size: 50px;
  color: #1a5ddb;
  margin: 0;
  line-height: 1.7rem;
}

.email-block h1 a {
  text-decoration: none;
  color: #1a5ddb;
}

.job-block {
  flex: 1;
  font-size: 16px;
  margin-top: 10px;
  font-size: large;
  font-weight: 500;
  line-height: 2rem;
}

.job-block a {
  color: #1a5ddb;
  font-size: large;
}

.job-block strong {
  display: block;
  margin-bottom: 5px;
}


.container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  text-align: left;
  line-height: 1.2rem;
}
.left h3{
  font-size: x-large;
  font-weight: 600;

}
.left {
  flex: 1;
  min-width: 250px;
}
.left p{
  font-weight: 600;
  margin-top: 20px;
}

.left h2 {
  font-size: 28px;
  margin: 10px 0;
}

.left hr {
  margin-top: 10px;
  border: none;
  height: 2px;
  background-color: black;
  width: 65%;
}

.right {
  flex: 2;
  max-width: 550px;
}

form {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: none;
  border-bottom: 1px solid #000;
  padding: 8px;
  font-size: 16px;
  background: none;
  outline: none;
  border-radius: 0px;
}

textarea {
  resize: vertical;
}

.checkbox {
  margin: 15px 0;
}

.recaptcha-box {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  color:black;
  max-width: 300px;
  text-align: left;
}
.tabs {
  display: flex;
  gap: 20px;
  padding: 20px;
  font-weight: bold;
  cursor: pointer;
  font-size: x-large;
  align-items: center;
  justify-content: center;
}
.tabs div.active {
  border-bottom: 3px solid black;
}
.location-container {
  display: flex;
  background-color: #f0f0f0;
  padding: 30px 50px;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.location-left {
  max-width: 300px;
  margin-left: 70px;
}
.location-left h2 {
  font-size: 47px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 3rem;
}
.location-left p {
  font-size: 18px;
  line-height: 2rem;
}
.location-slider {
  flex: 3;
  display: flex;
  align-items: center;
  position: relative;
}
.locations {
  display: flex;
  gap: 20px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top:10px;
}

.location-box {
  background:white;
  padding: 10px 30px;
  width: 250px;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(165, 164, 164, 0.1);
  border: 1px solid rgb(214, 215, 219);
  display: none;
}
.location-box p{
  color: #555252;
}
.place{
  line-height: 4rem;
}
.no{
  line-height: 6rem;
  font-weight: 600;
}
.toll{
  padding-bottom: 30px;
}
.arrow {
  cursor: pointer;
  font-size: 24px;
  user-select: none;
  top:50%;
  position: relative;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  top:100px;
}
.arrow.left {
  min-width: 10px;
  
}