/* Stone Care of Arizona. Homepage section styles and BeerSlider styles, moved out of the homepage head code on 2026-09-13 so they no longer ship inline. */
.section-home_hero:before {
  content: "";
background:
  linear-gradient(357deg, #000, #0003 85%),
  linear-gradient(104.68deg,
    rgba(0, 0, 0, 0) 71.42%,
    rgba(0, 0, 0, 0.0764792) 86.91%,
    rgba(0, 0, 0, 0.3) 95.29%
  ),
  linear-gradient(0deg,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1)
  ),
  linear-gradient(207.62deg,
    rgba(0, 0, 0, 0) 25.12%,
    rgba(0, 0, 0, 0.0634615) 53.88%,
    rgba(0, 0, 0, 0.308084) 66.18%,
    rgba(0, 0, 0, 0.4) 88.63%
  ),
  linear-gradient(360deg,
    rgba(0, 0, 0, 0) 84.42%,
    rgba(69, 58, 45, 0.2) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.75;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.section-home_hero:after {
  content: "";
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 12.03%, rgba(75, 75, 75, 0.01) 110.16%);
  backdrop-filter: blur(3px);
  filter: blur(3px);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 22%;
  width: 100%;
  z-index: -1;
}
.section-home_hero .hero_col2:before {
  content: "";
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 12.03%, rgba(75, 75, 75, 0.01) 110.16%);
  backdrop-filter: blur(3px);
  filter: blur(3px);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 80%;
  z-index: -1;
}
.section-home_hero .hero_col2:before {
  content: "";
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 12.03%, rgba(75, 75, 75, 0.01) 110.16%);
  backdrop-filter: blur(3px);
  filter: blur(3px);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 80%;
  z-index: -1;
}
.section-form:before {
	content: "";
}

/*** Form ***/
.checkbox_item.checkbox-invert {
  position: relative;
}
.checkbox_item.checkbox-invert.w--redirected-checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: -2px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0px 4px 4px 0;
  transform: rotate(45deg);
}
.form_field.light::placeholder {
	color: rgba(24, 24, 21, 0.5);
}
select.light option[disabled] {
  color: rgba(24, 24, 21, 0.5);
}
select.light option {
  color: #181818;
}

/*** Popup Section ***/
.section-popup {
	position: fixed;
  background: rgba(0, 0, 0, 0.7);
	-webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: -999;
  top: 0;
  left: 0;
	padding: 40px 0;
  opacity: 0;
	height: 100%;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
}
.section-popup.active {
	opacity: 1;
	z-index: 99999;
}
.section-popup .popup.container {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-popup .popup-block:not(.active) {
	display: none;
}

/*** Service Slider ***/
.section-services:before {
  content: "";
  background: url('https://cdn.prod.website-files.com/6903ee7b78a54bf451028d40/694aabc2b313b30a1e855346_68cbadf9e161a277e2275c4d_service_bg_converted.avif') no-repeat;
  background-size: contain !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1154px;
  width: 531px;
  z-index: -1;
}
.section-services .container-large {
  max-width: 70% !important;
}
.container-slider_wrap .slick-list {
  overflow: visible;
}
.container-slider_wrap .slick-track {
  display: flex;
}
.service_item {
  position: relative;
  top: 13vw;
  opacity: 0.4;
  transition: opacity 1s ease-in-out;
}
.service_item.slick-current {
  top: 0;
  opacity: 1;
}
.service_item .image_wrap {
  aspect-ratio: 5/6;
}
.service_item.slick-current .image_wrap {
  aspect-ratio: 1/1;
}
.service_item .service_info {
  display: none;
}
.service_item.slick-current .service_info {
  display: block;
}
.container-slider_wrap .slick-arrow {
  left: unset !important;
  top: unset !important;
  bottom: 0 !important;
  right: 0 !important;
}
.container-slider_wrap .slick-prev.slick-arrow {
  margin-right: 80px;
}

/*** Credibility ***/
.section-credibility:before {
  content: "";
  background: url('https://cdn.prod.website-files.com/6903ee7b78a54bf451028d40/694aabd68ab94d4ca3005b05_68cbbc06159215aeda940f4b_credibility_bg_converted.avif') no-repeat;
  background-size: contain !important;
  position: absolute;
  left: 50%;
  top: -270px;
  transform: translateX(-50%);
  height: 1190px;
  width: 75%;
  z-index: -1;
}

/*** Who We Are ***/
.hover-accordion3_img-parent:before,
.before-after-slider:before {
  content: "";
  position: absolute;
  background: #C5A159;
  opacity: 0.1;
  filter: blur(132.45px);
  transform: rotate(150deg);
  left: 0;
  top: 88px;
  height: 65%;
  width: 65%;
}

/*** CTA ***/
.section-cta:before {
  content: "";
  background: url('https://cdn.prod.website-files.com/6903ee7b78a54bf451028d40/694aabe9ccf968d4648de411_68cc248c562a8bdf5c5520f8_oval_bg_converted.avif') no-repeat;
  background-size: contain !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 800px;
  width: 100%;
  z-index: -1;
}

/*** Responsive ***/
@media (min-width: 768px) {
  .service_item.slick-current {
    width: 40vw !important;
  }
}

@media (min-width: 992px) {
  .container-slider_wrap .slick-arrow {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1335px) {
  .toggle_text {
		font-size: 3vw !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1240px) {
  .service_item h3 {
    font-size: 2.8vw !important;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1135px) {
  .heading1 {
    font-size: 6.1vw !important;
  }
}

@media (max-width: 991px) {
  .section-home_hero:before {
    background: linear-gradient(104.68deg, rgba(0, 0, 0, 0) 71.42%, rgba(0, 0, 0, 0.5) 86.91%, rgba(0, 0, 0, 0.5) 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), linear-gradient(207.62deg, rgba(0, 0, 0, 0) 25.12%, rgba(0, 0, 0, 0.4) 53.88%, rgba(0, 0, 0, 0.308084) 66.18%, rgba(0, 0, 0, 0.4) 88.63%), linear-gradient(360deg, rgba(0, 0, 0, 0) 84.42%, rgba(69, 58, 45, 0.4) 100%);
    opacity: 1;
  }
  .section-services .container-large {
    max-width: 90% !important;
  }
}

@media (max-width: 767px) {
  .container-slider_wrap .slick-list {
    overflow: hidden;
  }
  .section-services .container-large {
    max-width: 100% !important;
  }
  .service_item .image_wrap {
    aspect-ratio: 1/1;
  }
  .service_item {
    top: 0;
  }
  .container-slider_wrap .slick-arrow {
    left: 50% !important;
    bottom: -100px !important;
    right: unset !important;
    transform: translatex(-50%);
  }
  .container-slider_wrap .slick-prev.slick-arrow {
    margin-left: -40px;
  }
  .container-slider_wrap .slick-next.slick-arrow {
    margin-left: 40px;
  }
  .section-credibility::before {
    top: -20px;
    width: 100%;
  }
}
/** Beer Slider **/
.beer-slider {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.beer-slider *,
.beer-slider:after,
.beer-slider :after,
.beer-slider:before,
.beer-slider :before {
  box-sizing: border-box;
}
.beer-slider img,.beer-slider svg {
  vertical-align: bottom;
}
.beer-slider>* {
  height: 100%;
}
.beer-slider>img {
  height: auto;
  max-width: 100%;
}
.beer-reveal {
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 0;
  transition: opacity .35s;
  z-index: 1;
}
.beer-reveal img {
  width: 100%; /* Ensure the image takes up the entire container */
  height: auto; /* Maintain aspect ratio */
}
.beer-reveal>:first-child {
  height: 100%;
  max-width: none;
  width: 100%;
}
.beer-reveal>img:first-child {
  height: 100%;
}
.beer-range {
  -moz-appearance: none;
  -ms-touch-action: auto;
  -webkit-appearance: slider-horizontal !important;
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: -1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  touch-action: auto;
  width: calc(100% + 2px);
  z-index: 2;
}
.beer-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
}
.beer-range::-moz-range-thumb {
  width: 50px;
  height: 50px;
}
.beer-range::-ms-tooltip {
  display: none;
}
.beer-handle {
  background: #fff;
  color: #fff;
  height: 100% !important;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: background .3s, box-shadow .3s, opacity .5s .25s;
  width: 4px !important;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beer-handle:before,
.beer-handle:after {
    content: '';
    position: absolute;
    width: 69px;
    height: 71.88px;
    background: rgba(255, 255, 255, 0.1) url('https://cdn.prod.website-files.com/6903ee7b78a54bf451028d40/694aabf38992da92bf2a8a81_68cce6930987b1d31b17ecc2_slider_nav_converted.avif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    backdrop-filter: blur(40px);
    border-radius: 118px;
    opacity: ;
    left: 50%; 
    transform: translateX(-50%);  
    pointer-events: none;
}
.beer-range:focus~.beer-handle {
  background: hsla(0, 0%, 100%, .85);
  box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}
.beer-reveal[data-beer-label]:after,
.beer-slider[data-beer-label]:after {
  background: #F3F3F3;
  border-radius: 50px;
  content: attr(data-beer-label);
  line-height: 1;
  color: #181818;
  font-size: 0.875rem;
  font-weight: 500;
  padding: .5rem;
  position: absolute;
  top: 1.5rem;
  width: 70px !important;
  text-align: center !important;
}
.beer-ready .beer-handle,
.beer-ready .beer-reveal {
  opacity: 1;
}
.beer-slider[data-beer-label]:after {
  right: 1.5rem;
}
.beer-reveal[data-beer-label]:after {
  left: 1.5rem;
}
.beer-reveal[data-beer-label=""]:after,
.beer-slider[data-beer-label=""]:after {
  content: none;
}
/* Mobile-specific adjustments */
@media (min-width: 768px) {
	.beer-handle:before,
  .beer-handle:after { 
      height: 118px;
			width: 118px;
  }
}

@media (max-width: 480px) {
  .beer-range {
    width: calc(100% + 10px);
    left: -5px;
  }
  
  .beer-range::-webkit-slider-thumb,
  .beer-range::-moz-range-thumb {
    width: 80px;
    height: 80px;
  }
  .beer-handle {
    width: 80px;
    height: 80px;
  }
}
.beer-slider {
    height: 100% !important;
  }
  .beer-slider,
  .beer-slider>img {
    width: 100% !important;
  }
  
  .beer-range::-webkit-slider-thumb {
    -webkit-appearance: auto;
  }
   @media (max-width: 650px) {
   .center-mobile {
    margin: 20px auto !important;
     text-align:center !important;
   }
}
