.post-inner  {
  background: #f9f9f9;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.service-item {
  padding: 0px 15px;
  width: 45%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.service-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  -webkit-appearance: none;
}

.form-inner {
  display: flex;
  justify-content: space-between;
  align-items:center
}

.pricing-form .form-inner .left-col,
.pricing-form .form-inner .right-col {
  flex:1;
}

.service-item-content {
  flex-grow: 1;
  margin-left: 15px;
}

.service-item-content h3 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #000;
}

.service-item-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.service-item-content p span {
  font-size: 12px;
  color: #000;
}

#confirmation-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background: rgb(62, 62, 238);
  background: linear-gradient(151deg, rgba(62, 62, 238, 1) 0%, rgba(146, 56, 249, 1) 100%, rgba(0, 212, 255, 1) 100%);
  margin: 10% auto;
  padding: 50px 50px 50px 50px;
  border-radius: 20px;
  width: 50vw;
  text-align: center;
  max-width: 750px
}

.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content p {
  color: #fff;
}

.modal-content h3 {
  font-size: 28px;
  text-shadow: 1px 4px 6px rgb(0 0 0 / 66%);
  text-align: left;
  font-weight: 700;
}

.modal-content h3 span.estimate-value {
  color: #fff;
  font-weight: 700;
}

.modal-content p {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

.background-gradient {
  background: rgb(1, 9, 81);
  background: linear-gradient(162deg, rgba(1, 9, 81, 1) 0%, rgba(1, 9, 81, 1) 0%, rgba(59, 28, 148, 1) 100%, rgba(146, 56, 249, 1) 100%, rgba(69, 0, 107, 1) 100%);
}

.template-budget-calculator {
  padding-top: 80px;
  padding-bottom: 80px;
}

.template-budget-calculator .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pricing-form {
  max-width: 1064px!important;
  padding: 46px 91px 54px 91px;
  margin: auto;
  background-color:#000;
}

.pricing-form p,
.pricing-form h1,
.pricing-form h2,
.pricing-form h3 {
  color: #fff;
}

.pricing-form h1 {
  text-align: left;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  padding-bottom: 0;
}

.pricing-form h2 {
  text-align: left;
  font-size: 28px;
}

.pricing-form h3 {
  font-size: 32px;
}

.pricing-form label h3 {
  font-size: 22px;
}

.pricing-form p {
  font-size: 15px;
  margin-bottom: 10px;
}

.pricing-form p.intro-text {
  font-size: 16px;
}

.pricing-form p.step-text {
  color: #DBDBDB;
  font-family: "Neulis Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.28px;
}

.pricing-form p.step-text.step-text-1 {
  margin-bottom: 0;
}

.pricing-form input.textbox-field, .pricing-form select {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 50px;
  color: #000;
  width: 100%;
  font-size:16px;
  padding-left: 15px;
  border-radius: 4px;
  font-family: "Neulis Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.32px;
}

.pricing-form select {
  padding-left: 10px;
}

.pricing-form input.textbox-field:focus {
  color: #000;
}

.pricing-form input.no-of-user {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000;
  width: 100px;
  color: #fff;
  font-size: 22px;
  padding: 0;
  text-align: center;
}

.pricing-form input.no-of-user:focus {
  color: #000;
}

.pricing-form input.no-of-user::placeholder {
  color: #d1d1d1;
  opacity: 1; /* Firefox */
}

.pricing-form input.no-of-user::-ms-input-placeholder { /* Edge 12 -18 */
  color: #d1d1d1;
}

.pricing-form .budget-submit-button {
  margin: 0 auto;
  background: #6529A1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  color: #FFF;
  font-family: "Neulis Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 80% */
  margin: 0;
  opacity: 1;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.15s linear;
  box-shadow: 4px 4px 5px rgb(0 0 0 / 66%);
  position: relative;
}

.pricing-form .budget-submit-button:after {
  content: "";
  width: 72px;
  height:100%;
  right:-72px;
  top:0;
  position: absolute;
  background:#3C0078 url('images/button-graphic.svg') no-repeat center center;
}

.text-center {
  text-align: center;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid white;
}

.custom-checkbox input:checked~.checkmark {
  background-color: white;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-button {
  margin-top: 40px
}

.form-submit {
  margin-top: 80px
}

.form-submit {
  text-align: center!important;
}

.intro-container {
  margin-bottom: 50px
}

.form-block {
  max-width: 650px;
}

.form-row {
  margin-bottom: 30px;
}

.display-flex {
  display: flex;
  justify-content: space-between;
  gap:20px
}

.display-flex .form-row {
  width: 50%;
}

.text-container {
  margin: 20px 0px 60px 0;
}

.pricing-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 20px;
  grid-auto-rows: 1fr;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  background: rgba(37, 29, 45, 0.60);
  border: 1px solid transparent;
  min-height:179px
}

/* .pricing-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.pricing-card {
  width: calc(50% - 20px);
  position: relative;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
} */

.pricing-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.pricing-card input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.pricing-checkmark {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 25px;
  width: 25px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.pricing-card:has(input[type="checkbox"]:checked) {
  border-radius: 4px;
  border: 1px solid #745F88;
  background: #251D2D;
}

.pricing-card input[type="checkbox"]:checked ~ .pricing-checkmark {
  background-color: #0073e6;
  border-color: #0073e6;
}

.pricing-card input[type="checkbox"]:checked ~ .pricing-checkmark::after {
  /* content: "✔"; */
  content:"";
  color: #000;
  font-size: 14px;
  width: 20px;
  height: 20px;
  background:url('images/tick.svg') no-repeat center center;
}

.pricing-card h3 {
  color: #FFF;
  font-family: "Neulis Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.36px;
}

.pricing-card p {
  color: #DEC5F6;
  font-family: "Neulis Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.pricing-card h4 {
  margin: 12px 0 4px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.pricing-card blockquote {
  margin: 12px 0 0;
  padding-left: 10px;
  border-left: 4px solid #0073e6;
  font-style: italic;
  font-size: 13px;
  color: #fff;
  background: #efefef;
  border-radius: 4px;
}

.text-blue {
  color:#1d4ed8!important;
}

.text-green {
  color:#059669!important;
}

.text-purple {
  color:#7c3aed!important;
}

.text-orange {
  color:#ed4c4c!important;
}
.get-a-quote {
  color: #DBDBDB;
  font-family: "Neulis Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 193.75% */
  letter-spacing: 0.32px;
}

.get-a-quote svg {
  margin-right:10px
}

.pricing-form p.lead-text {
  color: #FFF;
  font-family: "Neulis Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

:root{
  --tv-bg: rgba(2,2,2,.84);
  --tv-teal: rgba(55,220,210,.26);
  --tv-pink: rgba(255,110,170,.34);
  --tv-purple: rgba(140,70,255,.30);
  --tv-amber: rgba(255,190,120,.30);
}

.pricing-modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;

  /* BRIGHTER, LARGER BLOOMS + slight offset to mimic screenshot */
  background-image:
    radial-gradient(65vmax 50vmax at 32% 62%, var(--tv-pink) 0%, rgba(255,110,170,.18) 35%, transparent 62%),
    radial-gradient(70vmax 55vmax at 68% 64%, var(--tv-amber) 0%, rgba(255,190,120,.18) 38%, transparent 64%),
    radial-gradient(58vmax 48vmax at 56% 38%, var(--tv-purple) 0%, rgba(140,70,255,.16) 34%, transparent 58%),
    radial-gradient(90vmax 80vmax at 50% 56%, var(--tv-teal) 0%, rgba(55,220,210,.14) 45%, transparent 72%),
    linear-gradient(var(--tv-bg), var(--tv-bg));

  /* Gentle vignette (lighter center, don’t over-hide the glow) */
  -webkit-mask-image: radial-gradient(120vmax 95vmax at 50% 55%, #000 63%, transparent 100%);
  mask-image: radial-gradient(120vmax 95vmax at 50% 55%, #000 63%, transparent 100%);

  /* Blur the page behind */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.pricing-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0C0C0C;
  color: #fff;
  padding: 20px;
  max-width: 609px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  z-index: 1001;
  padding: 50px;
}

.pricing-modal.active {
  display: block;
}

.pricing-modal-wrapper.active {
  display: block;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 99999;
}

.modal-overlay.active {
  display: block;
}

.close-modal {
  position: absolute;
  top: -34px;
  right: 0px;
  font-size: 18px;
  cursor: pointer;
  color: #FFF;
  font-family: "Neulis Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.32px;
}

.close-modal svg {
  margin-right: 5px;
  position: relative;
  top:3px
}

.pricing-modal h2 {
  color: #FFF;
  font-family: "Neulis Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.52px;
  margin-bottom: 10px;
}

.pricing-modal p {
  color: #DBDBDB;
  font-family: "Neulis Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.pricing-modal p.highlight-text {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 34px;
  margin-bottom: 40px;
}

.pricing-modal .columns {
  display: flex;
  gap: 60px;
}

.pricing-modal .column {
  flex: 1;
}

.pricing-modal .column h3 {
  color: #4EC4DF;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  border-top: 1px solid #4EC4DF;
  padding-top: 15px;
}

.pricing-modal .column p {
  color: #FFF;
  font-family: "Neulis Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.pricing-learn-more {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

.pricing-learn-more svg {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.pricing-block {
  display:flex;
  flex-direction: column;
  gap: 20px;
}

.pricing-card-row {
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}

.top-row {
  max-width: 90%;
}

.pricing-form .services-wrapper {
  margin-bottom: 13px;
  border-top: 1px solid #5A5A5A;
  padding-top: 20px;
}

.pricing-form .services-wrapper h2 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  text-align: left!important;
}

select.estimate-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  color: #000000;
  padding: 12px 40px 12px 16px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
  background-image: url("images/dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 16px;

  cursor: pointer;
}

select.estimate-field:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(162, 89, 255, 0.4);
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden !important;
  height: 100%;
}

@media (max-width: 1200px) {
  .budget-submit-button {
    padding: 16px 15px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .service-item {
    width: 100%;
  }

  .modal-content {
    width: 100%;
    max-width: 85%;
    padding: 40px 20px 60px 20px;
  }

  .modal-content h3 {
    font-size: 26px;
    text-align: left;
  }

  .budget-submit-button {
    padding: 16px 15px;
    font-size: 13px;
  }

  .pricing-card-grid {
    grid-template-columns: 1fr;
  }

  .display-flex, .form-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .display-flex .form-row {
    width: 100%;
  }

  .left-col {
    margin-bottom: 20px;
  }

  .right-col {
    width: 100%;
  }

  .form-block {
    max-width: 100%;
  }

  .pricing-form .budget-submit-button {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 20px;
  }

  .pricing-form {
    padding: 20px;
  }

  .budget-submit-button::after {
    display: none;
  }

  .pricing-modal .columns {
    gap:20px
  }

  .pricing-modal .column h3 {
    line-height: 20px;
  }
}