/* 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: 1200px;
  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: 900;
  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;
  background: white;
  padding-left: 30px;
}

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

.quote-items {
  display: grid;
  grid-template-columns: 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: 1200px) {
  .quote-items {
    grid-template-columns: 1fr;
  }
}

.raq-container {
  overflow: hidden;
  transition: all .2s ease;
}

.sidebar-open .js-gaq-cart.has-items .raq-container {
  padding-right: 40px;
}

.raq-container--form {
  width: 100%;
}

.quote-items-wrap {
  width: 380px;
  position: absolute;
  right: 15px;
  top: 30px;
  bottom: 30px;
  overflow-y: auto;
  transition: all .2s ease;
  overflow-x: hidden;
  padding: 0;
}

.quote-items-inner {
  width: 380px;
  padding-right: 30px;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
}

.quote-items-closed .quote-items-wrap {
  width: 0;
}

.js-gaq-cart.has-items .raq-container {
  display: flex;
  position: relative;
  padding-right: 450px;
}

.quote-items-button,
.quote-items-button-close {
  position: absolute;
  right: 380px;
  top: 0;
  bottom: 0;
  border-left: 2px solid #DDDDDD;
  z-index: 1;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  transition: all .2s ease;
  opacity: 1;
}

.quote-items-button .quote-items-button-icon,
.quote-items-button-close .quote-items-button-icon {
  background: #DDDDDD;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.quote-items-button-close {
  transform: scaleX(-1);
  right: 410px;
  opacity: 0;
  pointer-events: none;
}

.quote-items-closed .quote-items-button-close {
  opacity: 1;
  right: -2px;
  pointer-events: all;
}

.quote-items-closed .quote-items-button {
  opacity: 0;
  right: -2px;
  pointer-events: none;
}

.quote-items-wrap .quote-items {
  gap: 15px;
}

.quote-items-wrap .quote-item .row > .col-lg-5 {
  padding-right: 0;
}

.quote-items-wrap .quote-item .quote-item__detail-heading {
  font-size: 14px;
}

.quote-items-wrap .quote-item .quote-item__name {
  padding-bottom: 6px;
}

.quote-items-wrap .quote-item .quote-item__name a {
  font-size: 18px;
}

.quote-items-wrap .quote-item .quote-item__product-no {
  font-size: 14px;
}

.quote-items-wrap .quote-item .quote-item__price-container {
  margin-top: 6px;
}

.quote-items-wrap .quote-item .quote-item__price {
  font-size: 18px;
}

.quote-items-wrap .quote-item .quote-item__quantity .quantity .input-text {
  height: 30px;
  padding: 3px 7px;
}

.quote-items-wrap .quote-item .quote-item__quantity .plus-minus__wrapper {
  display: flex;
  flex-direction: row-reverse;
  width: 50px;
  border-bottom: 0;
}

.quote-items-wrap .quote-item .quote-item__quantity .plus-minus__wrapper > div {
  width: 25px;
}

.quote-items-wrap .quote-item .quote-item__quantity .plus-minus__wrapper > div:first-child {
  border-left: 1px solid rgba(0, 0, 0, .1);
}

.quote-items-label {
  display: none;
}

.quote-items-button .arrow-left {
  display: none;
}

.quote-items-button-close .arrow-right {
  display: none;
}

.mobile-cart-sidebar {
  display: none;
}

/* Outer dropdown should NOT scroll */
.choices__list--dropdown {
  overflow: hidden !important;
}

/* Inner list is the only scroller */
.choices__list--dropdown .choices__list {
  overflow-y: auto !important;
}

.raq-container .gform_button a {
  color: white;
  text-decoration: none;
}

.raq-container .gform_button:hover a {
  color: black;
}

.raq-container .js-gaq-product-remove {
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: 0px;
  top: -15px;
  right: auto;
  border-radius: 0;
  border-bottom-right-radius: 10px;
}

#gform_submit_button_2, #gform_previous_button_2 {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
}

.raq-container--form > .container.step-one {
  padding-left: 0;
}

.raq-container--form > .container.step-one > .row {
  margin-left: 0;
}

.page-id-106928 .raq-container {
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}

@media screen and (max-width: 1023px) {
    .page-id-106928 .raq-container {
      padding: 0;
    }
    
    .page-id-106928 .raq-container--form > .container.step-one {
      padding: 30px;
    }
}

@media screen and (max-width: 890px) {
  .quote-items-wrap,
  .quote-items-inner {
    width: 300px;
  }
  
  .js-gaq-cart.has-items .raq-container {
    padding-right: 350px;
  }
  
  .quote-items-button, .quote-items-button-close {
    right: 300px;
  }
}

@media screen and (max-width: 830px) {
  html {
    scrollbar-gutter: stable;
  }
  
  .mobile-cart-sidebar {
    display: block;
  }
  
  .sidebar-wrapper {
    display: flex;
  }
  
  .desktop-cart-sidebar {
    display: none;
  }
  
  .js-gaq-cart.has-items .raq-container {
    position: static;
    padding-right: 20px;
  }
  
  .js-gaq-cart.has-items {
    position: relative;
  }
  
  .quote-items-wrap {
    right: 0;
    top: 40px;
    bottom: 90px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: -300px;
    position: fixed;
    z-index: 9999999;
  }
  
  .modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }
  
  body.sidebar-open .modal-overlay {
    opacity: 1;
    pointer-events: all;
  }
  
  .mobile-cart-sidebar .quote-items-button-close {
    position: fixed;
    z-index: 9999999;
  }
  
  .quote-items-button, .quote-items-button-close {
    top: 150px;
    bottom: 80px;
    right: 270px;
    width: 30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    align-items: flex-end;
    right: 0;
    border: 0;
    position: sticky;
    z-index: 3;
  }
  
  .quote-items-button > svg, .quote-items-button-close > svg {
    transform-origin: center;
  }
  
  .quote-items-button .top-curve, .quote-items-button-close .top-curve {
    transform: rotate(-90deg);
  }
  
  .quote-items-button .bottom-curve, .quote-items-button-close .bottom-curve {
    transform: rotate(90deg);
  }
  
  .quote-items-button, .quote-items-button-close {
    padding-top: 15px;
  }
  
  .quote-items-button .quote-items-button-icon, .quote-items-button-close .quote-items-button-icon {
    width: 25px;
    height: 100px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: rgba(0, 0, 0, .8);
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  .quote-items-inner {
    padding-top: 25px;
  }
  
  .quote-items-wrap .quote-items-inner > h2 {
    padding-bottom: 15px;
  }
  
  .quote-items-closed .quote-items-button-close {
    border-radius: 0;
  }
  
  .sidebar-open .js-gaq-cart.has-items .raq-container {
    padding-right: 20px;
  }
  
  .quote-items-label {
    display: block;
    transform: rotate(-90deg) scale(-1);
    transform-origin: center;
    white-space: nowrap;
    width: 60px;
    text-align: center;
    width: 100px;
    position: relative;
    top: -30px;
  }
  
  .quote-items-button .arrow-left {
    display: block;
  }
  
  .quote-items-button .arrow-right {
    display: none;
  }
  
  .quote-items-button-close .arrow-right {
    display: block;
  }
  
  .quote-items-button-close .arrow-left {
    display: none;
  }
  
  // We have to use opposite classes for mobile since the functionality is the opposite to desktop
  .quote-items-closed .quote-items-button-close {
    
  }
  
  .quote-items-closed .quote-items-wrap {
    right: 0;
    width: 300px;
  }
  
  .quote-items-closed .quote-items-button,
  .quote-items-closed .quote-items-button-close {
    right: 300px;
  }
  
  .quote-items-button-close {
    transform: scaleX(1);
  }
  
  .js-gaq-cart.has-items .raq-container {
    margin-right: 0;
  }
  
  .quote-items-closed .js-gaq-cart.has-items .raq-container {
    padding-right: 20px;
  }

  body.sidebar-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  
  body.sidebar-open .page-header {
    position: fixed !important;
  }
}

.masthead {
  margin-top: 215px;
}

.admin-bar .masthead {
  margin-top: 260px;
}

@media (min-width: 467px) {
  .masthead {
    margin-top: 172px;
  }
  
  .admin-bar .masthead {
    margin-top: 218px;
  }
}

@media (min-width: 532px) {
  .masthead {
    margin-top: 146px;
  }
  
  .admin-bar .masthead {
    margin-top: 180px;
  }
}

@media (min-width: 1200px) {
  .masthead {
    margin-top: 150px;
  }
  
  .admin-bar .masthead {
    margin-top: 180px;
  }
}

@media (min-width: 1600px) {
  .masthead {
    margin-top: 160px;
  }
  
  .admin-bar .masthead {
    margin-top: 190px;
  }
  
  .raq-container {
    padding: 40px;
  }
}

