/* Swiper */
 .mySwiper-container{
      width: 100%;
      height:450px;
      background-image: url(https://static.mywebsites360.com/db8a427d89ca449b92cfeeec3442d8ae/i/ad39ed02d9d8491596de77c0b1d0a3cf/1/5feFb8zhrk/refresher.jpg);
      background-size: cover;
      background-position: center;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
 }
    .swiper {
        width:100%;
      height: 100%;
         display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
     
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color:#F8C358;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
     .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px;
      box-sizing: border-box;
    }

    .overlay h2 {
      font-size: 24px;
      margin-bottom: 10px;
    }

 .overlay .stars {
      display: flex;
      gap: 5px;
      margin-bottom: 10px;
      padding-left:0 !important;
    }

    .overlay .stars li {
      list-style: none;
      font-size: 24px;
      color: #FFD700;
    }

    .overlay .review {
      font-style: italic;
      margin-bottom: 10px;
      text-align:center;
      padding:0;
      max-width:900px;
    }

    .overlay .name {
      font-weight: bold;
    }

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
.blockContent.cols4 .imgGridItem, .blockContent.cols2 .imgGridItem, .blockContent.cols6 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Fix Disappearing Mobile CTA Text */

@media only screen and (max-width: 768px) { 
    .cols4 .imgGridItem .imgHover-content {
        display: block!important;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f4bd70d6441847c29d6e5662636421da { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f4bd70d6441847c29d6e5662636421da > .item {
	display: flex;
	flex-direction: column;
}

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}
.fancybox-skin {
    background:#181818;
}



/* Equalize Simple List Blocks*/

/* Change item class here */
.items_a6fa9b13ad1a4a059f1c8dd2a60a472b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a6fa9b13ad1a4a059f1c8dd2a60a472b > .item {
	display: flex;
	flex-direction: column;
}

.google-form-container{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
}
.google-form{
  background-Color:#FFFFFF;
  height:100%;
  width:100%;
  min-width:320px;
  max-width:700px;
}
.google-form iframe{
  max-height:2500;
  min-height:600px;
  width:100%;
}

/*hero-custom*/
.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: url("https://static.mywebsites360.com/db8a427d89ca449b92cfeeec3442d8ae/i/ce426d31679f40589e6d9b6f80be9724/1/5feFb8zhrk/Hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 0;

}

.hero h1 {
  font-size: 64px;
  font-weight: bold;
  max-width:800px;
  font-family: atrament,Arial,Verdana,sans-serif;
  font-weight:400;
}

.hero p {
  font-size: 24px;
}

.hero span {
  font-size: 16px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: calc(100vh - 4rem);
  text-align: left;
  color: white;
  padding: 0 6rem;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  max-width: 350px;
  margin-top: 2rem;
}

.hero-buttons span {
  text-align: left;
  color: white;
  font-size: 0.9rem;
}

.btn {
  display: block;
  width: 100%;
  max-width:250px;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  font-size: 0.95rem;
  color: #000;
}

.primary {
  background-color: #eab242;
  color: #000;
}

.primary:hover,
.primary:focus {
  background-color: #eab242;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
    color: #000;
}


/* Accessibility: Focus styles */
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .hero-content {
    align-items: center;
    text-align: center;
    padding: 0 1rem;
  }

  .hero-buttons {
    align-items: center;
    width: 100%;
    max-width: 280px; /* Slightly smaller max-width for mobile */
  }

  .hero-buttons span {
    text-align: center;
    width: 100%;
  }

  .hero h1 {
    font-size: 48px; /* Smaller font size for mobile */
  }

  .hero p {
    font-size: 20px; /* Smaller font size for mobile */
  }
}


/*tawk.to widget*/
.widget-visible > iframe {
    bottom: 60px !important;
}