/* 
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 */



.header-menu ul.hfe-nav-menu {
  align-items: center;
}
li.get-button a::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2025/12/button-icon.svg");
  content: "";
  position: unset !important;
  background-size: 18px;
  vertical-align: middle;
  margin: 0 0 0 5px;
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent !important;
  filter: brightness(0) invert(1);
}
.primary-btns .elementor-button-icon svg path, .secondary-btns .elementor-button-icon svg path { stroke: #fff;}
.sub-heading-box .elementor-widget-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-content-info .e-con-inner, .impact-container .e-con-inner {
  margin: 0 0 0 auto;
}
.services-boxs .elementor-image-box-content .elementor-image-box-title {
  margin: 0 0 5px;
}
.services-boxs:hover .elementor-image-box-wrapper .elementor-image-box-img{filter: brightness(0) invert(1);}
.services-boxs:hover .elementor-image-box-content * {
  color: #fff !important;
}


.newsletter-form p {
  margin: 0;
}

.newsletter-form input[type="submit"] {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #144D4C;
  color: #fff;
  padding: 16px 40px;
  border: 1px solid #144D4C;
  border-radius: 10px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
}

.newsletter-form input[type="email"] {
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  font-family: "Poppins", Sans-serif;
  padding: 10px 165px 10px 20px;
  height: 70px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
}

.newsletter-form {
  position: relative;
}
.newsletter-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  width: 100%;
  margin: 0;
  background: #dc3232;
  text-align: center;
  font-family: "Poppins", Sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  border-color: #dc3232;
}
.wpcf7-not-valid-tip {
  font-family: "Poppins", Sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 5px 0 0;
}
.newsletter-form-block .e-con-inner {
  margin: 0 0 0 auto;
}
.newsletter-form-block p {
  margin: 0;
}
.links-text a{ text-decoration:underline;}

.work-slider-block .elementor-swiper-button {
  background: #144D4C;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  top: -84px !important;
  transform: inherit !important;
  justify-content: center;
  align-items: center;
}

.work-slider-block .elementor-swiper-button svg path {
  stroke: #fff;
}
.work-slider-block .elementor-swiper-button-next {
  right: 0 !important;
}
.work-slider-block .elementor-swiper-button-prev {
  right: 70px !important;
  left: auto !important;
}