/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #655011;
  --color2: #e8ce81;
  --color3: #222;
  --color4: #fff;
  --color5: #028103;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
label {
  width: 100%;
}
.captcha p:first-child {
  display: none;
}
.captcha p:last-child {
  display: none;
}
.captcha .cf7sr-g-recaptcha div:first-child {
  margin-left: auto;
}
.captcha .cf7sr-g-recaptcha {
  transform: scale(0.65);
  -webkit-transform: scale(0.75);
  transform-origin: top right;
  -webkit-transform-origin: top right;
}

.contact-from .wpcf7-form-control {
  padding: 10px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e1dcd1 !important;
  background-color: transparent !important;
}
.contact-from .wpcf7-form-control::placeholder {
  color: var(--color1) !important;
}

.codedropz-upload-handler {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border: 1px solid #b2a786 !important;
  border-radius: 0 !important;
  padding: 0;
}
.codedropz-upload-container {
  padding: 5px !important;
}
.codedropz-upload-inner {
  text-align: left;
  margin: 0;
}
.codedropz-upload-inner h3 {
  background: #655011 0% 0% no-repeat padding-box;
  color: #fff;
  display: inline-block;
  font: normal normal bold 16px/23px Lato;
  letter-spacing: 0px;
  padding: 5px 10px;
  color: #fbf4e1;
  margin: 0 !important;
}
.codedropz-upload-inner .codedropz-btn-wrap,
.dnd-upload-counter {
  display: none;
}
.codedropz-upload-inner span {
  color: #655011;
  opacity: 0.5;
}

/* menu css start */
.fix-header header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 99;
}

header .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
  display: none;
}
header .menu-item .hfe-menu-item {
  position: relative;
}
header .menu-item .hfe-menu-item:before {
  content: "";
  position: absolute !important;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #bbb396 !important;
  opacity: 1 !important;
}
header .menu-item .hfe-menu-item:hover:before {
  background-color: var(--color1) !important;
}
header .menu-item.current-menu-item .hfe-menu-item:before {
  background-color: var(--color1) !important;
}
header .hfe-sub-menu-item {
  position: relative;
  transition: all 0.4s ease;
}
header .hfe-sub-menu-item:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  width: 0px;
  opacity: 0;
  height: 2px;
  background-color: var(--color1);
  transition: all 0.4s ease;
}
header .hfe-sub-menu-item:hover:before {
  width: 15px;
  opacity: 1;
}
header .hfe-sub-menu-item:hover {
  padding-left: 40px !important;
}
/* menu css end  */
/* buttom animation start  */
.button-right-arrow .elementor-button {
  position: relative;
  align-items: center;
  z-index: 0;
  min-height: 52px;
  display: inline-flex;
}
.button-right-arrow .elementor-button .elementor-button-text {
  margin-left: 48px;
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 3px 6px 3px 3px;
}
.button-right-arrow .elementor-button:before {
  content: "\e8c0";
  font-family: "eicons";
  font-style: normal;
  font-weight: normal;
  width: 44px;
  height: 44px;
  color: #fff;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: start;
  padding-left: 13px;
  position: absolute;
  left: 4px;
  top: 4px;
}

/* hover par forward animation */
.button-right-arrow.active .elementor-button:before {
  animation: moveXRotate 0.2s ease-in-out forwards;
}

/* hover remove par reverse animation */
.button-right-arrow.reverse .elementor-button:before {
  animation: moveXRotateReverse 0.2s ease-in-out forwards;
}

@keyframes moveXRotate {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateX(120px) rotate(0deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-30px) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes moveXRotateReverse {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
  20% {
    transform: translateX(-30px) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: translateX(120px) rotate(-0deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

.button-right-arrow .elementor-button:after {
  content: "";
  background: var(--color1);
  width: 44px;
  height: calc(100% - 8px);
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: -1;
  transition: all 0.4s ease;
  border-radius: 44px;
}
.button-right-arrow .elementor-button:hover:after {
  content: "";
  width: calc(100% - 10px);
}
.button-right-arrow .elementor-button-content-wrapper {
  overflow: hidden;
}

.button-right-arrow.active .elementor-button-text {
  animation: moveYRotate 0.4s ease-in-out forwards;
}
.button-right-arrow.reverse .elementor-button-text {
  animation: moveYRotateReverse 0.4s ease-in-out forwards;
}

@keyframes moveYRotate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateY(60px) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes moveYRotateReverse {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateY(-60px) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
/* buttom animation end  */

.button-right-arrow-two .elementor-button {
  position: relative;
  align-items: center;
  z-index: 0;
  min-height: 50px;
  display: flex;
}
.button-right-arrow-two .elementor-button .elementor-button-text {
  margin-left: 45px;
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 3px 6px 3px 3px;
}
.button-right-arrow-two.email-icon .elementor-button:before {
  content: "\e91c";
  font-family: "eicons";
  font-style: normal;
  font-weight: normal;
  width: 42px;
  height: 42px;
  color: var(--color1);
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: start;
  padding-left: 12px;
  position: absolute;
  left: 4px;
  top: 4px;
}
.button-right-arrow-two.arrow-right .elementor-button:before {
  content: "\e8c0";
  font-family: "eicons";
  font-style: normal;
  font-weight: normal;
  width: 42px;
  height: 42px;
  color: var(--color1);
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: start;
  padding-left: 12px;
  position: absolute;
  left: 4px;
  top: 4px;
}
.button-right-arrow-two.phone-icon .elementor-button:before {
  content: "";
  font: normal normal normal 14px / 1 FontAwesome;
  font-style: normal;
  font-weight: normal;
  width: 42px;
  height: 42px;
  background-image: url(https://draftsite1.com/feng-plumbing/wp-content/uploads/2025/11/Call.png);
  color: var(--color1);
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: start;
  padding-left: 12px;
  position: absolute;
  left: 4px;
  top: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}

/* hover par forward animation */
.button-right-arrow-two.active .elementor-button:before {
  animation: moveXRotate 0.2s ease-in-out forwards;
}

/* hover remove par reverse animation */
.button-right-arrow-two.reverse .elementor-button:before {
  animation: moveXRotateReverse 0.2s ease-in-out forwards;
}

@keyframes moveXRotate {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateX(120px) rotate(0deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-30px) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes moveXRotateReverse {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
  20% {
    transform: translateX(-30px) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: translateX(120px) rotate(-0deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

.button-right-arrow-two .elementor-button:after {
  content: "";
  background: #fbf4e1;
  width: 42px;
  height: calc(100% - 8px);
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: -1;
  transition: all 0.4s ease;
  border-radius: 42px;
}
.button-right-arrow-two .elementor-button:hover:after {
  content: "";
  width: calc(100% - 10px);
}
.button-right-arrow-two .elementor-button-content-wrapper {
  overflow: hidden;
}

.button-right-arrow-two.active .elementor-button-text {
  animation: moveYRotate 0.4s ease-in-out forwards;
}
.button-right-arrow-two.reverse .elementor-button-text {
  animation: moveYRotateReverse 0.4s ease-in-out forwards;
}

@keyframes moveYRotate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateY(60px) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes moveYRotateReverse {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateY(-60px) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
/* buttom animation end  */

/* .button dark theme  */

.button-dark-theme .elementor-button {
  background-color: var(--color1);
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  fill: #fbf5e1;
  color: #fbf5e1;
  border-style: none;
  border-radius: 34px 34px 34px 34px;
  padding: 5px 5px 5px 5px;
}
.button-dark-theme .elementor-button:hover {
  background-color: var(--color1);
  color: var(--color1);
}

/* button dark theme   */

/* icon animation start  */
.icon-anim .elementor-icon {
  overflow: hidden;
}
.icon-anim .elementor-icon svg {
  transition: all 0.2s ease;
  animation-iteration-count: 1;
}

/* forward */
.icon-anim.active .elementor-icon svg {
  animation: moveAndRotate 0.2s ease-in-out forwards;
}

/* reverse */
.icon-anim.reverse .elementor-icon svg {
  animation: moveAndRotateReverse 0.2s ease-in-out forwards;
}

@keyframes moveAndRotate {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateX(120px) rotate(0deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-30px) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes moveAndRotateReverse {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
  20% {
    transform: translateX(-30px) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: translateX(120px) rotate(-0deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
/* icon animation end  */

.elementor-heading-title span {
  color: #e8ce81;
}

.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left !important;
  transform: translate(0%, -50%);
}
.hero-banner .carousel-caption h3 {
  font: normal normal bold 62px/72px Libre Franklin;
  letter-spacing: 0px;
  color: #ffffff;
}
.hero-banner .carousel-caption .textarea {
  font: normal normal 500 16px/24px Lato;
}
.arrow-control-slider {
  display: flex;
}
.arrow-control-slider span {
  background-color: var(--color1);
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}
.arrow-control-slider span:hover {
  background-color: var(--color2);
}

.arrow-control-slider .control-prev {
  border-radius: 5px;
}
.arrow-control-slider .control-next {
  border-radius: 5px;
}
.arrow-control-bottom {
  display: flex;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 9;
  width: 100%;
}

.hero-banner .indicators-num {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 9;
  width: 100%;
}
.hero-banner .carousel-indicator {
  display: flex;
}
.hero-banner .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 10px !important;
  background-color: #fff;
  border: 0;
  opacity: 0.5;
  position: relative;
  margin: 6px;
}
.hero-banner .carousel-indicators [data-bs-target].active {
  background-color: #fff;
  opacity: 1;
}
.hero-banner .carousel-indicators [data-bs-target].active::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  outline: 1px solid #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.hero-banner .carousel-indicator button.active .budge {
  background: var(--color1) !important;
}
.hero-banner .carousel-indicator button .number {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.hero-banner .carousel-indicator button.active .number {
  color: var(--color1) !important;
}

/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  font-weight: bold !important;
  background: var(--color1) 0% 0% no-repeat padding-box;
  border: 1px solid var(--color1);
  color: var(--color4) !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 700 18px / 22px Lato !important;
  letter-spacing: 0px;
  color: var(--color1) !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0px solid #ececec;
  border-radius: 45px;
  text-decoration: none !important;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
/* pagination style one css start  */

/* Blog css start */

.blog-post-card {
  margin-bottom: 40px;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}
.blog-post-card .title-bar {
  margin-bottom: 25px;
}
.blog-post-card .title-bar .brad-bar {
  font: normal normal bold 14px / 20px Libre Franklin;
  letter-spacing: 1.2px;
  color: #028103;
  text-transform: uppercase;
}
.blog-post-card .title-bar h2 {
  font: normal normal bold 42px/52px Libre Franklin;
  letter-spacing: 0px;
  color: #655011;
  text-transform: capitalize;
}
.blog-post-card .date-wrap {
  display: flex;
  align-items: center;
  justify-self: start;
}
.calendar {
  background: #fbf4e1;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  font-size: 16px;
  margin-right: 5px;
}
.blog-post-card .date-wrap .date {
  font: normal normal 500 16px/23px Lato;
  letter-spacing: 0px;
  color: #645011;
}

.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 0px;
  display: block;
}

.blog-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color1) !important;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}

.blog-content {
  padding-top: 20px !important;
  color: #645011;
  font: normal normal 500 16px/23px Lato;
  padding-bottom: 20px !important;
}
.blog-content ul {
  padding-left: 15px;
}

.blog-content h2 {
  font-size: 34px !important;
  color: #645011;
  margin: 0;
}

.blog-content h2 a {
  color: #645011;
  text-decoration: none;
}

.blog-content p {
  margin-top: 10px;
}

.read-more-btn {
  display: inline-block;
  background: var(--color2);
  font-size: 16px !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  margin-top: 15px;
  font-weight: 500;
  text-decoration: none;
}

.read-more-btn:hover {
  background: #292c2d !important;
  color: #fff !important;
}

h3.cat-color {
  color: var(--color1) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: Libre Franklin;
  padding-bottom: 2px !important;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box {
  background: #fbf4e1;
  border: 0;
  border-radius: 0;
  padding: 30px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px !important;
  width: 100%;
  display: block;
}
.category-list a span {
  float: right;
}
.category-list a:hover {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 70px 0;
}
.prevnext-post {
  padding-top: 30px;
  border-top: 1px solid #65501187;
}
.prevnext-post a {
  display: flex;
  align-items: center;
}
.prevnext-post a .icon-wrap {
  background: #fbf4e1;
  padding: 5px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  font-size: 16px;
}
.prevnext-post a .prev-post {
  font: normal normal bold 14px / 20px Lato;
  letter-spacing: 0px;
  color: #645011;
  text-transform: capitalize;
}

.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}
.prevnext-post .title-post {
  font: normal normal bold 24px/32px Libre Franklin;
  letter-spacing: 0px;
  color: #655011;
  display: block;
  margin-top: 10px;
}
.recent-post img {
  width: 70px;
  display: block;
}

.recent-post a {
  font-size: 16px !important;
  color: #645011 !important;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  margin-top: 0px;
  border: 1px solid #655011;
  border-radius: 20px;
  display: inline-block;
  font: normal normal 500 14px / 21px Lato;
  letter-spacing: 0px;
  color: #645011 !important;
  padding: 2px 10px;
  margin-bottom: 5px;
}

ul.portfolio-features {
  list-style: none;
  padding-left: 0;
}
ul.portfolio-features h4 {
  font: normal normal bold 17px/23px Libre Franklin;
  letter-spacing: 0px;
  color: #645011;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 5px;
}
ul.portfolio-features li {
  margin-bottom: 15px;
}
ul.portfolio-features p {
  font: normal normal 500 16px/23px Lato;
  letter-spacing: 0px;
  color: #645011;
  text-transform: capitalize;
  margin: 0;
}
ul.portfolio-features .delivered {
  background: #e8ce81 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 2px 8px;
  font: normal normal 500 14px / 20px Lato !important;
  letter-spacing: 0px;
  color: #645011;
  display: block;
  margin-top: 5px !important;
}

/* blog css end */

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-box-one {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 10px 150px 10px 10px;
  padding: 0px 50px 50px 50px;
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.testimonials-box-one:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(100% + 4px);
  height: 10px;
  background: var(--color1);
  left: -2px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.4s ease;
}
.testimonials-box-one:hover:before {
  content: "";
  background: var(--color2);
}

.testimonials-box-one .img-wrap {
  position: relative;
  margin-top: -50px;
}

.testimonials-box-one .img-wrap img {
  width: 100px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal normal 21px / 25px Lato;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 5px;
  margin-top: 20px;
}
.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box-one .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}
.testimonials-box-one .content-box {
  height: 130px;
}
.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px Lato;
  letter-spacing: 0px;
  color: #292c2d !important;
}

/* testimonials box one  css end */

/* testimonials box two  css start */
.testimonials-box-two {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 2px 5px 10px #d9d6cd29;
  border-radius: 20px;
  padding: 25px;
}
.testimonials-box-two .testimonials-wrap,
.testimonials-box-two-slider .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
.testimonials-box-two .content-box {
  font: normal normal 500 16px / 24px Lato;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.testimonials-box-two .content-box strong {
  color: #bfa74b;
  font-weight: 500 !important;
  font-style: italic;
}
.testimonials-box-two .testimonials-wrap .img-wrap img,
.testimonials-box-two-slider .testimonials-wrap .img-wrap img {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Lato;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.testimonials-box-two .testimonials-wrap {
  color: #ffc107;
  font-size: 16px;
}

/* testimonials css start */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%)
    hue-rotate(348deg) brightness(102%) contrast(103%);
}
.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}
.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.model-testimonial .testimonials-wrap .img-wrap {
  width: 80px;
  margin-right: 10px;
}
.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}
.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Lato;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */

/* slick dots start  */

.arrowbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #3a3a3a;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  cursor: pointer;
}
.arrowbtn:hover {
  background: var(--color2);
  color: #fff;
}
.left-btn {
  left: 0;
}
.right-btn {
  right: 0;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}
ul.slick-dots li {
  margin: 0 5px;
}
ul.slick-dots li button {
  padding: 5px;
  font-size: 0;
  border-radius: 50% !important;
  width: 10px;
  height: 10px !important;
  background-color: #b2a78b;
  border-color: #b2a78b;
  position: relative;
}
.slick-slider-dots ul.slick-dots li.slick-active button,
.slick-slider-dots ul.slick-dots li button:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
}
.slick-slider-dots ul.slick-dots li.slick-active button:before {
  content: "" !important;
  position: absolute;
  left: -3px;
  top: -3px;
  outline: 1px solid var(--color1);
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
}

footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
  display: none;
}

.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-next {
  top: 50%;
  position: absolute;
  z-index: 99;
  opacity: 1;
  width: 50px;
  background: #ffffff;
  height: 50px;
  padding: 15px;
  border-radius: 50%;
}
.elementor-lightbox .swiper .elementor-swiper-button-prev svg,
.elementor-lightbox .swiper .elementor-swiper-button-next svg {
  display: none !important;
}
.elementor-lightbox .swiper .elementor-swiper-button-prev:before {
  content: "\e8bf";
  font-family: "eicons";
  font-style: normal;
  font-weight: normal;
  color: #655011;
  font-size: 20px;
}
.elementor-lightbox .swiper .elementor-swiper-button-next:before {
  content: "\e8c0";
  font-family: "eicons";
  font-style: normal;
  font-weight: normal;
  color: #655011;
  font-size: 20px;
}

.elementor-lightbox .swiper .elementor-swiper-button-prev {
  left: 10% !important;
}
.elementor-lightbox .swiper .elementor-swiper-button-next {
  right: 10% !important;
}
/* slick dots end  */

/* download pdf start */

.download-box .img-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #bec0c5;
  border-radius: 20px;
  overflow: hidden;
}
.download-box .img-box img {
  transition: 0.3s ease all;
}
.download-box:hover .img-box img {
  scale: 1.1;
}
.download-box .text-box h4 {
  text-align: left;
  font: normal normal 500 20px/26px Lato;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.download-box .text-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-box .text-box .elementor-button img {
  filter: brightness(10);
}
.download-box .text-box .elementor-button:hover img {
  filter: inherit;
}

/* download pdf end */

/* filter css start */
ul#project-filter-list {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 40px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
  background: #655011 0% 0% no-repeat padding-box;
  border-radius: 35px;
  padding: 5px;
  justify-content: end;
}
ul#project-filter-list li {
  margin: 0 0px;
}
ul#project-filter-list li .cats {
  font: normal normal bold 16px/20px Lato;
  letter-spacing: 0px;
  color: #fbf4e1;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
}
ul#project-filter-list li .cats.active,
ul#project-filter-list li .cats:hover {
  color: var(--color1);
  background: #fbf4e1 0% 0% no-repeat padding-box;
  border-radius: 30px;
}
/* filter css end */

.other-box-two {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.other-box-two .text-box {
  padding: 30px;
}
.other-box-two h4 {
  text-align: left;
  font: normal normal 600 24px / 34px Lato;
  letter-spacing: 0px;
  color: #101010;
  opacity: 1;
}
.other-box-two .videos-box video {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  min-height: 240px;
  object-fit: cover;
}

button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}

/* theme css  */

/* portfolio css start  */

.portfolio-box {
  position: relative;
  z-index: 0;
}
.portfolio-box:after {
  content: "";
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0%
    0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.portfolio-box .portfolio-wrap {
  transition: all 0.4s ease;
  border-radius: 0;
}
.portfolio-box .portfolio-effect {
  overflow: hidden;
}
.portfolio-box .portfolio-img {
  overflow: hidden;
}
.portfolio-box .portfolio-img img {
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.portfolio-box:hover .portfolio-wrap {
  transition: all 0.4s ease;
  transform: translateY(0px);
}
.portfolio-box:hover .portfolio-img img {
  transform: scale(1.08);
}
.portfolio-box .portfolio-effect .budge-wrap {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
}
.portfolio-box .portfolio-effect .budge-wrap li {
  background: #fbf4e1 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 20px;
  font: normal normal 500 14px / 21px Lato;
  letter-spacing: 0px;
  color: #655011;
  text-align: center;
  margin-right: 5px;
  column-width: 75px;
  text-transform: uppercase;
}

.portfolio-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
  width: 100%;
  z-index: 1;
}
.portfolio-info .title {
  font: normal normal bold 21px/30px Libre Franklin;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.portfolio-info p {
  font: normal normal normal 14px/21px Lato;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* portfolio css end  */

/* featured event start */

.event-box {
  background: #fff;
  height: 100%;
}
.event-box .event-img img {
  height: 400px;
  object-fit: cover;
}

.event-box .event-content .top-wrap .date-budge {
  border: 1px solid #645011;
  border-radius: 20px;
  padding: 2px 15px;
  font: normal normal 500 16px / 21px Lato;
  letter-spacing: 0px;
  color: #645011;
  display: inline-block;
}
.event-box .event-content {
  display: grid;
  height: 100%;
  align-items: stretch;
  padding: 30px 20px;
}
.event-box .event-content .bottom-wrap {
  display: grid;
  align-items: end;
}
.event-box .event-content h2 {
  font: normal normal bold 21px / 30px Libre Franklin;
  letter-spacing: 0px;
  color: #645011;
  margin-bottom: 0;
}
.event-box .event-content .description-excert {
  font: normal normal 500 16px / 23px Lato;
  letter-spacing: 0px;
  color: #645011;
}

.featured-events {
  display: flex;
  gap: 15px;
}
.featured-events .item {
  width: 33.33%;
}
.featured-events .item.active {
  width: 66.33%;
}

.featured-events .event-item .left-wrap {
  width: 100%;
}
.featured-events .event-item.active .left-wrap {
  width: 45%;
}

.featured-events .event-item .right-wrap {
  visibility: hidden;
  width: 0;
  transition: all 0.4s ease-in-out;
}
.featured-events .event-item .right-wrap .event-content {
  display: none;
  width: 300px !important;
}
.featured-events .event-item.active .right-wrap {
  visibility: visible;
  width: 55%;
}
.featured-events .event-item.active .right-wrap .event-content {
  display: grid;
}
/* featured event end */

/* event box one css start */

.event-box-one {
  border: 1px solid #dfdcd1;
}

.event-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}
.event-box-one .img-wrap img {
  transition: all 0.4s ease;
}
.event-box-one .img-wrap .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.event-box-one:hover .img-wrap .btn-center {
  opacity: 1;
}
.event-box-one:hover .img-wrap img {
  transform: scale(1.05);
}
.event-box-one .content-box {
  padding: 20px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}
.event-box-one:hover .content-box {
  background-color: #fbf4e1;
}
.event-box-one .content-box .date {
  border: 1px solid #645011;
  border-radius: 20px;
  padding: 2px 15px;
  font: normal normal 500 16px / 21px Lato;
  letter-spacing: 0px;
  color: #645011;
  display: inline-block;
}
.event-box-one .content-box .title {
  font: normal normal bold 18px/28px Libre Franklin;
  letter-spacing: 0px;
  color: #645011;
  margin-bottom: 10px;
}
.event-box-one .content-box .excerpt {
  font: normal normal medium 16px/23px Lato;
  letter-spacing: 0px;
  color: #645011;
}
/* event box one css start */

.vm-box img {
  transition: all 0.4s ease;
}
.vm-box:hover img {
  transform: translateX(10px);
}

.hoverimage {
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.hoverimage:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 10%;
  left: 0%;
  top: 0%;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.hoverimage:hover:before {
  height: 250%;
  opacity: 1;
  background-color: transparent;
}
.whatwedo .stp-whatwedo {
  transition: all 0.4s ease-in-out;
}
.whatwedo .stp-whatwedo:hover {
  padding: 50px 30px;
}

.whatwedo .stp-whatwedo .elementor-heading-title sup {
  color: #e8ce81;
  font-size: 15px !important;
}
.whatwedo .stp-whatwedo:hover .elementor-heading-title {
  color: #fff;
}
.whatwedo .stp-whatwedo:hover .elementor-heading-title sup {
  color: #fff;
}
.whatwedo .stp-whatwedo:hover .textarea {
  color: #fff;
}

.whatwedo .stp-whatwedo.active {
  padding: 50px 30px;
  background-image: url(https://draftsite1.com/feng-plumbing/wp-content/uploads/2025/11/Plumbing-Sanitary.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.whatwedo .stp-whatwedo.active .elementor-heading-title {
  color: #fff;
}
.whatwedo .stp-whatwedo.active .elementor-heading-title sup {
  color: #fff;
}
.whatwedo .stp-whatwedo.active .textarea {
  color: #fff;
}

.count-count:before {
  content: "";
  position: absolute;
  left: inherit;
  right: -21px;
  top: 50%;
  transform: translate(-50%, -75%);
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #f3e2a9;
  border-radius: 20px;
  outline: 3px solid #f3e2a9;
  border: 3px solid #655011;
}
.slick-dots li.slick-active butto {
  position: relative;
}
.slick-dots li.slick-active button::before {
  content: "" !important;
  position: absolute;
  left: -4px;
  top: -4px;
  outline: 1px solid #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.swiper-pagination-bullet {
  position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "" !important;
  position: absolute;
  left: -4px;
  top: -4px;
  outline: 1px solid #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.htslider-carousel-activation .slick-dots li button {
  position: relative;
}
.htslider-carousel-activation .slick-dots li.slick-active button:before {
  content: "" !important;
  position: absolute;
  left: -3px;
  top: -3px;
  outline: 1px solid var(--color1);
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
}

.contact-wrap:hover .description {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.timeline-milestone .owl-thumb {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.timeline-milestone .owl-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0%
    0% no-repeat padding-box;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.timeline-milestone .owl-thumb img {
  transition: all 0.4s ease-in-out;
}
.timeline-milestone .item:hover .owl-thumb img {
  transform: scale(1.09);
}
.timeline-milestone .owl-content {
  position: absolute;
  bottom: 0;
  padding: 15px;
}
.timeline-milestone h3.owl-title {
  position: absolute;
  top: -50px;
  background: #fff;
  text-align: center;
  display: block;
  width: 100%;
  transition: all 0.4s ease-in-out;
  padding: 10px;
}
.timeline-milestone .owl-thumb {
  margin-top: 50px;
}
.timeline-milestone .item:hover h3.owl-title {
  background: #655011;
  color: #fff;
}
.timeline-milestone .item:hover .owl-thumb:before {
  content: "";
  background: transparent linear-gradient(180deg, #00000000 0%, #655011 100%) 0%
    0% no-repeat padding-box;
}

.timeline-milestone .owl-nav {
  position: absolute;
  right: 0;
  top: -100px;
  width: 115px;
}
.timeline-milestone .owl-nav button {
  opacity: 1 !important;
}

.timeline-milestone .owce-carousel-container {
  padding: 0 0px !important;
}

.timeline-milestone .owl-stage-outer {
  position: relative;
  padding-top: 45px !important;
  margin-top: 0px;
}
.timeline-milestone .owl-stage-outer:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #655011;
}
.timeline-milestone .owl-stage-outer .item {
  position: relative;
}
.timeline-milestone .owl-stage-outer .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -92px;
  transform: translate(-50%, 0%);
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #fbf4e1;
  border-radius: 20px;
  border: 5px solid #655011;
}
.timeline-milestone .owl-nav button i {
  font-size: 18px;
  background: #ffffff;
  border-radius: 40px;
  padding: 15px !important;
}
.timeline-milestone .owl-nav button i:hover {
  background-color: #655011;
  color: #fff !important;
}
.timeline-milestone .owl-nav .owl-next {
  right: 0 !important;
}
.timeline-milestone .owl-nav .owl-prev {
  left: 0 !important;
}
.timeline-milestone .owl-nav button .eicon-chevron-left:before {
  content: "\e8bf" !important;
  font-family: "eicons";
  font-style: normal;
  font-weight: normal;
}
.timeline-milestone .owl-nav button .eicon-chevron-right:before {
  content: "\e8c0" !important;
  font-family: "eicons";
  font-style: normal;

  font-weight: normal;
}
.bywebsentials img{
  filter: brightness(0) saturate(100%) invert(93%) sepia(15%) saturate(410%) hue-rotate(350deg) brightness(84%) contrast(88%);
}

.project-lists .elementor-icon-list-items {
  list-style: none;
  counter-reset: item;
}
.project-lists .elementor-icon-list-items li {
  counter-increment: item;
  padding: 10px 15px !important;
}
.project-lists .elementor-icon-list-items li:before {
  content: counter(item, decimal-leading-zero)". ";
  color: #645011;
  text-align: start;
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  font-family: Lato;
}

.project-lists .elementor-icon-list-items li:nth-child(odd) {
  background-color: #FBF4E1;

}
select:focus, select:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}
select#project-reference-dropdown {
  background-color: #FFFFFF;
  border: 1px solid #65501142;
  border-radius: 0;
  font: normal normal bold 16px/23px Lato;
letter-spacing: 0px;
color: #655011;
}
input:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

.woocommerce .woocommerce-ordering select.orderby {
  background: url(https://draftsite1.com/feng-plumbing/wp-content/uploads/2025/11/arrow-down-sign-to-navigate.png) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 95% 60% !important;
  -webkit-appearance: none !important;
}

@media only screen and (max-width: 767px) {
  .count-count:before {
    content: "";
    position: absolute;
    left: inherit;
    right: 50%;
    top: 100%;
    transform: translate(0%, -50%);
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-color: #f3e2a9;
    border-radius: 20px;
    outline: 3px solid #f3e2a9;
    border: 3px solid #655011;
  }
  h3.cat-color {
    font-size: 18px !important;
  }
  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    font-size: 24px !important;
  }
  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }
  .article-detail {
    padding: 30px 0;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 24px;
    line-height: 30px;
  }
  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 10px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .captcha .cf7sr-g-recaptcha {
    transform-origin: top left;
    -webkit-transform-origin: top left;
  }
  .captcha .cf7sr-g-recaptcha div:first-child {
    margin-left: 0;
  }

  .blog-post-card .title-bar h2 {
    font: normal normal bold 24px / 36px Libre Franklin;
  }
  .blog-post-card .title-bar .brad-bar {
    font: normal normal bold 12px / 20px Libre Franklin;
    letter-spacing: 0.1px;
  }
  .prevnext-post .title-post {
    font: normal normal bold 14px / 20px Libre Franklin;
  }

  .featured-events {
    display: inline-flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  .featured-events .item.active {
    width: 100%;
  }
  .featured-events .event-item .right-wrap .event-content {
    display: grid;
    width: auto !important;
  }
  .featured-events .item {
    width: 100%;
  }
  .featured-events .event-item .left-wrap {
    width: 45%;
  }
  .featured-events .event-item .right-wrap {
    visibility: visible;
    width: 55%;
    transition: all 0.4s ease-in-out;
  }
  .hero-banner .carousel-caption {
    position: relative;
    top: 0;
    right: 0;
    bottom: inherit;
    left: 0;
    padding-top: 20px;
    padding-bottom: 75px;
    text-align: center !important;
    transform: translate(0%, 0%);
    background: #655011;
  }
}
