:root {
  --gold-col: #e3b900;;
  --goldlight-col: #fff0af;;
  --neonblue-col: #5b3f8b;
  --neonbluelight-col: #5b3f8b;
  --neonbluelightest-col: #f6f5f3;
  --white-col:#ffffff;
  --grey-col:#777;
}

/*****************
 Utilities 
 *****************/

.parallax-window {
  min-height: 400px;
  background: transparent;
  z-index: 200 !important;
}
html,body {
    height:100%;
    padding-top:0px;
}
p{
    font-family: sans-serif !important;
 font-size: 1.2em !important;

    line-height: 1.6 !important;
    letter-spacing: .5px !important;
}

.bg-purple {
  background:var(--neonblue-col) !important;
}

.bg-purple-light {
  background:var(--neonbluelightest-col) !important;
}

.text-purple {
  color:var(--neonblue-col) !important;
}

.text-bold-1 {
  font-weight: 100;
}

.text-bolder {
  font-weight:300;
}

.btn-success {
    background-color: var(--neonblue-col);
    border-color: var(--neonblue-col);
}

.text-size-1 {
  font-size: 1.5rem;
}

/*****************
 Header
 *****************/
 .navbar-old {
  -webkit-box-shadow: 0 1px 10px 6px rgba(153, 153, 153, 0.35);
  -moz-box-shadow: 0 1px 10px 6px rgba(153, 153, 153, 0.35);
  box-shadow: 0 1px 10px 6px rgba(153, 153, 153, 0.35);
  background-image: linear-gradient(to right, #9365bcf0, #dcc0f5f0);
  -webkit-background-image: linear-gradient(to right, #9365bcf0, #dcc0f5f0);
}
.navbar {
  background-image: linear-gradient(to right, #efefeff0, #fefefef0);
  -webkit-background-image: linear-gradient(to right, #efefeff0, #fefefef0);
}
.pagehome {
}
nav.affix {
  background-image: linear-gradient(to right, #efefeff0, #fefefef0);
  -webkit-background-image: linear-gradient(to right, #efefeff0, #fefefef0);
  -webkit-box-shadow: 0 1px 10px 6px rgba(153, 153, 153, 0.35);
  -moz-box-shadow: 0 1px 10px 6px rgba(153, 153, 153, 0.35);
  box-shadow: 0 1px 10px 6px rgba(153, 153, 153, 0.35);
}
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}
.nav-link {
	white-space: nowrap;
}
.navbar-light .navbar-nav .active>.nav-link{
color: #000000;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.7);
}

#brandA {
  width: 125px;
  margin-top: -7px;
}

.affix #brandA {
  width: 75px;
  -webkit-transition:width 0.2s;
  -moz-transition:width 0.2s;  
  -o-transition:width 0.2s;         
  transition:width 0.2s;  
}
@media (min-width: 768px) {
.pagehome {
  background-image: unset;
  -webkit-background-image: unset;
}
}

img.parallax-slider {
  opacity: 0.4;
}

#stu-reviews > div > div.panel-heading > h3 {
  color: white;
}

#intro .jumbotron {
  background-image: radial-gradient(rgba(255,255,255,0.99) 0%,rgba(255,255,255,0) 0%), url(images/beautiful-family-homes-livingroom-interior-design.jpg);
  background-size: cover;
  background-position: center;
}
#oldsadfasdf {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 0%), url(images/beautiful-family-homes-livingroom-interior-design.jpg);
}
#intro .lead {
  color: #090d10;
}

#intro .jumbotron {
    padding: 5rem 1rem;
}
@media (min-width: 576px) {
#intro .jumbotron {
    padding: 12rem 2rem;
}
#intro .lead {
  font-size: 1.5rem;
}
}

@media (min-width: 768px) {
#intro .lead {
  font-size: 2rem;
}
}

.bg-cleaning-header {
  background-image: linear-gradient(to right, #efefeff0, #fefefef0);
  padding-top: 5rem;
}
.bg-cleaning-header::after {

}

.text-cleaning-header {
  color: 
}





.img-portfolio {
    margin-bottom: 30px;
    border-radius: 15px;
}
.portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 15px;
}
.portfolio-box .portfolio-box-caption:hover {
  opacity: 1;
  background: rgba(60, 60, 60, 0.5);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 15%;
    display: block;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    color: white;
  padding: 10px;
}
@media (max-width : 768px) {
  .portfolio-box {
    -webkit-box-reflect: unset;
  }
  .portfolio-box .portfolio-box-caption {
    opacity: 1;
    background: rgba(60, 60, 60, 0.5);
  }
  span.portfolio-box-caption-content > span.h3 {
    font-size: 5vw;
  }
}

/*****************
 Carousel
 *****************/

.carousel-item {
  height: 600px;
}

/* #showcase .carousel-inner .carousel-item .container .carousel-caption:hover {
  background: linear-gradient(rgba(121, 0, 121, .9), black);
} linear-gradient(rgba(121, 0, 121, .9), rgba(0, 0, 0, .8)),*/
 
.carousel-image-1 {
  background: url('images/general-bg.jpg');
  background-size: cover;
  background-position: center center;
}

.carousel-caption h2, .carousel-caption p {
  color:#ffffff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0,0,0,0.3), 0px 0px 15px rgba(0,0,0,0.2);
  /* background: linear-gradient( rgba(0, 0, 0, .4), rgba(0, 0, 0, .5)) */
}


.bg-greyish {
 background: #cccccc;
}

/* services */
#services-img h2{
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
  0px 8px 13px rgba(0,0,0,0.1),
  0px 18px 23px rgba(0,0,0,0.1),
  0px 30px 33px rgba(0,0,0,0.1);
}

/* owner */
#customer-rev {
}

#customer-rev h2 {
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
  0px 8px 13px rgba(0,0,0,0.1),
  0px 18px 23px rgba(0,0,0,0.1),
  0px 30px 33px rgba(0,0,0,0.1);
}


/***************
  Instant Quote
****************/

#contentCell .container{
  margin-top: 145px;
}


/***************
  Our Guarantee
***************/
#our-guarantee {
  margin-top: 140px;
}
#guarantee-img {
  height: 500px;
  background: url('images/hero-1.jpg') no-repeat center center/cover;
}
.number {
  color: var(--neonblue-col)
}

.bg-light-gray {
    background: #8080800a;
    border: 0.05px solid #8080804f;
}

/* Custom Flexbox classes for equal height columns */
.flex-row-equal-height {
  display: grid;                /* Default to block layout for mobile */
}

/* Apply Flexbox on larger screens */
@media (min-width: 992px) { /* Bootstrap's lg breakpoint */
  .flex-row-equal-height {
    display: flex;                  /* Enable Flexbox on the parent */
    align-items: stretch;           /* Stretch items to have equal height */
    gap: 15px;                      /* Add some gap between the columns if needed */
  }

  .flex-column-stretch {
    display: flex;                  /* Enable Flexbox on the child */
    flex-direction: column;         /* Stack children vertically */

    flex: 1;                        /* Allow the column to grow to fill the height */
    padding: 20px;                  /* Add padding for better spacing */
    box-sizing: border-box;         /* Include padding and border in the height calculation */
    margin-top: 20px;               /* Margin for visual separation */
  }
}


.header-phone-button {
    padding: 8px 16px;
    border-radius: 25px;
    background-color: #5b3f8b;
    color: white !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: fixed;
    right: 15px;
    /* top: 50%; */
    z-index: 9999;
    top: 65px;
    transform: translateY(-50%);
}

.header-phone-button:hover {
    background-color: #0056b3;
    text-decoration: none;
    color: white !important;
}

@media (max-width: 768px) {
    .header-phone-button {
        position: fixed;
        right: auto;
        top: auto;
        left: auto;
        left: 33%;
        transform: none;
        margin: 10px auto;
        width: fit-content;
        justify-content: center;
    }
}

.btn-success {
    background: #5b3f8b;
    border: none;
}