/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0
*/

@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope.ttf");
}

@font-face {
  font-family: "Inter Tight";
  src: url("fonts/InterTight.ttf");
}

body {
  font-family: "Manrope";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter Tight";
}

body {
  color: #000;
}

.color-primary {
  color: #7ec31b;
}

p a,
{
  text-decoration: none;
  color: #7ec31b !important; 
}

.footer-contact * {
	 color: #fff !important;
}

.border-bottom {
  border-bottom: 1px solid #eeeeee24 !important;
}

.border-left-primary {
  border-left: 1px solid #7ec31b !important;
  padding-left: 20px;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.has-border {
  position: relative;
}

.has-border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 80%;
  transform: translateY(-50%);
  background-color: #7ec31b;
  border-top-left-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 100px;
}

.small-title h5 {
  padding-left: 40px;
  position: relative;
  margin-bottom: 0;
  font-weight: 400;
  color: #000;
  display: inline-block;
}

.small-title h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #7ec31b;
  transform: translateY(-50%);
}

/* Your custom CSS goes below this line */
.fixed {
  position: fixed;
  width: 100%;
  z-index: 2;
}

.topbar {
  /* background: #1b5e20; */
  -webkit-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 40px;
}

.main-navbar {
  height: 80px;
}

.margin-bottom-0 p {
  margin-bottom: 0;
}

.logo-img {
  width: 200px;
}

/* .top-navbar-icon img {
	width: 16px;
	height: 16px;
	display: flex;
} */

.py-0,
.py-0 .e-con-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.relative {
  position: relative;
}
/* 
header#masthead {
	position: fixed!important;
	width: 100%;
} */

/* header#masthead ul li.current-menu-item a {
	background-color: #7ec31b;
    border-radius: 25px;
    color: #fff;
}

.menu-about.current-menu-item,
.menu-about.current_page_item {
  color: inherit;
}



/* Style active anchor when Elementor marks it */
.menu-about.elementor-item-active {
  background-color: #7ec31b;
  border-radius: 25px;
  color: #fff;
}
*/ img.offcanvas-toggle-img {
  width: 50px !important;
  height: 50px !important;
  max-width: 50px;
}

.footer-links ul li {
  padding-left: 20px;
  position: relative;
}

.footer-links ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)!important;
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/uploads/2025/12/right-chevron.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-links ul li a {
  transition: ease-in-out 0.3s;
}

.footer-links ul li a:hover {
  color: #7fc41c !important;
}

/* CONTACT PAGE */

.contact-info-icon-box {
  width: 80px;
  height: 80px;
  background-color: #7ec41c2f;
  border-radius: 10px;
}

.contact-info-text-box p strong {
  font-size: 18px;
}

/* SERVICES */

.service-card {
  position: relative;
}

.service-card-icon {
  position: absolute;
  top: 245px;
  left: 30px;
  z-index: 2;
  border: 6px solid white;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.service-card-icon img {
  object-fit: cover;
  border-radius: 100%;
}

.step {
  position: relative;
  padding-right: 20px;
}

.step h5 {
  transition: color ease-in-out 0.3s;
}

.step:hover h5 {
  color: #7ec31b !important;
}

.step::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #d3d3d3;
  top: 50%;
  height: 300px;
  transform: translateY(-50%);
}

.step:nth-of-type(2):before,
.step:nth-of-type(3):before,
.step:nth-of-type(4):before {
  content: "";
  position: absolute;
  top: -22px;
  left: -40px;
  width: 25px;
  height: 25px;
  background-image: url("/wp-content/uploads/2025/12/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
}

.step:last-of-type::after {
  width: 0;
}

.steps-grid {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

/* END SERVICES */

/* ACCORDION */
summary.e-n-accordion-item-title[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: border ease-in-out 0.3s;
}

.acc summary {
  position: relative;
  display: flex;
  justify-content: space-between !important;
}

.acc summary::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* .acc details:nth-of-type(1) summary::before {
  background-image: url("/wp-content/uploads/2025/12/buildings.svg");
}

.acc details:nth-of-type(2) summary::before {
  background-image: url("/wp-content/uploads/2025/12/industry.svg");
}

.acc details:nth-of-type(3) summary::before {
  background-image: url("/wp-content/uploads/2025/12/hotel.svg");
}

.acc details:nth-of-type(4) summary::before {
  background-image: url("/wp-content/uploads/2025/12/solar-panel.svg");
} */

.acc summary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 80%;
  transform: translateY(-50%);
  background-color: #7ec31b;
  border-top-left-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 100px;
}
/* END ACCORDION */

/* MEDIA QUERY */

@media screen and (max-width: 480px) {
  .contact-info-icon-box {
    width: 50px;
    height: 50px;
  }

  .contact-info-text-box p strong {
    font-size: 16px;
  }
}
