/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* h1 span {
    color: #d9c148;
}
h2 span {
    color: #58c8f8;
} */

/* Elementor Widget Text Editor Margin Fix */

h1 span, h2 span{
    color: #D9C148;
}

.home-about h2 span{
     color: #58C8F8;
}
.elementor-widget-text-editor .elementor-widget-container p:last-child {
    margin-bottom: 0;
}

/* Testimonail Author Rating */
ul.testimonial-author-rating {
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 5px;
}

ul.testimonial-author-rating li.star-rating-grey {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Service & wash */
.service-wrapper {
  background: #FFFFFF;
  border: 2px solid #E3F7FF;
  border-radius: 10px;
  padding: 12px;
  transition: 0.3s all ease;
}
.service-wrapper .service-header {
  background: #F0FBFF;
  border-radius: 10px;
  padding: 20px;
}
.service-wrapper .service-header h3 {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
}
.service-wrapper .service-header .service-price {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 75px;
  text-transform: capitalize;
  color: #58C8F8;
  margin: 0;
}
.service-wrapper .service-header .service-price span {
  font-size: 20px;
  line-height: 31px;
}
.service-wrapper .service-header .service-price-type {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #58C8F8;
}
.service-wrapper .service-feature-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 25px 25px 45px 25px;
  list-style-type: none;
}
.service-wrapper .service-feature-list li {
  display: flex;
  gap: 10px;
}
.service-wrapper .service-feature-list li .service-feature-name {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #71757B;
}
.service-wrapper .service-cta {
  display: flex;
  padding: 0 25px 25px 25px;
}
.service-wrapper .service-cta a {
  background-color: #FFFFFF;
  border: 1px solid #58C8F8;
  padding: 15px 50px;
  box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  color: #58C8F8;
  transition: 0.3s all ease;
}
.service-wrapper .service-cta a:hover {
  color: #ffffff;
  background-color: #58C8F8;
}

.splide__track {
  padding-top: 30px;
  padding-bottom: 60px;
}

.is-next .service-wrapper {
  box-shadow: 0px 12px 50px rgba(28, 130, 174, 0.17);
}
.is-next .service-wrapper .service-cta a {
  color: #ffffff;
  background-color: #58C8F8;
}

.splide {
  position: relative;
}
.splide .splide__arrows {
  position: absolute;
  display: flex;
  width: 100%;
}
@media (min-width: 1320px) {
  .splide .splide__arrows {
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
  }
}
@media (max-width: 1319px) {
  .splide .splide__arrows {
    gap: 30px;
    top: initial;
    bottom: -30px;
    justify-content: center;
  }
}
.splide .splide__arrows .splide__arrow {
  padding: 0;
  color: #000000;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E4E4E4;
  border-radius: 100px 100px 100px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: 0.3s all ease;
  outline: none;
}
@media (max-width: 1319px) {
  .splide .splide__arrows .splide__arrow {
    width: 45px;
    height: 45px;
  }
}
.splide .splide__arrows .splide__arrow:hover {
  color: #d9c148;
  background-color: #ffffff;
  border: 1px solid #ffffff !important;
  box-shadow: 0px 6px 34px rgba(67, 142, 140, 0.2);
}
.splide .splide__arrows .splide__arrow:hover, .splide .splide__arrows .splide__arrow:focus, .splide .splide__arrows .splide__arrow:focus-visible {
  outline: none;
}
@media (min-width: 1320px) {
  .splide .splide__arrows .splide__arrow--prev {
    transform: translateX(-100%) translateX(-30px);
  }
}
@media (min-width: 1320px) {
  .splide .splide__arrows .splide__arrow--next {
    transform: translateX(100%) translateX(30px);
  }
}

/*gravity form*/

.gform_wrapper .gform_body .gform_fields {
  grid-row-gap: 25px;
}
.gform_wrapper .gform_body .gfield {
  position: relative;
}
.gform_wrapper .gform_body .gfield .gfield_label {
  margin-bottom: 0;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #D9C148;
  position: absolute;
  background-color: #ffffff;
  left: 20px;
  top: -12px;
  padding: 5px;
}
.gform_wrapper .gform_body .gfield .gfield_label .gfield_required {
  color: #D9C148;
}
.gform_wrapper .gform_body .gfield .large,
.gform_wrapper .gform_body .gfield .textarea {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  padding: 20px 24px;
  outline: none;
  transition: 0.3s all ease;
}
.gform_wrapper .gform_body .gfield .large:hover, .gform_wrapper .gform_body .gfield .large:focus, .gform_wrapper .gform_body .gfield .large:focus-visible,
.gform_wrapper .gform_body .gfield .textarea:hover,
.gform_wrapper .gform_body .gfield .textarea:focus,
.gform_wrapper .gform_body .gfield .textarea:focus-visible {
  outline: none;
  border: 1px solid #D9C148;
}
.gform_wrapper .gform_body .gfield .large::placeholder,
.gform_wrapper .gform_body .gfield .textarea::placeholder {
  color: #000000;
}
.gform_wrapper .gform_footer {
  justify-content: flex-end;
}
.gform_wrapper .gform_footer .button {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: capitalize;
  padding: 20px 50px;
  color: #FFFFFF;
  background-color: #D9C148;
  border-radius: 50px;
  border: none;
  outline: none;
  transition: 0.3s all ease;
}
.gform_wrapper .gform_footer .button:hover, .gform_wrapper .gform_footer .button:focus, .gform_wrapper .gform_footer .button:focus-visible {
  outline: none;
}