:root {
  --primary-color: #10568a;
  --secondry-color: #0a325a;
  --black-color: #000;
  --white-color: #ffffff;
}

.letter-spacing {
  letter-spacing: 4px;
}

.text-yellow {
  color: #ffffff;
}

.bg-cus-primary {
  background-color: var(--primary-color);
}

.lp-banner {
  padding-top: clamp(10rem, 10vw, 16rem);
  padding-bottom: 5rem;
  min-height: 100dvh;
  position: relative;
}
.lp-banner h1 .span1 {
  color: var(--primary-color);
  font-weight: 800;
  letter-spacing: 1px;
  font-size: clamp(2rem, 4vw, 4rem);
}
.lp-banner h1 .span2 {
  color: var(--white-color);
  font-weight: 300;
}
.lp-banner h4 {
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.lp-banner .btn-lp {
  background-color: transparent;
  border: 2px solid var(--white-color);
  padding: 10px 20px !important;
  border-radius: 10px;
  color: var(--white-color);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.lp-banner .btn-lp:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.form-error {
  border-color: red !important;
}

.lp_form_sec_span {
  color: var(--black-color);
  font-weight: 600;
  margin-inline: -16px;
  background-color: var(--primary-color);
  font-size: clamp(1.5rem, 4vw, 2.7rem);
}

.bg-cus-trans {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.73);
}

.leadform-container {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .leadform-container {
    justify-content: left;
  }
}
@media only screen and (max-width: 1024px) {
  .leadform-container {
    justify-content: center;
  }
}

.leadForm {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
}
.leadForm p {
  color: #bfb9aa;
  font-size: 14px;
}

.leadForm input:not(.vscomp-search-input):not(.iti__search-input):not([type="checkbox"]):not([type="radio"]),
.vs-style-1 .vscomp-toggle-button {
  min-height: 50px;
  background: rgba(255, 255, 255, 0.1019607843) !important;
  padding-inline: 1.5rem;
  color: var(--primary-color);
  border-color: #7e7765;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none !important;
}

.leadForm input::-moz-placeholder {
  color: #eee7e7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.leadForm input::placeholder {
  color: #eee7e7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.vscomp-toggle-button .vscomp-value {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.vscomp-wrapper:not(.has-value) .vscomp-value {
  color: #eee7e7;
}

.iti {
  width: 100%;
}

.vscomp-toggle-button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 7px 30px 7px 10px;
  position: relative;
  width: 100%;
}

.vscomp-ele {
  max-width: 100% !important;
}

.vscomp-arrow::after {
  transform: rotate(45deg);
  border: 4px solid rgba(0, 0, 0, 0) !important;
  border-bottom-color: var(--primary-color) !important;
  border-right-color: var(--primary-color) !important;
  content: "";
  height: 8px;
  margin-top: -6px;
  width: 8px;
}

.lp-form_btn {
  background-color: var(--primary-color);
  color: var(--black-color);
  font-weight: 600;
  padding: 10px 20px !important;
  border-radius: 8px;
  border: 1px solid var(--black-color);
  transition: all 0.3s ease-in-out;
  width: 100%;
  box-shadow: 0px 0px 28px -7px #10568a;
}
.lp-form_btn:hover {
  background-color: var(--white-color);
  color: var(--black-color);
  box-shadow: 0px 0px 28px -7px #ffffff;
  border: 1px solid var(--primary-color);
}

.lp-publishing-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  /* width: clamp(245px, 18vw, 471px); */
  width: 23%;
  z-index: 1;
}

.lp-publishing-girl-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(245px, 25vw, 471px);
}

.lp-header header {
  position: static;
}

.header-lp .navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.header-lp ul li a.lst-cnt {
  color: rgb(255, 255, 255);
  font-family: Poppins;
  font-size: 15.915px;
  font-style: normal;
  font-weight: 500;
  line-height: 80.4%;
  letter-spacing: -0.318px;
  border-radius: 8.841px;
  border-width: 0.884px;
  border-style: solid;
  border-color: var(--primary-color);
  -o-border-image: initial;
     border-image: initial;
  padding: 12px 20px;
}

.banner-girl {
  position: absolute;
  right: 6%;
  bottom: 0;
}
.banner-girl img {
  width: 409px;
  height: auto;
}
@media screen and (min-width: 1600px) {
  .banner-girl img {
    width: 57vh;
  }
}

.banner-laptop img {
  position: relative;
  top: -78px;
  left: -62px;
  width: 80%;
}
@media only screen and (max-width: 1440px) {
  .banner-laptop img {
    width: 70%;
    left: -119px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner-laptop img {
    left: -105px;
  }
}

.editing-lst-nn {
  padding: 60px 0 100px;
}

.logo_sec-img:before {
  content: "";
  content: "";
  background: url(../images/2.png) no-repeat;
  background-size: contain;
  width: 465px;
  height: 584px;
  position: absolute;
  left: 552px;
  top: 33px;
  z-index: 0;
}
@media only screen and (max-width: 1920px) {
  .logo_sec-img:before {
    left: 236px;
  }
}
@media only screen and (max-width: 1440px) {
  .logo_sec-img:before {
    left: 59px;
    width: 368px;
  }
}

.home_sec_img {
  position: absolute;
  bottom: 0px;
  width: 500px;
  left: 28%;
}
@media only screen and (max-width: 1920px) {
  .home_sec_img {
    bottom: 0px;
    width: 400px;
    left: 21%;
  }
}
@media only screen and (max-width: 1440px) {
  .home_sec_img {
    left: 135px;
  }
}
@media only screen and (max-width: 1230px) {
  .home_sec_img {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .responsive_editing {
    background-color: #000 !important;
  }
}

.form-error {
  border-color: red !important;
  border-width: 2px !important;
}
.form-error .vscomp-toggle-button {
  border-width: 2px !important;
  border-color: red !important;
}
.form-error .vscomp-toggle-button .vscomp-wrapper:not(.has-value) .vscomp-value {
  opacity: 1 !important;
}

.form-error-label {
  color: red !important;
  font-weight: bold;
}

.form-error .vscomp-value {
  color: red !important;
}

.form-error::-moz-placeholder {
  color: red !important;
}

.form-error::placeholder {
  color: red !important;
}

.lpService {
  width: 100%;
  max-height: 50px;
}

/*
 * Home hero "Get a Free Quote" — overrides global .leadForm (transparent inputs + black CTA text).
 * Matches reference: one glass card, all-white fields, white copy, pill CTA with white label, brand blues.
 */
.home-banner .leadForm.hero-quote-form {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(147, 200, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(16, 86, 138, 0.35), 0 16px 48px rgba(0, 0, 0, 0.35);
  background: linear-gradient(
    155deg,
    rgba(16, 86, 138, 0.55) 0%,
    rgba(10, 50, 90, 0.62) 45%,
    rgba(8, 40, 72, 0.68) 100%
  );
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.home-banner .leadForm.hero-quote-form .hero-quote-form__title {
  margin: 0 0 1.2rem;
  padding: 0;
  border: 0;
  background: none !important;
  text-align: center;
  font-family: Poppins, sans-serif !important;
  font-size: clamp(1.35rem, 3.2vw, 1.7rem) !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.25;
}

.home-banner .leadForm.hero-quote-form .hero-quote-form__field {
  margin-bottom: 0.7rem;
}

.home-banner .leadForm.hero-quote-form input.form-control:not(.vscomp-search-input):not(.iti__search-input),
.home-banner .leadForm.hero-quote-form textarea.form-control {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 0.65rem 1rem !important;
  font-size: 15px !important;
  font-family: Poppins, sans-serif !important;
  color: #1a1a1a !important;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

.home-banner .leadForm.hero-quote-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
  line-height: 1.45;
}

.home-banner .leadForm.hero-quote-form input.form-control::placeholder,
.home-banner .leadForm.hero-quote-form textarea.form-control::placeholder {
  color: #868e96 !important;
  opacity: 1 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-size: 15px !important;
  font-family: Poppins, sans-serif !important;
}

.home-banner .leadForm.hero-quote-form input.form-control::-moz-placeholder,
.home-banner .leadForm.hero-quote-form textarea.form-control::-moz-placeholder {
  color: #868e96 !important;
  opacity: 1 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.home-banner .leadForm.hero-quote-form .hero-quote-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0.4rem 0 1.15rem;
  position: relative;
  z-index: 2;
}

.home-banner .leadForm.hero-quote-form .hero-quote-form__checkbox {
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  min-height: 1.125rem;
  max-width: none;
  max-height: none;
  margin: 0.2rem 0 0;
  padding: 0;
  float: none;
  vertical-align: top;
  cursor: pointer;
  pointer-events: auto;
  -webkit-appearance: checkbox;
  appearance: auto;
  accent-color: var(--primary-color);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  box-shadow: none !important;
}

.home-banner .leadForm.hero-quote-form .hero-quote-form__consent-label {
  font-family: Poppins, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.98) !important;
  margin: 0 !important;
  cursor: pointer;
}

.home-banner .leadForm.hero-quote-form .hero-quote-form__consent-label a {
  color: #fff !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.home-banner .leadForm.hero-quote-form .hero-quote-form__consent-label a:hover {
  color: #c5e4ff !important;
}

.home-banner .leadForm.hero-quote-form .hero-quote-form__submit.lp-form_btn,
.home-banner .leadForm.hero-quote-form button.hero-quote-form__submit {
  margin-top: 0;
  width: 100%;
  padding: 0.9rem 1.25rem !important;
  border-radius: 999px !important;
  border: none !important;
  font-family: Poppins, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  box-shadow: 0 6px 28px rgba(16, 86, 138, 0.5) !important;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.home-banner .leadForm.hero-quote-form .hero-quote-form__submit.lp-form_btn:hover,
.home-banner .leadForm.hero-quote-form button.hero-quote-form__submit:hover {
  color: #fff !important;
  background: var(--secondry-color) !important;
  background-color: var(--secondry-color) !important;
  border: none !important;
  box-shadow: 0 8px 32px rgba(10, 50, 90, 0.55) !important;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .home-banner .leadForm.hero-quote-form {
    max-width: 100%;
    margin-top: 2rem;
  }
}/*# sourceMappingURL=custom-min.css.map */