
.step-1 h1 { display: block; color: black; margin: 0px 0 20px 12px !important; }
.step-2 h1 { display: block; color: black; margin: 0px 0px -50px 0px !important; }
.step-3 h1 { display: block; color: black; margin: 0px 0px 20px 10px !important; }
.step-4 h1 { display: block; color: black; margin: -15px 0px 10px 0px !important; }
.step-5 h1 { display: block; color: black; margin: -15px 0px 0px 0px !important; }
.step-6 h1 { display: block; color: black; margin: -15px 0px 0px 10px !important; }

h1 { 
	font-size: clamp(1.75rem,4vw,3.0rem) !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}


/* FLOATING BOX */

.align-floating-box {
}

.price-summary {
	width: 480px;
	max-width: 100%;
	margin: 0px auto 0px auto;
	margin: 0px 0 0 auto; /* right */
	padding: 10px;
	background: #000 !important;
	border: 1px solid black;
	color: #fff !important;
	text-align: center;
	position: relative;
	padding: 10px;
	min-width: 300px;
	border: 2px solid #fff;
	z-index: 10000;
  font-size: .75em !important;
}

.price-summary h3 {
	color: white;
}

@media screen and (max-width: 480px) {

	.price-summary {
  	font-size: .6em !important;
	}

}

.price-summary .summary-field {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 0;
}

.price-summary .summary-field {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  paddng: 4px 0;
}

.price-summary .summary-field span {
  text-align: right;
  min-width: 100px;
}
.price-summary .summary-field span {
  text-align: right;
  min-width: 100px;
}

.itemized-list {
  max-width: 600px;
  margin: 1rem auto;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
}

.item-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

.item-row:last-child {
  border-bottom: none;
}

.item-label {
  font-weight: 500;
}

.item-value {
  font-weight: 600;
  text-align: right;
}

.total-row {
  margin-top: 1rem;
  font-weight: bold;
}

div>em {
	font-style: normal;
}
div>strong {
	font-weight: normal;
}
h4.total {
	color: green;
}

#display-package-name {
  text-align: right;
  display: inline-block;
}

.price-summary .summary-field:nth-child(even) {
	background-color: #333 !important;
	padding: 5px 10px;
	
}

.list-of-addons { 
	margin-left: 20px; 
}

#services-summary {
  display: block;
}

#services-summary .addon-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 0;
  border-bottom: 1px dotted #ddd;
}

#services-summary .addon-name {
  font-weight: 500;
  flex: 1;
}

#services-summary span {
  display: inline-block;
  min-width: 60px;
  text-align: right;
}

#services-summary .addon-summary-entry {
  display: block;
  margin-bottom: 6px;
}

/* original request-inspection.css */

/* INSPECTION FIELDS CSS */

.form-submitted { font-size: 100%; }

form {
	padding: 0px;
	margin: 0px;
}

.input-field {
	margin-bottom: 10px;
}

.btn-continue {
	min-width: 180px !important;
}

#summary-package h3 {
	color: white;
	font-weight: bold;
	margin: 0px;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 100%;
	font-size: 110%;
}

.required { 
	color: red;
	font-weight: bold;
	font-size: 100%;
}

.alert-info {
	background: yellow;
	border: orange;
	color: black;
}

.alert-info a {
	color: navy;
}

input:invalid, select:invalid, textarea:invalid {
 	border: 2px solid silver;
}

input.is-valid, select.is-valid, textarea.is-valid {
 	border: 2px solid green;
}

input.is-invalid, select.is-invalid, textarea.is-invalid {
 	border: 2px solid red;
}

input::placeholder {
  color: #bbb !important; /* Light gray */
  opacity: 1;     /* Ensure full visibility */
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #888 !important; /* or any color you like */
  opacity: 1;  /* optional: ensures it's fully visible */
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.select-btn.is-invalid {
  border: 2px solid #dc3545 !important;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #f8d7da;
}

.package-box.is-invalid {
  border: 2px solid #dc3545;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #f8d7da;
}

/* FORM */


/* SERVICE PACKAGES CSS */

.required-badge { font-size: 0rem; }

.package-warning {
  background-color: #ff4d4d;
  color: white;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
}

.package-warning .alert-text {
  font-weight: bold;
  font-size: 1rem;
}

.package-warning .arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ff4d4d;
  margin: 0 auto;
}

.fa-check-circle {
  background-color: green;
  border-radius: 50%;
  padding: 0px;
  border: 0px solid white;
}

.package-card .card-footer {
	border: 0px solid transparent !important;
	background: transparent;
}

.package-card {
	border: 0px solid transparent !important;
  transition: background-color 1.5s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0 2px var(--hover-border-color, transparent);
}

.package-card:hover {
  transition: background 1.5s ease, filter 1.5s ease, box-shadow 0.3s ease;
background: #333 !important;
f/ilter: brightness(85%);
  box-shadow: 0 0 0 2px var(--hover-border-color, #000);
}

.package-card a,
.package-card a:hover {
  text-decoration: none;
  color: #ccc;
}

.package-card.selected .checkmark-icon {
  display: block;
}

.package-card .fa-check {
  color: white !important;
}

.package-card .fa-times {
  color: #aaa !important;
}

.package-card .btn {
  border: 2px solid #ddd;
}

.package-card .select-btn {
  cursor: pointer;
  transition: all 0.3s ease;
}

.package-card .select-btn:hover {
  background-color: #007bff;
  color: white;
}

/* END SERVICE PACKAGES CSS */


/* ADDON SERVICES CSS */

.addon-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px solid #aaa;
  border-radius: 8px;
  transition: all 0.3s ease;
  overflow: hidden;
  background-color: var(--bg, #fff);
  color: var(--color, #333);
}

.addon-card-header {
  padding: 0.75rem;
  font-weight: normal;
  font-size: 1.3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addon-card-body {
  padding: 1rem;
  flex-grow: 1;
}

.addon-card-footer {
  padding: 1rem;
  text-align: center;
  margin-top: auto;
}

.addon-card-footer .btn {
  max-width: 150px;
  width: 100%;
}

.addon-check {
  display: none;
}

.addon-services img {
  width: 100%;
  height: auto;
  display: none;
}

/* END ADDON SERVICES CSS */

/* STORE-FINAL-SECTION */

.inspection-modal {
  position: fixed;
  transform: translate(-50%, -0%);
	top: 30%;
  left: 50%;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  z-index: 9999999;
  width: 90%;
  max-width: 768px;
	background: #eee;
	color: #000;
}

@media screen and (max-width: 599px ) {
	.inspection-modal {
  	top: 20%;
	}
}

.inspection-modal.hidden {
  display: none;
}

.inspection-modal-content {
  padding: 10px;
	background: #eee;
	color: #000;
}
#inspection-modal-summary {
  margin-top: 1em;
}

.inspection-modal-message {
	min-height: 200px;
}


.inspection-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);  /* darkness level: 0.6 = 60% black */
  z-index: 9998;
}
.inspection-modal .continue a,
.inspection-modal .continue a:hover {
	color: royalblue;
}

.inspection-modal .continue a:hover {
	color: black;
}

/* SCHEDULER */

.request-faq {
  margin: 0px;
}
.request-faq .col {
  padding: 10px;
  margin-bottom: 10px;
}
.request-faq .col1 {
  border: 0px solid #ff0000;
  padding-left: 0px !important;
}

.request-faq .col2 {
  border: 5px solid #67c93e;
  background: lightgreen;
  background: #cbf2cb;
  border-radius: 5px;
}
   
/* styling of public schedule */

#public-scheduler {
  margin-top: 2em;
}

.public-week-wrapper {
  border: 1px solid #ccc;
  padding: .2em; 
  margin-bottom: 2em;
}

.scheduler-day-names {
  display: flex;
}

.timezone {
	margin: 10px;
}

.btn-minwidth {
	min-width: 150px;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}

scheduler-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

#public-scheduler {
  width: auto;
}


.public-week-wrapper h4 {
  text-align: center;
  margin-bottom: 10px;
}

.scheduler-row {
  display: flex;
}

/* DAY LABEL **************************** */
.scheduler-day-label {
  flex: 1;
  text-align: center;
  padding: 4px 0;
	color: #000;
  font-size: 0.75em;
}


@media screen and (max-width: 480px) {
  .scheduler-day-label {
    font-size: 0.65em;
  }
  .public-week-wrapper {
    border: 0px solid #ccc;
    padding: .0em;
    margin-bottom: 1em;
  }
}

/* NORMAL ******************************* */

.scheduler-cell {
  flex: 1;
  padding: 6px;
  text-align: center;
  margin: 1px;
  user-select: none;
  min-height: 100px;
  font-family: Arial !important;

  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical alignment */
  align-items: center;     /* horizontal alignment */
  font-size: 0.95rem;
  border: 3px solid #1e5dff;
  border: 3px solid cornflowerblue;
	border-radius: 3px;
}

@media screen and (max-width: 599px ) {
	.scheduler-cell {
  	font-size: 0.65rem;
	}
}

/* PAST ******************************* */

.scheduler-cell.past-cell {
  cursor: not-allowed;
  background-image: repeating-linear-gradient(
    135deg,
    #eee,
    #eee 5px,
    #ccc 5px,
    #ccc 10px
  );
  color: #444;
}

.scheduler-cell.non-interactive {
  pointer-events: none;
  cursor: default;
}


/* OPEN ******************************* */

.scheduler-cell.open {
  cursor: pointer;
  opacity: 1;
  filter: brightness(100%);
  background-color: #fff;
  color: #1e5dff;
  color: 	#1e2aff;
}

.scheduler-cell.selected {
  border: 2px solid #blue;
  background-image: repeating-linear-gradient(
    45deg,
    cornflowerblue,
    cornflowerblue 5px,
    royalblue 5px,
    royalblue 10px
  );
	color: white;
}

/* FULL ******************************* */

.scheduler-cell.locked-cell,
.scheduler-cell.full {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.85;
  background-image: repeating-linear-gradient(
    135deg,
    #eee,
    #eee 5px,
    #ccc 5px,
    #ccc 10px
  );
  color: #444;
}

/* HOLIDAYS *********************** */

.holiday-label-row {
  display: flex;
  margin-bottom: 2px;
}

/* long holiday names, mobile */
.holiday-label-cell {
  flex: 1;
  text-align: left !important;
  font-weight: normal !important;
  min-height: .0em !important;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: saddlebrown !important;
  font-weight: bold;
  min-height: 1.5em;
  display: none;
}

.holiday-label-cell .holiday-name {
  padding: 2px 0;
  display: none;
}

.scheduler-cell.holiday-cell {
  pointer-events: none;
  opacity: 0.8;

  background-image: repeating-linear-gradient(
    135deg,
    #eee,
    #eee 5px,
    #ccc 5px,
    #ccc 10px
  );
  color: #444;
}

/* bootstrap tooltips */

.tooltip-inner {
  font-size: 1.0rem;        /* default is ~0.875rem */
  font-family: "Arial", sans-serif;
  color: #fff;            /* text color */
  background-color: #333; /* background color */
  padding: 8px 12px;      /* more padding */
  border-radius: 6px;     /* rounded corners */
  min-width: 200px;
  width: 300px;
  max-width: 300px;
}

/* ADDONS TOOLTIP CONTENT */


.tooltip-content {
  margin: 0px;
  height: 767px !important;
  height: auto !important;
  padding: 20px;
}

.tooltip-content img {
  width: 480px;
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
  display: none;
  display: block;
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.tooltip-content h3 {
  margin: 10px;
  margin-top: -5px;
}

.tooltip-content p {
  margin: 10px 0px 15px 0px;
  padding: 0px;
}

/* STEP 6 / SQUARE */

label.payer-name, label.check-number { font-size: 1.2rem; font-weight: normal;  color: black; }

input#cardNumber { text-decoration: underline; }

/* HORIZONTAL SCROLLING */

.horizontal-scroll-wrapper {
  position: relative;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.horizontal-scroll-wrapper::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 90px;
  pointer-events: none;
}

@media (max-width: 576px) {
  .horizontal-scroll-wrapper > div {
    width: 85vw !important; /* Ensures each card takes most of the screen */
  }
}


/* Section container (width controlled by page layout) */
.service-box .packages-wrap {
  margin: 0 auto;
  padding: 0 8px 12px;
}

/* Horizontal scrolling viewport + track */
.service-box .scroll-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-gutter: stable both-edges;
}
.service-box .scroll-track {
  display: inline-flex;
  gap: 16px;
  padding: 12px;
  min-height: 100%;
}

/* Card skeleton */
.service-box .package-card {
  flex: 0 0 320px;              /* fixed column width to enable horizontal scroll */
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

/* Ensure no hover ring from any global styles */
.service-box .package-card:hover {
  box-shadow: none;
  outline: none;
}

/* Title row */
.service-box .package-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .75rem .9rem;
}
.service-box .title-left {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
}

/* Featured badge shape/spacing */
.service-box .featured-badge {
  display: inline-block;
  padding: .2rem .6rem;
  border-radius: 9999px;
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
}

/* Body spacing */
.service-box .package-body {
  padding: .75rem .9rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

/* Feature list layout */
.service-box .feature-list {
  margin: .25rem 0;
  padding-left: 1.1rem;
}
.service-box .feature-list li {
  padding: .2rem 0;
  line-height: 1.35;
}
.service-box .feature-list li.has-icon {
  list-style: none;
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  align-items: start;
  gap: .5rem;
}
.service-box .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1;
}

/* Actions row */
.service-box .actions {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin-top: .5rem;
}
.service-box .btn {
  display: inline-block;
  padding: .5rem .9rem;
  cursor: pointer;
  text-align: center;
  transition: background-color .18s ease, color .18s ease;
}

/* keep structure only; no text-align here */
.service-box .feature-label {
  display: block;
  /* padding as you like; no colors/sizes if you’re avoiding defaults */
  padding: 10px 0;
}

/* Small viewport tweak */
@media (max-width: 420px) {
  .service-box .packages-wrap { padding: 0 4px 8px; }
  .service-box .package-title { padding: .6rem .65rem; }
  .service-box .package-body  { padding: .6rem .65rem; }
}

/* Feature rows: icon + text on one line */
.service-box .feature-list .feature-item {
  display: flex;
  align-items: flex-start;   /* top-align multi-line text */
  gap: 0.5rem;
}

/* Reserve a fixed column for the icon */
.service-box .feature-list .feature-icon {
  flex: 0 0 1.25rem;         /* fixed width column */
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Text block sits to the right */
.service-box .feature-list .feature-text {
  flex: 1 1 auto;
}

.service-box .package-card {
  transition: background-color .3s ease, border-color .18s ease, color .18s ease;
}

.service-box .package-card:hover {
  border-color: var(--hover-border-color);
  box-shadow: none;  /* avoid the double-border ring */
  outline: none;
}

/* default light hover (can be overridden per card) */
.service-box .package-card { --hover-bg-color: #ddd; }

/* force light hover; neutralize any darker overlay */
.service-box .package-card:hover,
.service-box .package-card:focus-within,
.service-box .selectable-package:hover {
  background-color: var(--hover-bg-color) !important;
  box-shadow: 0 0 0 2px var(--hover-border-color, #007bff);
  background-image: none !important;
}

.service-box .package-card.selected {
  border-color: var(--selected-border-color);
}

.service-box .feature-list { margin:.25rem 0; padding-left:1.1rem; }
.service-box .feature-list li { padding:.15rem 0; line-height:1.35; }
.service-box .feature-list li.has-icon {
  list-style: none;
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: .5rem; align-items: start;
}
.service-box .icon {
  display:inline-flex; align-items:center; justify-content:center;
  width:1.25rem; height:1.25rem; line-height:1;
}

.service-box .package-card .select-btn { cursor: pointer; transition: all 0.3s ease; }

.service-box .horizontal-scroll-wrapper {
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 576px) {
  .service-box .horizontal-scroll-wrapper > div { width: 85vw !important; }
}

.service-box .feature-label {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 1.5em;
}

.service-box .feature-list { margin: 0 0 1rem 0; padding: 0; }

.service-box .feature-item {
  display: grid;
  grid-template-columns: var(--icon-col) 1fr;
  column-gap: var(--icon-gap);
  align-items: start;
  margin: 0 0 .5rem 0;   /* vertical spacing only */
}
.service-box .feature-icon {
  width: var(--icon-col);
  margin: 0; padding: 0;
  line-height: 1.25;     /* keeps icon close to first text line */
	margin-top: 5px;
}
.service-box .feature-text { margin: 0; padding: 0; }

/* base border reads from per-card CSS vars */
.service-box .package-card {
  border-width: var(--border-width);
  border-style: var(--border-style);
  border-color: var(--border-color);
}

/* hover color comes from per-card var (no fallback) */
.service-box .package-card:hover {
  border-color: var(--hover-border-color);
}


/* base border reads from per-card CSS variables (no defaults) */
.service-box .package-card{
  border-width: var(--border-width);
  border-style: var(--border-style);
  border-color: var(--border-color);
}

/* hover uses the per-card hover var (no fallback) */
.service-box .package-card:hover{
  border-color: var(--hover-border-color);
}

/* (optional, for later) selected border color via var */
.service-box .package-card.selected{
  border-color: var(--selected-border-color);
}


/* Per-card icon colors: FORCE check/times/star to use CSS vars */
.service-box .package-card .feature-icon.fa-check,
.service-box .package-card .feature-icon.fas.fa-check,
.service-box .package-card .feature-icon.fa-solid.fa-check {
  color: var(--check-color) !important;
}   

.service-box .package-card .feature-icon.fa-times,
.service-box .package-card .feature-icon.fas.fa-times,
.service-box .package-card .feature-icon.fa-solid.fa-times,
.service-box .package-card .feature-icon.fa-xmark {
  color: var(--times-color) !important;
}
    
/* handle both Bootstrap Icons and FA stars just in case */
.service-box .package-card .feature-icon.bi-star,
.service-box .package-card .feature-icon.fa-star {
  color: var(--star-color) !important;
}


/* Navigation Buttons (arrows)  */
.service-box .service-box-scroll-controls{
  display:flex; justify-content:flex-end; gap:.5rem; margin:.25rem 1rem .5rem;
  position:relative; z-index:3000;
}

/* Buttons */
.service-box .scroll-btn{
  display:inline-flex; align-items:center; justify-content:center;
  width:38px; height:38px; border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background-color: rgba(255,255,255,.92) !important;
  box-shadow:0 2px 6px rgba(0,0,0,.08);
  box-shadow:0 2px 6px royalblue;
  transition: background-color .15s ease, box-shadow .15s ease, transform .15s ease;
  cursor:pointer;
  backdrop-filter: blur(6px);
  pointer-events:auto; /* ensure hover/click are seen */
}
.service-box .scroll-btn .bi{ font-size:1.1rem; line-height:1; }

/* Hover always respond visually */
.service-box .scroll-btn:hover{
  background-color:#f0f0f0 !important;
  transform: translateY(-1px);
  box-shadow:0 4px 10px rgba(0,0,0,.12) !important;
}

/* Active press */
.service-box .scroll-btn:active{ transform:none; }


/* Easiest: add top padding to the scroller */
.service-box .horizontal-scroll-wrapper {
  padding-top: 10px !important;
}


