@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

.custom-page {
  --base-color: #ff2c2c;
	margin-top: -90px;
}
.custom-page html {
  scroll-behavior: smooth;
}
.custom-page body {
  background-color: #e0e0e0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  margin-top: -14px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
	width: 100%;
	max-width: 100%;
}
.custom-page .home-div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  position: relative;
  top: 0;
  left: 0;
  align-items: flex-start;
  padding: 0;
  gap: 0;
  z-index: 5;
  margin: 0;
}
.custom-page .header-div {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
.custom-page .header-item-1 {
  display: flex;
  flex-direction: row;
  flex-basis: 50%;
  position: relative;
  top: 0;
  left: 0;
  height: 110px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 150px;
  padding-bottom: 10px;
  z-index: 5;
  max-width: 600px;
  align-items: center;
}
.custom-page .header-item-1 img {
  width: 50%;
}
.custom-page .header-item-2 {
  display: flex;
  flex-direction: row;
  flex-basis: 50%;
  position: relative;
  top: 0;
  left: 0;
  height: 110px;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 5;
  max-width: 600px;
}
.custom-page .menu-item {
  font-family: Roboto;
  font-size: 15px;
  color: black;
  text-decoration: none;
  padding-left: 7px;
  padding-right: 7px;
  justify-content: center;
  z-index: 5;
  margin: 0;
  font-weight: 550;
  transition: all;
}
.custom-page .menu-item:hover {
  scale: 0.9;
  text-decoration: underline var(--base-color);
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
.custom-page .home-banner {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 5;
  align-items: center;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  background-color: black;
  padding: 0;
  margin: 0;
  padding-top: 55px;
}
.custom-page .home-banner-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1000px;
  gap: 32px;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 60px;
  margin-bottom: 20px;
}

.custom-page .banner-text {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.custom-page .h3-home {
  font-family: Roboto;
  font-size: 32px;
  color: black;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
.custom-page .home-phone {
  font-family: Poppins;
  font-size: 28px;
  font-weight: 400;
  color: black;
  text-align: left;
  margin-top: -40px;
  margin-bottom: -20px;
  padding: 0;
  text-decoration: underline;
}
.custom-page .heading-home {
  font-family: Poppins;
  font-size: 44px;
  color: black;
  font-weight: 500;
  text-align: center;
  padding: 0;
  margin: 0;
}
.custom-page .h2-home {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: var(--base-color);
  text-align: center;
  padding: 0;
  margin: 0;
}
.custom-page .h2-2-home {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: black;
  text-align: center;
  padding-bottom: 5px;
  margin: 0;
}
.custom-page .two-buttons-home {
  margin-top: 10px;
}
.custom-page .button-home-1 {
  background: var(--base-color);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
.custom-page .button-home-1:hover {
  scale: 0.9;
  border: none;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
.custom-page .button-menu {
  background: var(--base-color);
  border: none;
  border-radius: 5px;
  border-width: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 15px;
  color: white;
  transition: all;
}

.custom-page nav .button-menu {
  position: relative !important;
  top: 7px !important;    /* nudge down by 2px—tweak as needed */
}


.custom-page .button-menu:hover {
  scale: 0.9;
  border: none;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
.custom-page .menu-item {
  font-family: Roboto;
  font-size: 15px;
  color: black;
  text-decoration: none;
  padding-left: 7px;
  padding-right: 7px;
  justify-content: center;
  z-index: 5;
  margin: 0;
  font-weight: 550;
  transition: all;
}
.custom-page .menu-item:hover {
  scale: 0.9;
  text-decoration: underline var(--base-color);
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
.custom-page .header-item-1 img {
  width: 40%;
}
.custom-page .iframe-simple-wrapper {
  width: 48%;
  padding-top: 125px;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.custom-page .form-iframe {
  width: 100%;
  height: 490px;
  border: none;
  display: block;
  overflow: auto;
  border-color: var(--base-color);
  border-width: 2px;
  border-radius: 8px;
}
.custom-page nav {
  position: sticky;
  top: 50px;
  right: 10px;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 5px;
  margin-top: -34px;
  align-items: center;
  transition: background-color 0.5s ease-in;
  font-family: Roboto;
  font-weight: 200;
  width: fit-content;
  float: right;
  border-radius: 10px;
}

.custom-page nav .hamburger {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: black;
}

.custom-page nav .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

.custom-page .dropdown {
  position: relative;
  display: inline-block;
  top: 8px;
}

.custom-page .dropdown .menu-item {
  display: inline-flex;  /* inline-flex so arrow inside won’t shift siblings */
  align-items: center;
  padding: 0 7px;        /* match your .menu-item padding */
  font-family: Roboto;
  font-size: 15px;
  color: black;
  text-decoration: none;
  margin: 0;
  font-weight: 550;
  transition: all;
}

/* add arrow inside the dropdown link without shifting siblings */
.custom-page .dropdown .menu-item::after {
  content: "▼";
  margin-left: 4px;
  font-size: 0.6em;
  line-height: 1;
  display: inline-block;
}

.custom-page .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 160px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  padding: 4px 0;
  z-index: 1;
}

.custom-page .dropdown-content a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  transition: background-color 0.3s ease;
  display: block;
  border-radius: 5px;
}

.custom-page .dropdown:hover .dropdown-content {
  display: flex;
}

.custom-page .dropdown-content a:hover {
  background-color: var(--base-color);
  color: white;
  border-radius: 5px;
}

.custom-page .scrolled {
background-color: #e0e0e0;
  border-radius: 10px;
}
.custom-page .two-buttons-home {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: fit-content;
  position: relative;
  top: 0;
  left: 0;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.custom-page .button-home-1 {
  background: var(--base-color);
  border: none;
  border-radius: 5px;
  border-width: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 25px;
  color: white;
  transition: all;
}
.custom-page .button-home-1:hover {
  scale: 0.9;
  border: none;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
.custom-page .button-home-2 {
  background: var(--base-color);
  border: none;
  border-radius: 5px;
  border-width: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 25px;
  color: white;
  transition: all;
}
.custom-page .button-home-2:hover {
  scale: 0.9;
  border: none;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
.custom-page .section-2 {
  display: flex;
  flex-direction: row;
  height: fit-content;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 60px;
  gap: 10px;
}
.custom-page .section-2-item-1 {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  flex-basis: 45%;
  height: fit-content;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  margin: 0;
  max-width: 600px;
  gap: 0px;
}
.custom-page .section-2-item-2 {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  flex-basis: 45%;
  height: fit-content;
  max-width: 600px;
}
.custom-page .h2-section-2 {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #212529;
  margin: 0;
  padding-bottom: 10px;
}
.custom-page .phone-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  top: 0;
  left: 0;
}
.custom-page hr.plain-line {
  margin: 0;
  padding: 0;
  border: none;
  height: 1.2px;
  background-color: var(--base-color);
  width: 90%;
  display: block;
}
.custom-page .plain-line-div {
  display: flex;
  top: 0;
  left: 0;
  height: fit-content;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
}

.custom-page .background-wrapper-2 {
  display: flex;
  flex-direction: column;
  background-color: e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
  gap: 1rem;
  max-width: 600px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.custom-page .plain-line-div {
  display: flex;
  top: 0;
  left: 0;
  height: fit-content;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
}
.custom-page .h3-section-2 {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 500;
  color: #212529;
  margin: 0;
}
.custom-page .p-section-2 {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  color: #212529;
  margin: 0;
  line-height: 1.5;
  padding-bottom: 5px;
}
.custom-page .phone2 {
  font-family: Roboto;
  font-size: 38px;
  font-weight: 500;
  color: rgb(95, 95, 95);
  text-decoration: underline;
  margin-top: -30px;
  margin-bottom: -30px;
  padding-top: 0;
}
.custom-page .section-2-img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 12px 18px rgba(0, 0, 0, 0.1);
}
.custom-page .center {
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0;
  left: 0;
}
.custom-page .div-image {
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
}
.custom-page .div-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-size: cover;
background-position: 58% 60%;
  opacity: 0.05;
  background-image: url(https://www.forzasiteservices.com/wp-content/uploads/2025/07/ChatGPT-Image-Jul-7-2025-06_23_58-PM_PhotoGrid.png);
  z-index: -1;
  will-change: transform;
  animation: floatBg 50s ease-in-out infinite;
  padding: 0;
}
@keyframes floatBg {
  0% {
    transform: scale(1.07) translate3d(0, 0, 0);
  }
  20% {
    transform: scale(1.08) translate3d(-18px, -18px, 0);
  }
  40% {
    transform: scale(1.09) translate3d(16px, 16px, 0);
  }
  60% {
    transform: scale(1.08) translate3d(-16px, 20px, 0);
  }
  80% {
    transform: scale(1.07) translate3d(16px, -16px, 0);
  }
  100% {
    transform: scale(1.07) translate3d(0, 0, 0);
  }
}
@media (max-width: 768px) {
  .custom-page .home-banner::before {
    animation: none !important;
    transform: none !important;
    background-position: center;
    background-size: cover !important;
  }
}

.custom-page .section-3-column {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}
.custom-page .section-3-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}
.custom-page .section-3-row {
  display: flex;
  flex-direction: row;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  gap: 20px;
  padding: 20px 0;
	padding-left: 10px;
  max-width: 1200px;
}
.custom-page .section-3-item1,
.custom-page .section-3-item2,
.custom-page .section-3-item3 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0;
  gap: 15px;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.44);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.custom-page .h2-section-3 {
  font-family: Open Sans;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  color: #212529;
  margin: 0;
}
.custom-page .p-section-3 {
  font-family: Roboto;
  font-size: 15px;
  text-align: center;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  color: #212529;
}
.custom-page .cards-wheel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.custom-page .cards-wheel__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1.5rem;
  font-family: Open Sans;
}
.custom-page .cards-wheel__container {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  outline: none;
  padding-bottom: 10px;
}
.custom-page .cards-wheel__container.dragging {
  cursor: grabbing;
}
.custom-page .cards-wheel__container::-webkit-scrollbar {
  height: 8px;
}
.custom-page .cards-wheel__container::-webkit-scrollbar-track {
  background: rgba(245, 245, 245, 0.587);
}
.custom-page .cards-wheel__container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.custom-page .cards-wheel__card {
  flex: 0 0 48%;
  background: #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.custom-page .cards-wheel__card:hover {
  transform: translateY(-5px);
}
.custom-page .cards-wheel__header {
  background: #e5e7eb;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #1f2937;
  font-family: Open Sans;
}

.custom-page .cards-wheel__image {
  background: #f3f4f6;
  position: relative;
  overflow: hidden;
}
.custom-page .cards-wheel__image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.custom-page .cards-wheel__image.hovered img {
  transform: scale(1.05);
}
.custom-page .cards-wheel__description {
  background: #e5e7eb;
  padding: 1rem;
  flex: 1;
}
.custom-page .cards-wheel__description p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #4b5563;
  font-family: Roboto;
}
.custom-page .scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 2;
}
.custom-page .scroll-btn.prev {
  left: 8px;
}
.custom-page .scroll-btn.next {
  right: 8px;
}
.custom-page .magnifier {
  position: absolute;
  pointer-events: none;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: none;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.custom-page .section-4 {
  display: flex;
  flex-direction: row;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: 95vw;
  height: fit-content;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding-top: 45px;
  max-width: 1200px;
}
.custom-page .section-4-hr {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  top: 0;
  left: 0;
  height: fit-content;
  padding: 0;
}
.custom-page .section-4-item-1 {
  display: flex;
  flex-direction: column;
  flex-basis: 48%;
  position: relative;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  padding-top: 2%;
}
.custom-page .section-4-item-2 {
  display: flex;
  flex-direction: column;
  flex-basis: 45%;
  position: relative;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 600px;
  padding-top: 25px;
}
.custom-page .section-4-img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 12px 18px rgba(0, 0, 0, 0.3);
}
.custom-page .service-areas {
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.8;
  color: #343A40;
  text-align: center;
}
.custom-page .p-section-4 {
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.6;
  color: #212529;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
}
.custom-page .p-section-4-2 {
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.6;
  color: #212529;
  text-align: center;
  margin: 0;
  font-weight: 500;
  gap: 5px;
  flex-wrap: wrap;
}
.custom-page .h2-section-4 {
  font-family: Open Sans;
  font-size: 40px;
  line-height: 1.2;
  color: #333333;
  text-align: center;
  font-weight: 500;
  margin: 0;
  padding-bottom: 15px;
}
.custom-page .service-areas-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  left: 0;
  height: fit-content;
  width: 100%;
  gap: 7px;
  padding-top: 8px;
}
.custom-page .service-areas-container a {
  flex: 1 0 auto;
  padding: 5px 10px;
  text-decoration: none;
  background-color: var(--base-color);
  color: white;
  border-radius: 4px;
  text-align: center;
}
.custom-page .button-4 {
  background: var(--base-color);
  border: none;
  border-radius: 5px;
  border-width: 2px;
  padding: 8px 15px;
  font-size: 25px;
  color: white;
  transition: all;
}
.custom-page .button-4:hover {
  scale: 0.9;
  border: none;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
.custom-page .services-section {
  padding: 4rem 2rem 0;
}
.custom-page .services-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #333;
}
.custom-page .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.custom-page .service-box {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: 0.75rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.custom-page .service-box--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--base-color);
  opacity: 0.9;
  border-radius: inherit;
  z-index: 1;
}
.custom-page .service-box--dark > * {
  position: relative;
  z-index: 2;
  color: #fff;
}
.custom-page .service-box--light {
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
}
.custom-page .service-box__title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-family: Open Sans;
}
.custom-page .service-box__desc {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  font-family: Open Sans;
  padding-bottom: 10px;
}
.custom-page .service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .custom-page .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-page .service-box {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .custom-page .services-section {
    padding: 2rem 1rem;
  }
  .custom-page .services-title {
    font-size: 2rem;
  }
  .custom-page .services-grid {
    grid-template-columns: 1fr;
  }
  .custom-page .service-box {
    padding: 1rem;
  }
  .custom-page .service-box__title {
    font-size: 1.1rem;
  }
  .custom-page .service-box__desc {
    font-size: 0.9rem;
  }
}

.custom-page .testimonial-section {
  width: 70%;
  max-width: 1200px;
  margin: 50px auto;
  text-align: center;
  background: #ffffff6f;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
  min-height: 300px;
}
.custom-page .testimonial-slide {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.custom-page .testimonial-slide.active {
  opacity: 1;
  position: relative;
}
.custom-page .testimonial-text {
  font-size: 1.2em;
  color: #343A40;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 50px 10px;
  font-family: Roboto;
}
.custom-page .quote-icon {
  font-size: 3em;
  color: var(--base-color);
  margin-bottom: -15px;
  margin-top: -15px;
   padding-bottom: 20px
}
.custom-page .testimonial-author {
  font-weight: bold;
  color: var(--base-color);
  font-size: 1em;
	margin-bottom: -50px
}
.custom-page .arrow {
  position: absolute;
  top: 50%;
  font-size: 2em;
  color: white;
  cursor: pointer;
  transform: translateY(-50%);
  background: var(--base-color);
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.2s, color 0.2s;
}
.custom-page .arrow:hover {
  background: #e2e2e2;
  color: var(--base-color);
}
.custom-page .arrow-left {
  left: 10px;
}
.custom-page .arrow-right {
  right: 10px;
}

.custom-page .section-5 {
  display: flex;
  flex-direction: row;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: fit-content;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding-top: 35px;
}
.custom-page .section-5-item-1 {
  display: flex;
  flex-direction: column;
  flex-basis: 45%;
  position: relative;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  max-width: 700px;
  padding-bottom: 0;
  gap: 25px;
}
.custom-page .section-5-item-2 {
  display: flex;
  flex-direction: column;
  flex-basis: 45%;
  position: relative;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  max-width: 700px;
}
.custom-page .section-5-img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 12px 18px rgba(0, 0, 0, 0.3);
}
.custom-page .p-section-5 {
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.6;
  color: #343A40;
  text-align: center;
}
.custom-page .h2-section-5 {
  font-size: 35px;
  font-weight: 500;
  color: #343A40;
  font-family: Open Sans;
  text-align: center;
  margin: 0;
}
.custom-page .button-3 {
  background: var(--base-color);
  border: none;
  border-radius: 5px;
  border-width: 2px;
  padding: 8px 15px;
  font-size: 25px;
  color: white;
  transition: all;
}
.custom-page .button-3:hover {
  scale: 0.9;
  border: none;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}

.custom-page .phone2 {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 400;
    color: var(--base-color);
    text-align: center;
    padding-top: 15px;
    text-decoration: underline;
}

.custom-page .phone2-text {
    font-family: Roboto;
    font-size: 35px;
    line-height: 1.6;
    color: #343A40;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.custom-page .phone-call-today {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: fit-content;
	align-items: center;
}

.custom-page .section-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px #00000080;
    background-color: #ededed7d;
	text-align: center;
}

.custom-page .section-6 h2,
.custom-page .section-6 h3 {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin: 0 0 24px;
    line-height: 1.3;
}

.custom-page .section-6 h2 {
    margin-bottom: 32px;
}

.custom-page .section-6-align {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom-page .p-section-6 {
    font-family: Roboto;
    font-size: 17px;
    line-height: 1.7;
    color: #343A40;
    text-align: center;
    max-width: 950px;
	margin: 20px
}

.custom-page .section-7-align {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.custom-page .section-7 {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    height: fit-content;
    width: 80%;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 35px;
    max-width: 1200px;
}

.custom-page * {
    box-sizing: border-box;
}

/* base panel hidden */
.custom-page .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 18px;
  width: 98%;
  border: none;
  border-radius: 6px;
  margin-top: -8px;
  background-color: #FFFFFF6F;
  line-height: 1.5;
	z-index: 5;
	text-align: center;
}

/* when the container is “open,” show all borders */
.custom-page .collapsible-container.open .content {
  padding-top: 15px;
  margin-top: -10px;
  margin-left: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}


/* button states */
.custom-page .collapsible {
  background-color: #CACACA;
  color: #000;
  cursor: pointer;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 22px;
  padding-top: 22px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
	z-index: 999;
}
.custom-page .collapsible:hover,
.custom-page .collapsible-container.open .collapsible {
  background-color: var(--base-color);
  color: #fff;
}
.custom-page .icon {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
}

.custom-page .h2-section-7 {
    font-family: Open Sans;
    font-size: 40px;
    color: #212529;
    font-weight: 500;
    text-align: center;
}

.custom-page .section-6-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
    padding: 10px 5px;
    border-radius: 8px;
    box-shadow: 0 4px 8px #00000080;
    background-color: #ededed7d;
}

.custom-page .flex-50 {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    flex-basis: 48%;
    height: fit-content;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    margin: 0;
    max-width: 600px;
    gap: 5px;
}

.custom-page .iframe-simple-wrapper-2 {
    width: 100%;
    padding-top: 35px;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.custom-page .partners {
    display: flex;
    flex-direction: row;
    height: fit-content;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 5%;
    max-width: 2600px;
}

.custom-page .partners-text-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    padding-bottom: 20px;
}

.custom-page .partners-h4 {
    font-family: Poppins;
    font-size: 35px;
    font-weight: 500;
    margin: 0;
    color: black;
}

.custom-page .footer {
    display: flex;
    flex-wrap: row;
    flex-direction: row;              
    width: 98vw;                     
    margin: 0 auto;                     
    position: relative;
    top: 0;
    left: 0;
    height: 100px;
    align-items: center;
    justify-content: center;   
    border-top: 1px solid #CED4DA;    
    box-shadow: 0px -10px 10px rgba(66, 66, 66, 0.35);
    padding-right: 1.5%;
    padding-left: 1.5%;                 /* match left/right padding */
    box-sizing: border-box;             /* include padding in the width calculation */
}

.custom-page .footer-item-1 {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    position: relative;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: flex-start;
    height: 90px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    z-index: 5;
    max-width: 600px;
}

.custom-page .footer-item-2 {
    display: flex;
    flex-direction: row;
    flex-basis: 50%;
    position: relative;
    top: 0;
    left: 0;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    height: 90px;
}

.custom-page .logo {
    width: auto;                     
    max-height: 80px;             
}

.custom-page .logo-text-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0px;
	margin-top: 85px;
}

.custom-page .fusion-a {
    display: block;
    width: auto;
    padding-top: 0;
	margin: 0;
}

.custom-page .fusion {
    display: block;
    width: auto;
	max-width: 140px;
    height: auto;
}

.custom-page .powered-by {
    margin: 0;
    font-family: sans-serif;
}

.custom-page .whitespace {
    background-color: transparent;
    border-color: transparent;
    height: 15px;
}
.custom-page .whitespace-2 {
    background-color: transparent;
    border-color: transparent;
    height: 45px;
}

.custom-page .hr4 {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 20px !important;
  background: linear-gradient(to bottom, transparent, #e0e0e0) !important;
  border: none !important;
}


.custom-page .hr5 {
  display: block !important;
  width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 40px !important;                
  background: linear-gradient(#ffffff, transparent);
}

.custom-page.hr6 {
  display: block !important;
  width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 80px !important;      
  background-color: #e0e0e0 !important;    
  background-image: linear-gradient(rgba(255,255,255,0), #e0e0e0);
  z-index: 999;
	
}

.custom-page .hr7 {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 20px !important;
	background-color: transparent;
}

/* — Trigger button — */
#chat-toggle {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  background: var(--base-color);
  color: #fff;
  padding: 8px 14px;
  border-radius: 5px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  transition: transform .2s ease;
  z-index: 10000;
}
#chat-toggle:hover {
  transform: scale(1.05);
}
#chat-toggle.open {
  background: var(--base-color) !important;
  color: transparent !important;
}
#chat-toggle.open::before {
  content: "✕";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  color: #fff;
  pointer-events: none;
}

/* — Popup container — */
#chat-container {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 90%;
  max-width: 400px;
  background: #e0e0e0;
  border-radius: .75rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  display: none;
  flex-direction: column;
  height: 580px;
  overflow: hidden;
  z-index: 9999;
}

/* — Fade + slide in — */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#chat-container.open {
  display: flex;
  animation: fadeInUp .3s ease-out forwards;
  bottom: 5.5rem;
}

/* — Hide internal close “×” — */
#chat-close {
  display: none !important;
}

#chat-container iframe {
  flex: 1 1 auto;
  min-height: 0;
}

.custom-page .quote-footer {
  flex-shrink: 0;
}

/* — Footer with phone number — */
.quote-footer {
  padding: 0.75rem;
  text-align: center;
  background: var(--base-color);
  color: #fff;
  border-bottom-left-radius: .75rem;
  border-bottom-right-radius: .75rem;
  font-family: Rubik, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.quote-footer a,
.quote-footer .home-phone {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 580px;
  font-family: Rubik, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}





@media (max-width: 768px) {
	.custom-page .header-item-1 img {
		width: 60%;
	}
	
	.custom-page .section-6-2 {
		width: 95%;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.custom-page .services-grid {
  grid-template-columns: repeat(2, 1fr);
}
	.custom-page .hr5 {
		height: 0px;
		background-color: transparent;
		background-image: transparent;
	}
	.custom-page .div-image::before {
		background-image: none;
	}
	.custom-page .iframe-simple-wrapper {
		padding-top: 0px;
	}
		.custom-page .iframe-simple-wrapper-2 {
		padding-top: 0px;
		align-self: center;
	}
	
  body.custom-page,
  .custom-page {
    background-color: #e0e0e0 !important;
  }
  .custom-page .div-image::before {
    background-image: none !important;
    opacity: 0 !important;
  }
  .custom-page .home-banner-content {
    flex-direction: column;
	  gap: 10px;
  }
  .custom-page .banner-text {
    width: 100%;
  }
  .custom-page .iframe-simple-wrapper {
    width: 95%;
  }
  .custom-page .section-2 {
    flex-direction: column;
  }
  .custom-page .h2-home {
    font-size: 0;
  }
  .custom-page .h2-section-2 {
    text-align: center;
    font-size: 35px;
  }
  .custom-page .section-2-item-1 {
    align-items: center;
  }
  .custom-page .section-2-item-2 {
    align-items: center;
  }
  .custom-page .phone-text-wrapper {
    align-items: center;
  }
  .custom-page .section-3-column {
    width: 70%;
  }
  .custom-page .p-section-2 {
    text-align: center;
  }
  .custom-page .section-3-row {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .custom-page .section-3-item1,
  .custom-page .section-3-item2,
  .custom-page .section-3-item3 {
    flex-basis: 70%;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .custom-page .section-4 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .custom-page .section-4-item-1,
  .custom-page .section-4-item-2 {
    flex-basis: 90%;
    align-items: center;
    justify-content: center;
  }
  .custom-page .section-4-img {
    width: 90vw;
  }
  .custom-page .section-5 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
	.custom-page .section-5-item-1 {
		width: 90%
	}
	
	.custom-page .section-5-item-2 {
		width: 95%
	}
  .custom-page .section-6 {
    flex-direction: column;
    width: 95%;
    align-self: center;
  }
  .custom-page .section-7 {
    width: 95%;
  }
  .custom-page .testimonial-section {
    width: 90%;
  }
  .custom-page .h3-top {
    font-size: 20px;
  }
  .custom-page .heading-top {
    font-size: 30px;
  }
  .custom-page .h2-top {
    font-size: 25px;
  }
  .custom-page .phone {
    font-size: 20px;
  }
  .custom-page .banner-content {
    width: 95%;
    gap: 13px;
  }
  .custom-page .h3-section-2 {
    font-size: 25px;
  }
  .custom-page .section-2-img {
    width: 90vw;
  }
  .custom-page .h2-section-3 {
    font-size: 30px;
  }
  .custom-page .h2-section-6 {
    font-size: 30px;
  }
  .custom-page .service-areas-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .custom-page .section-6-img {
    width: 80%;
  }
  .custom-page .h2-section-4 {
    font-size: 25px;
  }
  .custom-page .phone2-text,
  .custom-page .phone2 {
    font-size: 25px;
    font-weight: 500;
  }
  .custom-page .h2-section-5 {
    font-size: 30px;
  }
  .custom-page .partners-h4 {
    font-size: 30px;
  }
}

.custom-page .h2-section-7 {
    text-align: center;
}

@media (max-width: 925px) {
	   body.custom-page,
	  .custom-page {
		background-color: #e0e0e0 !important;
	  }
	
	.custom-page .hr5 {
      background: linear-gradient(#e0e0e0, transparent);
	}
}
@media (max-width: 868px) {
    .custom-page nav .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: rgb(167, 167, 167);
        border-radius: 10px;
        width: 200px;
        padding: 15px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }
	   body.custom-page,
	  .custom-page {
		background-color: #e0e0e0 !important;
	  }
    .custom-page nav.active .menu {
        display: flex;
    }
    .custom-page nav .menu-item {
        padding: 10px 15px;
        margin: 5px 0;
        text-decoration: none;
        font-size: 15px;
        color: white;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        width: 100%;
        box-sizing: border-box;
    }
    .custom-page nav .menu-item:hover {
        background-color: rgb(140, 140, 140);
    }
    .custom-page nav .button-top {
        padding: 10px 15px;
        margin: 5px 0;
        background-color: #333;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: 100%;
        box-sizing: border-box;
    }
    .custom-page nav .button-top:hover {
        transform: scale(0.9);
        border: none;
        transition-timing-function: ease-in-out;
        transition-duration: 200ms;
    }
    .custom-page nav .hamburger {
        display: block;
    }
    .custom-page .dropdown-content {
        position: relative;
        top: 0;
        left: 0;
        background-color: rgb(167, 167, 167);
        box-shadow: none;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .custom-page .dropdown-content a {
        color: white;
        padding: 10px 15px;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .custom-page .dropdown-content a:hover {
        background-color: rgb(140, 140, 140);
    }
}
@media only screen and (max-width: 768px) {
    .custom-page .cards-wheel {
        padding: 1.5rem 0.5rem;
    }
    .custom-page .cards-wheel__title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    .custom-page .cards-wheel__container {
        gap: 0.75rem;
        padding-bottom: 8px;
    }
    .custom-page .cards-wheel__card {
        flex: 0 0 70%;
        border-radius: 12px;
    }
    .custom-page .cards-wheel__header {
        font-size: 1.25rem;
        padding: 0.75rem;
    }
    .custom-page .cards-wheel__image img {
        height: 250px;
    }
    .custom-page .cards-wheel__description {
        padding: 0.75rem;
    }
    .custom-page .cards-wheel__description p {
        font-size: 0.95rem;
    }
    .custom-page .scroll-btn {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .custom-page .cards-wheel {
        padding: 1rem 0.5rem;
    }
    .custom-page .cards-wheel__title {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }
    .custom-page .cards-wheel__container {
        gap: 0.5rem;
    }
    .custom-page .cards-wheel__card {
        flex: 0 0 85%;
    }
    .custom-page .cards-wheel__header {
        font-size: 1.1rem;
        padding: 0.5rem;
    }
    .custom-page .cards-wheel__image img {
        height: 200px;
    }
    .custom-page .cards-wheel__description p {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    .custom-page .scroll-btn {
        width: 28px;
        height: 28px;
        top: 45%;
    }
}
@media only screen and (max-width: 768px) {
    .custom-page .section-6-2 {
        flex-direction: column;
        padding: 8px 4px;
    }
    .custom-page .flex-50 {
        flex-basis: 100%;
        max-width: 100%;
        padding: 8px;
        gap: 8px;
    }
    .custom-page .iframe-simple-wrapper-2 {
        padding-top: 28px;
        width: 95vw;
    }
}
@media only screen and (max-width: 480px) {
    .custom-page .section-6-2 {
        padding: 6px 3px;
        margin: 20px auto;
        border-radius: 6px;
    }
    .custom-page .flex-50 {
        padding: 6px;
        gap: 6px;
    }
    .custom-page .iframe-simple-wrapper-2 {
        padding-top: 24px;
    }
}
@media only screen and (max-width: 768px) {
    .custom-page .footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        height: auto;
		width: 98vw;
    }
    .custom-page .footer-item-1 {
        width: 100%;
        flex-basis: auto;
        padding: 10px 0;
        justify-content: center;
        align-items: center;
    }
    .custom-page .footer-item-2 {
        width: 100%;
        flex-basis: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 10px 0;
    }
    .custom-page .footer-item-1 .logo {
        width: 40%;
    }
    .custom-page .footer-item-2 .fusion {
        max-width: 100px;
    }
}
