.hire-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.hire-popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hire-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}

.hire-popup-box {
  position: relative;
  z-index: 2;
  width: min(92vw, 1320px);
  min-height: 650px;
  background: #fff;
  border-radius: 22px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden; background:#fff url(../images/popup-bg.png) no-repeat left top;
}

.hire-popup-close {
  position: absolute;
  right: 22px;
  top: 18px;
  z-index: 5;
  background: transparent;
  border: 0;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
}

.hire-popup-left {
  /* background: #4651ff; */
  color: #fff;
  position: relative;
  overflow: hidden;    background: #fff url(../images/popup-bg.png) no-repeat left top;
    background-size: cover; overflow: hidden;
}

.hire-popup-blue {
  padding: 25px 45px 36px;
  position: relative;
  z-index: 2;
}

.hire-popup-blue h2 {
  margin: 0 0 12px;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 700;
}

.hire-popup-blue h3 {
  margin: 0 0 12px;
  font-size: 39px;
  line-height: 1.1;
  color: #fff;
}

.hire-popup-blue h3 span,
.trial-box span {
  color: #69ff5d;
  font-style: italic;
}

.hire-popup-blue p {
  max-width: 560px;
  font-size: 17px;
  line-height: 1.45;
  margin: 0 0 20px; color: #FFFFFFCC; max-width: 80%;
}

.trial-box {
  /* border: 1px solid rgba(255,255,255,.45);
  background: rgba(0,0,0,.22); */
  border-radius: 8px;
  text-align: center;
  padding: 30px 25px;
  background: linear-gradient(135deg,
    #4255FF 0%,
    #3237D8 45%,
    #252DAD 75%,
    #1D256E 100%);border: 2px solid rgba(255,255,255,.28);
box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    0 12px 40px rgba(15,20,120,.18); max-width: 87%;
}

.trial-box h4 {
  margin: 0 0 28px;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 500;
}

.trial-box a {
  display: inline-flex;
  height: 48px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
 border: 2px solid rgba(255,255,255,.9);
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;background: linear-gradient(180deg,
    #6772FF 0%,
    #505AF2 100%);position: absolute;
    left: 25%;
}

.hire-popup-image {
  /* height: 280px; */
  position: relative;
  overflow: hidden;
}

/* .hire-popup-image:after {
      content: "";
    position: absolute;
    right: -13%;
    top: -27%;
    width: 43%;
    height: 219%;
    background: #4651ff;
    transform: rotate(44deg);
} */

.hire-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hire-popup-right {
  padding: 25px 60px 35px;
}

.hire-popup-right h2 {
  margin: 0 0 24px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
}

.hire-popup-form .form-field {
  margin-bottom: 24px;
}

.hire-popup-form label {
  display: block;
  font-size: 19px;
  color: #1f2d5a;
  margin-bottom: 6px !important;
}

.hire-popup-form input,
.hire-popup-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cfcfcf !important;
  padding: 0 0 12px;
  font-size: 21px;
  outline: none;
  background: transparent;
  color: #111;
}

.hire-popup-form input:focus,
.hire-popup-form textarea:focus {
  border-bottom-color: #2932d9 !important;
}

.hire-popup-form textarea {
  height: 110px;
  resize: none;
}

.hire-popup-form input[type="submit"] {
  width: 100%;
  height: 47px;
  border: 0;
  border-radius: 50px;
  background: #212EC6;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  margin-top: 8px;
}

.hire-popup-logos {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 28px;
}

.hire-popup-logos img {
  max-width: 72px;
  max-height: 70px;
  object-fit: contain;
}
@media (max-width: 1400px){
  .hire-popup-right{ background: #fff;}
}
@media (max-width: 991px) {
  .hire-popup-box {
    grid-template-columns: 1fr;
    max-height: 90vh;
    overflow-y: auto; background: #fff;
  }

  .hire-popup-left {
    /* display: none; */ background: #4651ff;
  }
  .hire-popup-blue{ text-align: center;}
  .hire-popup-image{ display: none;}
  .hire-popup-blue p{    margin: 0 auto 20px;}
  .trial-box{ margin: 0 auto;}
  .trial-box a{left: 50%; max-width: 220px; width: 100%;
    transform: translateX(-50%);}

  .hire-popup-right {
    padding: 42px 25px 30px;
  }
.hire-popup-logos{justify-content: center; flex-wrap: wrap;}
  .hire-popup-right h2 {
    font-size: 34px;
  }
}

@media (max-width: 680px){
  .hire-popup-blue {
    padding: 25px 15px 36px;}
  .hire-popup-blue h2{    font-size: 30px;}
  .hire-popup-blue h3{font-size: 24px;}
  .trial-box{ max-width: 100%;padding: 20px 15px;}
}