/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.homeServicePostGrid .eael-entry-wrapper {
    padding: 24px 24px 40px;
}
.homeServicePostGrid .eael-entry-wrapper header.eael-entry-header {
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 0;
    width: auto;
}
.homeServicePostGrid .eael-entry-wrapper h3.eael-entry-title {
    border-bottom: 1px solid #ddd;
    padding: 0 24px 16px;
}
.processSteaps {
    position: relative;
}
.processSteaps::after {
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    margin: auto;
    bottom: -10px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #BABABA;
}

.processStep_content::before, .processStep_content::after {
    content: "";
    position: absolute;
    width: calc(100% - 26px);
    left: 0;
    right: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: auto;
    top: 16px;
    height: 62px;
    border-radius: 8px 8px 0 0;
}
.processStep_content::after {
    top: auto;
    bottom: 16px;
    border-top: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 8px 8px;
    height: 100px;
}

/********************** Testimonial ******************************/

.homeTestimonial__code #sp-testimonial-free-wrapper-42 .sp-testimonial-free {
    box-shadow: 2px 4px 20px 0px #0000000D;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    padding: 24px;
    background: #fff;
}
.homeTestimonial__code #sp-testimonial-free-wrapper-42 .sp-testimonial-free .sp-testimonial-details {
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.homeTestimonial__code #sp-testimonial-free-wrapper-42 .sp-testimonial-free .sp-testimonial-client-testimonial {
    order: 2;
    text-align: left;
    margin: 0 0 8px;
}
.homeTestimonial__code #sp-testimonial-free-wrapper-42 .sp-testimonial-free .sp-testimonial-client-testimonial p {
    margin: 0;
    text-align: left;
    padding: 0;
}
.homeTestimonial__code #sp-testimonial-free-wrapper-42 .sp-testimonial-free h4.sp-testimonial-client-name {
    order: 3;
    margin: 0;
    text-align: left;
}
.homeTestimonial__code #sp-testimonial-free-wrapper-42 .sp-testimonial-free .sp-testimonial-client-rating {
    order: 1;
}

.homeTestimonial__code #sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .testimonial-nav-arrow {
    position: static;
    display: inline-flex;
    margin: 5px;
}
.homeTestimonial__code #sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .swiper-button-prev.testimonial-nav-arrow {
    margin-left: auto;
}
.homeTestimonial__code #sp-testimonial-free-wrapper-42 .sp-testimonial-free-section  .swiper-button-next.testimonial-nav-arrow.top_right {
    margin-right: auto;
}

.swiper-slide {
  height: auto;
  display: flex;
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: 50px !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 2px;
  background:#00D7C8 !important;
  border:none !important;
  &:hover{
    background:rgba(0,166,215,0.15) !important;
  }
}

.swiper-button-prev i,
.swiper-button-next i {
  height: 9px !important;
  width: 22px !important;
  position: relative !important;
}

.swiper-button-prev i::before,
.swiper-button-next i::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next i::before {
  transform: rotate(180deg);
}

#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section {
    margin-bottom: 0px !important;
}


/********************** End: Testimonial ******************************/

/********* form *******/
ul.contactFormList {
    margin: 0;
    padding: 0;
    line-height: normal;
    display: flex;
    flex-flow: wrap;
    list-style: none;
    gap: 40px;
}
ul.contactFormList li {
    width: 100%;
}
ul.contactFormList li p {width: 100%;margin: 0;}
ul.contactFormList li.contactFormList__col2 {
    width: calc(50% - 20px);
}
ul.contactFormList label {
    color: #000;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}
ul.contactFormList:not(#custom) input, ul.contactFormList:not(#custom) textarea {
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #555;
    margin: 8px 0 0;
    padding: 16px;
    background: #EFEFEF;
    border: 1px solid #ddd;
    margin: 8px 0 0;
}
ul.contactFormList:not(#custom) textarea{
    height: 130px;
}
ul.contactFormList:not(#custom) input:focus,
ul.contactFormList:not(#custom) textarea:focus {
    background: #fff;
}
ul.contactFormList:not(#custom) li input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: #00D7C8;
    border-color: #00D7C8;
    color: #242424;
}
ul.contactFormList:not(#custom) li input.wpcf7-form-control.wpcf7-submit:hover{
    background: #242424;
    border-color: #242424;
    color: #00D7C8;
}
@media screen and (max-width: 1024px) {
 ul.contactFormList {
    gap: 24px;
}
ul.contactFormList li.contactFormList__col2 {
    width: 100%;
} 
ul.contactFormList label,
ul.contactFormList:not(#custom) input, ul.contactFormList:not(#custom) textarea  {
    font-size: 14px;
}
ul.contactFormList:not(#custom) input, ul.contactFormList:not(#custom) textarea {
    padding: 14px;
}
}
/********* end form *******/

@media screen and (min-width: 1025px){
.footerNaigation__privacy ul.hfe-nav-menu {
    margin-left: auto;
    margin-right: 0;
}  
}

/*--------- CSS add for Service page-----------------*/

.service-banner-out {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: calc(350 / 1920 * 100vw);
  padding-bottom: calc(83 / 1920 * 100vw);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-banner-out::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

.text-cont {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 2;
}

.service-outer .service-content {
  padding-top: 20px;
}

.service-banner-out .text-cont .service-title {
  /* position: absolute; */
  bottom: 40px;
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  margin: 0;
}

@media (max-width:1024px) {
  .service-banner-out .text-cont .service-title {
    font-size: 48px;
    bottom: 30px;
  }
}

@media (max-width:767px) {
  .service-banner-out .text-cont .service-title {
    font-size: 32px;
    bottom: 20px;
  }
}

@media (min-width:576px) {
  .text-cont {
    max-width: 500px;
  }
}

@media (min-width:768px) {
  .text-cont {
    max-width: 600px;
  }
}
@media (min-width:992px) {
  .text-cont {
    max-width: 800px;
  }
}

@media (min-width:1200px) {
  .text-cont {
    max-width: 1140px;
  }
}