/*Body background*/
body {
	/* background-image: url("https://apihoard.webit.com/api/v1/Image/C7E14DCBDEFB084C242A818F692AE439/C7E14DCBDEFB084C242A818F692AE439.jpg?size=1920x1440"); */
	/* background-size: 100%; */
}

/*-- Header --*/
.header .cw-header-logo img {
	/* position: absolute; */
	width: 320px;
	/* left: 0; */
}

.header-container {
	border-bottom: 3px solid var(--color-theme-secondary);
}

#cw-logoBg {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	width: 650px;
	display: none;
}

#cw-hero-links-bg {
	/* position: absolute; */
	/* bottom: 0; */
	/* right: 0; */
	/* height: 330px */
	display: none;
}

.cw-home-hero-links {
	/* position: absolute; */
	/* z-index: 2; */
	/* bottom: 1em; */
	/* right: .5em; */
	max-width: 250px;
	text-align: center;
	margin: auto;
}

section:not(.page-home) #cw-hero-links-bg,
section:not(.page-home) .cw-home-hero-links {
	display: none;
}

/* SVG colors */
.st0 {
	opacity: 0.56;
	fill: #ffffff;
}

.st1 {
	opacity: 0.49;
	fill: #ffffff;
}

.st2 {
	opacity: 0.39;
	fill: #042186;
}

.st3 {
	opacity: 0.56;
	fill: #042186;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	body {
		background-image: url("https://apihoard.webit.com/api/v1/Image/C7E14DCBDEFB084C242A818F692AE439/C7E14DCBDEFB084C242A818F692AE439.jpg?size=1920x1440");
		background-size: 100%;
	}
	
	.header-container {
		position: relative;
		overflow: hidden;
		background: url("https://apihoard.webit.com/api/v1/Image/5F4FD0153373250BA26BEC22DAD09193/5F4FD0153373250BA26BEC22DAD09193.jpg?size=1920x1440");
		background-size: cover;
		background-position: center 60%;
		border-bottom: 0;
	}

	.header .cw-header {
		min-height: 160px;
	}

	.page-home .header .cw-header {
		min-height: 500px;
	}
	.header .cw-header-logo {
		background-color: rgba(255,255,255,0.75)
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media(min-width: 992px) {
	.header-container {
		background-image: url("https://apihoard.webit.com/api/v1/Image/5F4FD0153373250BA26BEC22DAD09193/5F4FD0153373250BA26BEC22DAD09193.jpg?size=1920x1440");
	}

	.header .cw-header-logo {
		position: fixed;
		top: 0;
		z-index: 2000;
		width: 240px;
		background-color: transparent;
	}

	.header .navbar.bg-primary {
		background: transparent !important;
	}

	.header .cw-header {
		min-height: 160px;
	}

	#cw-logoBg {
		display: block;
		position: fixed;
		z-index: 20;
		width: 650px;
		top: -3px;
		left: 0;
	}

	nav.navbar .container {
		/* position: relative; */
		/* height: 85px; */
		/* margin: 0 auto; */
		max-width: 100%;
	}

	.navbar-nav {
		/* position: absolute; */
		/* right: 0; */
		/* top: 1em; */
	}

	/* keeps nav items on the right side of header */
	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}

	.header .navbar-nav:not(.navbar-cart) {
		/* set pixels to logo width (or more) */
		max-width: calc(100% - 25vw);
		justify-content: center;
	}

	.header .navbar.cw-scrolled .navbar-nav:not(.navbar-cart) {
		/* set pixels to logo width (or more) */
		max-width: calc(100% - 220px);
		/* justify-content: center; */
	}

	.header .navbar .navbar-nav {
		/* top: 0; */
		background: rgba(20, 72, 131, 0.85);
	}

	.header .cw-header-logo.cw-shrink {
		width: 170px;
	}

	#cw-logoBg.cw-shrink {
		width: 420px;
	}

	#cw-hero-links-bg {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		height: 365px;
	}

	.cw-home-hero-links {
		position: absolute;
		z-index: 2;
		bottom: 1em;
		right: .5em;
		width: 250px;
		text-align: center;
		right: 1.5em;
		bottom: 1.5em;
	}

}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

@media (min-width: 1340px) {
	.page-home .header .cw-header {
		height: 620px;
	}
}

/* ================== pricing page ============== */
.priceContent {
	box-shadow: 1px 1px 10px #424242;
}

.priceSection .monthly {
	background-color: #00AEEF;
}

.priceContent .priceTXT h3 {
	font-size: 5em;
}

/* REVIEWS PAGE ====================================================================================================== */

.wb-blockquote {
	position: relative;
	background-color: #F0F0F0;
	box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
	padding: 1.875rem 1.875rem 1.875rem 3.75rem;
}

.wb-blockquote::before {
	content: "\201C";
	position: absolute;
	width: 3.75rem;
	margin: -1.5625rem 0 0 -2.5rem;
	color: #01ACF1;
	font-size: 3.75rem;
}

.wb-blockquote::after {
	content: "";
	position: absolute;
	bottom: -1.875rem;
	left: 2.75rem;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #F0F0F0 transparent transparent transparent;
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

/*-- Home --*/
/* .page-home .list {
	padding: 1em;
} */

.page-home .list .container {
	max-width: 1800px;
}

/* .page-home .list-text-title {
	color: var(--color-theme-primary);
}

.page-home .list .list-img-photo {
	background-size: 142px;
}

.page-home .list-wrap {
	margin-bottom: 2em;
}

.page-home .list-img-wrap {
	padding: 45px 0;
}

.page-home .col-md-6 {
	border: 10px solid #efefef;
	background: white;
} */

.cw-cascade {
	margin: 0 auto;
	padding: 8em 0;
}

.cw-cascade:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
}

.cw-cascadeContact {
	padding: 4em 0;
}

.cw-phoneLarge {
	font-size: 2.75rem;
	text-shadow: 3px 3px 3px #000000;
}

.cw-emailLarge {
	font-size: 1.25rem;
}

.page-home .detailedlist {
	padding-bottom: 1em;
}

@media (min-width: 992px) {
	.cw-cascade h2 {
		font-size: 2.5rem;
	}

	.cw-cascadeContact h2 {
		margin: 0;
		font-size: 2rem;
	}

	.cw-phoneLarge {
		font-size: 3.75rem;
	}
}

/*-- Checklist --*/

.cw-checklist li {
	position: relative;
	z-index: 2;
	padding: .5em 0;
}

.cw-checklist li:before {
	content: "✔";
	margin-right: .5em;
	font-weight: bold;
	color: #ee312a;
}

/*-- Footer --*/

footer.footer {
	padding-top: 1em;
}

/* text with image - services */

.soft-wash-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
}

/* Text section */
.soft-wash-text {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

.soft-wash-text h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.soft-wash-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}

/* Image section */
.soft-wash-image {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.soft-wash-image img {
  width: 100%;
  max-width: 650px; /* MUCH larger image size */
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Responsive behavior */
@media (max-width: 768px) {
  .soft-wash-section {
    flex-direction: column;
    text-align: center;
  }

  .soft-wash-image img {
    max-width: 600px; /* Reduce size for small screens */
  }

  .soft-wash-text h2 {
    font-size: 1.8rem;
  }

  .soft-wash-text p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .soft-wash-section {
    flex-direction: column;
    text-align: left !important;
  }

  .soft-wash-image {
    order: 1; /* Image appears first */
  }

  .soft-wash-text {
    order: 2; /* Text always follows */
  }
}
