/* =========================================================
   App styles (child theme)
   ========================================================= */

/* ---------------------------
   STICKY SHRINKING HEADER
   --------------------------- */

/* Target the main header section using the ID you set */

@media only screen and (min-width: 768px) {
  #main-header {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: max-width 0.4s ease-in-out, padding 0.4s ease-in-out;
    width: 100%;
    z-index: 1000;
    max-width: 80%;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #main-header.header-scrolled {
    max-width: 700px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #main-header .elementor-container {
    transition: min-height 0.4s ease-in-out;
  }

  #main-header.header-scrolled .elementor-container {
    min-height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  #main-header {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: max-width 0.4s ease-in-out, padding 0.4s ease-in-out;
    width: 100%;
    z-index: 1000;
    max-width: 95%;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .hfe-site-logo-img {
    height: 50px !important;
  }
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

/* Forminator Quote Form Button Styles */
.quote-form-btn{
	border-radius: 8px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 16px !important;
}