:root {
  --primary: #037ec8;
  --secondary: #048790;
  --tertiary: #a0bf55;
  --quarternary: #334b87;
  --lightgray: #e3e3e3;
  --ff-primary: "Work Sans", sans-serif;
  --ff-secondary: "Work Sans", sans-serif;//"Noto Serif", serif;
  --section-divider-height: 60;
  --section-divider-width: 1920;
  --section-divider-ratio: calc(
    100% * var(--section-divider-height) / var(--section-divider-width)
  );
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-primary);
}

p,
a,
span,
li,
div {
  font-family: var(--ff-secondary);
}

a {
  text-decoration: none;
  color: var(--primary);
  opacity: 1;
  transition: all 0.356s;
}
a:hover {
  opacity: 0.65;
  transition: all 0.356s;
}

html,
body {
  overflow-x: hidden;
}

.w-10 {
  width: 10% !important;
}
.py-3 {
  /*slight adjust for font used*/
  padding-bottom: 0.8rem !important;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 10;
}
.z-2 {
  z-index: 20;
}

.invert {
  filter: invert(100%) !important;
}
.z-9 {
  z-index: 999999;
}

.mirror {
  transform: scaleX(-1) !important;
}
.min-h-inherit {
  min-height: inherit;
}
.o-cover {
  object-fit: cover;
}
.fw-black {
  font-weight: 900 !important;
}
.w-short {
  width: 75%;
}
@media (max-width: 991px) {
  .w-short {
    width: 100%;
  }
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1200px) {
  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.lined-up-btns {
  position: absolute;
  bottom: 5%;
  transform: translateX(-50%);
}

.rotate-45 {
  rotate: 45deg;
}

/********************/
/*PARALLAX */
/********************/
.parallax {
  min-height: 500px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-shadow: inset 0 0 20px #00000068;
  -webkit-box-shadow: inset 0 0 20px #00000068;
  box-shadow: inset 0 0 20px #00000068;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .parallax {
    background-attachment: scroll;
  }
}
/****************************
*************BG**************
****************************/
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-tertiary {
  background-color: var(--tertiary) !important;
}
.bg-quarternary {
  background-color: var(--quarternary) !important;
}
.bg-lightgray {
  background-color: var(--lightgray) !important;
}
.bg-gradient {
  background: rgb(3, 126, 200);
  background: -moz-linear-gradient(
    0deg,
    rgba(3, 126, 200, 1) 0%,
    rgba(51, 75, 135, 1) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(3, 126, 200, 1) 0%,
    rgba(51, 75, 135, 1) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(3, 126, 200, 1) 0%,
    rgba(51, 75, 135, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#037ec8",endColorstr="#334b87",GradientType=1);
}

.bg-hero {
  background-color: #ee7f42;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23FFAE35'/%3E%3Cstop offset='1' stop-color='%23EE7F42'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23f7973c'/%3E%3Cstop offset='1' stop-color='%23EE7F42'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.1' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

/****************************
*************BORDER**************
****************************/
.border-primary {
  border-color: var(--primary) !important;
}
.border-secondary {
  border-color: var(--secondary) !important;
}
.border-tertiary {
  border-color: var(--tertiary) !important;
}
.border-quarternary {
  border-color: var(--quarternary) !important;
}

/****************************
************FONT*************
****************************/
.font-primary {
  font-family: var(--ff-primary) !important;
}

.font-secondary {
  font-family: var(--ff-secondary) !important;
}

/****************************
**********CLIPPATH***********
****************************/
.shape-chipped {
  clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 65%, 100% 0);
}

.shape-point-right {
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

@media (max-width: 991px) {
  .shape-point-right {
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
  }
}

/****************************
************TEXT*************
****************************/
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-tertiary {
  color: var(--tertiary) !important;
}
.text-quarternary {
  color: var(--quarternary) !important;
}

@media (max-width: 991px) {
  .text-dark-mode {
    color: white !important;
  }
  .bg-dark-mode {
    color: white !important;
  }
}

/****************************
***********HOVER*************
****************************/
.hover-dark:hover {
  background-color: #333 !important;
  color: white !important;
  transition: background-color 0.25s, white 0.25s;
}

/****************************
**********DIVIDER************
****************************/
.has-divider {
  position: relative;
  padding-bottom: var(--section-divider-ratio);
}
.section-divider {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: auto;
}

/****************************
*********NAVIGATION**********
****************************/
nav li a {
  margin: 0;
  border-radius: 20px;
  padding: 10px 15px !important;
  background-color: transparent;
  color: #333;
  transition: background-color 0.25s, color 0.25s;
}

.nav-link {
  font-family: var(--ff-primary);
  font-size: 18px;
  position: relative;
}

#phone-no a {
  font-size: 1.3em;
}
@media (max-width: 1080px) {
  #phone-no a {
    font-size: 0.75em;
  }
}

@media (max-width: 430px) {
  #phone-no {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

/****************************
************HERO*************
****************************/
@media (max-width: 991px) {
  #hero .shape-point-right {
    height: 300px;
  }
  #hero .col-lg-6.min-h-inherit {
    min-height: auto;
    margin-bottom: 25px;
  }
}

/****************************
**********SERVICES***********
****************************/
.border-right-to-bottom {
  border-width: 0 2px 0 0 !important;
}

@media (max-width: 991px) {
  .border-right-to-bottom {
    border-width: 0 0 2px 0 !important;
  }
}

ul.customlist {
  list-style: none;
  padding-left: 0;
  text-align: start;
  display: inline-block;
}

ul.customlist li {
  margin-bottom: 0.5em;
  font-weight: 500;
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check-circle' class='svg-inline--fa fa-check-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23FFF' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'></path></svg>");
  height: 32px;
  padding-left: 44px;
  padding-top: 7px;
  margin-top: 30px;
  line-height: 1;
}

ul.customlist.list-primary li {
  background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check-circle' class='svg-inline--fa fa-check-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23dd8041' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'></path></svg>");
}

/****************************
***********BADGES************
****************************/
#infinite-slider {
  position: relative;
  overflow: hidden;
}

#infinite-slider .linksList {
  width: 100%;
  margin: 5rem auto;
  overflow: hidden;
  white-space: nowrap;
  cursor: grab;
}

#imagesContainer_InfiniteScroller {
  overflow: hidden;
  white-space: nowrap;
}

#imagesContainer_InfiniteScroller .slide_InfiniteScroller {
  margin: 1rem 10rem;
  object-fit: contain;
  width: 7.5rem;
  height: auto;
  /*filter:grayscale(100%);*/
  opacity: 1;
  vertical-align: middle;
  transition: opacity 0.5s linear;
}

/*
  #imagesContainer_InfiniteScroller .slide_InfiniteScroller:hover {
    filter:grayscale(0%);
  }
*/
#heroimage {
}
#heroimage .carousel-inner,
#heroimage .carousel-item,
#heroimage img {
  height: 100%;
}
#heroimage img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  #heroimage {
    bottom: 0;
  }
}

#heroimage img {
  animation: move 25s ease;
  -ms-animation: move 25s ease;
  -webkit-animation: move 25s ease;
  -moz-animation: move 25s ease;
}

@-webkit-keyframes move {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */

    -webkit-transform: scale(1);
    /* Safari and Chrome */

    -o-transform: scale(1);
    /* Opera */

    -moz-transform: scale(1);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */

    -webkit-transform: scale(1.2);
    /* Safari and Chrome */

    -o-transform: scale(1.2);
    /* Opera */

    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

.row .bento {
  margin-bottom: 25px; /* Adjust spacing */
}

.bento .box {
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 7px;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bento .box h3 {
  color: white;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-width: 0;
  transition: all 1s;
}

.bento .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  border-radius: 15px;
  transition: all 1s;
}

.bento .box:hover::before {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.2);
  transition: all 1s;
}

.bento .box img {
  transform: scale(1);
  transition: all 1s;
}

.bento .box:hover img {
  transform: scale(1.1);
  transition: all 1s;
}

.bento .box:hover h3 {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-width: 10px;
  transition: all 1s;
}

/****************************
***********FOOTER************ 
****************************/
footer a, footer p {
  color: white;
  font-family: var(--ff-primary)!important;
}


footer ul {
  row-gap: 0.5rem;
  column-gap: clamp(1.75rem, 4vw, 2.5rem);
}

footer .col-md-9 ul li {
  list-style: none;
  width: auto;
}

.ml-1 {
  margin-left: 1em;
}

.hover-content .info-text {
  display: none;
  position: relative;
  top: 25px;
  left: 10px;
  right: 10px;
  color: #fff;
}

.hover-content:hover .info-text {
  display: block;
}

/* HOW IT WORKS HERO */

#how-it-works-hero {
  position: relative;
  overflow: hidden;
}

#how-it-works-hero .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#how-it-works-hero .z-1 {
  z-index: 1;
}

#how-it-works-hero .z-2 {
  z-index: 2;
}

#how-it-works-hero .min-h-inherit {
  min-height: inherit;
}

#how-it-works-hero .position-relative {
  position: relative;
}

#how-it-works-hero .opacity-50 {
  opacity: 0.5;
}
/* COMPARE HERO */

#compare-hero {
  position: relative;
  overflow: hidden;
}

#compare-hero .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#compare-hero .z-1 {
  z-index: 1;
}

#compare-hero .z-2 {
  z-index: 2;
}

#compare-hero .min-h-inherit {
  min-height: inherit;
}

#compare-hero .position-relative {
  position: relative;
}

#compare-hero .opacity-50 {
  opacity: 0.5;
}


/* STEPS */

#how-it-works-steps {
  background-color: #f9f9f9;
}

#how-it-works-steps .step-card {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

#how-it-works-steps .step-card:hover {
  transform: translateY(-5px);
}

#how-it-works-steps .step-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #555;
  margin-bottom: 15px;
}

#how-it-works-steps .step-description {
  font-size: 1rem;
  color: #333;
}

#how-it-works-steps .text-danger {
  color: #dc3545 !important;
}

@media (max-width: 768px) {
  #how-it-works-steps .step-card {
      margin-bottom: 30px;
  }
}


/* PROCESS */

#quick-simple-process, #timeframe-offer, #offer-process {
  padding: 3rem 0;
}

#quick-simple-process .content-box, #timeframe-offer .content-box, #offer-process .content-box {
  padding: 1.5rem;
}

#quick-simple-process .image-box img, #timeframe-offer .image-box img, #offer-process .image-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#offer-process .content-box .btn-success {
  margin-top: 1rem;
}

.bg-light {
  background-color: #f8f9fa !important;
}

/* COMPARE TABLE */
#comparison-section {
  padding: 3rem 0;
  background-color: #f9f9f9;
}

#comparison-section h2 {
  font-weight: 700;
  color: #333;
}

#comparison-section p {
  font-size: 1.1rem;
  color: #555;
}

.table-responsive {
  margin-top: 2rem;
}

.table {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.table th, .table td {
  vertical-align: middle;
  text-align: center;
  padding: 1rem;
}

.table th {
  background-color: #343a40;
  color: #fff;
}

.table td a.text-decoration-underline {
  color: #dc3545;
  text-decoration: underline;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

@media (max-width: 768px) {
  .table th, .table td {
      padding: 0.75rem;
  }
}

/* COMPARE CONTENT BOXES */

#compare-intro, #fast-closing, #no-repairs, #no-fees {
  padding: 3rem 0;
}

#compare-intro h2, #fast-closing h2, #no-repairs h2, #no-fees h2,
#compare-intro h3, #fast-closing h3, #no-repairs h3, #no-fees h3 {
  font-weight: 700;
  color: #333;
}

#compare-intro p, #fast-closing p, #no-repairs p, #no-fees p {
  font-size: 1.1rem;
  color: #555;
}

#compare-intro .content-box, #fast-closing .content-box, #no-repairs .content-box, #no-fees .content-box {
  padding: 1.5rem;
}

#compare-intro .image-box img, #fast-closing .image-box img, #no-repairs .image-box img, #no-fees .image-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background-color: #007bff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #compare-intro .col-lg-6, #fast-closing .col-lg-6, #no-repairs .col-lg-6, #no-fees .col-lg-6 {
      order: unset !important;
  }

  #compare-intro .image-box, #fast-closing .image-box, #no-repairs .image-box, #no-fees .image-box {
      margin-bottom: 2rem;
  }
}

/* SELL YOUR HOUSE HERO */

#sell-your-house-hero {
  position: relative;
  overflow: hidden;
}

#sell-your-house-hero .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sell-your-house-hero .z-1 {
  z-index: 1;
}

#sell-your-house-hero .z-2 {
  z-index: 2;
}

#sell-your-house-hero .min-h-inherit {
  min-height: inherit;
}

#sell-your-house-hero .position-relative {
  position: relative;
}

#sell-your-house-hero .opacity-50 {
  opacity: 0.5;
}

#sell-your-house-hero .text-white {
  color: #fff !important;
}

#sell-your-house-hero .bg-primary {
  background-color: #007bff !important;
}

#sell-your-house-hero .btn-outline-light {
  border: 1px solid #fff;
  color: #fff;
}

#sell-your-house-hero .btn-outline-light:hover {
  background-color: #fff;
  color: #007bff;
}

/* SELL YOUR HOUSE CONTENT */


#intro-section, #situations-section, #help-section {
  padding: 3rem 0;
}

#intro-section h2, #situations-section h2, #help-section h2 {
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
}

#intro-section p, #situations-section p, #help-section p {
  font-size: 1.1rem;
  color: #555;
}

#situations-section {
  background-color: #f8f9fa;
}

#situations-section ul {
  padding-left: 0;
  list-style: none;
}

#situations-section li {
  font-size: 1.1rem;
  color: #555;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

#situations-section .bi-check-circle-fill {
  font-size: 1.25rem;
  color: #007bff;
  margin-right: 0.5rem;
}

#help-section .content-box {
  padding: 1.5rem;
}

#help-section .image-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background-color: #007bff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #help-section .col-lg-6 {
      order: unset !important;
  }

  #help-section .image-box {
      margin-bottom: 2rem;
  }

  #situations-section li {
      font-size: 1rem;
  }
}

/* FAQ HERO */

#faq-hero {
  position: relative;
  overflow: hidden;
}

#faq-hero .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#faq-hero .z-1 {
  z-index: 1;
}

#faq-hero .z-2 {
  z-index: 2;
}

#faq-hero .min-h-inherit {
  min-height: inherit;
}

#faq-hero .position-relative {
  position: relative;
}

#faq-hero .opacity-50 {
  opacity: 0.5;
}

#faq-hero .text-white {
  color: #fff !important;
}

#faq-hero .bg-primary {
  background-color: #007bff !important;
}

#faq-hero .btn-outline-light {
  border: 1px solid #fff;
  color: #fff;
}

#faq-hero .btn-outline-light:hover {
  background-color: #fff;
  color: #007bff;
}

/* FAQ CONTENT */

#faq-section {
  padding: 3rem 0;
}

#faq-section h2 {
  font-weight: 700;
  color: #333;
}

#faq-section p {
  font-size: 1.1rem;
  color: #555;
}

.accordion-button {
  background-color: #007bff;
  color: #fff;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #0056b3;
  transition: background-color 0.3s ease;
  color: #dedede;
}

.accordion-button::after {
  filter: invert(1);
}

.accordion-body {
  background-color: #f8f9fa;
  transition: height 0.3s ease;
}

.accordion-body p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1rem;
}

.btn-primary {
  background-color: #007bff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .accordion-button {
      font-size: 1rem;
  }

  .accordion-body p {
      font-size: 0.9rem;
  }
}

/* testimonials section */

#testimonials {
  background-color: #f8f9fa; /* Light background color */
}

#testimonials h2 {
  font-weight: 700;
  color: #333;
}

#testimonials p {
  font-size: 1.1rem;
  color: #555;
}

.card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-10px);
}

.card-body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.card-footer {
  background-color: transparent;
  border-top: none;
  color: #888;
  font-size: 0.9rem;
  margin-top: auto; /* Push footer to bottom */
}

.btn-primary {
  background-color: #007bff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .card-body {
      padding: 1rem;
  }


}


@media (max-width: 767.98px) {
  .navbar-brand {
      margin-bottom: 10px; /* Add some space between the logo and the call button */
      margin-left: 4em;
  }
  .navbar-toggler {
      margin-right: 10px;
  }
  .order-1 {
      order: 1 !important;
  }
  .order-2 {
      order: 2 !important;
  }
  .order-3 {
      order: 3 !important;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .nav-link {
      font-size: 14px;
  }
  .navbar-brand {
      padding-left: 10px;
  }
}

.navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1rem;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
}

.navbar-collapse {
  /* justify-content: flex-end; */
  flex-grow: 0 !important;
}

img, svg {
  vertical-align: middle;
  color: white;
}

.box {
  cursor: pointer;
}
.text-sm {
  font-size: 1.1em;
}

.display-6 {
  font-size: calc(1.2rem + 1.5vw);
 
}

.custom-margin {
margin-top: 136px !important;
margin-bottom: 2em !important;
}
.h3 {
z-index: 1;
}