.btn-orange {
  background-color: none !important;
  border-color: #ff6500 !important;
  color: #fff;
  padding: 5px 10px !important;
  cursor: pointer;
}

.btn-orange:hover {
  background-color: #ff6500 !important;
  border-color: #ff6500 !important;
  color: #fff !important;
}

.logo {
  height: 30px;
  margin-right: 10px;
  margin-top: -9px;
}

.opener h2,
.owl-item {
  text-shadow: 0px 0px 20px #000;
  /* background-color: rgba(0, 0, 0, 0.4); */
  padding:5px;
  /* border-radius: 10px; */
}

.owl-item p {
  margin: 0;
}

.bg-light {
  background-color: #f2f2fc !important;
}

.priceTable th {
  text-transform: uppercase;
  background-color: #dfefff;
}

#banner1 {
  background-image: url("../img/bg/chipping.jpg");
  background-size: cover;
  background-position: center top;
  height: 30vh;
}

#banner2 {
  background-image: url("../img/bg/chipping-3.jpg");
  background-size: cover;
  background-position: 20% top;
  height: 30vh;
}

#banner3 {
  background-image: url("../img/bg/chipping-2.jpg");
  background-size: cover;
  background-position: center top;
  height: 30vh;
}

#banner4 {
  background-image: url("../img/bg/greenside.jpg");
  background-size: cover;
  background-position: center top;
  height: 30vh;
}

#banner5 {
  background-image: url("../img/bg/chipping-4.jpg");
  background-size: cover;
  background-position: center top;
  height: 30vh;
}

#banner6 {
  background-image: url("../img/bg/chipping-6.jpg");
  background-size: cover;
  background-position: center top;
  height: 30vh;
}

#banner7 {
  background-image: url("../img/bg/chipping-7.jpg");
  background-size: cover;
  background-position: center top;
  height: 30vh;
}

#banner8 {
  background-image: url("../img/bg/chipping-8.jpg");
  background-size: cover;
  background-position: center top;
  height: 30vh;
}

#banner9 {
  background-image: url("../img/bg/chipping-9.jpg");
  background-size: cover;
  background-position: center top;
  height: 30vh;
}

#banner10 {
  background-image: url("../img/bg/chipping-10.jpg");
  background-size: cover;
  background-position: center top;
  height: 30vh;
}

#banner11 {
  background-image: url("../img/bg/chipping-11.jpg");
  background-size: cover;
  background-position: center top;
  height: 30vh;
}

#clients {
  background-image: url("../img/dave-alred.jpg");
  background-size: cover;
  background-position: center top;
}

#clients .section-title {
  margin: 4vw;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #clients {
    background-size: cover;
    background-position: 100% top;
  }

  #clients .section-title {
    font-size: 18px;
    text-shadow: #fff 0px 0px 5px;
    font-family: "Montserrat", sans-serif;
  }
}

#potential {
  background-color: var(--primary-dark);
  color:#fff;
}

#potential h2, #potential h6 {
  color: #fff;
}

#reviews {
background-color: var(--primary-dark);
color: #fff;
padding-top: 2rem;
padding-bottom: 2rem;
}

#reviews h5 {
  color: #fff;
}

#reviews p {
  font-size: 1.1rem;
}


.priceTable th,
.priceTable td {
  color: #2a2a2a;
}

@media screen and (max-width: 768px) {
  .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}



.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 25px;
  margin-bottom: 0px;
}

.switch input {
  display: none;
}

.dSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #001763;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  box-shadow: 2px 2px 4px -1px #000;
  width:100px;
}

.dSlider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 6px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .dSlider {
  background-color: #2196f3;
}

input:focus + .dSlider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .dSlider:before {
  -webkit-transform: translateX(72px);
  -ms-transform: translateX(72px);
  transform: translateX(72px);
}

.dSlider:after {
  content: var(--content, "OFF");
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked + .dSlider:after {
  content: var(--content,"ON");
  left: 50%;
}

.text-strikethrough {
  text-decoration: line-through;
}

.table-responsive, .table-responsive-sm, .table {
  overflow-x: auto;
  display: table;
  -webkit-overflow-scrolling: touch; /* For smooth scrolling on touch devices */
}

tr.th-sticky th {
  position: sticky;
  top: 75px;
  background-color: var(--primary-dark);
  color:#fff;
  z-index: 1; /* Ensure the header stays above the table content */
  border-bottom: 2px solid #dee2e6; /* Optional: Add a border for better separation */
}

.tagLine {
  font-size:1.8rem;
}