.wrap {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}

.message-popup {
  height: 32px;
  width: 32px;
}
.contact-section {
  padding-block: 80px;
}
.left-side {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 55%;
}

.left {
  flex: 2;
}

.rightSide {
  width: 45%;
  display: flex;
}
.rightSide1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

h2 {
  color: #1a3a0a;
}

.subtitle {
  color: #757873;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.second-title {
  color: #0e2207;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-700, 700);
  line-height: 60px;
}

.tab-container {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  /* margin-top: 40px; */
  padding: 10px;
}

.label-style {
  color: #0e2207;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.tab {
  flex: 1;
  padding: 12px 0;
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  padding: auto;
  color: #757873;
  float: left;
}

.tab.active {
  background: #166534;
  color: white;
  border-radius: 40px;
}

.sendMessage {
  display: flex;
  justify-content: flex-end; /* pushes button to the right */
  margin-top: 20px; /* optional spacing */
}

.mapContainer {
  display: flex;
  padding: 80px 60px 120px 60px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
.gmap {
  display: flex;
  max-width: 1320px;
  max-height: 440px;
  width: 100%;
  height: 100%;
  /* padding-right: 149.91px; */
  align-items: center;
}

.contact-form label {
  display: block;

  font-size: 14px;
}

.contact-form span {
  color: red;
}

.contact-divider {
  width: 1px;
  background-color: #ddd;
  align-self: stretch; /* keeps it flexible */
  margin-right: 40px;
  margin-top: 40px;
  /* margin-bottom: 115px; */
}

.right h3 {
  color: #1a3a0a;
}

label.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

input.error,
textarea.error {
  border: 1px solid red;
}

.contact-info p {
  margin: 5px 0;
}

.office {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 20px;
}

.social .icons {
  display: flex;
  gap: 10px;
  margin-top: 32px;
}

.social a {
  text-decoration: none;
  font-size: 20px;
}

.icon img {
  width: 48px; /* increase */
  height: 48px; /* increase */
}

.contact-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
.emailIcon {
  height: 48px;
  width: 48px;
}
.contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.contact-row .icon {
  height: 48px;
  width: 48px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.contact-row img {
  height: 20px;
  width: 20px;
}

.text-col {
  display: flex;
  flex-direction: column;
}

.text-col a:hover {
  color: #1a3a0a;
  transition: 0.3s;
}

.text-col .title {
  font-weight: bold;
  color: #1a3a0a;
}

.text-col .content {
  font-size: 14px;
  color: #444;
  line-height: 24px;
}

.quick {
  color: #0e2207;
  font-family: "DM Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 150% */
  margin-top: 45px;
}

.location {
  color: #757873;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* line-height: 28px;  */
  /* margin-bottom: 20px;  */
}

.locations {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.social {
  color: #757873;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.india {
  color: #0e2207;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.descrip {
  color: #757873;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.telephone {
  color: #0e2207;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.qr_img {
  position: absolute;
  top: 25px;
  right: 80px;
}
.qr_img img {
  width: 200px;
  height: 280px;
}
.zenvayal-one-card-bg {
  padding: 72px 40px;
  border-radius: 32px;
  background: #f8f6f1;
}
.contact-form__input-box-select #subject {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.contact-form__input-box-select {
  position: relative;
}
.select-down-arrow {
  position: absolute;
  right: 20px;
  top: 68%;
  transform: translateY(-50%);
  pointer-events: none;
}
.select-down-arrow i {
  font-size: 14px;
  color: #757873;
  z-index: 1000;
}
.footer-divider {
  padding-left: 12px;
  border-left: 1px solid #71826c;
}
  .dis-mobile {
    display: none !important;
  }
@media (max-width: 1200px) {
  .qr_img {
    display: none;
  }
}
@media (max-width: 768px) {
  .left-side {
    width: 100%;
  }
  .rightSide {
    width: 100%;
  }
  .contact-divider {
    display: none;
  }
  .contact-section {
    padding-block: 20px;
  }
  .zenvayal-one-card-bg {
    padding: 50px 15px;
    margin-inline: 0px !important;
  }
}
@media (max-width: 480px) {
  .footer-divider {
    padding-left: 0px;
    border-left: none;
  }
  .dis-mobile {
    display: flex !important;
  }
}
