.header-section button.wp-block-search__button {
  background: transparent;
  padding: 0 !important;
}
.header-section .gutentor-button, .slider-section .gutentor-button {
  margin-top: 0 !important;
}
.header-section .gutentor-button-icon, .slider-section .gutentor-button-icon  {
  background: #fff;
  color: #000;
  border-radius: 5px;
}
.header-section .gutentor-button:hover, .slider-section .gutentor-button:hover {
  color: #ffffff !important;
  border-radius: 8px !important;
}
.header-section span.wc-block-mini-cart__badge {
  color: #000;
}
.header-section button.wc-block-mini-cart__button:hover svg path {
  fill: #ff0000;
}
.header-section .wp-block-search__inside-wrapper {
  position: relative;
}
.header-section .wp-block-search__input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}


/*Slider Section*/
.slider-section {
  position: relative;
}
.slider-section .wp-block-column:nth-child(2) {
  text-align: center;
}
.slider-section figure, .slider-section .slider-img {
  position: relative;
  z-index: 999;
  display: inline-block;
  margin: 0 auto;
}
.slider-section figure img {
  width: 550px !important;
  height: 450px;
  mask-size: 100% 100%;
  -webkit-mask-image: url('../images/mask-img.png');
  mask-image: url('../images/mask-img.png');
  mask-repeat: no-repeat;   
  position: relative;
  z-index: 9;
}
.slider-section figure:after{
  content: '';
  width: 102%;
  height: 95%;
  background: url('../images/img-bg.png') no-repeat; 
  background-size: 100% 100%;
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 1;
}
.slider-section .slider-img:before, .slider-section .slider-img:after {
  content: '';
  width: 180px;
  height: 160px;
  background: url('../images/leaf1.png') no-repeat; 
  background-size: 100% 100%;
  position: absolute;
  top: 40px;
  left: -80px;
}
.slider-section .slider-img:after {
  width: 170px;
  height: 150px;
  background: url('../images/leaf2.png') no-repeat; 
  background-size: 100% 100%;
  left: auto;
  right: -65px;
  top: 50px;
}
.slider-section .gutentor-element-button:nth-child(2) .gutentor-button span {
  text-decoration: underline;
}

.about-section a {
  text-decoration: none !important;
}
.about-section p.sub-head {
  display: inline-block;
}
.about-section img {
  width: 90%;
}
.about-section .gutentor-element-icon-box span {
  line-height: 1;
}
.about-section .gutentor-element-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  z-index: 9;
  margin: 0;
}
.about-section .about-img {
  position: relative;
}
.about-feature {
  max-width: 75%;
  text-align: center;
}
.about-feature h4, .about-feature p {
  display: inline-block;
  margin: 0 auto;
}
.about-feature .wp-block-column {
  flex-basis: max-content !important;
}
.about-section h3 {
  max-width: 65%;
}
.about-section .gutentor-element-icon-box {
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  background: var(--wp--preset--color--primary) ;
  border-radius: 50%;
}

/*Service Section*/
.service-section a {
  text-decoration: none !important;
}
.service-section .service-box {
  transition: 0.5s all ease-in-out;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.service-section .service-box:hover {
  box-shadow: 5px 5px 0px 0px #000000;
}
.service-section .service-head {
  text-align: center;
}
.service-section p.sub-head {
  display: inline-block;
}
.service-section img {
  width: 100%;
  border-radius: 10px;
}
.service-section svg {
  width: 25px;
  height: 25px;
}
.service-section .gutentor-element-icon-box span {
  line-height: 1;
}
.service-section .gutentor-element-icon {
  margin-top: -25px;
  position: relative;
  right: 20px;
}
.service-section .gutentor-element-button {
  margin-top: 10px !important;
}