@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

:root {
  --primary: #3f35c8;
  --primary-lighter: #5043fe;
  --primary-dark: #2d2dbf;
  --text-p-color: #767474;
  --text-p-muted: #333;
  --text-breadcrumb: #4E44F5;
  --accordion-button: #121111;
  --secondary: #4237ea;
  --darkBlue: #001845;
  --darkerBlue: #050b20;
  --cta-btn-bgColor: #fa8c16;
  --MrRemodelColor: #4e44f5;
  --accent: #ffb400;
  --text: #222;
  --muted: #6c757d;
  --bg-shaded: #f5f6fe;
  --bg-shaded-secondary: #eeeff7;
  --bg-info: #eff0f5;
  --border-radius-lg: 1.25rem;
  --border-radius: 0.75rem;
  --header-height: 80px;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--text);
  background: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.bg-primary-custom {
  background: var(--primary) !important;
  color: #fff;
}

.bg-secondary-custom {
  background: var(--secondary) !important;
}

.bg-shaded {
  background: var(--bg-shaded);
}

.bg-info-c {
  background: var(--bg-info);
}

.text-breadcrumb{
  color: var(--text-breadcrumb);
}

.text-accent {
  color: var(--accent) !important;
}

.rounded-large {
  border-radius: var(--border-radius-lg) !important;
}

.rounded {
  border-radius: var(--border-radius) !important;
}

.shadow-custom {
  box-shadow: 0px 100.182px 59.957px 0px rgba(0, 0, 0, 0.02),
    0px 11.384px 24.287px 0px rgba(0, 0, 0, 0.04);
}

.textColorPrimary {
  color: var(--primary) !important;
}

.text-color-primary-lighter {
  color: var(--primary-lighter) !important;
}

.text-color-accordion {
  color: var(--accordion-button) !important;
}

.text__muted {
  color: var(--text-p-muted);
}

.text-p-muted {
  color: var(--text-p-muted);
}

.text-dark-blue {
  color: var(--darkBlue) !important;
}

.bgColorPrimary {
  background: var(--primary) !important;
}

.bgColorSecondary {
  background: var(--secondary) !important;
}

.bgGlass {
  background: rgba(216, 228, 228, 0.2);
}

.bgDarkerBlue {
  background: var(--darkerBlue) !important;
}

.bgRemodelGradient {
  background: linear-gradient(180deg, #5044ff -1.96%, #180daa 120%);
}

.bgRemodelGradient-light {
  background: linear-gradient(
    180deg,
    rgba(80, 68, 255, 0) 27.76%,
    #180daa 387.73%
  );
}

.widthFormFooter {
  max-width: 744px;
}

/* CUSTOM FONT SIZE */
.fsize-1 {
  font-size: 50px;
}
.fsize-2 {
  font-size: 42px;
} /* /* fs- 42(desktop) to 24px (mobile)*/
.fsize-3 {
  font-size: 30px;
  line-height: 1.4;
} /* /* fs- 28(desktop) to 16px (mobile)*/
.fsize-4 {
  font-size: 24px;
} /* fs- 24(desktop) to 12px (mobile)*/
.fsize-5 {
  font-size: 20px;
} /* fs- 20(desktop) to 16px (mobile)*/
.fsize-6 {
  font-size: 18px;
}
.fsize-p {
  font-size: 16px;
}
.fsize-small {
  font-size: 16px;
}
.fsize-small-info {
  font-size: 12px;
}

.faq-fs-title {
  font-size: 50px;
}

.card-title {
  font-size: 35px;
}

/* Sticky Header */
#sticky-header {
  background: linear-gradient(180deg, #5044ff -1.96%, #180daa 120%);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  z-index: 1050;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 99999;
}

#sticky-header.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sticky-header-logo-img {
  height: 36px;
}

.sticky-header-centerbox {
  align-items: center;
  padding: 0.75rem 2.5rem;
  box-shadow: 0 2px 8px rgba(45, 45, 191, 0.06);
  min-width: 400px;
  max-width: 700px;
  width: 100%;
  gap: 1.5rem;
}

.sticky-header-select {
  border: 1px solid #e0e0e0;
  background: #fff;
  font-size: 1rem;
  border-radius: 999px;
  box-shadow: none;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  height: 38px;
  min-width: 150px;
  max-width: 220px;
  text-align: left;
  color: #222;
  font-weight: 500;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7.293 8.293a1 1 0 011.414 0L10 9.586l1.293-1.293a1 1 0 111.414 1.414l-2 2a1 1 0 01-1.414 0l-2-2a1 1 0 010-1.414z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.1rem 1.1rem;
}

.sticky-header-select:focus {
  border-color: #bdbdbd;
  outline: none;
  box-shadow: none;
}

.sticky-header-findpro {
  background: #ffb400;
  color: #111;
  border: none;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.1rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
  box-shadow: 0 2px 8px rgba(255, 180, 0, 0.3);
  padding: 0;
  text-align: center;
  transition: background 0.2s, color 0.2s;
}

.sticky-header-findpro:hover,
.sticky-header-findpro:focus {
  background: #ffcb3c;
  color: #111;
}

.stickyHeaderCta {
  padding: 12px 24px;
  transition: background 0.2s, color 0.2s;
}

.stickyHeaderCta:hover,
.stickyHeaderCta:focus {
  background: #edeaff;
  color: #2d2dbf;
}

/* Hero Section */
.hero-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    264deg,
    rgb(0 0 0 / 40%) 11.14%,
    rgb(0 0 0 / 40%) 112.06%
  );
  z-index: 1;
  pointer-events: none;
}

.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.heroContent-box {
  max-width: 1050px;
}

.services-content-box{
  background: rgba(0, 0, 0, 0.80);
  max-width: 1036px;
  margin-top: 120px!important;
  margin-bottom: 240px!important;
}

.hero-bg-hvac {
  background-image: url(../img/hvac/hero-bg.png);
}
.hero-bg-bathroom {
  background-image: url(../img/bathroom/bathroom-hero-bg.png);
}
.hero-bg-windows {
  background-image: url(../img/windows/hero-bg.png);
}
.hero-bg-roofing {
  background-image: url(../img/roofing/roofing-hero-bg.png);
}
.hero-bg-gutter {
  background-image: url(../img/gutters/gutter-bg-hero.png);
}
.hero-bg-flooring {
  background-image: url(../img/flooring/flooring-bg-hero.png);
}
.hero-bg-pest {
  background-image: url(../img/pest/pest-hero-bg.png);
}
.hero-bg-siding {
  background-image: url(../img/siding/siding-bg-hero.png);
}
.hero-bg-water-damage {
  background-image: url(../img/water-damage/water-damage-bg-hero.png);
}
.hero-bg-plumbing {
  background-image: url(../img/plumbing/plumbing-bg-hero.png);
}

.bg-contractor {
  position: relative;
  z-index: 0;
  background-color: lightgray; 
  min-height: 300px;
  overflow: hidden;
  background-blend-mode: overlay;
}

.bg-contractor::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(212deg, rgba(0, 0, 0, 0.05) -9.22%, rgba(0, 0, 0, 0.25) 156.19%), url(../img/contractor/bg-contractor.jpg) -162.338px -114.144px / 116.893% 130.038% no-repeat, linear-gradient(180deg, #5044FF 56.3%, #180daa 120%);
  opacity: 0.7;
  background-blend-mode: overlay;
}

.bg-size-cover {
  background-size: cover;
}

.bg-position-center {
  background-position: center;
}

.hero-bg-border_b {
  background: linear-gradient(270deg, #5044ff 1.15%, #180daa 100%);
  height: 16px;
}

.hero-background {
  transition: background-image 1s cubic-bezier(0.4, 0, 0.2, 1);
  background-size: cover;
  background-position: center;
  height: auto;
  z-index: 1;
}

.heroContent {
  z-index: 2;
  padding: 150px 0 150px 0;
}

.heroHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.cta-button-primary {
  background-color: #fa8c16;
}

.mw-400{
  max-width: 400px;
}

.mw-740 {
  max-width: 740px;
}

.mw-960 {
  max-width: 960px;
}

.mh-280{
  min-height: 280px;
}

.hero-cta {
  padding: 0.5rem 1.5rem;
}

.heroTitle {
  line-height: 58px;
}

.heroSubtitle {
  font-size: 20px;
}

.hero-select {
  max-width: 260px;
}

/* Project Icons Section */
.projectIcons-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.projectIcon {
  width: 49px;
  height: 58px;
}

.projectIconLink {
  min-width: 146px;
  height: auto;
  border: 1px solid #d8d8d8;
  padding: 16px 0px 20px 0px;
  transition: 0.5s all ease;
}

.projectIconLink img {
  transition: 0.6s all ease;
}

.projectIconText {
  font-size: 18px;
}

.projectIconLink:hover,
.projectIconLink:focus {
  background: var(--primary) !important;
  color: #fff !important;
  box-shadow: 0 4px 24px rgba(45, 45, 191, 0.15);
}

.projectIconLink:hover img {
  filter: brightness(0) invert(1) !important;
}

/* Why Choose Section */
.projectIcons-section,
.whyChooseSection {
  background: #f5f6fa;
}

.whyChooseMascot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  max-height: 540px;
}

.why-choose-title {
  font-size: 40px;
}

.whyChooseIcon-img {
  width: 74px;
  height: 74px;
}

.why-choose-select {
  max-width: 220px;
}

form#whyProjectTypeForm {
  max-width: 560px;
}

/* Projects Section */

.section-title-heading {
  font-size: 40px;
  color: #001845;
}

.project-card-img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* How It Works Section */

.howItWorksTitle {
  font-size: 2rem;
}

.howItWorks-arrow::before {
  content: "";
  background: url(../img/svg/arrow-1.svg) no-repeat;
  position: absolute;
  top: 20%;
  left: -50px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.howItWorks-arrow::after {
  content: "";
  background: url(../img/svg/arrow-2.svg) no-repeat;
  position: absolute;
  top: 40%;
  left: 90%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Partners Section */
.partnersTitle {
  font-size: 2rem;
}

.partnerLogo {
  max-height: 60px;
  transition: filter 0.3s, opacity 0.3s;
}

.partnerLogo:hover {
  filter: grayscale(100%);
  opacity: 1;
}

/* Testimonials Section */
.testimonials-section {
  background: #f5f6fa;
}

.testimonial-swiper {
  padding-bottom: 50px;
}

.testimonials-title {
  font-size: 2rem;
}

.testimonial-text {
  font-size: 1.75rem;
  font-weight: 700;
  color: #001845;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s;
}

.testimonial-dot.active {
  background: var(--primary);
}

/* Blog Section */
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6,
.blog-content h7 {
    padding-top: .5em;
    padding-bottom: .25em;
}
.blog-content p{
    margin-left: auto;
}
.blog-content ul {
    padding-left: 3em;
}
.blog-content table {
    margin: 1.5em;
}
.blog-image-wrapper::before {
  background-color: rgba(0, 0, 0, 0.25);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.blog-image {
    display: block;
    width: 100%;
    background-color: #fff5ee;
    /* object-fit: cover; */
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
}

.backdrop-blur {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.blog-title {
  font-size: 2rem;
}

.blog-card-img {
  aspect-ratio: 12/9;
  object-fit: cover;
}

.blog-slider-wrapper .swiper-pagination {
  text-align: left;
}

.cta-title {
  font-size: 2rem;
}

.cta-subtitle {
  font-size: 1.125rem;
}

.cta-select {
  max-width: 220px;
}

.cta__mascot {
  position: absolute;
  left: 0;
  top: -130px;
}

.quote-mark-image {
  top: -20px;
  left: -10px;
  z-index: -1;
  width: 50px;
}

.avatar-container {
    flex-shrink: 0;
}

.avatar-circle-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background: var(--form-primary); */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Our Results in Numbers Section */
.stats-number {
  font-size: 3.75rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.stats-number.visible {
  opacity: 1;
  transform: translateY(0);
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  box-shadow: none;
  background: none;
}

.border__solid__white {
  border: 1.028px solid rgba(255, 255, 255, 0.3);
}

.disclaimer__title {
  top: -12px;
  line-height: 24px;
  padding: 0 6px;
}

.mw-1000 {
  max-width: 1000px;
}

.mw-800 {
  max-width: 800px;
}

.mh-700 {
  max-height: 700px;
}

.mw-500 {
  max-width: 500px;
  margin: 0 auto;
}

.mw-370 {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}


.global-swiper-wrapper [data-slider-max-item="3"] .global-swiper-feature{
  width: 100%;

}

.mw-350 {
  max-width: 350px;
  margin: 0 auto;
}

.mw-400 {
  max-width: 400px;
  margin: 0 auto;
}

.mw-450{
  max-width: 450px;
}


.bi-chevron-down::before {
  color: #000000;
  font-weight: 700 !important;
}

.custom__shape__bg {
  bottom: -5%;
}

.testimonial-company-logo {
  width: 100%;
  max-width: 190px;
  height: auto;
}

.testimonial-button-wrapper {
  width: 140px;
  margin: auto;
  margin-right: 0;
  position: relative;
}

.testimonial-button-wrapper .swiper-button-next:after,
.testimonial-button-wrapper .swiper-button-prev:after {
  content: "";
}

.testimonial-button-wrapper .swiper-button-prev,
.testimonial-button-wrapper .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  font-size: 1.2rem;
  cursor: pointer;
}

.testimonial-button-wrapper .swiper-button-prev:hover,
.testimonial-button-wrapper .swiper-button-prev:active,
.testimonial-button-wrapper .swiper-button-next:hover,
.testimonial-button-wrapper .swiper-button-next:active {
  background-color: var(--primary);
  color: #fff;
}

.testimonial-button-wrapper .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* Footer */
.footer-logo-img {
  height: 93px;
}

.footer-social-link {
  font-size: 1.25rem;
  transition: color 0.3s;
}

.footer-social-link:hover {
  color: #fff !important;
}

.footer-badge {
  height: 40px;
  width: auto;
}

.footer-legal-link:hover {
  color: #fff !important;
}

.accordion-button.accordion__btn__footer:not(.collapsed)::after,
.accordion-button.accordion__btn__footer::after {
  filter: brightness(0) invert(1);
}

.bgShaded {
  background: var(--bg-shaded) !important;
}

.bgShaded__darker {
  background: var(--bg-shaded-secondary);
}

.mw-1476 {
  max-width: 1476px;
  margin: 0 auto;
}

.heroForm {
  background: #fff;
}

.projectCardTitle {
  font-size: 28px;
}

.whySwiper .swiper-wrapper {
  margin-bottom: 20px;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.howSwiper-pagination {
  margin-bottom: -50px;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(120deg, #5044ff, #180daa);
}

.global-swiper-2-wrapper .swiper-pagination-bullet-active {
    background: linear-gradient(120deg, #ffffff, #ffffff) !important;
}

.global-swiper-2-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #3c30e0;
    border: .5px solid #fff;
}

.global-swiper-2-wrapper .swiper-slide {
  height: auto;
}

.process-icons{
 height: 80px;
 width: 80px;
}

.curve-background {
  position: relative;
  overflow: hidden;
}
.curve-background::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 286 211'><path d='M761.538 628.907C769.365 595.587 773.469 561.126 773.469 525.857C773.469 235.88 496.357 0.817871 154.506 0.817871C-187.345 0.817871 -464.457 235.88 -464.457 525.857C-464.457 561.126 -460.338 595.587 -452.526 628.907H761.538Z' fill='%232D22CE' fill-opacity='0.5'/></svg>")
    no-repeat center top;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

.swiper-button-next,
.swiper-button-prev {
  background: none;
  width: 50px;
  height: 50px;
  z-index: 9999;
}

.howItWorksContent .swiper-button-next,
.howItWorksContent .swiper-button-prev,
.howSwiper-wrapper .swiper-button-next,
.howSwiper-wrapper .swiper-button-prev {
  background: none;
  width: 38px;
  height: 38px;
}
/* .howItWorksContent .swiper-button-next,
.howSwiper-wrapper .swiper-button-next{
  right: -80px;
}
.howItWorksContent .swiper-button-prev,
.howSwiper-wrapper .swiper-button-prev{
  left: -80px; 
}*/
.howItWorksContent .swiper-button-next:after,
.howSwiper-wrapper .swiper-button-next:after {
  content: "";
}
.howItWorksContent .swiper-button-prev:after,
.howSwiper-wrapper .swiper-button-prev:after {
  content: "";
}

/* Customize Swiper Slider Arrow */
.whySwiper-wrapper .swiper-button-prev,
.whySwiper-wrapper .swiper-button-next,
.howSwiper-wrapper .swiper-button-next,
.howSwiper-wrapper .swiper-button-prev,
.global-swiper-wrapper .swiper-button-prev,
.global-swiper-wrapper .swiper-button-next,
.global-swiper-2-wrapper .swiper-button-prev,
.global-swiper-2-wrapper .swiper-button-next {
  display: none;
}

.photo-gallery-swiper .swiper-button-next::after,
.photo-gallery-swiper .swiper-button-prev::after,
.global-swiper-2-wrapper .swiper-button-prev::after,
.global-swiper-2-wrapper .swiper-button-next::after {
  content: "";
}

.photo-gallery-swiper .swiper-button-prev,
.photo-gallery-swiper .swiper-button-next, 
.global-swiper-2-wrapper .swiper-button-next,
.global-swiper-2-wrapper .swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  margin-top: -50px;
}



.photo-gallery-swiper .swiper-button-next, .global-swiper-2-wrapper .swiper-button-next {
  background-image: url("../img/svg/Next-Button.svg");
}

.photo-gallery-swiper .swiper-button-prev, .global-swiper-2-wrapper .swiper-button-prev {
  background-image: url("../img/svg/Back-Button.svg");
}

.whyChooseSection .swiper-button-next::after,
.global-section-slider .swiper-button-next::after,
.whySwiper-wrapper .swiper-button-next::after {
  content: url(../img/svg/Next-Button.svg);
}

.whyChooseSection .swiper-button-prev::after,
.global-section-slider .swiper-button-prev::after,
.whySwiper-wrapper .swiper-button-prev::after {
  content: url(../img/svg/Back-Button.svg);
}

.howSwiper-wrapper .swiper-button-next::after {
  content: url(../img/svg/Next-Button-Blue.svg);
}

.howSwiper-wrapper .swiper-button-prev::after {
  content: url(../img/svg/Back-Button-Blue.svg);
}

.global-swiper {
  padding-top: 30px;
  padding-bottom: 100px;
}

.global-swiper .swiper-pagination{
  bottom: 30px !important;
}

.global-swiper-2 .swiper-pagination {
    bottom: -2% !important;
  }

/* HVAC ADDITIONAL CSS */
.form-control:focus {
  border: none;
  box-shadow: none;
}

.text__p__regular {
  color: var(--text-p-color) !important;
}

.cta__btn {
  font-size: 19px;
  text-align: center;
  font-style: normal;
  color: #ffffff;
  font-weight: 700;
  line-height: 32px;
  padding: 11px 22px;
  align-items: center;
  border-radius: 66px;
  background: var(--cta-btn-bgColor);
}

.btn-submit {
  background: var(--cta-btn-bgColor) !important;
}

.bg__basic__style {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.shadow__custom {
  box-shadow: 0px 122px 34px 0px rgba(0, 0, 0, 0),
    0px 78px 31px 0px rgba(0, 0, 0, 0.01), 0px 44px 26px 0px rgba(0, 0, 0, 0.02),
    0px 20px 20px 0px rgba(0, 0, 0, 0.04), 0px 5px 11px 0px rgba(0, 0, 0, 0.05);
}

.shadow__custom-secondary {
  box-shadow: 0px 79px 22px 0px rgba(0, 0, 0, 0),
    0px 50px 20px 0px rgba(0, 0, 0, 0), 0px 28px 17px 0px rgba(0, 0, 0, 0.02),
    0px 13px 13px 0px rgba(0, 0, 0, 0.03), 0px 3px 7px 0px rgba(0, 0, 0, 0.03),
    0px 0px 0px 0px rgba(0, 0, 0, 0.03);
}

.shadow__custom-cards {
  box-shadow: 0px 96.394px 57.691px 0px rgba(0, 0, 0, 0.02),
    0px 10.954px 23.368px 0px rgba(0, 0, 0, 0.04);
}

.text-black-70 {
  color: rgba(0, 0, 0, 0.7);
}

.offset-bottom {
  margin-bottom: -20px;
}

/* FORMS CUSTOM CSS */
.form-section {
  background: linear-gradient(180deg, #5044ff -1.96%, #180daa 120%);
}

.info-bubble::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 35%;
  width: 100%;
  height: 100%;
  background-image: url(../img/forms/bubble-point.svg);
  background-repeat: no-repeat;
}

.breadcrumb-item {
  color: #868686;
}
.breadcrumb-item.active {
  color: var(--MrRemodelColor);
}

.state-link {
  color: var(--MrRemodelColor);
  text-decoration: none;
  text-underline-offset: 5px;
}

.state-link:hover {
  text-decoration: underline;
}

.hero-contractor-wrapper {
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 79px 22px 0 rgba(0, 0, 0, 0), 0 50px 20px 0 rgba(0, 0, 0, 0.01),
    0 28px 17px 0 rgba(0, 0, 0, 0.05), 0 13px 13px 0 rgba(0, 0, 0, 0.09),
    0 3px 7px 0 rgba(0, 0, 0, 0.1);
}

.breadcrumb-item.active{
  color: #868686;
}
 
.breadcrumb-item, .breadcrumb-item a {
  color: var(--MrRemodelColor);
  text-decoration: none;
  transition: all ease .3s;
}
 
.breadcrumb-item a:hover {
  text-decoration: underline!important;
}

/* Responsive Design */
@media (min-width: 1500px) {
  .containerMaxWidth {
    max-width: 1690px;
    width: 100%;
  }
}

@media (min-width: 992px) {

  .whySwiper-wrapper .swiper-slide {
    width: auto;
  }

  .whySwiper .swiper-wrapper .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }

  .whySwiper .swiper-wrapper {
    flex-wrap: wrap;
  }



  .global-swiper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .global-swiper .swiper-wrapper, .global-swiper-2 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .global-swiper .swiper-pagination,
  .global-swiper-2 .swiper-pagination {
    display: none;
  }

  .global-swiper .swiper-slide.col-xl-3,
  .global-swiper-2 .swiper-slide.col-xl-3 {
    width: 25% !important;
    flex: 0 0 25% !important;
    display: flex !important;
  }

  .global-swiper .swiper-slide.col-lg-4,
  .global-swiper-2 .swiper-slide.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }

  .global-swiper .swiper-slide, 
  .global-swiper-2 .swiper-slide {
    width: auto !important;
  }

  .w-md-50 {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .w-lg-50 {
    width: 50%;
  }

  .rounded-md-4 {
    border-radius: 25px !important;
  }
}

@media (max-width: 1400px) {
  .fsize-2 {
    font-size: 35px;
  }
}

@media (max-width: 1199.98px) {
  .sticky-header-centerbox {
    min-width: 0;
    padding: 0.5rem 1rem;
    max-width: 100%;
  }

  .sticky-header-findpro {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    font-size: 1rem;
    margin-left: 1rem;
  }

  .fsize-2_heading-1 {
    font-size: 35px;
  }

  .sticky-header-logo-img {
    height: 32px;
  }

  .stats-number {
    font-size: 2.188rem;
  }
}

@media (max-width: 991.98px) {
  .sticky-header .containerMaxWidth {
    flex-direction: column;
    gap: 1rem;
  }

  .sticky-header-centerbox {
    padding: 0.5rem 0.5rem;
    gap: 0.5rem;
  }

  .stickyHeaderCta {
    background: transparent !important;
    color: #fff !important;
    padding: 0 !important;
  }

  .sticky-header-select {
    font-size: 0.95rem;
    height: 32px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 1.5rem;
  }

  .heroTitle {
    line-height: 1.5;
  }

  .fsize-1 {
    font-size: 35px;
  }
  .fsize-1_heading-1 {
    font-size: 28px;
  }

  .heroContent-box {
    max-width: 100%;
  }

  .size-reduced-mobile {
    margin-top: -150px;
  }

  .cta__mascot,
  .size-reduced-mobile {
    max-height: 267px;
    left: 0;
    top: -30%;
  }

  .bg-md-none {
    background-image: none !important;
    box-shadow: none !important;
  }

  .roof-upgrade-section .whyChooseFeature{
    max-width: 500px !important;
  }

  .cta-mascon-2 {
    max-height: 267px;
  }

  .cta__logo {
    margin-top: 5%;
  }

  .bg-lg-none {
    background: none !important;
  }

  .shadow-lg-none {
    box-shadow: none !important;
  }

  .testimonial-text {
    font-size: 18px;
    font-weight: 700;
  }

  .whyChooseMascot {
    position: relative;
    transform: none;
    left: 0;
    right: 0;
    max-height: 250px;
  }

  .whyChooseFeature {
    background: #fff;
    border-radius: 10px;
    border: 0.5px solid #d8d8d8;
  }

  .custom__shape__bg {
    bottom: -7%;
  }

  .howItWorks-arrow::before,
  .howItWorks-arrow::after {
    display: none;
  }

  .heroForm {
    background: transparent;
  }

  .projectCardTitle {
    font-size: 18px;
  }

  .howItWorksContent {
    width: 80%;
    margin: 0 auto;
  }

  .testimonials__title {
    color: #000000 !important;
  }

  .testimonial-wrapper {
    border-radius: 10px;
    border: 0.563px solid #d8d8d8;
    background: #fff;
    width: 75%;
  }

  .testimonial-button-wrapper {
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
  }

  .center-div-mascot {
    left: 50% !important;
    right: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9 !important;
    top: -40%;
  }

  .bgGlass {
    background: none;
  }

  .border-none-md {
    border: none !important;
  }

  .bg-lg-white {
    background: transparent !important;
  }

  .bg-lg-colorSecondary {
    background: var(--secondary) !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .global-swiper-wrapper [data-slider-max-item="3"] .global-swiper-feature{
    max-width: 420px;
  }

  .whySwiper-wrapper .swiper-button-prev,
  .whySwiper-wrapper .swiper-button-next,
  .howSwiper-wrapper .swiper-button-next,
  .howSwiper-wrapper .swiper-button-prev,
  .global-swiper-wrapper .swiper-button-prev,
  .global-swiper-wrapper .swiper-button-next,
  .global-swiper-2-wrapper .swiper-button-prev,
  .global-swiper-2-wrapper .swiper-button-next {
    display: block;
  }

  .cta-section {
    margin-top: 60px;
  }

  .fsize-3_custom {
    font-size: 24px;
  }
  .fsize-4_custom {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .hero-background {
    min-height: 320px;
  }

  .heroContent {
    min-height: 420px;
    padding: 50px 0 150px 0;
  }

  .heroSubtitle {
    font-size: 1rem;
  }

  .card-process{
    min-height: 290px;
  }

  .process-icons{
    height: 72px;
    width: 72px;
    }

  .projectIcons-container {
    margin-top: -20px;
  }

  .fsize-4 {
    font-size: 16px;
  }
  .fsize-6 {
    font-size: 14px;
  }
  .fsize-2_heading-1 {
    font-size: 24px;
  }
  .fsize-5_custom {
    font-size: 13px;
  }

  .projectIconText {
    font-size: 12px;
  }

  .projectIconLink {
    min-width: 20%;
    padding: 15px 4px 10px 4px;
    height: auto;
  }

  .center-div-mascot {
    top: -45%;
  }

  .why-choose-title,
  .section-title-heading,
  .howItWorksTitle,
  .partnersTitle,
  .testimonials-title,
  .blog-title,
  .cta-title {
    font-size: 1.5rem;
  }

  .howItWorks-icon {
    width: 48px;
    height: 48px;
  }

  .projectIcon {
    width: 41px;
    height: auto;
  }

  .partnerLogo {
    max-height: 30px;
  }

  .cta-header-button {
    background: transparent !important;
    color: #fff !important;
    font-size: 14px !important;
  }

  .projectCardTitle {
    font-size: 14px;
  }

  .projectCardText {
    font-size: 10px;
  }

  .whyChooseFeature,
  .howItWorksContent {
    max-width: 580px;
    width: 75%;
  }

  .photo-gallery-swiper .swiper-button-prev, .photo-gallery-swiper .swiper-button-next, .global-swiper-2-wrapper .swiper-button-next, .global-swiper-2-wrapper .swiper-button-prev {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    margin-top: -10px;
}

  .global-swiper-feature {
    width: 75%;
  }

  .global-swiper-wrapper [data-slider-max-item="3"] .global-swiper-feature{
    max-width: 360px;
    width: 75%;
  }

  .custom__shape__bg {
    bottom: -15%;
  }

  .rounded-md-none {
    border-radius: 0 !important;
  }

  .offset__md__top {
    margin-top: -20px !important;
  }

  .spacer-md{
    margin-bottom: 5rem;
  }

  .subpage-footer-offset-2{
    margin-top: -200px;
  }

  .services-content-box{
    margin-top: 70px!important;
    margin-bottom: 140px!important;
  }

  .cta-section {
    margin-top: 60px;
  }

  .fsize-2 {
    font-size: 24px;
  }
  .fsize-3 {
    font-size: 20px;
  }
  .fsize-5 {
    font-size: 16px;
  }
  .fsize-small {
    font-size: 10px;
  }
  .fsize-3_custom-2 {
    font-size: 20px;
  }
  .faq-fs-title {
    font-size: 24px;
  }

  .mw-sm-300{
    max-width: 300px!important;
  }
}

@media (max-width: 576px) {
  .form-hero-header img {
    width: 150px;
  }


  
  .mw-sm-300 {
    max-width: 300px;
  }

  .whyChooseFeature,
  .howItWorksContent,
  .global-swiper-feature {
    max-width: 280px;
    width: 70%;
  }

  .whySwiper .swiper-wrapper {
    margin-bottom: 30px;
  }

  .global-swiper {
    padding-bottom: 15%;
  }

  .global-swiper .swiper-pagination {
    bottom: 20px !important;
  }


  .howItWorksContent .swiper-button-next,
  .howItWorksContent .swiper-button-prev,
  .howSwiper-wrapper .swiper-button-next,
  .howSwiper-wrapper .swiper-button-prev {
    background: none;
    width: 30px;
    height: 30px;
  }

  .howItWorksContent .swiper-button-next,
  .howSwiper-wrapper .swiper-button-next {
    right: 4px;
  }

  .howItWorksContent .swiper-button-prev,
  .howSwiper-wrapper .swiper-button-prev {
    left: 4px;
  }

  .custom__shape__bg {
    bottom: -5%;
  }

  .center-div-mascot {
    top: -170px;
  }

  .testimonial-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
  }

  .testimonial-button-wrapper .swiper-button-prev,
  .testimonial-button-wrapper .swiper-button-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }

  .card-title {
    font-size: 20px;
  }

  .card-text,
  .card-body .fsize-5 {
    font-size: 13px;
    color: #000;
  }
    .avatar-circle-small {
        width: 25px;
        height: 25px;
    }
  .text__muted,
  .text-p-muted {
    color: #000;
  }

  .form-footer img {
    height: 50px;
  }

  .fsize-5_custom,
  .fsize-4_custom-2 {
    font-size: 13px;
  }
  .fsize-small-info {
    font-size: 10px;
  }
}
