.scroll-down:hover 
svg#Capa_1 {
    transform: translateY(150px);
}
svg#Capa_1 {
    transition: 0.5s;
}/* Align text to the left and bring the cursor closer */
#typewriter-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 0px; /* Typewriter cursor */
  animation: typing 3s steps(30) 1s forwards, blink 0.75s step-end infinite;
  font-size: 1.5em;
  color: white;
  text-align: left; /* Ensure the text is aligned left */
  margin-top: 20px;
  position: absolute;
  left: 0; /* Start from the left side */
  top: 50%;
  transform: translateY(-50%); /* Vertically center the text */
  padding-right: 10px; /* Add padding to bring the cursor closer to the text */
}

/* Typewriter Animation */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
#services-button svg {
    width: 30px;
    margin-top: -5px;
	transition: 0.3s;
}
a#services-button:hover svg {
    margin-left: 10px;
}
.services-bg.e-flex {
    overflow: hidden;
    transition: 0.3s;
}
.services-bg:hover img {
    transform: scale(1.1);
}
.img-services img {
    transition: 0.3s;
}
.services-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 1;
}
.service-textarea {
    z-index: 2;
}
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button {
    top: 100%;
    background-color: #83838385;
    padding: 4px;
    border-radius: 50%;
}
.elementor-element .swiper .elementor-swiper-button-next {
    left: 60px;
	right: auto;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px  !important;
    right: 0 !important;
    width: 20%;
	left: auto;
}
span.swiper-pagination-bullet::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ffffff29;
    border-radius: 50%;
    left: -5px;
    top: -5px;
}
span.swiper-pagination-bullet {
    position: relative;
    z-index: 5;
    width: 10px;
    height: 10px;
}
.image-carousal-about img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.email-subscribe p {
    display: flex;
    gap: 8px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #12254900;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0.8px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #122549;
    border-radius: 44px 44px 44px 44px;
    padding: 12px 26px 12px 26px;
    color: #000;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #122549;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    border-radius: 30px;
    background-color: transparent;
}
.name-section input {
    border-bottom: 1px solid #e3e3e3 !important;
    border: none;
    border-radius: 0px;
    color: #e3e3e3 !important;
}
.name-section input::placeholder {
    color: #69727d;
}
.email-section input::placeholder {
    color: #69727d;
}
.text-section textarea::placeholder {
    color: #69727d;
}
.email-section input {
    border-bottom: 1px solid #e3e3e3 !important;
    border: none;
    border-radius: 0px !important;
}
.text-section textarea {
    border-bottom: 1px solid #e3e3e3 !important;
    border: none;
    border-radius: 0px;
}
.fixed-header {
    background-color: #fff;
    transition: 0.3s;
    position: fixed !important;
    z-index: 9999 !important;
    top: 0;
    box-shadow: 0px 3px 11px 0px #00000045;
    right: 0;
    left: 0;
}
.ehf-header #masthead {
    transition: 0.3s ease all;
}
.fixed-header .menu-item a {
    color: #000 !important;
}
.chimney-services-para {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.services-bg:hover .chimney-services-para {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.chimney-services-title {
    opacity: 1;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.services-bg:hover .chimney-services-title {
    opacity: 1;
    transform: translateY(0);
}
.faqs-a1 .e-n-accordion-item {
    border-bottom: 1px solid #aaa;
}
@media (max-width:768px){
	.elementor-element.elementor-element-474af16.e-transform.e-transform.elementor-widget.elementor-widget-text-editor {
    transform: rotate(0deg);
}
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
	.header-responsive {
    background-color: #fff;
}
	.chimney-services-para {
    display: block;
    opacity: 1;
  }
	
}