/*
Theme Name: Home Service Freedom
Theme URI: http://example.com/home-service-freedom
Author: Dotlogics
Author URI: https://www.dotlogics.com/
Description: A custom theme for Home Service Freedom
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: home-service-freedom
*/
p {
    margin-top: 0;
}
.gradient-footer a.elementor-button.elementor-button-link.elementor-size-sm {
    transition: all 3.5s ease;
}
.hsf-about{
	position:relative !important;
}
.strategic-paragraph p {
    margin-bottom: 0px !important;
}
.four-section h3.elementor-image-box-title
 {
    background: linear-gradient(180deg, #eab81d 19%, #cb7b20 63%, #d38d23 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.multi-color-text .elementor-heading-title {
    background: linear-gradient(180deg, #eab81d 19%, #cb7b20 63%, #d38d23 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hsf-faq details {
    border-bottom: 1px solid #ffffff10;
}
/* About Page CSS */
.heading-gradient .elementor-heading-title {
  background: linear-gradient(
    to bottom,
    #EAB81D 19%,
    #CB7B20 63%,
    #D38D23 89%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hsf-header {
   display: flex;
  justify-content: space-between !important;
  align-items: center;
  box-sizing: border-box !important;
  flex-wrap: nowrap !important;
  position: absolute !important;
  top: 14px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999;
}

.header-left {
  flex-grow: 0 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  width: auto !important;
}
.about-paragraph {
  display: block;
  margin-top: 17px;
}
.policy-paragraph{
	  display: block;
  margin-top: 31px;
}
.hsf-footer .elementor-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254901960784);
  padding-bottom: 0px;
}
.hsf-white-footer .elementor-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 0px;
}
.contact-us-form input {
    padding-top: 10px;
    padding-bottom: 10px;
}
.hsf-faq .e-n-accordion .e-n-accordion-item:last-child {
    border-bottom: 0px !important;
}
.contact-us-form .elementor-field-label {
    cursor: auto;
}
a.inline-email {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    text-transform: none !important;
    font-family: inherit !important;
    transition: color 0.3s ease;
}
a.inline-email:hover {
    color: #C92A2A !important; /* hover color */
}
@media (max-width: 1240px) {
  .hsf-header {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: calc(100% - 20px) !important; /* 10px margin on both sides */
    max-width: 1240px !important;
  }
}



@media (max-width: 768px) {
/* .hsf-footer nav.elementor-nav-menu--main.elementor-nav-menu__container.elementor-nav-menu--layout-horizontal.e--pointer-none::after{   display: none;
  }
.hsf-white-footer nav.elementor-nav-menu--main.elementor-nav-menu__container.elementor-nav-menu--layout-horizontal.e--pointer-none::after{   display: none;
  } */
.hsf-menu .elementor-menu-toggle
 {
    margin-right: 10px;
}
}
/* Tablet and Mobile (1024px and below): Show header-btn */
@media (max-width: 1024px) {
  .hsf-header li.header-btn {
    display: block;
  }
	.hsf-menu.elementor-widget-nav-menu {
    position: absolute;
    top: -46px;
}
.hsf-menu .elementor-menu-toggle
 {
    margin-right: 10px;
}

}
