@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

.typing-text {
    font-size: 2rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    /*border-right: 3px solid #ff8a00;*/
    width: 100%;
    animation: typing 3s steps(30, end) forwards;
}
.top-logo a img {
	max-width:196px;
}
.banner-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 88, 48, 0.50);
}
/*******************/
ul.nav li a{
	background: rgba(0, 0, 0, 0.3);
	border-radius:6px;
	margin:0 2px;
	border-left:solid 2px #000;
}
ul.nav li a:hover, ul.nav li a.active{
	background: rgba(0, 0, 0, 0.5);
}
.nav ul.dropdown2 {
	background: transparent;
}
ul.dropdown2 li {
  border-bottom:none;
}
@media only screen and (max-width: 800px) {
  ul.nav li a:hover {
    background: rgba(0, 0, 0, 0.62) !important;
  }
}
/*******************/
.b-grids .fa-solid {
	font-size:3em;
}
.owner-img {
	text-align:center;
}
/* Schedule Now Button */
.schedule-btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: linear-gradient(45deg, #ff9800, #ff5722);
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	margin:12px;
	text-align:center;
}

.schedule-btn:hover {
    background: linear-gradient(45deg, #ff5722, #e64a19);
    transform: scale(1.05);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}
.align-center {
	text-align:center
}
.my-3 {
	margin: 3em 0;
}
.mb-3 {
	margin-bottom:3em;
}
.banner-bottom-info p.title-info {
	font-size:2.0em;
}
.encouragement-text a {
	color:#fff;
}
.col-bottom {
	padding:2em;
	margin:1em 0;
	/*background-color: rgba(0, 0, 0, 0.3);*/
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #F6F6F6);
	border:solid 2px #F6F6F6;
	/*background:#F6F6F6;*/
    padding: 20px;
	border-radius:12px;
}
.col-bottom:hover {
	border:solid 2px #fff;
}
.col-bottom p {
	color:#000;
}
.col-bottom h4 {
	font-family: 'Poiret One', cursive;
	text-transform:capitalize;
}
.col-bottom ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
}

.col-bottom ul li {
    position: relative;
    padding-left: 2em; /* Space for bullet */
	margin: 1em 0;
	border-left: solid 3px #0cbe65;
	font-size: 1.5em;
  line-height: 1.8em;
}

.col-bottom ul li::before {
    content: "\f14a"; /* Unicode for Font Awesome checkbox */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Required for solid icons */
    color: #0cbe65;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}
h3.sub-text {
  font-family: "Bad Script", cursive;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  font-size: 1.5em;
  line-height:1.8em;
}
.circle-box {
	transform: rotate(-5deg);
}
.circle-box:hover {
	transform: rotate(0deg);
}

 .circle-box h4{
 font-size: 1.5em;
  font-weight: 700;
 color: #0cbe65;
  font-family: 'Poiret One', cursive;
  
}
 .circle-box p {
  color: #555;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0.5em 0 0 0;

}
@media (max-width:1024px){

}
@media (max-width:640px){

}
@media (max-width:480px){

}
@media (max-width:320px){

}
.ribbon {
    background: #0cbe65;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    position: relative;
    display: inline-block;
	margin-left:0.5em;
	font-family: 'Raleway', sans-serif;
	transform: rotate(-10deg);
	margin-top:0.2em;
}

.ribbon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #085830;
}
a.browse-btn {
	color: #0cbe65;
    text-decoration: none;
    position: relative;
}
a.browse-btn::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #0cbe65;
    transition: width 0.3s;
    position: absolute;
    left: 0;
    bottom: -2px;
}
a.browse-btn:hover {
	width: 100%;
}
.block {
	border:solid 2px #F6F6F6;
    padding: 20px;
	border-radius:12px;
	background:#F6F6F6;
}
.threeD-button {
    background: linear-gradient(to bottom, #0cbe65, #0a9b55);
    color: white;
    padding: 2em 1em;
    text-decoration: none;
    font-family: "Bad Script", cursive;
	font-size:2em;
  	font-weight: 600;
    border-radius: 8px;
    border: none;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 5px #086a3c;
	text-align:center
}

.threeD-button:hover {
    box-shadow: 0 3px #086a3c;
    transform: translateY(5px);
}
.block-img {
	margin:0 0 1em 0;
	border-radius:12px;
	overflow:hidden;
}
.block-img img {
	width:100%;
}
.encouragement-text p {
font-family: "Bad Script", cursive;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 1.8em;
  line-height: 1.8em;
  letter-spacing: 1px;
  color:#FFFFFF;
  margin:1em 0;
}
.icon-3-square i{
  color:#fff;
  font-size:1.5em;
}
.icon-text h5 {
	color:#fff;
	font-family: 'Raleway', sans-serif;
	text-transform:none;
	padding:2px 0 5px 0;
}

.block-img img {
  width: 100%;
}
/*.block-img{
float:left;
}*/
@media (max-width:768px){
.block-img {
	 margin-top: 1em;
  }
}
@media (max-width:480px){
.block-img {
	  float: left;
	  padding: 0;
	}
}
.newslatter ul {
	
}
.blockbg ul {
	list-style-type: none;
	padding-left: 2.5em;
}
.blockbg ul li {
	position: relative;
	font-family: "Bad Script", cursive;
	font-weight: 300;
	font-style: normal;
	text-transform: none;
	font-size: 1.8em;
	line-height: 1.8em;
	letter-spacing: 1px;
	color:#fff;
}
.blockbg ul li span, .blockbg p span {
	color:#0cbe65;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
}
.blockbg ul li p {
	font-size: 1em;
  font-weight: 100;
  font-family: 'Poiret One', cursive;
  line-height: normal;
}
.blockbg ul li::before {
	content: "\f14a"; /* Example: check icon */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: -1.5em;
	color: #0cbe65;
}
.blockbg p i {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 125%;
  position: relative;
  text-shadow: 
    0 0 5px #f00, 
    0 0 15px #f60, 
    0 0 25px #fc0;
  background: #000;
  padding: 1.5em;
  border-radius: 50%;
  animation: pulseGlow 1s ease-in-out infinite;
  cursor: pointer;
  white-space: nowrap;
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: none;
    transform: scale(1);
  }
  50% {
  text-shadow:none;
    box-shadow: 
      0 4px 8px rgba(255, 100, 0, 0.3),
      inset 0 0 8px rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
  }
}
.blockbg {
	padding:4em 0;
}
.infobar{
  padding: 1em 1em;
	background:#fff;
}
.infobar p{
  text-align:center;
  font-size: 1.6em;
  font-weight: 600;
  color: #000;
  font-family: 'Poiret One', cursive;
}
.infobar p span {
	font-size: 125%;
	font-weight: bold;
	/*background-color: #333;
	color: #fff;*/
	padding:0.2em 0.5em;
	border-radius:0.3em;
	letter-spacing: 1px;
	border:solid 1px #333;
}
.infobar p a{
color:#0cbe65;
}
.order-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #ff5722;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.order-btn:hover {
  background: #e64a19;
  transform: translateY(-2px);
}
.news-section a.view-all{
display:block;
margin:2em 0 0 0;
	text-align:center;
	font-family: 'Poiret One', cursive;
	font-size: 1.5em;
  font-weight: 600;
}
.news-section a.view-all::after {
  content: "\f30b"; /* Unicode for fa-long-arrow-alt-right */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0.5rem;
  display: inline-block;
  transition: transform 0.3s ease;
}
.news-section a.view-all:hover::after {
  transform: translateX(5px);
  color:#0cbe65
}
.news-section a.view-all:hover{
	color:#333333;
}
/*******  Carousel *******/
.carousel {
      width: 90%;
      position: relative;
	  margin: 50px auto 0;
    }

    .slides {
      position: relative;
      height: 300px;
      overflow: hidden;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .slide {
      position: absolute;
      opacity: 0;
      transition: opacity 0.6s ease-in-out;
      width: 100%;
      height: 100%;
      padding: 3rem 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .slide.active {
      opacity: 1;
      z-index: 1;
    }

.avatar {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 1rem;
      border: 3px solid #eee;
    }
	
    .testimonial {
      text-align: center;
    }

    .testimonial p {
      font-family: "Bad Script", cursive;
  font-style: normal;
  text-transform: none;
  font-size: 1.5em;
  line-height: 1.8em;
  padding:0 2em;
    }

    .testimonial .name {
      margin-top: 1rem;
	  font-size: 1.6em;
  font-weight: 600;
  color: #000;
  font-family: 'Poiret One', cursive;
}
 
.stars {
      color: #f5c518;
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
    }
    /*.nav-dots {
      text-align: center;
      margin-top: 1rem;
    }*/
	.nav-dots {
  display: none;
}

    .dot {
      cursor: pointer;
      height: 12px;
      width: 12px;
      margin: 0 6px;
      background-color: #ccc;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.3s ease;
    }

    .nav-buttons {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      padding: 0 1rem;
	  z-index:1;
    }

    .nav-buttons button {
      background: rgba(0, 0, 0, 0.6);
      border: none;
      color: #fff;
      font-size: 1.2rem;
      padding: 0.5rem 1rem;
      cursor: pointer;
      border-radius: 50%;
      transition: background 0.3s ease;
    }

    .nav-buttons button:hover {
      background: rgba(0, 0, 0, 0.8);
    }

    @media (max-width: 600px) {
      .testimonial p {
        font-size: 1.3rem;
      }
	  .testimonial .name {
	  font-size: 1.4rem;
      }
    }
	
	
/**********/
.sticky-contact-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #068e4a, #09e879);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  z-index: 10000;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  flex-wrap: wrap;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 500;
}

.contact-buttons {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.contact-btn {
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 15px;
}

.contact-btn.call {
  background-color: #ffffff;
  color: #0cbe65;
}

.contact-btn.call:hover {
  background-color: #eafff3;
}

.contact-btn.email {
  background-color: #ffffff;
  color: #0cbe65;
}

.contact-btn.email:hover {
  background-color: #eafff3;
}

@media (max-width: 600px) {
  .sticky-contact-bar {
    flex-direction: column;
    text-align: center;
	padding: 5px 12px;
  }

  .contact-actions {
    justify-content: center;
    margin-top: 25px;
  }
}

.testimonial-block {
	border-radius:1em;
	border:solid 1px #eee;
	display: inline-block;
	padding:2.5em 1em;
	margin:1em 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	cursor:default;
	width:100%;
}
.testimonial-block:hover {
	box-shadow: none;
}
.testimonial-block p.message {
font-family: "Bad Script", cursive;
  font-weight: 100;
  font-style: normal;
  text-transform: none;
  font-size: 1.5em;
  line-height: 1.8em;
}
.testimonial-block .ab-img {
	text-align:center;
}
.testimonial-block .ab-left{
	border-right:solid 2px #eee;
}
.testimonial-block:hover .ab-img img {
	border: 4px solid #eee;
}
@media (max-width: 915px) {
	.testimonial-block .ab-left{
		border-right:none;
	}
	.testimonial-block .ab-img {
		padding-left:2em;
		border-left:solid 2px #eee;
	}
}
.testimonial-block .ab-img img{
	border-radius:50%;
	border: 3px solid #eee;
	max-width:128px;
	margin:0 auto;
}
.testimonial-block h3.sub-text {
	padding-bottom:0;
}
.testimonial-block p.sub-info {
	margin-top:0;
	font-size:1em;
}
.drop-cap::first-letter {
    font-size: 3em;
    font-weight: bold;
    float: left;
    line-height: 1;
    margin-right: 8px;
    color: #0cbe65;
  }
.star-rating {
	margin:1em 0;
}
.star-rating i {
    color: gold;
    font-size: 1.5em;
    margin-right: 4px;
  }
.contact-content input[type="text"].half,.contact-content input[type="email"].half {
	width:49%;
}
.contact-content input[type="text"].half-right, .contact-content input[type="email"].half-right {
	width:49%;
	float:right
}
@media (max-width: 799px) {
	.contact-content input[type="text"].half, .contact-content input[type="text"].half-right,.contact-content input[type="email"].half, .contact-content input[type="email"].half-right {
		width:100%;
	}
}
.testimonial .name span {
	display:block;
	font-family: 'Raleway', sans-serif;
	font-size:0.7em;
	font-weight:300;
}
.grey-star {
  color: #CCCCCC;
}
.heading-section {
	margin:2em 0;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	padding: 1em 2em;
	border-radius:1em;
}
.heading-section .sub-text {
	color:#CCCCCC;
}
lable.three {
  display: inline-block;
  width: 9%;
  height: auto;
  position: relative;
}

lable.three::before,
lable.three::after {
  content: "";
  display: block;
  background: #8CD0B4;
  width: 100%;
}

lable.three::before {
  height: 6px; /* thick line */
}

lable.three::after {
  height: 2px; /* thin line */
  margin-top: 2px;
}
@media (max-width: 768px) {
	lable.three {
		width: 19%;
	}
}
.captcha-wrapper {
  margin-top: 20px;
  padding: 15px;
  background: #f9f9f9;
  border-left: 4px solid #8CD0B4;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.captcha-message {
  display: block;
  margin-bottom: 10px;
  color: #e74c3c; /* red tone for error */
  font-weight: 500;
  font-size: 14px;
}

i.fa-solid {
  font-size:3em;
}




  .video-js {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	margin:1em;
  }

  /* Optional: Always show controls */
  .vjs-control-bar {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .vjs-big-play-button {
    background-color: red;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 3em;
  }
  
  .video-js .vjs-big-play-button {
  
}

.round-block-heading {
	/*font-family: "Bad Script", cursive;*/
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	text-transform: none;
	/*line-height: 1.8em;*/
	padding: 3.5em;
	text-align: center;
	border-radius: 50%;
	background-color: #F6F6F6;
	border: solid 1px #F6F6F6;
	/*font-size: 2em;*/
	font-size: 1.8em;
  	line-height: 1.8em;
}
.round-block-heading b {
	color:#0cbe65;
	font-size:150%;
}
.heading-block-right h3{
	text-align: center;
	font-size: 3em;
	font-family: 'Poiret One', cursive;
	font-weight: 800;
	border: solid 1px #F6F6F6;
	border-radius: 12em;
	/*width: inherit;*/
	background-color: #F6F6F6;
	color:#0cbe65;
}
.flex-block {
	display:flex;
}
.flex-image img {
	/*position:absolute;
	bottom:0;*/
}
@media (max-width: 768px) {
	.round-block-heading {
		line-height: 1.6em;
		padding: 2em;
		font-size: 1.6em;
		border-radius: 2em;
	}
	.heading-block-right h3{
		margin-top:1em;
		border-radius: 2em;
		color:#0cbe65;
	}
	.blockbg p i {
		float:right;
	}
}
