.logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.textColor {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  font: normal normal 900 38px/47px Arial;
  letter-spacing: 0px;
  color: #2063ce;
  opacity: 1;
  margin-top: 20px;
}
.streamline-text {
  max-width: 1111px;
  display: flex;
  flex-wrap: wrap;
}
.general-text {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  font: normal normal normal 14px/21px Arial;
  letter-spacing: 0px;
  color: #888888;
  opacity: 1;
  margin-top: 15px;
}
.para-text {
  display: flex;
  flex-wrap: wrap !important;
  max-width: 1111px !important;
}
.btn-div {
  display: flex;
  justify-content: center !important;
  margin-top: 30px;
}
.btn {
  padding: 20px 5px;
  width: 192px;
  text-align: center;
  font: normal normal bold 14px/17px Arial;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  background-color: #2063ce;
  border-radius: 10px;
  border: none !important;
}
.btn:hover {
  padding: 20px 5px;
  width: 192px;
  text-align: center;
  font: normal normal bold 14px/17px Arial;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  background-color: #25ceae;
  border-radius: 10px;
  border: none !important;
  cursor: pointer;
}
.image-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 45px;
  /* transform: translate(-50%, -50%); */
}

/* .image-bg :hover {
  transform: translate(-4.61px, -6.83px);
  transition: 0.1s ease-in-out;
} */
.image-one {
  width: 70vw;
  
}
.imageTwo {
  margin-top: 7%;
  z-index: 2;
  position: absolute;
  width: 80vw;
}
.footer {
  background-color: #ececec;
  display: flex;
  width: 100% ;
  color: #191919;
  justify-content: center;
  height: 57px;
  align-items: center;
 
  position: absolute;
  left: 0;
  right: 0;
 
}
.footer-text {
  text-align: center;
  font: normal normal normal 14px/21px Arial;
  letter-spacing: 0px;
  color: #191919;
  opacity: 1;
}

.btnTwo {
  padding: 10px 10px;
  width: 150px;
  height: 40px;
  display: flex;
  text-align: center;
  font: normal normal bold 14px / 17px Arial;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  background-color: #2063ce;
  border-radius: 10px;
  border: none !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.btnTwo:hover {
  padding: 10px 10px;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font: normal normal bold 14px/17px Arial;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  background-color: #25ceae;
  border-radius: 10px;
  border: none !important;
  gap: 5px;
  cursor: pointer;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .image-one {
    width: 80vw;

  }
  .imageTwo {
    /* margin-top: 30px !important; */
    z-index: 2;
    position: absolute;
    width: 90vw;
  }
  .textColor {
    font-size: 26px;
  }
  /* .footer{
    margin-top: 50px !important;
  } */
}
/* @media only screen and (min-width: 960px) {
  .imageTwo {
    margin-top: 90px;
  
  }
} */
/* @media screen and (min-width: 100%) {
  .imageTwo {
    margin-top: 85px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .imageTwo {
    margin-top: 120px;
  }
} */

/*Modal Css*/

.modal {
  display: none;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: hidden;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}

#myModal {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}

.modal-content {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  padding: 35px;
  border: 1px solid #888;
  max-width: 550px;
  max-height: 654px;
  border-radius: 18px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.contact-us-text {
  text-align: left;
  font: normal normal 900 24px/36px Arial;
  letter-spacing: 0px;
  color: #636578;
  opacity: 1;
  margin-bottom: 20px;
}
.span-text {
  text-align: left;
  font: normal normal normal 14px/21px Arial;
  letter-spacing: 0px;
  color: #888888;
  opacity: 1;
  margin-bottom: 40px;
}

#contactForm {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inputField {
  display: flex;
  width: 100%;
  justify-content: center;
}
input {
  width: 100%;
  border: 1px solid #c5c5c5;
  outline: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 10px;
}
.form-width-data {
  display: flex;
  justify-content: center;
}
.form-content {
  width: 60%;
}
#emailId {
  width: 100% !important;
}
select {
  width: 100%;
  border: 1px solid #c5c5c5;
  outline: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 10px;
}

.text-span {
  text-align: left;
  font: normal normal normal 14px/21px Arial;
  letter-spacing: 0px;
  color: #888888;
  opacity: 1;
}
#industry{
  color:  #888888;
}


/*Code for Form*/
/* Optional: Remove negative margin from button column */
.custom-row .col-md-6:first-child {
    margin-top: 0 !important;
}

/* Vertically center content in both columns */
.custom-row {
    align-items: center;
}

/* Ensure the button and reCAPTCHA are aligned horizontally */
#submitButton {
    display: flex;
    align-items: center;
    gap: 8px; /* Adds space between text and image */
}

/* Responsive adjustments for small screens */
@media (max-width: 767.98px) {
    .custom-row .col-md-6 {
        justify-content: center !important;
        margin-bottom: 15px;
    }
}
