.elementor-627 .elementor-element.elementor-element-9b079f8{--display:flex;--min-height:424px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-627 .elementor-element.elementor-element-9b079f8:not(.elementor-motion-effects-element-type-background), .elementor-627 .elementor-element.elementor-element-9b079f8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.pizzaguys.com/wp-content/uploads/2025/03/Pizza-Calculator-header.jpg");background-position:top center;background-repeat:no-repeat;}.elementor-627 .elementor-element.elementor-element-9b079f8, .elementor-627 .elementor-element.elementor-element-9b079f8::before{--border-transition:0.3s;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-627 .elementor-element.elementor-element-87ba7c1 .elementor-heading-title{color:#FFFFFF;font-family:"Roboto Condensed", Sans-serif;font-size:64px;font-weight:700;}.elementor-627 .elementor-element.elementor-element-e01cf39{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.25098039215686274);--padding-top:25px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-627 .elementor-element.elementor-element-e01cf39:not(.elementor-motion-effects-element-type-background), .elementor-627 .elementor-element.elementor-element-e01cf39 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#CE2029;}.elementor-627 .elementor-element.elementor-element-e01cf39, .elementor-627 .elementor-element.elementor-element-e01cf39::before{--border-transition:0.3s;}.elementor-627 .elementor-element.elementor-element-4b306af{text-align:center;}.elementor-627 .elementor-element.elementor-element-4b306af .elementor-heading-title{color:#FFFFFF;font-family:"Roboto Condensed", Sans-serif;font-size:32px;font-weight:600;}.elementor-627 .elementor-element.elementor-element-0fb2c7d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--background-transition:0.3s;--padding-top:75px;--padding-bottom:125px;--padding-left:20px;--padding-right:20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-627 .elementor-element.elementor-element-9b079f8{--min-height:245px;}.elementor-627 .elementor-element.elementor-element-87ba7c1 .elementor-heading-title{font-size:30px;}.elementor-627 .elementor-element.elementor-element-4b306af .elementor-heading-title{font-size:24px;}.elementor-627 .elementor-element.elementor-element-0fb2c7d{--padding-top:25px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS *//* Input Styles */
.form-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.adults-cont, .kids-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}
.adults-text {
    margin-right: 15px;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 30px;
    color: #ffffff;
}
.kids-text {
    margin-right: 15px;
    margin-left: 80px;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 30px;
    color: #ffffff;
}
.adults-input, .kids-input {
    outline: none;
    border: 2px solid #AAAAAACC !important;
    width: 350px !important;
    height: 50px;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 24px;
    padding: 10px !important;
}
@media screen and (max-width: 1024px) {
.form-inputs {
    flex-wrap: wrap;
    gap: 10px
}

.kids-text {
    margin-left: 0px !important;
}
.adults-input, .kids-input {
    max-width: 199px !important;
    max-height: 40px !important;
}
.adults-text, .kids-text {
    font-size: 27px !important;
}
}
@media screen and (max-width: 767px) {
.kids-cont {
    gap: 22px
}
}










/* Hungry Toggle */
.my-content-toggle {
    display: flex;
    gap: 120px;
}
.hungry-cont {
    display: flex;
}
.hungry-title {
    color: #414141;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.hungry-text {
    color: #414141;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
    text-wrap: balance;
    max-width: 300px !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 45px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch .slider:after {
  position: absolute;
  content: "";
  height: 39px;
  width: 39px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch input:checked + .slider {
  background-color: #CE2029;
}
.switch input:checked + .slider:after {
  background-color: #fff;
}
.switch input:checked + .slider:after {
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}
.slider.round {
  border-radius: 50em;
}
.slider.round:after {
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
.my-content-toggle {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px
}
.hungry-title {
    font-size: 20px;
}
.hungry-text {
    font-size: 14px;
}
.switch {
  width: 70px;
  height: 35px;
  margin-left: 50px;
}
.switch .slider:after {
  height: 29px;
  width: 29px;
}
.switch input:checked + .slider:after {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}
}
@media screen and (max-width: 767px) {
.hungry-cont {
    max-width: 350px !important;
}
.switch {
  width: 70px;
  height: 35px;
}
}










/* Calculate Button Styles */
.calculate-btn {
    background-color: #CE2029;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 2px 2px 4px 0px #403838 !important;
    width: 425px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}
.calculate-btn:hover {
    color: #ffffff;
}
@media screen and (max-width: 1024px) {
.calculate-btn {
    width: 190px;
    height: 44px;
    font-size: 22px;
}
}/* End custom CSS */