/* General Styles */
body {
  background: #f2f2f2;
}
h1.wp-block-heading {
  font-size: 50px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
}
.t-center,
.ta-center,
.ta-c {
  text-align: center;
}
.thankyouheader {
  color: #37c71f;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}
#thankyouname {
  color: #212121;
  text-transform: uppercase;
}
.p-text {
  max-width: 680px;
  margin: 0 auto 40px auto;
}
.d-flex {
  display: flex;
  gap: 10px;
}
.flex-row {
  flex-direction: row;
}
.lg-btn-container.d-flex {
  justify-content: center;
}
.new-play-link {
  text-decoration: none;
}
.no-thanks-link,
.back-home-link,
.back-home-input {
  font-style: italic;
  cursor: pointer;
}
.opt-out-wrapper {
  text-align: center;
  margin-top: 40px;
}
.privacy-policy,
.recaptcha-disclaimer {
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-25 {
  margin-bottom: 25px;
}
.font-weight-normal {
  font-weight: 400;
}
.italics {
  font-style: italic;
}
.disabled {
  pointer-events: none;
  opacity: 30%;
}

/* Container Styles */
.raq-container {
  border-radius: 10px;
  background: #fff;
  margin: 0 auto;
  max-width: 920px;
  min-height: 250px;
  /* height: 560px; */
  padding: 40px;
}
@media screen and (min-width: 1024px) {
  .raq-container {
    max-width: 905px;
  }
}
@media screen and (max-width: 1023px) {
  .raq-container {
    padding: 20px;
    margin: 0 30px;
  }
}

/* Button Styles */
.large-btn-container {
  padding: 25px;
  border-radius: 10px;
  background-color: #f2f2f2;
  border: 1px solid #e1e1e1;
  max-width: 265px;
  min-height: 250px;
  transition: all 0.3s ease-in-out;
}
.lg-btn-container > a:hover .large-btn-container {
  background: #e1e1e1;
  border-color: #dcdcdc;
  color: black !important;
}
.lg-btn-container > a:hover {
  color: #383838;
}
.big-btn-img {
  height: 65px;
}
.lg-btn-container > a:last-child .big-btn-img {
  padding: 5px 0;
}
.big-btn-header {
  font-size: 18px;
  font-weight: 700;
}
.big-btn-text {
  font-size: 14px;
  font-weight: 400;
}

/* Back Home Button */
.back-home-link {
  position: relative;
  display: flex;
  z-index: 1;
  text-decoration: none;
  height: 60px;
  width: 200px;
  margin-top: 20px;
  margin-right: 10px;
}
.back-home-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #212121;
  border-radius: 4px 8px;
  transform: skewX(-15deg);
  z-index: -1;
  transition:
    background 0.3s,
    border 0.3s,
    color 0.3s,
    transform 0.3s;
}
.back-home-link input,
input.back-home-input {
  display: inline-block;
  border: 0;
  font-family: var(--font-barlow);
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
  padding: 12px 38px 13px;
  min-width: 200px;
  background: transparent;
  z-index: 1;
  margin: 0;
  text-align: center;
  font-style: italic;
  color: #fff;
}

.page-id-104755 input.back-home-input,
.page-id-112146 input.back-home-input {
  color: #212529;
}

.page-id-112146 .back-home-link {
  margin: 20px auto;
}

.page-id-112146 .raq-container {
  padding: 0;
}

/* .back-home-link input.back-home-input { */
#gform_previous_button_2,
.gform_button {
  background: #212121;
  border: 2px solid #212121;
  border-radius: 7px;
  height: 60px;
  max-height: 60px;
  color: #fff;
  transform: skewX(-15deg);
  padding: 0 40px;
  transition:
    background 0.3s ease-in-out,
    border 0.3s ease-in-out,
    color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}

.gform_button:hover {
  color: #212121;
  background: #fff;
  border-color: #212121;
}

.gform-footer.top_label {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ginput_counter {
  display: none;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_required {
  font-size: 18px;
}

/* Progress Bar */
.gb-progress-wrapper,
.gb-progress-wrapper2 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-direction: column;
  text-align: center;
}
.gb-progress .gb-progress__cont {
  border-radius: 3px;
  background: #e0e0e0;
}
.gb-progress .gb-progress__inner {
  height: 6px;
  border-radius: 3px;
  width: 50%;
  background: #1ea6f3;
}
.gb-progress-wrapper .gb-progress__head {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

/* Form Styles */
input[type="checkbox"] + label {
  font-weight: 400;
  margin-left: 5px;
}

span.wpcf7-not-valid-tip {
  font-family: var(--font-barlow);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1em;
  background: transparent;
  position: relative;
  bottom: -5px;
  float: right;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.residential-wrapper {
  margin-bottom: 20px;
}
#gb-form-residential-check {
  height: 19px;
  width: 19px;
  margin-right: 5px;
  align-self: center;
  border: 1px solid #a4a4a4;
  background: #f7f7f7;
}
#gb-form-residential-check ~ label {
  font-weight: 400;
  align-self: center;
  padding: 0;
}
.gb_form_services_wrapper {
  margin-top: 30px;
}
#gb_form_services {
  display: flex;
  gap: 30px;
}
sup.required {
  font-size: 18px;
  top: 0;
  color: #ff6600;
  padding-left: 2px;
}
.form-header-wrapper {
  margin-bottom: 20px;
}
.form-header-wrapper .form-step-text,
.form-header-wrapper .form-header {
  text-align: center;
}
.form-header-wrapper .form-header {
  font-weight: 700;
  font-size: 24px;
}

/* Opt Out & BG Image Styles */
.col.bg-img {
  background-image: url("https://playworld.com/wp-content/uploads/2025/03/image-40.png");
  border-bottom-left-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.opt-out-bg-text {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.opt-out-text-wrapper {
  align-content: center;
  text-align: center;
}
.bg-img-wrapper {
  min-height: 560px;
}
.bg-img {
  max-width: 330px;
  align-content: end;
  padding-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Background Images and Bars */
#bg-img {
  background: url("https://playworld.com/wp-content/uploads/2025/04/image-2-scaled.png")
    no-repeat center center;
  background-size: cover;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: blur(5px);
}
#orange-bar-bg {
  height: 140px;
  width: 100%;
  background-color: #ff6600;
  z-index: -1;
  position: relative;
  margin-top: -40px;
}

/* Media Queries */
@media screen and (max-width: 1023px) {
  .lg-btn-container.d-flex {
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .col.bg-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .masthead {
    margin-top: 187px;
  }
  .raq-container {
    height: auto !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* #bg-img {
    top: 255px !important;
    height: 1040px;
  } */
  #orange-bar-bg {
    height: 165px;
  }
  .p-text {
    margin-bottom: 10px;
  }
  a.back-home-link,
  a.back-home-link input.back-home-input {
    width: 146px;
    min-width: 146px;
  }
}
@media screen and (max-width: 531px) {
  .masthead {
    margin-top: 218px;
  }
}
@media screen and (max-width: 466px) {
  .masthead {
    margin-top: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .gb-progress-wrapper2 > img {
    min-width: 740px;
    height: 6px;
  }
}

@media screen and (min-width: 1600px) {
  .masthead {
    margin-top: 190px;
  }
}

.quote-item__info {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.quote-item__info-img {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  padding: 10px;
  text-align: center;
}

.quote-item__info-img img {
  margin-left: auto;
  margin-right: auto;
}

.quote-item__info-inner {
  background: var(--color-light-gray);
  box-shadow: 0px 0px 15px rgba(85, 85, 85, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  padding: 15px;
}

.quote-item__info-title {
  font-size: 22px;
  font-weight: 700;
}

.quote-item__info-content {
  font-size: 17px;
  font-weight: 400;
}

/* Quote items added to cart */

.quote-item.js-gaq-product + .quote-item.js-gaq-product {
  margin-top: 25px;
}

.quote-item.js-gaq-product {
  background: var(--color-light-gray);
  padding: 15px;
}

.quote-item.js-gaq-product.is-loading {
  position: relative;
}

.quote-item.js-gaq-product.is-loading::before {
  content: "";
  /* background: rgba(255,255,255,0.50); */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(1px);
}

.quote-item.js-gaq-product.is-loading .ajax-loading {
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
}

.quote-item__details {
  color: var(--text-color);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 17px;
  font-weight: 400;
}

.quote-item__details .quote-item__remove {
  margin-top: 15px;
  text-decoration: none;
}

.quote-item__quantity.js-product-quantity {
  margin-top: 15px;
}

.quote-item__quantity .quantity .screen-reader-text {
  position: static;
  clip-path: unset;
  height: auto;
  width: auto;
  margin-right: 6px;
}

.quote-item__quantity .quantity .input-text {
  max-width: 85px;
  width: 100%;
  margin-left: auto;
}

.quote-item__quantity .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}

.quote-item__quantity .quote-item__quantity__update {
  visibility: hidden;
  height: 0;
}

.quote-item__detail-heading {
  color: var(--color-gray);
  font-size: 20px;
  font-weight: 700;
}

.quote-item__name,
.quote-item__name a {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.quote-item__price-container {
  margin-top: 10px;
}

.quote-item__price {
  color: var(--color-gray);
  font-size: 24px;
  font-weight: 700;
}

.quote-item__remove {
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 900;
}

.quote-items-content p {
  font-size: 17px;
}

.quote-item__price--none {
  font-weight: bold;
}

.plus-minus__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #f0f0f0f0;
}

.plus-minus__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #f0f0f0f0;
  min-width: 30px;
  text-align: center;
}

.fx-quantity-input__wrapper {
  position: relative;
}

.js-increment-value,
.js-decrement-value {
  font-size: 18px;
  cursor: pointer;
}

.fx-quantity-input__wrapper .qty {
  height: 56px;
}

.fx-quantity-input__wrapper input::-webkit-outer-spin-button,
.fx-quantity-input__wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fx-quantity-input__wrapper input[type="number"] {
  -moz-appearance: textfield;
}

@media (min-width: 1025px) {
  .quote-item__info {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .quote-item__info-inner:hover {
    color: var(--text-color);
  }

  .quote-item.js-gaq-product {
    padding: 25px 15px;
  }

  .page-template-page-get-a-quote #wpcf7-f6845-o1 {
    padding-right: 30px;
  }
}

@media (min-width: 1600px) {
  .page-template-page-get-a-quote #wpcf7-f6845-o1 {
    padding-right: 50px;
  }
}

.quote-items-wrap {
  position: relative;
  top: -50px;
  margin: 0 100px;
  background: white;
  border-radius: 10px;
  padding: 30px;
}

.quote-items-wrap > h2 {
  font-size: 24px;
}

.quote-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.quote-item.js-gaq-product {
  background: transparent;
  padding: 0;
}

.quote-item > .row {
  background: #f7f7f7;
  border-radius: 10px;
  margin: 0 !important;
  padding: 15px 0;
}

.quote-item.js-gaq-product + .quote-item.js-gaq-product {
  margin: 0;
}

.js-gaq-product-remove {
  position: absolute;
  top: 0;
  right: 15px;
  background: white;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 1700px) {
  .quote-items {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1200px) {
  .quote-items {
    grid-template-columns: 1fr;
  }

  .quote-items-wrap {
    margin: 0 30px;
  }
}
