.contact-block {
  padding: clamp(16px, 1.667vw, 51px);
  border-radius: clamp(18px, 1.25vw, 48px);
  border: 0.5px solid #f1f2f7;
  height: 100%;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
.contact-form  .light-gray {
  color: #92949f !important;
}
.contact-form  .mb-24 {
    margin-bottom: 23px;
}
.contact-form .input-block {
  position: relative;
}
.contact-sec .contact-block .input-block input {
  padding-left: 16px;
  color: #92949f;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.contact-form .form-control {
  padding: 10px 10px;
  height:60px;
  padding-left: 15px;
  border-radius: clamp(4px, 0.417vw, 5px);
  border: 1px solid #c0c6e0;
  background: transparent;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  color: #0c0c0d;
  box-shadow: none;
}
.contact-form  .mb-32 {
  margin-bottom: 24px;
}
.contact-form  textarea.form-control {
  min-height: 100px;
  max-height: 100px;
}
.contact-block h4 {
  color: #623895;
  font-weight: 600;
  font-size: 25px;
}
select#et_pb_contact_company_type_1 {
  padding: 10px 10px;
  padding-left: 15px;
  border-radius: clamp(4px, 0.417vw, 5px);
  border: 1px solid #c0c6e0;
  background: transparent;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  color: #7b838a;
  box-shadow: none;
  height: 60px;
}

section.our-partner {
  padding: 60px 0px;
}
.our_heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
}

.our_heading h2 {
  font-size: 50px;
  font-size: 35px;
  font-weight: 600;
  color: #1196b8;
}

.our_heading p {
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  color: #757065;
  margin: 18px 0 20px;
  font-family: "Sen", sans-serif;
  font-style: normal !important;
}
section.hero-area{
  background-image: url('/wp-content/uploads/2025/01/AdobeStock_321689478.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 190px 0 15px 0;
}


.hero-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0%);
  z-index: 1;
}

.hero-area .container {
  position: relative;
  z-index: 2;
}

.small-heading {
  font-size: 1.5rem;
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}

.main-heading {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
}
.register-form a.text-white.text-decoration-none {
  color: #fff;
  font-weight: bold;
  padding: 0px 0px;
  float: left;
  font-size: 20px;
}
.register-form {
  /* background: rgba(0, 0, 0, 0.85); */
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
  color: #fff;
}

.register-form input,
.register-form button {
  border-radius: 20px;
  padding: 10px 16px;
}

.register-form button {
  background-color: #dc3545;
  border: none;
  font-size: 1rem;
  padding: 10px 20px;
}

.register-form button:hover {
  background-color: #c82333;
}
button.btn.btn-danger.w-100 {
  background: #dc3545;
  border: 2px solid #dc3545;
  color: #fff;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}

button.btn.btn-danger.w-100:hover {
  background: transparent;
  border: 2px solid #fff;
}
.btn-check:focus+.btn-danger,.btn-danger:focus {
  color: #fff;
  background-color: #4169e1;
  border-color: #4169e1;
  /* box-shadow:0 0 0 .25rem rgba(225,83,97,.5); */
}
@media (max-width:767px){
    .small-heading {
      font-size: 1.5rem;
      color: #fff;
      font-size: 22px;
      margin-bottom: 0px;
  }
  .main-heading {
    font-size: 2.5rem;
    line-height: 1.3;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
}
.hero-area {
  position: relative;
  width: 100%;
  /* height: 60vh; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 0px 50px;
  background-image: none;
}
button.btn.btn-danger.w-100 {
  display: block;
}
a.text-white.text-decoration-none {
  color: #fff;
  font-weight: bold;
  padding: 0px 0px;
  float: left;
  font-size: 20px;
  margin-right: 20px;
  display: none;
}
button.btn.btn-danger {
  display: none;
}
.register-form {
  color: #fff;
  padding-top: 25px;
}
button.btn.btn-danger.w-100 {
  display: block;
}
.register-form h5.mb-0 {
  padding-bottom: 10px;
}
}

.hero-area {
  position: relative;
  background-color: transparent !important;
  padding: 124px 0 39px 0;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-danger.w-100 {
	background: #dc3545;
	border: 2px solid #dc3545;
	color: #fff;
	box-shadow: none;
	font-size: 15px;
	font-weight: 600;
	margin-top: 10px;
}