/* Request a Demo */

.letsconnect {
  width: 80%;
  margin: 0 auto;
  padding-top: 92px;
}

.letsconnect .letsconnect-heading {
  width: 45%;
}

.letsconnect .letsconnect-heading .head-1 {
  font-weight: 600;
  font-size: var(--fs65);
  color: var(--EerieBlack);
}

.letsconnect .letsconnect-heading .head-2 {
  font-weight: 600;
  font-size: var(--fs65);
  color: var(--GeraniumLake);
}

.letsconnect .letsconnect-heading p {
  font-weight: 400;
  font-size: var(--fs25);
  color: var(--EerieBlack);
  opacity: 0.6;
}

.letsconnect .letsWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 164px;

  margin-top: 93px;
}

.letsconnect .letsWrapper .letschild1 {
  width: 50%;
  background: #fbfbfb;
  border-radius: 30px;
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.letsconnect .letsWrapper .letschild1 .contact1 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 68px;
  position: relative;
}

.letsconnect .letsWrapper .letschild1 .contact1:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -34px;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}

.letsconnect .letsWrapper .letschild1 .contact1 .contact-img {
  width: auto;
  height: 63px;
  margin-bottom: 15px;
}

.letsconnect .letsWrapper .letschild1 .contact1 .contact-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.letsconnect .letsWrapper .letschild1 .contact1 .contact-text .text1 {
  font-size: var(--fs22);
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}

.letsconnect .letsWrapper .letschild1 .contact1 .contact-text .text3 {
  font-size: var(--fs25);
  font-weight: 500;
  color: var(--GeraniumLake);
  text-align: center;
}

.letsconnect .letsWrapper .letschild1 .contact1 .contact-text .text2 {
  font-size: var(--fs16);
  font-weight: 300;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 20px;
}

.letsconnect .letsWrapper .letschild2 {
  width: 50%;
}

.letsconnect .letsWrapper .form-child1 .RAD__header {
  font-size: var(--fs38);
  color: var(--EerieBlack);
  font-weight: 500;
  margin-bottom: 42px;
}

.letsconnect .letsWrapper .form-child1 .RAD__form {
  width: 100%;
}

.letsconnect .letsWrapper .form-child1 .RAD__form .actionBtn {
  text-align: end;
  width: 90%;
  margin-top: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.letsconnect .letsWrapper .form-child1 .RAD__form .actionBtn .submitBtn {
  color: var(--White);
  font-size: var(--fs25);
  font-weight: 600;
  border: 0px;
  background-color: var(--GeraniumLake);
  padding: 14px 40px;

  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.letsconnect .letsWrapper .form-child1 .RAD__form .actionBtn .submitBtn .submit-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

/* .letsconnect .letsWrapper .form-child1 .RAD__form .actionBtn .submitBtn:hover {
  background-color: var(--White);
  color: var(--GeraniumLake);
} */
.letsconnect .letsWrapper .form-child1 .RAD__form .actionBtn .submitBtn img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.letsconnect .letsWrapper .form-child1 .RAD__form .actionBtn .submitBtn:hover img {
  transform: translateX(8px);
}

.error-msg {
  color: #e92827;
  display: block;
  width: 100%;
  height: 10px;
}

.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form1,
.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form1 .RAD__formEle,
.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form2 .RAD__formEle,
.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form3 .RAD__formEle {
  width: 95%;
  margin-bottom: 7%;
}

.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form1 .RAD__formEle label,
.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form2 .RAD__formEle label,
.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form3 .RAD__formEle label {
  font-size: var(--fs16);
  color: var(--PhilippineGray);
}

.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form1 .RAD__formEle .inputName,
.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form1 .RAD__formEle .inputCompany {
  border: none;
  border-bottom: 1px solid var(--PhilippineSilver);
  width: 75%;
  padding: 5px 0px 5px 0px;
  outline: none;
  font-size: 18px;

  /* color: var(--PhilippineGray); */
  font-weight: 500;
}

.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form2 .RAD__formEle .inputEmail,
.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form2 .RAD__formEle .inputPhone {
  border: none;
  border-bottom: 1px solid var(--PhilippineSilver);
  width: 75%;
  padding: 5px 0px 5px 0px;
  outline: none;
  font-size: 18px;

  /* color: var(--PhilippineGray); */
  font-weight: 500;
}

.letsconnect .letsWrapper .form-child1 .RAD__form .RAD__form3 .RAD__formEle .inputComment {
  border: none;
  border-bottom: 1px solid var(--PhilippineSilver);
  width: 94%;
  padding: 12px 0px 5px 0px;
  outline: none;
  font-size: 18px;

  /* color: var(--PhilippineGray); */
  font-weight: 500;
}

.RAD .RADWrapper .RAD__child1 .RAD__form .RAD__form3 .RAD__formEle .inputComment::placeholder {
  font-size: var(--fs16);
  color: var(--PhilippineGray);
  font-weight: 400;
}
.inputComment::-webkit-input-placeholder {
  font-size: var(--fs16);
  color: var(--PhilippineGray);
  font-weight: 400;
}

.inputComment:-moz-placeholder {
  font-size: var(--fs16);
  color: var(--PhilippineGray);
  font-weight: 400;
}

.inputComment::-moz-placeholder {
  font-size: var(--fs16);
  color: var(--PhilippineGray);
  font-weight: 400;
}

.inputComment:-ms-input-placeholder {
  font-size: var(--fs16);
  color: var(--PhilippineGray);
  font-weight: 400;
}

.RAD__select-menu .RAD__select-btn {
  display: flex;
  width: 93%;
  padding: 12px 0px 5px;
  font-size: 18px;
  font-weight: 400;
  /* color: var(--PhilippineGray); */
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border: none;
  border-bottom: 1px solid var(--PhilippineSilver);
  outline: none;
}

.RAD__select-btn .RAD__arrow {
    width: 30px;
  transition: 0.3s;
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.RAD__select-btn .RAD__arrow .RAD__togglearr {
  width: 55%;
}

.RAD__select-menu.active .RAD__select-btn .RAD__arrow {
    transform: rotate(-180deg);
}

.RAD__select-menu {
  position: relative;
}

.RAD__select-menu .RAD__options {
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: var(--White);
  display: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.RAD__select-menu.active .RAD__options {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  z-index: 10;
}

.RAD__options .RAD__option {
  display: flex;
  cursor: pointer;
  padding: 10px;
  border-radius: 8px;
  align-items: center;
}

.RAD__options .RAD__option:hover {
  background: #f2f2f2;
}

.RAD__option .RAD__option-text {
  font-size: 18px;
  color: #333;
}

.letsconnect .letsWrapper .RAD__child2 .RAD__mapWrapper {
  width: 100%;
}

.letsconnect .letsWrapper .RAD__child2 .RAD__mapWrapper .RAD__Gmap {
  width: 100%;
  height: 500px;
}