/*
Theme Name: Jetflow External Cleaning
Theme URI: https://nuhatech.org
Description: A custom theme built for Jetflow External Cleaning by Nuhatech.org
Author: Nuhatech
Author URI: https://nuhatech.org
Version: 1.0.0
*/

body {
    margin: 0;
    padding: 0;
	
}
body,p,h1,h2,h3,h4,h5,h6  {
	font-family: "Poppins", Sans-serif;
}
.ntfullpic {
    background-size: 100% 100% !important;
}
.show-on-click {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.hidden-section {
  display: none !important;
}

.visible-section {
  display: block;
  opacity: 1;
}
.ntcf_head
 {
    font-size: 36px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
button.uacf7-prev {
    display: none !important;
}
.nthqbo, .ntfields {
    display: flex;
    flex-direction: column;
}
.ntequlput {
	height: 55px;
	border-radius: 8px;
	padding-left: 20px;
	margin-bottom: 15px;
	border: none;
	width: 100%;
}
.nthqbo .wpcf7-list-item label {
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
	background: #ffffff;
	padding: 16px;
	border-radius: 8px;
}
.nthqbo .wpcf7-list-item label:hover {
	background: #e9e9e9;
}
.nthqbo span.wpcf7-list-item-label  {
    line-height: 30px;
    height: 30px;
}


/* Base checkbox */
.nthqbo input[type="checkbox"] {
	transition: all 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background: #fff;
}
/* Tick mark */
.nthqbo input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 2px;
  left: 6px;
}
.nthqbo input[type="checkbox"]:checked {
	background: #000;
}
button.uacf7-next {
	    font-size: 0px;
}
button.uacf7-next, .ntsbut{
	padding: 16px 33px;
    font-family: Poppins;
	    margin: 0 auto;
    display: flex;
	border-radius: 8px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}
button.uacf7-next:hover {
	background: #fff;
	color: #000;
}
button.uacf7-next:after {
	content: 'Submit and Proceed';
	font-size: 16px;
}
.service-block {
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
}

.service-block.is-active {
  display: block;
  opacity: 1;
}

@media (max-width:600px) {
    .ntfullpic {
    background-size: cover !important;
}
	.ntcf_head {
    font-size: 24px;
    line-height: 28px;
}
}
 .fun-jittery .elementor-button {
  animation: fun-jittery 4s infinite;
  transform-origin: center;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@keyframes fun-jittery {
  0% {
    transform: scale(1);
  }

  5%, 50% {
    transform: scale(1);
  }

  10% {
    transform: scale(.9);
  }

  15% {
    transform: scale(1.05);
  }

  20% {
    transform: scale(1.05) rotate(-3.5deg);
  }

  23% {
    transform: scale(1.05) rotate(3.5deg);
  }

  26% {
    transform: scale(1.05) rotate(-2.5deg);
  }

  30% {
    transform: scale(1.05) rotate(2.5deg);
  }

  35% {
    transform: scale(1.05) rotate(0);
  }

  100% {
    transform: scale(1);
  }
}