/*!
Theme Name: roofworks
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: roofworks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

roofworks is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------


/* 1.0 - Global Styles
-------------------------------------------------------------- */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
}

li.menupop, a.ab-item {font-size:13px !important;}

.google-review .wp-google-powered {
  display: none;
}

.google-review .wp-google-text {
  font-size: 18px !important;
}
.google-review .rpi-flx.rpi-col12.grw-review-inner.grw-backgnd.grw-round {
  background: #fff !important;
  border-radius: 10px !important;
  padding: 40px !important;
  margin: 0 !important;
  position: relative !important;
  /* text-align: center !important; */
  background: #fff !important;
  box-shadow: 0px 0px 50px 0px #0000001a !important;
}
.google-review .rpi-slide.grw-review {
  padding: 0 !important;
  border-radius: 10px !important;
}

.google-review .grw-content-inner .rpi-gt::after,
.google-review .grw-content-inner .rpi-lt::before {
  display: none !important;
}

.google-review .rpi-slides.grw-reviews.rpi-slides-bite {
  gap: 10px !important;
}
.google-review .grw-content-inner .rpi-gt {
  background: #fff url("/wp-content/uploads/2025/10/arrow-right-01-round.png")
    no-repeat center center !important;
  background-size: 34px !important ;
  border: none !important;
  cursor: pointer !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 99999999 !important;
  border-radius: 50% !important;
  transition: all 0.3s ease-in-out !important;
}

.google-review .grw-content-inner .rpi-lt {
  font-size: 0;
  background: #fff url("/wp-content/uploads/2025/10/arrow-left-01-round.png")
    no-repeat center center !important;
  background-size: 34px !important;
  border: none !important;
  cursor: pointer !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 99999999 !important;
  border-radius: 50% !important;
  transition: all 0.3s ease-in-out !important;
}

.google-review .grw-content-inner .rpi-ltgt:hover, .img-slider .slick-arrow:hover {
	box-shadow: 0px 0px 50px 0px #0000001A !important;
	transition: all 0.3s ease-in-out !important;
}

.google-review .rpi .rpi-dots-wrap {
	top: calc(100% - -15px) !important;
}
 .google-review .rpi-dots .rpi-dot.active {
	background-color:  #bca25d !important;
}

.google-review .wp-gr .grw-review-inner > svg {
	position: absolute !important;
	top: 30px !important;
	right: 30px !important;
	
}
.rpi-col8 {
  gap: 0px !important;
}
.google-review .wp-gr .wp-google-list .grw-header-inner {
  padding: 0 0 0px 0 !important;
  font-family: "Jost", Sans-serif;
  font-weight: 400;
}
.google-review .grw-review-inner {
  font-family: "Jost", Sans-serif;
  font-weight: 400;
}
.color-a {
  color: #bca25d;
  transition: all 0.4s;
}
.color-a:hover {
  color: #193926;
}

/* .serviceFooter.footerMenu .elementor-icon-list-items {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 30px;
} */
.footerService.elementor-widget-text-editor {
	font-size: clamp(15px, 1.5vw, 18px) !important;
	line-height: 2;
}
body {
  padding: 0;
  margin: 0;
}
.site-branding,
.menu-toggle,
.site-info,
.wpcf7-spinner {
  display: none;
}
.elementor-button .elementor-button-content-wrapper {
  align-items: center;
  gap: 10px;
}
.elementor-button .elementor-button-content-wrapper svg {
  width: 24px;
  transition: all 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}
.brownBtn .elementor-button {
  display: inline-block;
  padding: 13px 16px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: clamp(16px, 1.5vw, 18px) !important;
  cursor: pointer;
  color: #ffffff;
  z-index: 1;
}
.brownBtn .elementor-button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.brownBtn .elementor-button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.brownBtn .elementor-button:hover {
  color: #bca25d !important;
}
.brownBtn .elementor-button:hover svg path {
  stroke: #bca25d;
}
.brownBtn .elementor-button:hover:before {
  top: -35%;
  background-color: #ffffff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.brownBtn .elementor-button:hover:after {
  top: -45%;
  background-color: #ffffff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
#masthead.sticky {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: top 0.5s;
  width: 100%;
}

.whiteBtn .elementor-button {
  display: inline-block;
  padding: 13px 16px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: clamp(16px, 1.5vw, 18px) !important;
  cursor: pointer;
  color: #ffffff;
  z-index: 1;
}
.whiteBtn .elementor-button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.whiteBtn .elementor-button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.whiteBtn .elementor-button:hover {
  color: #fff !important;
}
.whiteBtn .elementor-button:hover svg path {
  stroke: #fff;
}
.whiteBtn .elementor-button:hover:before {
  top: -35%;
  background-color: #193926;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.whiteBtn .elementor-button:hover:after {
  top: -45%;
  background-color: #193926;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.noColorBtn .elementor-button {
  display: inline-block;
  padding: 13px 16px;
  border: 1px solid #fff;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: clamp(16px, 1.5vw, 18px) !important;
  cursor: pointer;
  color: #ffffff;
  z-index: 1;
}
.noColorBtn .elementor-button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.noColorBtn .elementor-button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.noColorBtn .elementor-button:hover {
  color: #193926 !important;
  border: 1px solid #193926;
}
.noColorBtn .elementor-button:hover svg {
  stroke: #fff;
  fill: #193926;
}
.noColorBtn .elementor-button:hover:before {
  top: -35%;
  background-color: #ffffff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.noColorBtn .elementor-button:hover:after {
  top: -45%;
  background-color: #ffffff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/* 1.1 - Typography */
h1,
h2 {
  font-size: clamp(36px, 5vw, 64px) !important;
}
h3 {
  font-size: clamp(24px, 4vw, 48px) !important;
}
h4 {
  font-size: clamp(20px, 3vw, 30px) !important;
}
h5 {
  font-size: clamp(18px, 2.5vw, 24px) !important;
}
p,
a,
li,
.elementor-widget-text-editor {
  font-size: clamp(16px, 1.2vw, 18px) !important;
}
.font-17.elementor-widget-text-editor {
  font-size: clamp(14px, 1vw, 17px) !important;
}

/* header */
.menuMain ul {
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
}
.menuMain ul li {
  list-style: none;
  font-family: "Jost";
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1e1e1e;
}
.menuMain ul li a {
  color: #1e1e1e;
  position: relative;
}
.menuMain ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #193926;
  left: 0;
  bottom: -6px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.menuMain ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.menuMain ul li a:hover {
  color: #193926;
}
.m-0 p {
  margin: 0 !important;
}

/* footer */
.footerMenu .elementor-icon-list-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 35px;
}
.footerMenu .elementor-icon-list-items span {
  font-size: clamp(16px, 1.5vw, 20px) !important;
}
.tvisTech {
  color: #9f9f9f;
  font-weight: 500;
  font-size: clamp(14px, 1vw, 14px) !important;
  transition: all 0.4s;
}
.font-17 p {
  font-size: clamp(14px, 1vw, 14px) !important;
}
.tvisTech:hover {
  color: #9b8753;
}
.footerForm {
  backdrop-filter: blur(10px);
}
.footerForm ul {
  margin: 0;
  padding: 0;
}
.footerForm ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.footerForm ul li.accept {
  margin-bottom: 35px;
}
.footerForm ul li:last-child {
  margin-bottom: 0;
}
.footerForm ul li p {
  margin: 0;
}
.footerForm ul li input {
  width: 100%;
}
.footerForm ul li input,
.footerForm ul li select {
  width: 100%;
  padding: 10px 16px;
  border-radius: 60px;
  border: 1px solid #ffffff4d;
  background: #ffffff1a;
  backdrop-filter: blur(6.5px);
  color: #eeeeee;
  font-family: "Jost";
  font-weight: 300;
  font-size: clamp(16px, 1.2vw, 18px);
  outline: none;
}
.footerForm .accept label {
  display: flex;
}
.footerForm ul li select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/wp-content/uploads/2025/10/arrow-down-round.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px 28px;
  padding-right: 40px;
}
.footerForm ul li select option {
  color: #000;
}
.footerForm ul li input::placeholder {
  color: #eeeeee;
  font-family: "Jost";
  font-weight: 300;
  font-size: clamp(16px, 1.2vw, 18px);
}
.footerForm .accept input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0;
}
.footerForm .accept .wpcf7-list-item-label {
  padding-left: 15px;
  font-family: "Jost";
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px) !important;
  color: #d2d2d2;
  position: relative;
  cursor: pointer;
  line-height: 1.45;
}
.footerForm .accept .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: -2%;
  top: 30%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background: transparent;
}
.footerForm .accept input:checked ~ .wpcf7-list-item-label::after {
  left: -3px;
  top: 9px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
}
.footerForm ul li .wpcf7-not-valid-tip {
  position: absolute;
  font-size: clamp(12px, 1vw, 14px) !important;
  left: 20px;
  bottom: -35px;
  font-family: "Jost";
  color: #ff0000 !important;
}
.footerForm ul li.submitBtn {
  position: relative;
}
.footerForm ul li.submitBtn p {
  width: fit-content;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.footerForm ul li.submitBtn input {
  width: fit-content;
  display: inline-block;
  padding: 12px 34px;
  border: 1px solid #bca25d;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: clamp(16px, 1.5vw, 19px);
  cursor: pointer;
  color: #ffffff;
  z-index: 1;
  background: transparent;
}
/* Circle animation layers */
.footerForm ul li.submitBtn p::before,
.footerForm ul li.submitBtn p::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 160%;
  height: 190%;
  border-radius: 50%;
  display: block;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.footerForm ul li.submitBtn p::before {
  top: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
.footerForm ul li.submitBtn p::after {
  top: 180%;
  background-color: #ffffff;
}
.footerForm ul li.submitBtn :is(p:hover, input:hover) input {
  color: #bca25d;
  border: 1px solid #ffffff;
}
.footerForm ul li.submitBtn:is(p:hover, input:hover)::before {
  top: -35%;
  background-color: #ffffff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.footerForm ul li.submitBtn:is(p:hover, input:hover)::after {
  top: -45%;
  background-color: #ffffff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.copyright_sec p {
  margin: 0;
}

.social-icon a:hover svg rect {
  fill: #bca25d !important;
}
.social-icon a:hover svg path {
  fill: #fff;
}
.social-icon a svg rect,
.social-icon a svg path {
  transition: all 0.4s;
}

/* Main */
.imageBox .elementor-image-box-content {
  padding: 0 15px 15px 15px;
}
.iconBox .elementor-icon-box-title {
  margin-top: 20px;
}
.arrowDown {
  position: relative;
}
.arrowDown::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 117%;
  background: url("/wp-content/uploads/2025/10/Line-.png") no-repeat center
    center;
  left: 20px;
  top: -41px;
}
.testimonial-slider {
  border-radius: 10px;
  padding: 40px;
  margin: auto;
  position: relative;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 50px 0px #0000001a;
}
.testimonial-quote img {
  margin: auto;
}
.testimonial-text {
  font-family: "Jost";
  font-weight: 500;
  font-size: clamp(18px, 2.5vw, 22px) !important;
  line-height: 1.3;
  text-align: center;
  color: #686868;
  margin: 15px 0 10px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-author {
  font-family: "Roboto";
  font-weight: 600;
  font-size: clamp(16px, 1.5vw, 20px) !important;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #193926;
  margin: 0;
}
.testimonial-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: fit-content;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.testimonial-slider .slick-arrow.slick-next {
  right: 70px;
  font-size: 0;
  background: #fff url("/wp-content/uploads/2025/10/arrow-right-01-round.png")
    no-repeat center center;
  background-size: 34px;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px !important;
  z-index: 99999999 !important;
  border-radius: 50%;
}
.testimonial-slider .slick-arrow.slick-prev {
  left: 70px;
  font-size: 0;
  background: #fff url("/wp-content/uploads/2025/10/arrow-left-01-round.png")
    no-repeat center center;
  background-size: 34px;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px !important;
  z-index: 99999999 !important;
  border-radius: 50%;
}
.testimonial-slider .slick-arrow:hover {
  box-shadow: 0px 0px 50px 0px #0000001a;
  transition: all 0.3s ease-in-out;
}
.img-slider .slick-arrow {
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto 0 !important;
  height: fit-content !important;
  z-index: 1 !important;
  transition: all 0.3s ease-in-out !important;
  font-size: 0;
  background-color: #fff !important;
}
.img-slider .slick-arrow.slick-next {
  right: 10px !important;
}
.slick-arrow.slick-disabled {
  opacity: 0;
}
.img-slider .slick-prev.slick-arrow {
  transform: rotate(180deg);
}
.img-slider .slick-arrow {
  background: #fff url("/wp-content/uploads/2025/10/arrow-right-01-round.png")
    no-repeat center center;
  background-size: 24px;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px !important;
  z-index: 99999999 !important;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px #0000001a;
}
.img-slider img {
  border-radius: 16px;
  box-shadow: 0px 0px 30px 0px #0000001a;
}
.customerPrrof-col2 {
  position: relative;
}
.customerPrrof-col2::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 100%;
  background: linear-gradient(
    270deg,
    #f9f9f9 0%,
    #f9f9f9 36.54%,
    rgba(249, 249, 249, 0.658654) 68.27%,
    rgba(249, 249, 249, 0) 100%
  );
  top: 0;
  right: 0;
  z-index: 1;
}
.img-slider .slick-slide {
  padding-right: 25px;
  border-radius: 16px;
  overflow: hidden;
}
.openbtn {
  display: none;
}
/*
.img-slider .slick-track {
    margin: 0 -30px;
}*/

/**404**/

.error404 .page-content {
  display: none;
}
.error-404.not-found,
.search .no-results.not-found {
  padding: 80px 20px;
  margin: 0 auto;
  text-align: center;
}
.error-404.not-found .page-title,
.search .page-title {
  margin-top: 0;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.error-404.not-found .elementor-button {
  text-decoration: none;
  background: #bca25d;
  padding: 15px 20px;
}
.error-404.not-found .elementor-button:after {
  background-color: #173d27;
}
.error-404.not-found .brownBtn .elementor-button:hover {
  color: #fff !important;
}
.search #secondary {
  display: none;
}
.search .no-results.not-found p {
  font-family: "Jost", Sans-serif;
}
.search .search-form .search-field {
  padding: 15px 20px;
  border-radius: 50px;
  border: 1px solid #bca25d;
  font-size: 20px;
  color: #000;
}
.no-results.not-found .search-form .search-submit {
  height: 56px;
  border: 0;
  cursor: pointer;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  line-height: normal;
  padding: 15px 30px;
  border-radius: 50px;
  vertical-align: top;
  background: #173d27;
  color: #fff;
}

/* About */
.map-list .elementor-icon-list-items {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}
.map-list .elementor-icon-list-items .elementor-icon-list-item {
  padding: 0 !important;
}

@media only screen and (max-width: 1440px) {
  .e-con > .e-con-inner {
    max-width: none !important;
  }
  .footerForm .accept input:checked ~ .wpcf7-list-item-label::after {
    width: 4px;
    top: 8px;
  }
}

@media only screen and (max-width: 1280px) {
  .footerForm .accept input:checked ~ .wpcf7-list-item-label::after {
    top: 7px;
    left: -1px;
  }
}

@media only screen and (max-width: 1191px) {
  .menuMain ul {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
  }
  .footerMenu .elementor-icon-list-items {
    gap: 20px 20px;
  }
  /* .serviceFooter.footerMenu .elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  } */
}

@media only screen and (max-width: 1080px) {
  .menuMain ul {
    gap: 20px;
  }
  .Worker_image_sec .elementor-widget-image img {
    height: 100%;
    object-fit: cover;
  }
  .footerForm .accept .wpcf7-list-item-label::before {
    left: -1.5%;
    top: 50%;
  }
  .footerForm .accept input:checked ~ .wpcf7-list-item-label::after {
    top: 5px;
    left: -2px;
  }
  .headerBtn {
    max-width: 20% !important;
  }
  .menuMain ul li a {
    font-size: clamp(15px, 1vw, 18px) !important;
  }
}

@media only screen and (max-width: 991px) {
  .footerMenu .elementor-icon-list-items {
    gap: 10px;
  }
  .openbtn {
    bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: auto;
    background: #154328;
    padding: 20px;
    border-radius: 5px;
    display: block;
  }
  .openbtn li {
    list-style: none;
    position: absolute;
    background: #fff;
    width: 61%;
    height: 3px;
    transform: translateY(-50%);
    transition: 0.9s;
  }
  .openbtn li:nth-of-type(1) {
    top: 30%;
  }
  .openbtn li:nth-of-type(1),
  .openbtn li:nth-of-type(2),
  .openbtn li:nth-of-type(3) {
    left: 10px;
  }
  .openbtn li:nth-of-type(3),
  .openbtn li:nth-of-type(4) {
    width: 37%;
    top: 70%;
  }
  .openbtn li:nth-of-type(4) {
    right: 10px;
  }
  .openbtn.active li:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .openbtn li:nth-of-type(2) {
    top: 50%;
  }
  .openbtn.active li:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .openbtn.active li:nth-of-type(3) {
    left: -50%;
    opacity: 0;
  }
  .openbtn.active li:nth-of-type(4) {
    right: -50%;
    opacity: 0;
  }
  .menuMain {
    display: flex;
    position: fixed !important;
    width: 320px !important;
    left: -300px !important;
    top: 0 !important;
    height: 100% !important;
    transform: translateX(-300px) !important;
    transition: 0.5s all ease !important;
    background: #bca25d;
    flex-wrap: wrap;
    padding: 50px 20px;
    align-items: start !important;
  }
  .slider .menuMain {
    left: 0 !important;
    transform: translateX(0px) !important;
    transition: 0.5s all ease !important;
    z-index: 999;
  }
  header#masthead .brownBtn {
    right: 70px;
  }
  header#masthead .brownBtn a {
    vertical-align: middle;
  }
  .menuMain ul {
    flex-direction: column;
    color:;
  }
  .menuMain ul li a {
    color: #fff;
  }
  .Full_Image .elementor-widget-image {
    height: 100%;
  }
  .Full_Image .elementor-widget-image img {
    aspect-ratio: 1;
    object-fit: cover;
    height: 100%;
    object-position:;
  }
  .Worker_image_sec .elementor-widget-image {
    height: 100%;
  }
  .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 20px 0 0 0;
    gap: 15px;
  }
  .slick-dots li {
    list-style: none;
    vertical-align: middle;
  }
  .slick-dots li button {
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    cursor: pointer;
  }
  .slick-dots .slick-active button {
    background: #193926;
    width: 12px;
    height: 12px;
  }
  .menuMain ul li a::after {
    transform: scaleX(100%);
    background-color: #fff;
  }
  .headerBtn {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  /* .serviceFooter.footerMenu .elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  } */
  .footerMenu .elementor-icon-list-items {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .footerDetail a {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footerDetail a span {
    width: 100%;
    justify-content: center;
  }
  .m-0 p {
    margin: 0 !important;
  }
  .arrowDown::before {
    right: 0;
    left: 0;
    margin: auto;
  }
  .video_offset {
    top: -80px;
  }
  .video_offset .elementor-wrapper.elementor-open-inline {
    --video-aspect-ratio: 21/12 !important;
  }
  .video_offset .elementor-widget-video {
    width: 100% !important;
  }
  .google-review {
    width: 100% !important;
  }
  .customerPrrof-col2::after {
    content: inherit;
  }
  .img-slider .slick-slide {
    padding-right: 0;
  }
  .footerForm .accept .wpcf7-list-item-label::before {
    left: -3%;
    top: 24%;
  }
  .footerForm .accept input:checked ~ .wpcf7-list-item-label::after {
    left: -3px;
  }
  #masthead img {
    width: auto;
  }
  .error-404.not-found {
    padding: 50px 20px;
  }
  .search .no-results.not-found {
    padding: 50px 20px;
  }

  .search .no-results.not-found .search-submit {
    width: 100%;
    margin-top: 20px;
  }
  .search .no-results.not-found .search-field {
    width: 100%;
  }
  .map-list .elementor-icon-list-items {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px !important;
  }
  .aboutPoints .elementor-icon-list-items.elementor-inline-items li {
    width: 100%;
    margin-bottom: 10px;
  }
  .iconNone .elementor-icon-list-icon {
    display: none !important;
  }
}
