.hero-sec { width: 100%; display: inline-block; padding: 200px 0 60px 0; background: linear-gradient(180deg, #FFF3EC 0%, #FFE4D4 100%), linear-gradient(180deg, #FFF3EC 0%, #FFF3EC 66%, #FFE4D4 100%); }
.hero-sec .hero-inner { width: 100%; display: flex; align-items: center; justify-content: center; gap: 16px; }
.hero-sec .hero-inner .left, .hero-sec .hero-inner .right { width: 50%; display: inline-block; }
.hero-sec .right .image { width: 100%; display: inline-block; }
.hero-sec .right .image img { width: 100%; display: inline-block; }
.hero-sec .left .info { width: 100%; display: inline-block; margin-bottom: 16px; }
.hero-sec .left .info ul { width: 100%; padding: 0; margin: 0; display: flex; align-items: flex-start; justify-content: flex-start; gap: 20px; }
.hero-sec .left .info ul li { width: auto; display: inline-block; color: #F47027; font-weight: 600; font-size: 16px; line-height: 16px; margin: 0; position: relative; z-index: 1; }
.hero-sec .left .info ul li+li:after { content: ''; position: absolute; top: 6px; left: -12px; width: 5px; height: 5px; background-color: #F47027; border-radius: 50%; }
.hero-sec .left .title { margin-bottom: 16px; }
.hero-sec .left .title h1 { width: 100%; display: inline-block; margin: 0; }
.hero-sec .left .title h1 span { color: #F47027; }
.hero-sec .left .cta { margin: 30px 0 0 0; }
.hero-sec .content ul { width: 100%; display: inline-block; padding: 0; ':0'; margin: 0 0 16px 0; }
.hero-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: #2E2828CC; }
.hero-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/checkbox1.svg"); background-position: center; background-repeat: no-repeat; background-size: contain; height: 20px; width: 20px; }
.hero-sec .content p { width: 100%; display: inline-block; font-weight: 500; font-size: 16px; line-height: 24px; color: #2E2828CC; }
.hero-sec .content ul:last-child { margin-bottom: 0; }
.hero-sec .left .cta ul { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; margin: 0; padding: 0; gap: 10px; }
.hero-sec .left .cta ul li { width: auto; display: inline-block; margin: 0; }
.hero-sec .left .cta ul li a { width: auto; display: inline-block; border-radius: 4px; padding: 10px 20px; background: #F47027; border: 2px solid #F47027; font-family: Poppins; font-weight: 500; font-size: 16px; line-height: 24px; color: #fff; transition: 0.3s ease-in-out; }
.hero-sec .left .cta ul li:nth-child(2) a { color: #2E2828; border: 2px solid #FCD7C1; background: #FFFCFA; }
.hero-sec .left .cta ul li:nth-child(2) a:hover { background: #F47027; color: #fff; border: 2px solid #F47027; }
.hero-sec .left .cta ul li a:hover { background: rgb(255 252 250 / 80%); color: #2E2828; border: 2px solid #FCD7C1; }
.hero-sec .left .commitment { width: 100%; display: inline-block; vertical-align: top; color: #2E2828CC; font-size: 12px; line-height: 20px; margin: 8px 0 0 0; }
.hero-sec .left .commitment i { width: 100%; display: inline-block; font-style: italic; font-size: 12px; line-height: 20px; color: #2E2828CC; }
.hero-sec .rating-wrap { width: 100%; display: flex; align-items: center; justify-content: flex-start; margin: 12px 0 0 0; gap: 12px; }
.hero-sec .rating-wrap span.rat-text { width: auto; display: inline-block; margin: 0; font-weight: 400; font-size: 14px; line-height: 24px; color: #2E2828CC; }
.hero-sec .rating-wrap .star-ratings { background: url(https://143258107.fs1.hubspotusercontent-eu1.net/hubfs/143258107/N2F_2025/rating-star.png) repeat-x; font-size: 0; height: 17.74px; line-height: 0; overflow: hidden; text-indent: -999em; width: 105px; margin: 0; }
.hero-sec .rating-wrap .star { background: url(https://143258107.fs1.hubspotusercontent-eu1.net/hubfs/143258107/N2F_2025/rating-star.png) repeat-x; background-position: 0 100%; float: left; height: 17.74px; display: block; }
.hero-sec .app-store { width: 100%; display: inline-block; vertical-align: top; margin: 16px 0 0 0; }
.hero-sec .app-store ul { width: 100%; display: flex; align-items: center; justify-content: flex-start; padding: 0; margin: 0; gap: 24px; }
.hero-sec .app-store ul li { width: auto; display: inline-block; margin: 0; line-height: 0; }
.hero-sec .app-store ul li a { width: auto; display: inline-block; }
.hero-sec .app-store ul li a img { width: 100%; display: inline-block; object-fit: contain; object-position: center; max-width: 91px; }
.hero-sec .client-logo { width: 100%; display: inline-block; padding: 85px 0 0 0; }
.hero-sec .client-logo .title { text-align: center; }
.hero-sec .client-logo .title p { font-weight: 400; font-size: 18px; line-height: 24px; color: #2E2828; }
.hero-sec .logo-wrap { width: 100%; display: flex; align-items: center; justify-content: center; gap: 50px; margin-top: 10px; }
.hero-sec .logo-wrap .logo { width: auto; display: inline-block; margin: 0; }
.hero-sec .logo-wrap .logo img { width: auto; display: inline-block; max-width: 100%; }
.hero-sec .right .form { width: 100%; display: inline-block; }
.hero-sec .right .form h3.form-title { display: none; }
.hero-sec .right .form form { background: #fff; width: 100%; display: inline-block; border-radius: 16px; padding: 30px; }
.hero-sec .right .form form * { color: #2E2828; font-family: Poppins; font-weight: 500; font-size: 14px; line-height: 130%; }
.hero-sec .form form .hs-form-field { margin: 0 0 16px 0; }
.hero-sec .form form .hs-form-field label { margin: 0 0 4px 0; width: 100%; display: inline-block; }
.hero-sec .form form .hs-form-field input, .hero-sec .form form .hs-form-field select { border: 1px solid #2E2828CC; padding: 10px; width: 100%; }
.hero-sec .form form .form-columns-2 { gap: 16px; width: 100%; display: flex; align-items: flex-start; justify-content: space-between; }
.hero-sec .form form .input { margin: 0 !important; }
.hero-sec .form form .hs_phone.hs-form-field .hs-input { width: 100%; }
.hero-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; }
.hero-sec .form form input[type=submit]:hover { color: #2E2828; border: 2px solid #FCD7C1; background:  rgb(255 252 250 / 80%); }
.hero-sec .form form .hs-form-field label.hs-error-msg{margin:0;color:#CD2C20;width:100%;display:inline-block;}
.hero-sec .right .form form ul.hs-error-msgs{width:100%;display:inline-block;}
.hero-sec .right .form form ul.hs-error-msgs li{width:100%;display:inline-block;margin:4px 0 0 0;}
.hero-sec .right .form form ul.hs-error-msgs li label { color: #CD2C20; width: 100%; display: inline-block; }
.hero-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){
  .hero-sec .left .title h1 { font-size: 40px; }
  .hero-sec .left .info ul {flex-wrap: wrap;gap: 10px 15px;}
  .hero-sec .logo-wrap { gap: 24px; }
  .hero-sec .client-logo { padding: 80px 0 0 0; }
  .hero-sec .left .info ul li { font-size: 14px; line-height: 14px; }
  .hero-sec .left .info ul li+li:after { top: 5px; left: -10px; }

}

@media(max-width:991px){
  .hero-sec .hero-inner { flex-wrap: wrap; gap: 46px; flex-direction: column-reverse; }
  .hero-sec .hero-inner .left, .hero-sec .hero-inner .right { width: 100%; }
  .hero-sec { padding: 60px 0; }
  .hero-sec .client-logo { padding: 60px 0 0 0; }
  .hero-sec .logo-wrap { gap: 16px; }
}

@media(max-width:767px){
  .hero-sec { padding: 110px 0 32px 0; }
  .hero-sec .left .info { display: none; }
  .hero-sec .left .title h1 { font-size: 36px; }
  .hero-sec .left .cta ul { flex-wrap: wrap; }
  .hero-sec .left .cta ul li { width: 100%; display: inline-block; }
  .hero-sec .left .cta ul li a { width: 100%; display: inline-block; text-align: center; }
  .hero-sec .left .commitment i { text-align: center; }
  .hero-sec .rating-wrap { margin: 60px 0 0 0; justify-content: center; }
  .hero-sec .rating-wrap .star-ratings { height: 13px; background-size: 15px; width: 74.5px; }
  .hero-sec .rating-wrap .star { height: 15px; background-size: 15px; margin-top: -2px; }
  .hero-sec .app-store { display: none; }
  .hero-sec .logo-wrap { flex-wrap: wrap; }
  .hero-sec .client-logo { padding: 16px 0 0 0; }
/*   .hero-sec .right.form {display: none !important;} */
}

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



