@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/*font-family: "Outfit", sans-serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Outfit", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*#### Common css start ####*/
.common-btn1 {
  position: relative;
  background-color: #0046FF;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
}
.common-btn1 i {
  position: relative;
  margin-left: 5px;
  transition: all 0.5s;
}
.common-btn1:hover {
  background-color: #0046FF;
  color: #fff;
}
.common-btn1:hover i {
  transform: rotate(-45deg);
  transition: all 0.5s;
}

.common-btn2 {
  position: relative;
  background-color: #FF9013;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
}
.common-btn2 i {
  position: relative;
  margin-left: 5px;
  transition: all 0.5s;
}
.common-btn2:hover {
  background-color: #FF9013;
  color: #fff;
}
.common-btn2:hover i {
  transform: rotate(-45deg);
  transition: all 0.5s;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h4 {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #262626;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #313131;
  font-size: 16px;
  margin-bottom: 10px;
}

/*#### Common css end #####*/
/*#### Header css start ####*/
.header-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(53, 53, 53, 0) 58.95%, #0C0C0C 96.52%);
  z-index: 9;
}

.header-wrapper .navbar {
  position: relative;
}
.header-wrapper .navbar .navbar-nav {
  position: relative;
}
.header-wrapper .navbar .navbar-nav li {
  position: relative;
  padding: 0px 10px;
}
.header-wrapper .navbar .navbar-nav li a {
  position: relative;
  color: #ADADAD;
  font-size: 16px;
  padding: 0px;
  transition: all 0.5s;
}
.header-wrapper .navbar .navbar-nav li a:hover {
  color: #fff;
}
.header-wrapper .navbar .navbar-nav li.active a, .header-wrapper .navbar .navbar-nav li.current-menu-item a {
  color: #fff;
}

.header-wrapper .head-right-btn {
  position: relative;
}
.header-wrapper .head-right-btn ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 0px;
}
.header-wrapper .head-right-btn ul li {
  position: relative;
}
.header-wrapper .head-right-btn ul li a {
  position: relative;
  color: #fff;
  font-weight: 400;
}
.header-wrapper .head-right-btn ul li a i {
  position: relative;
  margin-right: 5px;
  color: #FF9013;
}

/*Search css*/
.head-search-wrap {
  position: relative;
}
.head-search-wrap .open-search {
  position: relative;
}
.head-search-wrap .form-search {
  position: absolute;
  right: 0;
  top: 120%;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}
.head-search-wrap .form-search.active {
  visibility: visible;
  opacity: 1;
}
.head-search-wrap .search-box-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 10px;
  background-color: #111111;
  border-radius: 30px;
}
.head-search-wrap .search-box-inner .search-box {
  position: relative;
  width: calc(100% - 30px);
}
.head-search-wrap .search-box-inner .search-box .form-control {
  height: 34px;
  border: 0px;
  border-radius: 30px 0px 0px 30px;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}
.head-search-wrap .search-box-inner .search-box .form-control::-moz-placeholder {
  color: #fff;
}
.head-search-wrap .search-box-inner .search-box .form-control::placeholder {
  color: #fff;
}
.head-search-wrap .search-box-inner .search-btn-wrp {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #FF9013;
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.head-search-wrap .search-box-inner .search-btn-wrp .search-btn {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  border-radius: 0px 30px 30px 0px;
  padding: 0;
}
.head-search-wrap .aws-container .aws-search-form {
  background-color: #111111;
  border-radius: 30px;
  overflow: hidden;
}
.head-search-wrap .aws-container .aws-search-form .aws-search-field {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.head-search-wrap .aws-container .aws-search-form .aws-form-btn {
  background-color: #FF9013;
  border: 0;
  color: #fff;
}
.head-search-wrap .aws-container .aws-search-form .aws-form-btn svg {
  color: #fff;
}

/*### Serch css end ###*/
/*#### Header css end ####*/
/*#### Banner css start ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
}
.banner-wrapper .video-wrap {
  position: relative;
  width: 100%;
}
.banner-wrapper .video-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(281.15deg, rgba(53, 53, 53, 0) 2.25%, #0C0C0C 97.75%);
  z-index: 2;
}
.banner-wrapper .video-wrap video {
  position: relative;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -6px;
}
.banner-wrapper .banner-content-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.banner-wrapper .banner-content-wrap h1 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner-wrapper .banner-content-wrap h1 strong {
  color: #FF9013;
}
.banner-wrapper .banner-content-wrap h2 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banner-wrapper .banner-content-wrap h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}

/*#### Banner css end ####*/
/*#### Happy customers css start ####*/
.happy-customers-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #0046FF;
}

.happy-customers-left-content {
  position: relative;
  width: 100%;
  height: 100%;
  border-right: 1px solid #2187FF;
}
.happy-customers-left-content h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.happy-customers-left-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 50px;
  margin-bottom: 5px;
}

.customers-review-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.customers-review-wrap .user-icon {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #FF9013;
  overflow: hidden;
}
.customers-review-wrap .customers-review-content {
  position: relative;
  width: calc(100% - 120px);
  padding-left: 20px;
}
.customers-review-wrap .customers-review-content .rating-img {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.customers-review-wrap .customers-review-content .rating-img ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 0;
}
.customers-review-wrap .customers-review-content .rating-img ul li {
  color: #ff9013;
  font-size: 16px;
}
.customers-review-wrap .customers-review-content h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.customers-review-wrap .customers-review-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.customers-review-wrap .customers-review-content h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

/*#### Happy customers css end ####*/
/*#### affordable-versatile section css start ####*/
.affordable-versatile-spray-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.versatile-spray-list {
  position: relative;
  width: 100%;
}
.versatile-spray-list .versatile-spray-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.versatile-spray-list .versatile-spray-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.versatile-spray-list .versatile-spray-content {
  position: relative;
  width: 100%;
  padding: 10px 0px;
}
.versatile-spray-list .versatile-spray-content h4 {
  position: relative;
  width: 100%;
  color: #262626;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.versatile-spray-list .versatile-spray-content h4 a {
  color: inherit;
}
.versatile-spray-list .versatile-spray-content p {
  position: relative;
  width: 100%;
  color: #313131;
  font-size: 15px;
  margin-bottom: 10px;
}
.versatile-spray-list .versatile-spray-content .common-btn1 {
  position: relative;
  opacity: 0;
  visibility: hidden;
  margin-left: 50px;
  transition: all 0.5s;
}
.versatile-spray-list:hover .versatile-spray-img img {
  transform: scale(1.1);
}
.versatile-spray-list:hover .versatile-spray-content .common-btn1 {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

/*#### affordable-versatile section css end ####*/
/*#### product section css start ####*/
.product-wrapper {
  position: relative;
  width: 100%;
  padding: 20px 0px 60px 0px;
}

.product-wrap {
  position: relative;
  width: 100%;
}
.product-wrap .product-img {
  position: relative;
  width: 100%;
  padding: 25px 15px;
  background-color: #E3EEFC;
  text-align: center;
  overflow: hidden;
  height: 300px;
}
.product-wrap .product-img img {
  position: relative;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s;
}
.product-wrap .product-content {
  position: relative;
  width: 100%;
  padding: 15px 15px;
}
.product-wrap .product-content h3 {
  position: relative;
  width: 100%;
  color: #262626;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.product-wrap .product-content h3 a {
  color: inherit;
}
.product-wrap .product-content .price-shop-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-wrap .product-content .price-shop-wrap .price-rating {
  position: relative;
  width: 60%;
}
.product-wrap .product-content .price-shop-wrap .price-rating h4 {
  position: relative;
  width: 100%;
  color: #262626;
  font-size: 18px;
  margin-bottom: 4px;
}
.product-wrap .product-content .price-shop-wrap .price-rating .rating {
  position: relative;
  width: 100%;
}
.product-wrap .product-content .price-shop-wrap .price-rating .rating img {
  height: 18px;
}
.product-wrap .product-content .price-shop-wrap .shop-btn {
  position: relative;
  width: 40%;
  text-align: right;
}
.product-wrap:hover .product-img img {
  transform: scale(1.1);
}

/*#### product section css end ####*/
/*#### about-us css start ####*/
.about-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.about-left-img-wrap {
  position: relative;
  width: 100%;
}
.about-left-img-wrap img {
  position: relative;
  width: 100%;
}
.about-left-img-wrap .experience-count-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 10px 10px;
  display: flex;
  flex-wrap: wrap;
}
.about-left-img-wrap .experience-count-wrap .count {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  color: #FF9013;
}
.about-left-img-wrap .experience-count-wrap .text {
  position: relative;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px;
}

.about-right-content {
  position: relative;
  width: 100%;
}
.about-right-content p {
  position: relative;
  width: 100%;
  color: #313131;
  font-size: 16px;
  margin-bottom: 10px;
}
.about-right-content ul {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.about-right-content ul li {
  position: relative;
  color: #313131;
  font-size: 16px;
  padding: 6px 0px;
  padding-left: 24px;
  font-weight: 500;
}
.about-right-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background-image: url(../images/listing-check-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/*#### about-us css end ####*/
/*#### car washing section css start ####*/
.car-washing-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/car-washing-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0046FF;
  background-attachment: fixed;
}
.car-washing-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 70, 255, 0.8);
}

.car-washing-left-img {
  position: relative;
  width: 100%;
}
.car-washing-left-img img {
  position: relative;
  width: 100%;
}

.car-washing-right-content {
  position: relative;
  width: 100%;
}
.car-washing-right-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
}
.car-washing-right-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}
.car-washing-right-content .car-washing-right-img {
  position: relative;
  width: 100%;
}
.car-washing-right-content .car-washing-right-img img {
  position: relative;
  width: 100%;
}

/*#### car washing section css end ####*/
/*#### blog section css start ####*/
.blog-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.blog-list {
  position: relative;
  width: 100%;
  border: 1px solid #D7D7D7;
  padding: 15px 15px;
}
.blog-list .blog-img {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.blog-list .blog-img img {
  position: relative;
  width: 100%;
}
.blog-list .blog-content {
  position: relative;
  width: 100%;
}
.blog-list .blog-content h3 {
  position: relative;
  width: 100%;
  color: #262626;
  font-size: 24px;
  margin-bottom: 15px;
}
.blog-list .blog-content h3 a {
	color: inherit;
	min-height: 48px;
	display: block;
}
.blog-list .blog-content p {
  position: relative;
  width: 100%;
  color: #313131;
  font-size: 15px;
  margin-bottom: 15px;
  min-height: 50px;
}
.blog-list .blog-content .common-btn1 {
  position: relative;
  padding: 5px 20px;
}

.blog-vertical-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #D7D7D7;
  padding: 15px 15px;
}
.blog-vertical-list .vrtcl-img-box {
  position: relative;
  width: 40%;
}
.blog-vertical-list .vrtcl-content {
  position: relative;
  width: 60%;
  padding-left: 10px;
}
.blog-vertical-list .vrtcl-content h3 {
  position: relative;
  width: 100%;
  font-size: 20px;
  color: #262626;
  margin-bottom: 12px;
}
.blog-vertical-list .vrtcl-content h3 a {
  color: inherit;
}
.blog-vertical-list .vrtcl-content p {
  position: relative;
  width: 100%;
  color: #313131;
  font-size: 16px;
  margin-bottom: 15px;
}
.blog-vertical-list .vrtcl-content .common-btn1 {
  position: relative;
  padding: 5px 20px;
}

/*#### blog section css end ####*/
/*#### Footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding-top: 40px;
  background-color: #0E0F11;
}
.footer-wrapper .common-title h3 {
  position: relative;
  width: 100%;
  color: #fff;
}
.footer-wrapper .common-title p {
  position: relative;
  width: 100%;
  color: #fff;
}

/*####*/
.footer-newsletter-wrap {
  position: relative;
  width: 100%;
}

.footer-newsletter-wrap p {
  position: relative;
  width: 100%;
  color: #4B4B4B;
  font-size: 15px;
}

.footer-newsletter-frm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 10px;
  background-color: #FFFFFF;
  border: 1px solid #fff;
}

.footer-newsletter-frm .input-text {
  position: relative;
  width: 100%;
  padding-right: 112px;
  padding-left: 30px;
}

.footer-newsletter-frm .input-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/email-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer-newsletter-frm .input-text .form-control {
  padding: 10px 10px;
  padding-left: 0px;
  font-size: 14px;
  border-radius: 0px 0px 0px 0px;
  background-color: transparent;
  border: 0px solid #fff;
  color: #262626;
  text-transform: lowercase;
  letter-spacing: 1px;
  height: 45px;
}
.header-wrapper .head-right-btn ul li a {
	text-shadow: 1px 1px 1px #000;
}
.woocommerce ul.products li.product .button {
	margin-right: 13px;
}
.footer-newsletter-frm .input-text .form-control:focus {
  outline: none;
  box-shadow: none;
}

.footer-newsletter-frm .input-text .form-control::-moz-placeholder {
  color: #7C7C7D;
}

.footer-newsletter-frm .input-text .form-control::placeholder {
  color: #7C7C7D;
}

.footer-newsletter-frm .submit {
  position: absolute;
  width: 120px;
  right: 5px;
  bottom: 10px;
}

.footer-newsletter-frm .submit .btn {
  position: relative;
  width: 100%;
  color: #fff;
  height: 36px;
  padding: 0;
  font-size: 16px;
  border-radius: 0px;
  background-color: #FF9013;
}

/*###*/
.footer-line {
  position: relative;
  width: 100%;
}
.footer-line hr {
  position: relative;
  width: 100%;
  border-color: #fff;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}
.footer-inner-wrap .footer-logo {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #9D9D9D;
  font-size: 15px;
  margin-bottom: 15px;
}
.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

/**/
.footer-social {
  position: relative;
  width: 100%;
}
.footer-social ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.footer-social ul li {
  position: relative;
  padding: 0px 5px;
}
.footer-social ul li:first-child {
  padding-left: 0px;
}
.footer-social ul li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
}
.footer-social ul li a:hover {
  color: #FF9013;
}

/**/
.footer-menu {
  position: relative;
  width: 100%;
}
.footer-menu ul {
  position: relative;
  width: 100%;
}
.footer-menu ul li {
  position: relative;
  padding: 5px 0px;
}
.footer-menu ul li a {
  position: relative;
  color: #9D9D9D;
  font-size: 15px;
  transition: all 0.5s;
}
.footer-menu ul li a:hover {
  color: #FF9013;
}

/**/
.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.footer-inner-wrap .contact-det-list .icon {
  position: relative;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #FF9013;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-inner-wrap .contact-det-list .content {
  position: relative;
  width: calc(100% - 35px);
  padding-left: 5px;
}

.footer-inner-wrap .contact-det-list .content h4 {
  position: relative;
  width: 100%;
  color: #D9D9D9;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.footer-inner-wrap .contact-det-list .content p {
  position: relative;
  font-size: 16px;
  word-break: break-all;
  margin-bottom: 0px;
  color: #9D9D9D;
}

.footer-inner-wrap .contact-det-list .content p a {
  color: #9D9D9D;
}

/****/
.footer-copyright {
  position: relative;
  width: 100%;
  padding: 15px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
  margin-top: 30px;
}
.footer-copyright p {
  position: relative;
  width: 100%;
  color: #838383;
  font-size: 15px;
  margin-bottom: 0;
}

/*#### Footer css end ####*/
/*#### Inner banner css start #####*/
.inner-banner-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  z-index: 1;
}
.inner-banner-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(281.15deg, rgba(53, 53, 53, 0) 2.25%, #0C0C0C 97.75%);
  z-index: 2;
}

.inner-banner-wrapper img {
  position: relative;
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
  z-index: 1;
}

.inner-banner-wrapper .inner-banner-content {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.inner-banner-wrapper .inner-banner-content h1 {
  position: relative;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-breadcrumb {
  position: relative;
  width: 100%;
}
.banner-breadcrumb .breadcrumb {
  position: relative;
  margin-bottom: 0;
}
.banner-breadcrumb .breadcrumb li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.banner-breadcrumb .breadcrumb li a {
  position: relative;
  color: #FF9013;
  font-size: 16px;
  font-weight: 600;
}
.banner-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f111";
  font-family: "fontawesome";
  font-size: 7px;
  margin-top: 10px;
  color: #FF9013;
}

.main-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h2 {
  position: relative;
  width: 100%;
  color: #262626;
  font-size: 35px;
  margin-bottom: 25px;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: #0046FF;
  font-size: 30px;
  margin-bottom: 15px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: #FF9013;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h5 {
  position: relative;
  width: 100%;
  color: #262626;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: #313131;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 10px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.cms-content ul li {
  position: relative;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #313131;
  margin-bottom: 8px;
}

.cms-content ul li:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 4px;
  color: #FF9013;
}

/*#### Inner banner css end #####*/
/*##### Product page css start #####*/
.product-page-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.affordable-versatile-product-page-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #edf5ff;
}

/*##### Product page css end #####*/
/*#### blog page css start ####*/
.blog-page-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.blog-page-wrapper .blog-list .blog-img img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-page-wrapper .blog-list .blog-content h3 {
  font-size: 20px;
}

.blog-details-content {
  position: relative;
  width: 100%;
}
.blog-details-content h1 {
  position: relative;
  width: 100%;
  color: #262626;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blog-details-content .entry-meta {
  position: relative;
  width: 100%;
  color: #313131;
  font-size: 15px;
  margin-bottom: 10px;
}
.blog-details-content .entry-meta a {
  color: #FF9013;
}
.blog-details-content .blog-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-details-content .blog-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.blog-details-content .blog-img .blog-date {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.blog-details-content .blog-img .blog-date p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 2px;
}
.blog-details-content .blog-img:hover img {
  transform: scale(1.1);
}
.blog-details-content h3 {
  position: relative;
  width: 100%;
  color: #262626;
  font-size: 26px;
  margin-bottom: 15px;
}
.blog-details-content h4 {
  position: relative;
  width: 100%;
  color: #FF9013;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.blog-details-content h5 {
  position: relative;
  width: 100%;
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-details-content p {
  position: relative;
  width: 100%;
  color: #313131;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.blog-details-content ul {
  position: relative;
  width: 100%;
}
.blog-details-content ul li {
  position: relative;
  width: 100%;
  padding: 4px 0px;
  color: #313131;
  font-size: 16px;
  padding-left: 20px;
}
.blog-details-content ul li:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 9px;
  color: #FF9013;
}

/*pagination css*/
.pagination-wrapper {
  position: relative;
  width: 100%;
}

.pagination-wrapper .page-numbers {
  position: relative;
  width: auto;
  display: inline-flex;
  padding: 6px 15px;
  background-color: #edf5ff;
  color: #000;
  font-size: 16px;
}

.pagination-wrapper .page-numbers.current {
  background-color: #0046ff;
  color: #fff;
}

/*#### blog page css end ####*/
/*#### contact-us page css start ####*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.contact-information-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 40px;
  background-color: #edf5ff;
}
.contact-information-wrap .common-title h3 {
  font-size: 40px;
}
.contact-information-wrap .common-title p {
  color: #313131;
}

.contact-info-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0px;
  border-bottom: 1px solid #D4D4D4;
}
.contact-info-list .icon {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.contact-info-list .info-wrap {
  position: relative;
  width: calc(100% - 60px);
  padding-left: 15px;
}
.contact-info-list .info-wrap h5 {
  position: relative;
  width: 100%;
  color: #313131;
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-info-list .info-wrap h4 {
  position: relative;
  width: 100%;
  color: #FF9013;
  font-size: 20px;
  margin-bottom: 0;
}
.contact-info-list .info-wrap h4 a {
  color: #FF9013;
}
.contact-info-list:hover .icon {
  background-color: #FF9013;
  color: #fff;
}

.contact-info-list:last-child {
  border-bottom: 0px;
}

.form-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #D4D4D4;
  padding: 40px 40px;
}
.form-wrap .form-group {
  position: relative;
  width: 100%;
}
.form-wrap .form-group .form-control {
  position: relative;
  width: 100%;
  padding: 15px 12px;
  border-radius: 0;
  background-color: #f8f8f8;
}
.form-wrap .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #FF9013;
}
.form-wrap .form-group .common-btn1 {
  padding: 14px 30px;
  font-size: 20px;
}

.map-wrap {
  position: relative;
  width: 100%;
}
.map-wrap iframe {
  width: 100%;
  height: 400px;
  border: 5px solid #f8f8f8;
}

/*#### contact-us page css end ####*/
/*#### FAQ Page css start ####*/
.faq-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.faq-wrap {
  position: relative;
  width: 100%;
}
.faq-wrap .accordion-item {
  position: relative;
  width: 100%;
  border-top: 1px solid #dee2e6;
  margin-bottom: 15px;
}

.faq-wrapper .accordion-button {
  position: relative;
  color: #000;
  font-size: 18px;
  box-shadow: none;
  padding-right: 42px;
}

.faq-wrapper .accordion-button::after {
  content: "+";
  font-family: "fontawesome";
  background-color: #d37000;
  color: #fff;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: none;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transform: rotate(0);
  font-family: "fontawesome";
}

.faq-wrapper .accordion-button:not(.collapsed) {
  background-color: #FF9013;
  color: #ffffff;
}

/*#### FAQ Page css end ####*/
/*#### testimonials page css start ####*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.testimonials-list {
  position: relative;
  width: 100%;
  padding: 20px 20px;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.testimonials-list .auth-img {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FF9013;
  margin: 0 auto;
  margin-bottom: 15px;
}
.testimonials-list .testimonials-content {
  position: relative;
  width: 100%;
}
.testimonials-list .testimonials-content .rating-img {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.testimonials-list .testimonials-content .rating-img ul{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
  gap: 5px;
}
.testimonials-list .testimonials-content .rating-img ul li{
  color: #FF9013;
  font-size: 12px;
}
.testimonials-list .testimonials-content h4 {
  position: relative;
  width: 100%;
  color: #262626;
  font-size: 20px;
  margin-bottom: 10px;
}
.testimonials-list .testimonials-content p {
  position: relative;
  width: 100%;
  color: #313131;
  font-size: 15px;
  margin-bottom: 10px;
}
.testimonials-list .testimonials-content h5 {
  position: relative;
  width: 100%;
  color: #0046FF;
  font-size: 16px;
  margin-bottom: 5px;
}

/*#### testimonials page css end ####*/
/*### policy page css start ###*/
.policy-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

/*### policy page css end ###*/
/*#### Woocommerce page css start ###*/
/*### product details page css start ###*/
.product-details-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.single-product .entry-summary {
  position: relative;
  margin-top: 0;
}

.single-product .entry-summary .product_title {
  position: relative;
  width: 100%;
  font-size: 30px;
  margin-bottom: 15px;
}

.single-product .entry-summary .price {
  position: relative;
  width: 100%;
  font-size: 20px !important;
  color: #FF9013 !important;
  font-weight: 600;
}

.woocommerce .quantity .qty {
  padding: 4px 3px;
}

.button {
  position: relative;
  background-color: #0046FF !important;
  color: #fff !important;
  border-radius: 0;
  padding: 10px 20px !important;
}

/*### product details page css end ###*/
.wc-block-components-button {
  position: relative;
  background-color: #0046FF !important;
  border: 1px solid #0046FF !important;
  color: #fff !important;
  border-radius: 0;
  padding: 10px 20px !important;
}

/*Cart page css*/
.wc-block-cart .wc-block-cart__main {
  position: relative;
}

.wc-block-cart .wc-block-cart__main .wc-block-cart-items {
  position: relative;
  border: 1px solid #ddd;
}

.wc-block-cart .wc-block-cart__main .wc-block-cart-items th {
  padding: 10px;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  position: relative;
  width: 100%;
  padding: 12px 12px;
  background-color: #edf5ff;
}

.wc-block-cart .wc-block-cart__submit-button {
  position: relative;
  background-color: #0046FF;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
}

.wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__remove-link {
  position: relative;
  color: #fff !important;
  background-color: #f00 !important;
  padding: 1px 5px !important;
  border-radius: 4px !important;
}

/*### My Account page css start ###*/
.woocommerce-account .woocommerce-MyAccount-navigation {
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  position: relative;
  padding: 5px 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  position: relative;
  background: #edf5ff;
  display: block;
  padding: 10px 10px;
  color: #000;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background-color: #0046FF;
  color: #fff;
}

/*#### Woocommerce page css end ###*/


/*#### Gallery page css start ####*/
.gallery-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.gallery-tab-wrap{
  position: relative;
  width: 100%;
}
.gallery-tab-wrap .nav-tabs{
  position: relative;
  width: 100%;
  justify-content: center;
  border: 0;
}
.gallery-tab-wrap .nav-tabs .nav-item{
  position: relative;
  padding: 0px 5px;
}
.gallery-tab-wrap .nav-tabs .nav-item button{
  position: relative;
  padding: 8px 15px;
  background-color: #edf5ff;
  border-radius: 5px;
  border: 0;
  color: #000;
  font-size: 16px;
}
.gallery-tab-wrap .nav-tabs .nav-item button.active{
  background-color: #FF9013;
  color: #fff;
}

.gallery-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-wrap .img-box {
  position: relative;
  width: 100%;
}
.gallery-wrap .img-box img {
  position: relative;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.gallery-wrap .hover-box {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.gallery-wrap:hover .img-box img {
  transform: scale(1.1);
}
.gallery-wrap:hover .hover-box {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/*#### Gallery page css end ####*/

/*# sourceMappingURL=style.css.map */

.blog-content {
    font-size: 1rem;
    line-height: 1.75;
    color: #2f3e38;
}

/* Paragraph spacing */
.blog-content p {
    margin-bottom: 1rem;
}

/* Headline-style paragraphs */
.blog-content p:has(strong),
.blog-content p:first-child {
    font-weight: 600;
}

/* Emoji alignment */
.blog-content img.emoji {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 4px;
}

/* Section breaks (visual grouping) */
.blog-content p:contains("Dilution:"),
.blog-content p:contains("How it works:"),
.blog-content p:contains("Best for:") {
    padding-top: 0.75rem;
}

/* Lists created from * text */
.blog-content p:has(*) {
    margin-left: 1rem;
    position: relative;
}

/* Highlight boxes (Quick Guide / Strategy) */
.blog-content p:has(🧠),
.blog-content p:has(🌳) {
    background: #f4f8f6;
    padding: 1.2rem 1.4rem;
    border-radius: 12px;
    border-left: 4px solid #7fa89c;
    margin: 2rem 0;
    font-weight: 600;
}

/* Warning callout */
.blog-content p:has(⚠️) {
    background: #fff4f4;
    border-left: 4px solid #d95c5c;
    padding: 1rem 1.3rem;
    border-radius: 10px;
    font-weight: 500;
}

/* Guide table feel (without tables) */
.blog-content p:has("Pest") {
    font-weight: 700;
    margin-top: 1.5rem;
}

.blog-content p:contains("Aphids"),
.blog-content p:contains("Spider mites"),
.blog-content p:contains("Scale"),
.blog-content p:contains("Caterpillars") {
    font-family: monospace;
    white-space: pre-line;
}

/* Closing CTA */
.blog-content p:last-child {
    background: #eef6f3;
    padding: 1.2rem 1.4rem;
    border-radius: 14px;
    font-weight: 500;
}
.blog-details-content .blog-img img {
	max-height: 422px;
	object-fit: contain;
}
.blog-details-content .blog-img {
	background: #000;
}

@media (max-width:767px){
  .woocommerce ul.products li.product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title {
	font-size: 15px;
	min-height: 57px;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
padding-left: 13px;
padding-right: 13px;
}
}
.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title {
	font-size: 17px;
	min-height: 57px;
}
.blog-content p:has(*) {
	border-left: 1px solid #ccc;
	padding-left: 15px;
}
.wp-block-button__link {
position: relative;
  background-color: #0046FF !important;
  color: #fff !important;
  border-radius: 0;
  padding: 10px 20px !important;
}
.wc-block-grid__product {
	text-align: left;
}

.woocommerce ul.products li.product a {
	color: #000;
}
.woocommerce ul.products li.product a img{
  background: #E3EEFC;
}

.wc-block-grid__products .wc-block-grid__product-image img {
	background: #E3EEFC !important;
}
.no-results.not-found {
	text-align: center;
	padding: 30px;
}
@media (max-width:767px){
  .gallery-wrap .img-box img {
    height: auto;
  }
  .product-wrapper.product-page-wrapper .mb-4{
    margin: 0 !important;
  }
  .woocommerce-cart .contact-us-wrapper {
	padding: 10px 0px;
}
}