.request-sec { width: 100%; display: inline-block; padding:95px 0 95px 0; background: #2E2828; }
.request-sec .request-inner { width: 100%; display: flex; align-items: center; justify-content: center; gap:30px; }
.request-sec .request-inner .left, .request-sec .request-inner .right { width: 50%; display: inline-block; }
.request-sec .right .image { width: 100%; display: inline-block; }
.request-sec .right .image img { width: 100%; display: inline-block; }
.request-sec .left .title { margin-bottom: 16px; }
.request-sec .left .title h2 { width: 100%; display: inline-block; margin: 0;  color: #fff;  }
.request-sec .content *{ color:#fff; }
.request-sec .content ul { width: 100%; display: inline-block; padding: 0; ':0'; margin: 0 0 16px 0; }
.request-sec .content ul li { width: 100%; display: inline-block; position: relative; z-index: 1; padding: 0 0 0 30px; font-weight: 500; font-size: 16px; line-height: 24px; color: #fff; }
.request-sec .content ul li:after { content: ''; position: absolute; top: 1px; left: 0; background-image: url("https://143258107.fs1.hubspotusercontent-eu1.net/hubfs/143258107/N2F_2025/checkbox2-1.svg"); background-position: center; background-repeat: no-repeat; background-size: contain; height: 20px; width: 20px; }
.request-sec .content p { width: 100%; display: inline-block; font-weight: 400; font-size: 18px; color: #fff; }
.request-sec .content ul:last-child { margin-bottom: 0; }
.request-sec .app-store { width: 100%; display: inline-block; vertical-align: top; margin:30px 0 0 0; }
.request-sec .app-store ul { width: 100%; display: flex; align-items: center; justify-content: flex-start; padding: 0; margin: 0; gap:16px; }
.request-sec .app-store ul li { width: auto; display: inline-block; margin: 0; line-height: 0; }
.request-sec .app-store ul li a { width: auto; display: inline-block; }
.request-sec .app-store ul li a img { width: 100%; display: inline-block; object-fit: contain; object-position: center; max-width:64px; }


.request-sec .right .form { width: 100%; display: inline-block; }
.request-sec .right .form h3.form-title { display: none; }
.request-sec .right .form form { background: #fff; width: 100%; display: inline-block; border-radius: 16px; padding: 30px; }
.request-sec .right .form form * { color: #2E2828; font-family: Poppins; font-weight: 500; font-size: 14px; line-height: 130%; }
.request-sec .form form .hs-form-field { margin: 0 0 16px 0; }
.request-sec .form form .hs-form-field label { margin: 0 0 4px 0; width: 100%; display: inline-block; }
.request-sec .form form .hs-form-field input, .request-sec .form form .hs-form-field select { border: 1px solid #2E2828CC; padding: 10px; width: 100%; }
.request-sec .form form .form-columns-2 { gap: 16px; width: 100%; display: flex; align-items: flex-start; justify-content: space-between; }
.request-sec .form form .input { margin: 0 !important; }
.request-sec .form form .hs_phone.hs-form-field .hs-input { width: 100%; }
.request-sec .form form input[type=submit] { height: auto; width: 100%; display: inline-block; background: #F47027; border: 2px solid #F47027; padding: 8px 10px; color: #FFFFFF; font-family: Poppins; font-weight: 500; font-size: 16px; line-height: 24px; }
.request-sec .form form input[type=submit]:hover { color: #2E2828; border: 2px solid #FCD7C1; background: rgb(255 252 250 / 80%); }
.request-sec .form form .hs-form-field label.hs-error-msg{margin:0;color:#CD2C20;width:100%;display:inline-block;}
.request-sec .right .form form ul.hs-error-msgs{width:100%;display:inline-block;}
.request-sec .right .form form ul.hs-error-msgs li{width:100%;display:inline-block;margin:4px 0 0 0;}
.request-sec .right .form form ul.hs-error-msgs li label { color: #CD2C20; width: 100%; display: inline-block; }
.request-sec .right .submitted-message { background: #fff; width: 100%; display: inline-block; border-radius: 16px; padding: 30px; color: #2E2828; font-family: Poppins; font-weight: 500; font-size: 14px; line-height: 130%; text-align: center; }

@media(max-width:1199px){
  .request-sec .left .title h2 { font-size: 32px; }

}

@media(max-width:991px){
  .request-sec .request-inner { gap:30px; flex-wrap: wrap; }
  .request-sec .request-inner .left, .request-sec .request-inner .right { width: 100%; }
  .request-sec { padding: 60px 0; background:#fff; }
  .request-sec .content ul, .request-sec .app-store { display: none; }
  .request-sec .left .title, .request-sec .left .content { text-align: center; }
  .request-sec .content p { font-size: 16px; }
  .request-sec * { color: #2E2828; }
  .request-sec .left .title h2 { color: #2E2828; }
  .request-sec .content *, .request-sec .content p { color: #2E2828CC; }
  .request-sec .right .form form { background: transparent; padding: 0; }
}

@media(max-width:767px){
  .request-sec .left .title h2 { font-size:24px; }
}

@media(max-width:480px){
  .request-sec .form form .form-columns-2 { gap: 0; flex-wrap: wrap; }
  .request-sec .form form .hs-form-field input, .request-sec .form form .hs-form-field select { width: 100% !important; }
  .request-sec .form form .hs_phone.hs-form-field .hs-input { margin: 0 0 16px 0; }
}



