@font-face {
  font-family: "NeueHaasGroteskDisp Pro";
  src: url("../fonts/NHaasGroteskDSPro-15UltTh.woff2") format("woff2"),
    url("../fonts/NHaasGroteskDSPro-15UltTh.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskDisp Pro";
  src: url("../fonts/NHaasGroteskDSPro-25Th.woff2") format("woff2"),
    url("../fonts/NHaasGroteskDSPro-25Th.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasGroteskDisp Pro";
  src: url("../fonts/NeueHaasDisplayLight.woff2") format("woff2"),
    url("../fonts/NeueHaasDisplayLight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskDisp Pro";
  src: url("../fonts/NHaasGroteskDSPro-55Rg.woff2") format("woff2"),
    url("../fonts/NHaasGroteskDSPro-55Rg.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasGroteskDisp Pro";
  src: url("../fonts/NHaasGroteskTXPro-75Bd.woff2") format("woff2"),
    url("../fonts/NHaasGroteskTXPro-75Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasGroteskDisp Pro";
  src: url("../fonts/NeueHaasDisplayBlack.woff2") format("woff2"),
    url("../fonts/NeueHaasDisplayBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"),
    url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black: #0c0d10;
  --white: #ffffff;
  --dark: #191919;
  --off-white: #f4f4f4;
  --primary: #e30613;
  --primary-dark: #af040f;
  --gray: #bcbcbc;
}

html {
  font-size: 10px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
  font-family: "NeueHaasGroteskDisp Pro";
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
  font-size: 2.4rem;
}
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
p,
div {
  letter-spacing: 0.1rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "NeueHaasGroteskDisp Pro";
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h1 {
  font-size: 10rem;
  line-height: 1;
}
h2 {
  font-size: 7rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
  font-weight: 500;
}
h3 {
  font-size: 5rem;
  line-height: 1.25;
}
h4 {
  font-size: 4rem;
  line-height: 1.3;
}
h5 {
  font-size: 3.5rem;
  line-height: 1.3;
}
h6 {
  font-size: 3rem;
  line-height: 1.3;
}
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.5s ease;
}
button {
  outline: none;
  transition: all 0.5s ease;
  cursor: pointer;
}
img {
  max-width: 100%;
  transition: all 0.4s ease;
}
form {
  width: 100%;
}
.text-small {
  font-size: 2rem;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-47 {
  width: 47%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}

.full-box,
.w-100,
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.h-full,
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.bg-primary {
  background-color: var(--primary);
}
.bg-white {
  background-color: var(--white);
}
.bg-off-white {
  background-color: var(--off-white);
}
.bg-black {
  background-color: var(--black);
}
.bg-dark {
  background-color: var(--dark);
}
.bg-white p,
.bg-off-white p,
.bg-white span,
.bg-off-white span,
.bg-white li,
.bg-off-white li {
  color: #575757;
}
.overflow-hidden {
  overflow: hidden;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-5 {
  z-index: 5;
}
.align-end {
  align-items: flex-end;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}

.space-between,
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.box-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.grid {
  display: grid;
}
.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid-gap-2 {
  grid-gap: 2rem 2rem;
}
.grid-gap-3 {
  grid-gap: 3rem 3rem;
}
.grid-gap-4 {
  grid-gap: 4rem 4rem;
}
.grid-gap-5 {
  grid-gap: 5rem 5rem;
}
.grid-gap-6 {
  grid-gap: 6rem 6rem;
}
.grid-gap-7 {
  grid-gap: 7rem 7rem;
}
.center,
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}

strong {
  font-weight: 600;
  font-size: inherit;
  color: inherit;
}

.max-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.com-padding {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.bottom-padding {
  padding-bottom: 16rem;
}

.top-padding {
  padding-top: 16rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mt-7 {
  margin-top: 7rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mt-9 {
  margin-top: 9rem;
}
.mt-10 {
  margin-top: 10rem;
}
.mt-12 {
  margin-top: 12rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-7 {
  margin-bottom: 7rem;
}
.mb-8 {
  margin-bottom: 8rem;
}
.mb-9 {
  margin-bottom: 9rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-white,
.text-white * {
  color: var(--white);
}
.text-black,
.text-black * {
  color: #0c0d10;
}
.text-dark,
.text-dark * {
  color: var(--dark);
}
.text-gray,
.text-gray * {
  color: var(--gray);
}
.text-primary,
.text-primary * {
  color: var(--primary);
}
.font-light {
  font-weight: 200;
}
.font-medium {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.transition,
.transition * {
  transition: all 0.5s ease;
}
.rounded-1 {
  border-radius: 1rem;
}
.rounded-2 {
  border-radius: 2rem;
}
.rounded-3 {
  border-radius: 3rem;
}
.rounded-4 {
  border-radius: 4rem;
}
.rounded-5 {
  border-radius: 5rem;
}
.rounded-6 {
  border-radius: 6rem;
}
.rounded-full {
  border-radius: 50%;
  overflow: hidden;
}
.list-none,
.list-none ul,
.list-none ol {
  list-style: none;
}
.normal-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.bottom-top-overlay,
.bottom-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  );
}

.top-bottom-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  );
}
.left-right-overlay {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  );
}
.right-left-overlay {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0)
  );
}
.btn,
.submit-box input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 4rem 2rem 7rem;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "NeueHaasGroteskDisp Pro";
  border-radius: 5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  outline: 0;
  border: 0;
}

.btn::before,
.btn::after {
  transition: all 0.5s ease;
}
.btn:hover::before {
  left: 4.5rem;
}
.btn-primary,
.submit-box input {
  background-color: var(--primary);
  color: var(--white);
}
.btn-primary::before,
.submit-box::before {
  content: "";
  position: absolute;
  left: 4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/btn-arrow-white.webp") no-repeat center;
  background-size: contain;
  z-index: 1;
}
.btn-primary:hover,
.submit-box input:hover {
  /* background-color: var(--primary-dark); */
  box-shadow: inset 0 -15rem 0 0 var(--primary-dark);
}

.btn.download-btn::before {
  width: 2.3rem;
  height: 2.3rem;
  left: 3rem;
  background: url("../img/download-icon-white.webp") no-repeat center;
  background-size: contain;
}

.container {
  width: 87%;
  max-width: 1660px;
  padding: 0 15px;
  margin: 0 auto;
}
.section-heading h6 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

/* ------------------------------ */
/* ------- HEADER STYLES -------- */
/* ------------------------------ */
header.header {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 5;
}
header .header-wrapper {
  padding: 3rem 0;
}
header .header-inner {
  width: 90%;
  max-width: 1680px;
  padding: 0 15px;
  margin: 0 auto;
}
header .header-logo {
  width: 23rem;
  height: 7.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .header-col {
  width: calc(50% - 15rem);
  padding: 2rem 0;
}
.header-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.header-menu li a {
  font-family: "HelveticaNowDisplay";
  font-size: 2rem;
  font-weight: 400;
  padding: 2rem;
  color: var(--white);
  text-transform: capitalize;
}
.header-menu li a:hover,
.header-menu li.current-menu-item > a {
  color: var(--primary);
}
.header-col .mail-icon {
  width: 2.7rem;
  margin-left: 1rem;
}
.header-col .mail-icon:hover img {
  transform: scale(1.1);
}
header.bg-white .header-logo img,
header.bg-white .mail-icon img {
  filter: invert(1);
}

/* ------------------------------ */
/* ------- FOOTER STYLES -------- */
/* ------------------------------ */
footer.footer {
  background-color: #0e0e0e;

  position: relative;
}
footer.footer .max-1920 {
  padding-bottom: 10rem;
}
footer.footer .max-1920::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8rem;
  width: 20rem;
  height: 63rem;
  background: url("../img/footer-pizza-cutout.webp") no-repeat center;
  background-size: contain;
}
footer.footer a,
footer.footer p {
  color: #cecece;
}
.footer-top {
  padding-bottom: 10rem;
}
footer .footer-logo {
  max-height: 8rem;
}
.footer-social-list li {
  margin-right: 1.5rem;
}
.footer-social-list a {
  width: 4.7rem;
  height: 4.7rem;
  border: 1px solid #2c2c2c;
  border-radius: 5px;
  padding: 1rem;
}
.footer-social-list a:hover {
  background-color: #222222;
}
.footer-social-list a img {
  max-height: 100%;
  object-fit: contain;
}
.footer-menu-box {
  margin-bottom: 8rem;
  width: 28%;
}
.footer-menu-box:last-of-type {
  margin-bottom: 0;
  width: 40%;
}
.footer-menu-box h5 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
}

.footer-menu-box li a {
  color: #cecece;
  font-size: 1.8rem;
  display: inline-block;
  padding: 1rem 0;
}
.footer-menu-box li a:hover,
.footer-menu-box li.current-menu-item a {
  color: var(--primary);
}

.footer-menu-box span {
  font-size: 1.8rem;
  color: #cecece;
}
.footer-menu-box img {
  max-height: 2.5rem;
  max-width: 2rem;
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0.7rem;
}
.footer-menu-box:last-of-type a {
  margin-top: 2rem;
}
.footer-bottom {
  padding: 6rem 0;
  border-top: 1px solid #434343;
}
.footer-bottom a,
.footer-bottom p {
  font-size: 2rem;
}
.footer-bottom-links a {
  display: inline-block;
  padding-right: 2rem;
  margin-left: 2rem;
}
.footer-bottom-links a:hover {
  color: var(--primary);
}
.footer-bottom-links p {
  margin-left: 2rem;
}
.footer-big-title {
  margin-top: 5rem;
}
.footer-big-title img {
  max-width: 150rem;
}

/* -------------------------------- */
/* ------- HOMEPAGE STYLES -------- */
/* -------------------------------- */
.main-banner {
  height: 100vh;
  min-height: 100rem;
  max-height: 110rem;
  overflow: hidden;
  position: relative;
}
.main-banner h1,
.page-intro-section h1 {
  font-weight: 700;
}
.main-banner h1 span,
.page-intro-section h1 span {
  font-size: 8rem;
  font-weight: 300;
  display: block;
}

.logo-marquee-section {
  border-bottom: 1px solid #c7c7c7;
  padding: 8rem 0 6rem 0;
}
.marquee-item .inner {
  margin: 0 4rem;
}
.hp-logo-marquee img {
  max-height: 8rem;
}
.marquee-slider {
  pointer-events: none;
  overflow: hidden;
  width: 100%;
}
.js-marquee {
  display: flex;
}
.hover-video-preview .main-video {
  display: none;
}
.hp-intro-section .video-box video {
  max-height: 98vh;
  min-height: 300px;
}
.hp-intro-usp li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #8c8c8c;
}
.hp-intro-usp li:first-child {
  border-top: 1px solid #8c8c8c;
}
.hp-intro-usp .icon-box {
  width: 10rem;
  height: 10rem;
  padding: 2rem;
}
.hp-intro-usp .text-box {
  padding-left: 2rem;
}
.hp-offers-section .com-padding {
  border-bottom: 1px solid #42453e;
}
.hp-offer-slider-wrapper {
  margin-top: 14rem;
}
.circle-slider-arrow {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.slick-arrow {
  cursor: pointer;
  z-index: 3;
  transition: all 0.5s ease;
}
.circle-slider-arrow img {
  max-height: 3rem;
}
.slick-arrow.grey-arrow {
  background-color: #323232;
}
.slick-arrow.grey-arrow:hover {
  background-color: #222222;
}
.hp-offer-slider-wrapper .circle-slider-arrow {
  top: 35%;
}

.hp-offer-slide .thumb-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 110%;
  background: url("../img/hp-offer-thumb-bg.webp") no-repeat center;
  background-size: contain;
}
.hp-offer-slide .stroke-text {
  font-size: 16rem;
  letter-spacing: -0.3rem;
  top: 10%;
}
.hp-offer-slide .stroke-text,
.hp-offer-slide .count {
  color: #969696;
  -webkit-text-fill-color: var(--dark);
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #969696;
  line-height: 1.1;
  font-size: 16rem;
  font-weight: 900;
}
.hp-offer-slide .meta-details .flex-1 {
  padding-left: 3rem;
}
.hp-founder-usp li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.5rem;
  height: 0.3rem;
  background-color: #505050;
}
.hp-founder-usp li {
  padding-top: 2rem;
  margin-top: 7rem;
}
.hp-founder-usp li h5 {
  font-weight: 400;
}
.hp-founder-section .thumb-box .thumb-inner {
  position: absolute;
  width: 155%;
  height: 150%;
  left: -3rem;
  top: -23%;
}
.hp-founder-section .quote-text {
  padding: 5.5rem 5.5rem;
  min-height: 52.5rem;
}
.hp-founder-section .quote-text h4 {
  font-size: 3.8rem;
}
.hp-founder-section .quote-meta {
  padding-left: 3rem;
}
.hp-founder-section .quote-meta p {
  font-size: 1.8rem;
}
.hp-feature-usp li {
  background-color: #f4f4f4;
  padding: 7rem 4rem 10rem 4rem;
}
.hp-feature-usp .usp-icon {
  max-height: 7rem;
  max-width: 8rem;
}
.hp-project-section .usp-list h5 {
  font-size: 7.5rem;
}
.map-tab-btn {
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  margin-right: 2rem;
}
.map-tab-btn:last-of-type {
  margin-right: 0;
}
.map-tab-btn img {
  max-height: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.map-tab-btn span {
  font-size: 2rem;
  color: #555555;
}
.play-btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 15rem;
  cursor: pointer;
  z-index: 2;
}
.video-play-btn.hide {
  opacity: 0;
}
.featured-video-section .com-padding {
  border-bottom: 1px solid #42453e;
}
.featured-video-section video {
  max-height: 90rem;
  height: 90vh;
  min-height: 450px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 100px;
}
.featured-video-section iframe {
  width: 100% !important;
  height: 90vh !important;
  min-height: 450px !important;
}
.commercial-about-section .w-25 {
  width: 27%;
}
.commercial-about-section .section-heading h4,
.commercial-cost-section .oven-types h4 {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #8c8c8c;
}
.contact-way-list li {
  margin: 8px 0;
}
.contact-way-list img {
  max-height: 2.3rem;
  max-width: 2.3rem;
  margin-right: 2rem;
  display: inline-block;
}
.hp-contact-form label {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
}
.hp-contact-form .input-wrapper {
  margin-bottom: 8rem;
}
.hp-contact-form .input-box {
  flex: 1;
  padding-left: 2rem;
  align-items: flex-start;
}
.hp-contact-form .input-box input,
.hp-contact-form .input-box select,
.hp-contact-form .input-box textarea,
.dark-bg-form .input-box input,
.dark-bg-form .input-box select,
.dark-bg-form .input-box textarea {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2.2rem;
  font-family: "NeueHaasGroteskDisp Pro";
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #626262;
  width: 100%;
}
.dark-bg-form .input-box input,
.dark-bg-form .input-box select,
.dark-bg-form .input-box textarea {
  color: var(--white);
  border-bottom: 1px solid #42453e;
}
.dark-bg-form .input-box select option {
  color: #0c0d10;
}
.dark-bg-form .input-box textarea {
  height: 5rem;
}
.wpcf7-form br {
  display: none;
}
form .submit-box p {
  position: relative;
}
form .submit-box {
  width: max-content;
  position: relative;
  height: max-content;
}
.submit-box .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.submit-box input {
  cursor: pointer;
}

.hp-why-section ul li {
  padding-left: 3rem;
  position: relative;
  margin: 1rem 0;
}

.hp-why-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/list-arrow-brown.webp") no-repeat center;
  background-size: contain;
}
.why-contact-box {
  padding: 7rem 6rem 9rem 6rem;
}
.why-contact-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38%;
  height: 60%;
  background: url("../img/pizza-cutout-red.webp") no-repeat center;
  background-size: contain;
}
.why-contact-box a {
  margin: 1rem 0;
}
.why-contact-box span {
  color: white;
}
.why-contact-box a img {
  max-width: 2.5rem;
  margin-right: 1.5rem;
}

/* ---------------------------------- */
/* ------- CONTACT US STYLES -------- */
/* ---------------------------------- */
.com-page-banner.main-banner {
  height: 98vh;
  min-height: 550px;
  max-height: 100rem;
}
.com-page-banner.main-banner h1 span {
  line-height: 1.4;
}
.cu-form-intro ul img {
  max-width: 2.6rem;
  display: inline-block;
  margin-right: 10px;
  max-height: 3.6rem;
  margin-top: 5px;
}
.cu-form-intro ul span {
  font-size: 2.6rem;
  display: inline-block;
  color: #0c0d10;
}
.cu-form-intro ul li {
  margin-bottom: 2rem;
}
.cu-form-usp {
  grid-gap: 8rem 8rem;
}
.cu-form-usp .content {
  margin-top: -6rem;
}
.cu-form-usp .content p {
  color: #575757;
}
.cu-form-usp li {
  padding-bottom: 7rem;
}
.cu-form-usp li::before,
.cu-form-usp li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
.cu-form-usp li::before {
  width: 100%;
  background-color: #dedede;
}
.cu-form-usp li::after {
  width: 6rem;
  background-color: var(--primary);
}
.map-card {
  max-width: 60rem;
  width: 90%;
  position: absolute;
  left: 21%;
  top: 14rem;
  padding: 3rem 3rem;
}
.map-card::before {
  content: "";
  position: absolute;
  left: 11%;
  top: 99%;
  width: 2.5rem;
  height: 14rem;
  background: url("../img/map-card-arrow.webp") no-repeat center;
  background-size: contain;
}
.map-card img {
  width: 35%;
}
.map-card .content {
  width: 60%;
}
.map-card .content p {
  color: #575757;
  font-size: 2.6rem;
}
.catalogue-slider .slick-list {
  margin: 0 -1.5rem;
}
.catalogue-slider .slick-slide {
  margin: 0 1.5rem;
  border-radius: 4rem;
  overflow: hidden;
  height: inherit;
}
.catalogue-slider .slick-slide > div,
.catalogue-slider .slick-slide .slider-item {
  height: 100%;
}
.catalogue-slider .content {
  padding: 5rem 3rem;
}
.catalogue-slider .content h4 {
  padding-right: 3rem;
  position: relative;
  letter-spacing: -0.1rem;
}
.catalogue-slider .content h4::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: 2.7rem;
  height: 2.7rem;
  background: url("../img/link-card-arrow-white.webp") no-repeat center;
  background-size: contain;
  transition: all 0.4s ease;
}
.catalogue-slider a:hover h4::before {
  transform: rotate(45deg);
}

/* ---------------------------------------- */
/* ------- COMMERCIAL OVENS STYLES -------- */
/* ---------------------------------------- */
.page-intro-section {
  padding: 28rem 0 14rem 0;
}
.page-intro-section h1 {
  letter-spacing: -0.3rem;
  word-spacing: -0.5rem;
  line-height: 1.2;
}
.page-intro-section h1 span {
  letter-spacing: 0;
}
.circle-slider-arrow.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.commercial-ovens-slider .slick-list {
  margin: 0 -2rem;
}
.commercial-ovens-slider .slick-slide {
  margin: 0 2rem;
}
.commercial-intro-section .oven-slider-prev {
  left: 4rem;
}
.commercial-intro-section .oven-slider-next {
  right: 4rem;
}
.rounded-section {
  border-radius: 10rem 10rem 0 0;
}
.commercial-about-section p,
.commercial-about-section div,
.bg-dark p,
.bg-dark li,
.bg-dark div,
.bg-dark p * {
  color: #bcbcbc;
}

.commercial-about-section .dark-bg-form {
  padding: 5rem 4rem;
  border-radius: 3rem;
  background-color: #2a2a2a;
}
.commercial-about-section .dark-bg-form h5 {
  margin-bottom: 4rem;
}
.commercial-about-section .input-box {
  margin-bottom: 3rem;
}
.commercial-about-section .submit-box,
.commercial-about-section .submit-box input {
  width: 100%;
}
.commercial-about-section .submit-box input {
  padding: 2rem 4rem;
}
.commercial-about-section .submit-box::before {
  display: none;
}
.commercial-about-section .download-btn {
  border: 1px solid #8c8c8c;
  background-color: transparent;
}
.commercial-about-section .download-btn:hover {
  border-color: var(--primary);
  background: var(--primary);
}

.commercial-process-section {
  background: linear-gradient(
    180deg,
    #f4f4f4 46.21%,
    #f4f4f4 68.08%,
    rgba(244, 244, 244, 0) 89.94%
  );
}
.commercial-process-section .usp-wrapper {
  transform: translateY(-20rem);
}
.commercial-process-usp h5 {
  padding-right: 10rem;
  margin-bottom: 1.8rem;
  color: #0c0d10;
}
.commercial-process-usp .count {
  position: absolute;
  top: -7rem;
  right: 2rem;
  height: 16rem;
  width: 14rem;
  text-align: right;
}
.commercial-process-usp .count,
.cu-form-usp .count {
  display: inline-block;
  font-size: 16rem;
  line-height: 1;
  color: #dfdfdf;
  font-weight: 700;
}
.cu-form-usp .count {
  position: relative;
  width: max-content;
}
.commercial-process-usp .count::before,
.cu-form-usp .count::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(245, 245, 245, 0.95),
    rgba(245, 245, 245, 0.7),
    rgba(245, 245, 245, 0.4),
    rgba(245, 245, 245, 0.1)
  );
}

.commercial-process-usp li:nth-child(4n + 2) {
  transform: translateY(-5rem);
}

.commercial-process-usp li:nth-child(4n + 3) {
  transform: translateY(-14rem);
}
.commercial-process-usp li:nth-child(4n + 4) {
  transform: translateY(-22rem);
}
.mini-contact-bar {
  padding: 8rem 0;
}
.mini-contact-bar .headphone-icon {
  max-width: 10rem;
  display: inline-block;
  margin-right: 3rem;
}
.commercial-spec-section .tab-btns li {
  margin-right: 10px;
  margin-top: 10px;
}
.outline-tab-btn {
  border: 1px solid #b2b2b2;
  font-size: 2.4rem;
  color: var(--black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 4rem;
  border-radius: 1.5rem;
}
.outline-tab-btn.active,
.outline-tab-btn:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}
.commercial-spec-section .tab-content .content-wrapper,
.spec-table-wrapper {
  border: 6px solid #f4f4f4;
  border-radius: 3rem;
}
.spec-table-wrapper {
  overflow-x: auto;
}
.spec-table-wrapper .inner {
  min-width: 768px;
  padding: 5rem 3rem;
}
.spec-table-wrapper::-webkit-scrollbar {
  display: none;
}
.spec-table-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.com-spec-table tr {
  border-bottom: 1px solid #aaaaaa;
}
.com-spec-table tbody tr:first-of-type {
  border-top: 1px solid #aaaaaa;
}
.com-spec-table th,
.com-spec-table td {
  text-align: left;
  padding: 2rem 1rem 2rem 3.5rem;
  border-left: 1px solid #aaaaaa;
  font-family: "NeueHaasGroteskDisp Pro";
  font-size: 2.2rem;
  color: #333333;
}
.com-spec-table th,
.com-spec-table tbody tr td:first-of-type {
  font-weight: 700;
  letter-spacing: -0.3px;
}
.com-spec-table tr th:first-of-type,
.com-spec-table tbody tr td:first-of-type {
  padding-left: 0;
  border-left: 0;
  min-width: 20rem;
}
.com-spec-table th {
  padding-top: 0;
  padding-bottom: 4rem;
}
.commercial-spec-section .tab-content .content-wrapper {
  padding: 5rem 4rem;
}
.commercial-feature-details-section .com-padding {
  border-top: 1px solid #5a5d55;
}
.commercial-features-usp .usp-item {
  padding: 6rem 0;
  border-top: 1px solid #5a5d55;
}
.commercial-features-usp .usp-item:last-of-type {
  border-bottom: 1px solid #5a5d55;
}
.commercial-features-usp .count {
  width: 10rem;
  font-size: 4.8rem;
  font-style: italic;
  font-weight: 200;
}
.commercial-features-usp .title {
  width: 30%;
}
.commercial-features-usp .description {
  width: 37%;
}
.commercial-testimonial-slider .slick-list {
  margin: 0 -2rem;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: inherit;
}
.commercial-testimonial-slider .slick-slide > div {
  height: 100%;
}
.commercial-testimonial-slider .slick-slide {
  margin: 0 2rem;
}

.commercial-testimonial-slider .slider-item .inner {
  background-color: #f4f4f4;
  padding: 5rem 4rem;
  border-radius: 2rem;
}
.commercial-testimonial-slider .quote-icon {
  max-width: 4.8rem;
}
.commercial-testimonial-slider .testimonial-text {
  font-size: 2.7rem;
  color: #555555;
  margin: 5rem 0;
  font-weight: 400;
}
.commercial-testimonial-slider .testimonial-meta {
  padding-top: 4rem;
  border-top: 1px solid #d9d9d9;
}
.commercial-testimonial-slider .avatar {
  width: 6.3rem;
  height: 6.3rem;
  margin-right: 2rem;
}
.commercial-testimonial-slider .testimonial-meta p {
  color: #333333;
}
.commercial-testimonial-slider .testimonial-meta span {
  color: #6d717f;
  font-size: 2.2rem;
  display: block;
}
.com-gallery-section .top-padding {
  border-top: 1px solid #c7c7c7;
}
.full-width-slider {
  width: 94%;
  margin-left: auto;
  padding-left: 15px;
}
.com-gallery-slider .slick-list {
  padding: 0 40% 0 0 !important;
}
.com-gallery-slider .slick-slide {
  margin-right: 5rem;
}
.com-gallery-slider .img-box img {
  border-radius: 3rem;
}
.commercial-cost-section .check-list {
  margin: 4rem -10px 0 -10px;
}
.commercial-cost-section .check-list li {
  font-size: 2.2rem;
  margin: 10px 10px;
}
.check-list li {
  padding-left: 3.5rem;
  position: relative;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.7rem;
  height: 2.7rem;
  background: url("../img/tick-mark-red.webp") no-repeat center;
  background-size: contain;
}

/* ---------------------------------------- */
/* ------- ABOUT US PAGE STYLES -------- */
/* ---------------------------------------- */
.about-intro-section .content-wrapper {
  padding-top: 15rem;
}
.about-intro-section .content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  left: 0;
  height: 7rem;
  background: url("../img/about-intro-line.webp") no-repeat center;
  background-size: contain;
}
.about-intro-section .subtitle {
  position: absolute;
  width: max-content;
  left: -4rem;
  top: 14rem;
  transform: rotate(-90deg);
}
.about-intro-section .content *,
.about-offer-usp p {
  color: #575757;
}

.timeline-header-slider .slick-list,
.timeline-body-slider .slick-list {
  padding: 0 10% 0 0 !important;
}
.timeline-header-item {
  padding-bottom: 40rem;
}
.timeline-header-slider h4 {
  padding-bottom: 5rem;
  font-weight: 600;
}
.timeline-header-slider .inner {
  border-bottom: 0.4rem solid #5d5d5d;
  position: relative;
}
.timeline-header-slider .inner::before,
.timeline-header-slider .inner::after,
.timeline-header-item::before {
  content: "";
  position: absolute;
  left: 0;
}
.timeline-header-item::before {
  width: 1px;
  height: 40rem;
  background: url("../img/about-timeline-vertical-line.png") no-repeat center;
  background-size: contain;
  bottom: 0;
  left: 1rem;
}
.timeline-header-slider .inner::before {
  bottom: -1.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #5d5d5d;
}
.timeline-header-slider .inner::after {
  width: 25%;
  height: 0.4rem;
  background-color: #5d5d5d;
  bottom: -0.4rem;
}
.timeline-header-slider .slick-current .inner::before,
.timeline-header-slider .slick-current .inner::after {
  background-color: var(--primary);
}

.timeline-header-slider .slick-current h4 {
  color: var(--primary);
}
.timeline-body-slider {
  margin-top: -25rem;
}
.timeline-body-item {
  padding: 0 5rem;
}
.timeline-body-item .text-box {
  padding-left: 4rem;
}
.timeline-body-item .text-box p {
  font-size: 2rem;
  color: #707070;
}
.large-marquee-text {
  font-size: 25rem;
  font-weight: 700;
  min-height: 25rem;
}
.bg-dark marquee,
.bg-dark .js-marquee {
  color: #323232;
  line-height: 1;
}
.about-founder-section .quote-icon {
  width: 6.4rem;
}
.about-founder-section .quote-meta p {
  padding-left: 4rem;
  color: #bcbcbc;
  font-size: 1.8rem;
}
.about-founder-img {
  max-width: 87rem;
  width: 45%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-feature-usp-gallery .slick-list {
  padding: 0 10% !important;
}
.about-feature-usp-gallery .slick-slide {
  margin: 0 2rem;
  height: inherit;
}
.about-feature-usp-gallery .gallery-item img {
  max-height: 85vh;
  min-height: 300px;
  border-radius: 3rem;
}
.about-feature-usp li {
  padding: 6rem 0;
  border-top: 1px solid #777777;
}
.about-feature-usp li:last-child,
.about-feature-usp li:nth-last-child(2) {
  border-bottom: 1px solid #777777;
}
.about-feature-usp .icon {
  width: 6rem;
  margin-right: 3rem;
}
.about-feature-usp .icon img {
  max-height: 8rem;
}

.about-offer-usp .usp-item {
  background-color: var(--off-white);
  padding: 5rem 5rem 5rem 4rem;
  border-radius: 2rem;
}
.about-offer-usp .icon {
  height: 7.8rem;
}
.about-offer-usp .icon img {
  max-height: 7.5rem;
  max-width: 10rem;
}
.about-featured-gallery .gallery-item {
  background-color: #222222;
  border-radius: 3rem;
}
.about-featured-gallery .gallery-item .content-box {
  padding: 5rem 2rem 4rem 3rem;
}
.about-featured-gallery .gallery-item .img-box img {
  height: 82vh;
  min-height: 50rem;
  border-radius: 3rem 3rem 0 0;
  cursor: pointer;
}

.about-locations-usp h3 {
  font-size: 7.5rem;
  font-weight: 500;
}
.about-gallery-section,
.about-products-section {
  background-color: #181818;
}
.about-products-section {
  margin-top: -2px;
}
.about-gallery-images > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-gallery-images > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  vertical-align: middle;
  display: inline-block;
}

.about-gallery-images {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(38rem, 1fr));
  grid-auto-rows: 21rem;
  grid-auto-flow: dense;
}
.about-gallery-images .wide {
  grid-column: span 2;
}
.about-gallery-images .tall {
  grid-row: span 3;
}
.about-gallery-images .big {
  grid-column: span 2;
  grid-row: span 2;
}

.about-products-section .com-padding {
  border-top: 1px solid #5a5d55;
}
.about-product-item {
  padding: 10rem 0;
  border-bottom: 1px solid #575952;
}

.about-product-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.about-product-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.about-product-item .product-thumb::before {
  content: "";
  position: absolute;
  bottom: -20rem;
  left: -13%;
  width: 120rem;
  height: 65rem;
  background: url("../img/about-product-shadow.webp") no-repeat center;
  background-size: contain;
}
.about-product-item:nth-of-type(even) .product-thumb::before {
  left: unset;
  right: -15%;
  bottom: -25rem;
}
.about-product-item:nth-of-type(3) .product-thumb::before {
  bottom: -28rem;
}
.about-product-item .product-thumb .count {
  top: 0;
  font-size: 22rem;
  line-height: 1;
  font-weight: 900;
  color: black;
  -webkit-text-fill-color: #181818;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #969696;
}
.about-product-item:nth-of-type(odd) .product-thumb .count {
  left: 0;
}
.about-product-item:nth-of-type(even) .product-thumb .count {
  right: 0;
}
.about-product-item:nth-of-type(odd) .product-thumb {
  justify-content: flex-end;
}
.about-product-item:nth-of-type(even) .product-thumb {
  justify-content: flex-start;
}
.about-product-item:nth-of-type(even) .product-details {
  margin-left: auto;
}
.about-product-item .product-thumb img {
  max-width: 55rem;
}
.about-product-item .description {
  max-width: 58rem;
}
.accordion-content {
  display: none;
}
.about-faq-list .faq-item {
  border-bottom: 1px solid #cbcbcb;
}
.about-faq-list .faq-head {
  position: relative;
  padding: 3.5rem 5rem 3.5rem 0;
  cursor: pointer;
}
.about-faq-list .faq-head::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4rem;
  width: 3rem;
  height: 3rem;
  background: url("../img/plus-icon-black.webp") no-repeat center;
  background-size: contain;
  transition: all 0.4s ease;
}
.about-faq-list .faq-head.active::before {
  background: url("../img/minus-icon-black.webp") no-repeat center;
  background-size: contain;
}
.about-faq-list .faq-head .count {
  width: 8rem;
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.3;
}
.about-faq-list .faq-head h5 {
  color: #39332d;
}
.about-faq-list .faq-body {
  padding-bottom: 4rem;
  padding-left: 8rem;
}
.about-faq-list .faq-body p,
.about-faq-list .faq-body div {
  color: #4e4e4e;
  font-size: 2.6rem;
}
.dark-bg-form .wpcf7-not-valid-tip {
  color: #dc3232 !important;
  font-size: 13px !important;
  margin-top: 5px !important;
}

.wpcf7-response-output {
  border: 0 !important;
  font-size: 14px !important;
  text-align: center;
}

/* Popup Styles */
.popup-box {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.popup-box.active,
.popup-box.active .popup-overlay {
  visibility: visible;
  opacity: 1;
}
.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.popup-content-wrapper {
  position: relative;
  z-index: 10;
  padding: 4rem 3rem 4rem 3rem;
  background-color: var(--dark);
  border-radius: 1.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 85%;
  max-width: 1000px;
  max-height: 95vh;
  margin: 0 auto;
}
.popup-content-wrapper {
  max-width: 1000px;
}
.popup-box .heading-box {
  margin-bottom: 5rem;
}
.popup-box h3,
.popup-box p {
  color: #636363;
}
.popup-box h3 {
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}
.popup-content {
  width: 100%;
  height: 100%;
  padding-bottom: 5rem;
  overflow-y: auto;
  max-height: calc(95vh - 13rem);
}
.popup-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1;
}

.popup-content::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f1f1;
}

.popup-content::-webkit-scrollbar-thumb {
  background-color: #777777;
}
.close-popup {
  position: absolute;
  bottom: -3rem;
  left: calc(50% - 3.1rem);
  width: 6.2rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #dddddd;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
}
.close-popup img {
  filter: invert(1);
  max-width: 2rem;
  object-fit: contain;
  display: inline-block;
  transition: all 0.4s ease;
}
.close-popup:hover {
  background-color: var(--black);
}
.close-popup:hover img {
  filter: none;
}
.popup-box iframe,
.popup-box video {
  width: 100%;
  min-height: 450px;
  height: 68vh;
}
.gallery-popup .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-popup .img-box img {
  object-fit: contain;
  width: auto;
  max-height: 75vh;
}
.gallery-popup .popup-content {
  padding-bottom: 0;
}
.mob-message-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  background-color: var(--dark);
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 10;
  border: 1px solid #575757;
}
/* BLOG LISTING & DETAIL PAGE */
.blog-listing-section .blog-listing{
  row-gap: 6rem;
  column-gap: 4rem;
}
.blog-item .blog-img {
  border-radius: 2.5rem;
  height: 31rem;
}
.blog-item a:hover img {
  transform: scale(1.12);
}
.blog-item h5 {
  margin: 3rem 0 1.5rem 0;
  transition: all 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s ease;
}
.blog-item a:hover h5{
  color: var(--primary);
}
.blog-item .date {
  color: #565656;
  font-size: 2rem;
}

