/*
// Theme Name : Growth 2022
// Created On : 11/16/2022
// Author : Joe Kustek
// Version : 1.0
// Description : A powerfull theme for your powerfull business
*/
/* custom styles */


body {
    background-image: url(https://nextsteppressurecleaning.com/files/6824f710ea194.webp);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right top;
    background-size: contain;         /* Ensures the whole image is visible */
    min-height: 1025px;               /* Sets the minimum height */
}

@media (max-width: 1250px) {
  body {
    background-image: none !important;
    background-color: #ffffff; /* Optional fallback background color */
  }
}

.jstyle-39 {
  max-width: 620px !important;
}

/* Override at 1250px and below */
@media (max-width: 1250px) {
  .jstyle-39 {
    max-width: 99% !important;
  }
}

.jcolumn {
  width: 70%;
  /* min-height: 678px; */
}
/* ≤ 1200px */
@media (max-width: 1839px) {
  .jcolumn {
    width: 60% !important;
  }
}

/* ≤ 1100px */
@media (max-width: 1773px) {
  .jcolumn {
    width: 56% !important;
  }
}

/* ≤ 1000px */
@media (max-width: 1657px) {
  .jcolumn {
    width: 47% !important;
  }
}

/* ≤ 900px */
@media (max-width: 1469px) {
  .jcolumn {
    width: 40% !important;
  }
}

/* ≤ 800px — minimal fallback */
@media (max-width: 1342px) {
  .jcolumn {
    width: 33% !important;
  }
}




/* ≤ 800px — minimal fallback */
@media (max-width: 1250px) {
  .jcolumn {
    width: 99% !important;
  }
}

/* end of custom styles */
.site-top-header .container {
  max-width: 1375px!Important
}
.site-header .container {
  max-width: 1375px!Important
}
.navbar  {
  max-width: 1375px!Important
}
html {
  scroll-behavior: smooth;
}

.growth-header-wrapper {
background-image: linear-gradient(#000, #fff);
background: #000;
}

/* Desktop Styles */
@media only screen and (min-width: 991px) {
  .content-wrapper {
    max-width: 1375px!Important;
  }

}

/* Mobile Styles */
@media only screen and (max-width: 991px) {
  .jstyle-12 {
    margin-top: 10px ! Important;
    text-align: center;
}
  .nav-item a {
  color: #fff;
  }
  .nav-item a:hover {
  color: #fff;
  }
  .dropdown-menu a {
    color: #000;
  }
  .dropdown-menu a:hover {
    color: #000;
  }
  .mainnavigation {
    background: #000;
  }
}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

@media only screen and (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    max-width: 100%!Important;
    flex: none;
  }
  #myBtn {
    display: none!Important;
  }
  #ml-ul {
    text-align: center;
  }

}
