/* 
Theme Name: Pakrco Child Theme 
Theme URI: https://spandiva.com 
Description: This is child theme of Pakrco Author: Shtheme 
Author URI: https://spandiva.com 
Version: 1.0 
Text Domain: pakrco-child 
Template: pakrco 
*/

@font-face {
  font-family: 'righthand-signature';
  src: url('./fonts/righthand-signature.otf') format('opentype');
}

@font-face {
  font-family: 'antenna-regular';
  src: url('./fonts/antenna-regular.ttf') format('truetype');
}

html {
  font-size: 16px;
}

strong {
  font-family: 'Arial';
  font-weight: 600;
}

body {
  font-family: 'Arial' !important;
  font-size: 1rem;
  font-weight: normal;
  color: #252525;
  font-style: normal;
  line-height: 1.4;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 1.2em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Arial';
  font-weight: 300;
}

p {
  color: #252525;
}

a,
button {
  color: #252525;
  outline: none;
  font-family: 'Arial';
}

a:hover {
  color: #87674f;
}

a:not(.button) {
  color: #87674f;
  text-decoration: none;
}

a:not(.button):hover {
  color: #252525;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

/* CUSTOM CSS */

.elementor-button span {
  text-transform: initial;
}

h2.heading-primary {
  font-family: 'Arial' !important;
  font-weight: 500;
  color: #020000;
}

.heading-description p {
  font-family: 'Arial';
}

.signature-font h1,
.signature-font h2,
.signature-font h3,
.signature-font {
  font-family: 'righthand-signature' !important;
  line-height: 1.4 !important;
}

.hfe-site-logo {
  margin-top: 0.9em;
  width: auto;
  height: 50px;
}

.hfe-site-logo img {
  width: auto;
  height: 50px;
}

.primary-navigation a {
  font-family: 'Arial';
  font-size: 0.8rem !important;
  text-transform: uppercase;
}

.primary-navigation .current-menu-item a {
  color: #87674f !important;
}

.primary-navigation > ul > li {
  margin: 0 0.5em;
}

.primary-navigation > ul > li.lang-item {
  margin: 0 auto;
}

.primary-navigation .lang-separator {
  color: #fff;
}

.primary-navigation > ul > li.lang-item.current-lang > a {
  font-weight: 700 !important;
}

.primary-navigation > ul > li.lang-item a {
  padding: 1em 0.1em;
}

.pakrco-mobile-nav {
  position: fixed;
  width: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #282827;
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

#masthead {
  transition: 0.3s;
  background-color: #fff;
}

#masthead.scroll {
  background-color: #f9f9f9;
}

#masthead.scroll .homeslider-icon-mobile-container {
  background-color: #f9f9f9;
}

#masthead.scroll a,
#masthead.scroll .lang-separator {
  color: #000;
}

#masthead.scroll a:hover {
  color: #87674f;
}

#masthead.scroll .elementor-section {
  background-color: #f9f9f9;
}

.ehf-header #masthead {
  z-index: 999;
  position: fixed;
  width: 100%;
  background-color: transparent;
}

.opacity-content {
  border: 10px solid #87674f;
  border-right: none;
  padding: 50px 0 50px 50px;
  background: rgba(37, 37, 37, 0.5);
  overflow: hidden;
}

.header-register-button {
  background-color: #ffffff;
  border: 1px solid #87674f;
  transition: all 0.3s;
  margin-left: 3em;
  padding: 0.5em !important;
}

.header-register-button:hover {
  background-color: #87674f;
  color: #fff;
  cursor: pointer;
}

.header-register-button a {
  font-family: 'Arial' !important;
  padding: 0.5em 1em !important;
  font-size: 0.7rem !important;
  color: #87674f !important;
}

.header-register-button:hover a {
  color: #fff !important;
}

.site-navigation ul ul.sub-menu {
  border-top: 2px solid #87674f;
}

.site-navigation ul.menu > li > a > span:before {
  display: none;
}

.site-navigation ul li.menu-item .sub-menu li:before {
  background: #87674f;
}

.site-navigation ul ul.sub-menu li {
  min-width: 220px;
}

.modal-content {
  border-radius: unset;
}

/* Contact form */
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.wpcf7-form h4 {
  font-family: 'Arial';
  font-weight: 500;
}

.wpcf7-form input[type='text']:placeholder-shown + label,
.wpcf7-form input[type='email']:placeholder-shown + label,
.wpcf7-form textarea:placeholder-shown + label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(20px, -35px);
}

.wpcf7-form input[type='text']:not(:placeholder-shown) + label,
.wpcf7-form input[type='text']:focus + label,
.wpcf7-form input[type='email']:not(:placeholder-shown) + label,
.wpcf7-form input[type='email']:focus + label,
.wpcf7-form textarea:not(:placeholder-shown) + label,
.wpcf7-form textarea:focus + label {
  cursor: pointer;
  padding: 0 5px;
  transform: translate(1px, 10px);
}

.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='date'],
.wpcf7-form input[type='number'],
.wpcf7-form input[type='tel'],
.wpcf7-form textarea {
  width: 100%;
  min-height: 55px;
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 0px 20px;
}

.wpcf7-form .form-col input,
.wpcf7-form label {
  background-color: #ffffff;
}

.wpcf7-form .form-col.placeholder-shown.c-tel {
  position: relative;
}

.wpcf7-form .form-col {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.wpcf7-form input[type='submit'] {
  font-family: 'Arial';
  font-weight: 500;

  background-color: #87674f;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

#homepage-form-submit-newsletter {
  font-family: 'Arial';
  font-weight: 500;
  background-color: #87674f;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.wpcf7-form input[type='submit']:hover {
  border-color: var(--primary_hover);
  background-color: var(--primary_hover);
}

.wpcf7-acceptance label {
  pointer-events: all !important;
}

.wpcf7-list-item a {
  color: #87674f;
  text-decoration: underline;
}

.wpcf7-list-item a:hover {
  color: #999;
}

#homepage-form-submit {
  background-color: #87674f;
  opacity: 1 !important;
  border-radius: 0;
}

.dashicons-admin-users:before,
.dashicons-email:before {
  position: absolute;
  color: #87674f;
  right: 12px;
  top: 18px;
}

.dashicons-phone:before {
  position: absolute;
  color: #87674f;
  right: 12px;
  top: 18px;
  z-index: 9;
}

.wpcf7-form label {
  display: block;
}

.wpcf7-acceptance label {
  background-color: unset;
}

/* Homepage */
.homepage-balance-slider .slide-bg {
  background-position: bottom right !important;
  background-size: contain !important;
  background-color: transparent !important;
  width: 100%;
}

.homepage-balance-slider .swiper-container {
  overflow: visible !important;
}

.homepage-balance-slider .swiper-pagination {
  bottom: -50px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}

.homepage-balance-slider .swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 0 !important;
}

.homepage-video-container {
  height: 100vh !important;
  width: 100%;
  margin-top: -1px;
  background-color: #000000;
  position: relative;
}

#homepage-video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 3;
}

/* Vimeo video */
#vimeo-player-fullscreen {
  width: 100vw; /* Full width */
  height: 56.25vw; /* Maintain 16:9 aspect ratio */
  min-height: 100vh; /* Ensure it covers the viewport height */
  min-width: 177.77vh; /* Maintain width for 16:9 on taller screens */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* Prevent interaction with the iframe */
}

.main-iframe-video-container {
  position: absolute; /* Allow normal document flow */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Place it behind other content */
  overflow: hidden; /* Ensure no excess video spills out */
}

.main-iframe-video-container iframe {
  width: 100vw; /* Full width */
  height: 56.25vw; /* Maintain 16:9 aspect ratio */
  min-height: 100vh; /* Ensure it covers the viewport height */
  min-width: 177.77vh; /* Maintain width for 16:9 on taller screens */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* Prevent interaction with the iframe */
}

.progress-video-container {
  height: 78vh !important;
  width: 100%;
  position: relative;
}

#progress-video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: transparent;
  background-position: bottom left;
  background-size: contain;
  object-fit: contain;
  z-index: 3;
}

.homepage-section-3-image {
  width: 45% !important;
  position: absolute;
  right: 0;
  height: 1000px;
  top: -100px;
}

.homepage-section-3-image .elementor-widget-wrap {
  background-size: cover !important;
}

.elementor-widget-wrap::before {
  padding: 0 !important;
}

.homepage-section-3-text p {
  color: #ffffff;
}

.about-section-4 p {
  color: #ffffff;
}

.homepage-section-1-text p {
  color: #87674e;
}

.swiper-container-horizontal .swiper-pagination-bullet {
  border-bottom: 2px solid #c7a890 !important;
}

.swiper-container-horizontal .swiper-pagination-bullet-active {
  border-bottom: 10px solid #87674e !important;
  background-color: transparent;
}

.pakrco-testimonial-style-3 .testimonial-content {
  padding: 0;
}

/* Footer */
.mobile-bottom-fixed-container {
  display: none;
}

footer img {
  width: 260px;
  height: auto;
}

footer p,
footer a,
footer a {
  color: #fff;
  font-family: 'Arial' !important;
  font-size: 1rem;
}

footer a:hover {
  color: #87674f !important;
}

footer h5 {
  color: #fff;
  font-family: 'Arial';
  font-size: 1.4rem;
}

.footer-logo-right {
  width: 200px !important;
  height: auto;
}

.footer-bg {
  background: #020000;
  background-image: url('./img/footer-background.png');
  background-size: cover;
  background-position: center;
}

.footer-social-icons,
.footer-social-icons p {
  display: flex;
}

.footer-social-icons h3 {
  color: #fff;
  font-family: 'Arial';
  font-size: 1.2rem;
  margin-right: 1em;
  line-height: 1.6;
}

.footer-social-icons h3::after {
  display: none;
}

.footer-social-icons a {
  height: 2rem;
  width: 2rem;
  background-color: #87674f;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #87674f;
  text-align: center;
  padding: 0.3rem 0;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  transition: 0.3s;
  margin-left: 0.5em;
}

.footer-social-icons a:hover {
  cursor: pointer;
  background-color: #fff;
}

.footer-social-icons a .dashicons {
  color: #fff;
}

.footer-social-icons a:hover .dashicons {
  color: #87674f;
}

.footer-top a {
  color: #fff;
}

.footer-top a:hover {
  color: #87674f;
}

.copyright-text {
  border-top: 1px solid #ddd;
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  height: 800px;
}

.location-page {
  background-image: url('./img/footer-background.png');
  background-size: cover;
  background-position: center;
}

.location-numbered-list ol {
  list-style: none;
  counter-reset: item;
}

.location-numbered-list li {
  text-transform: uppercase;
  counter-increment: item;
  margin-bottom: 1em;
  color: #5a2141;
}

.location-numbered-list li:before {
  margin-right: 10px;
  content: counter(item);
  background: #5a2141;
  border-radius: 50%;
  color: white;
  height: 1.8em;
  width: 1.8em;
  text-align: center;
  display: inline-block;
}

.intl-tel-input {
  width: 100%;
}

.iti__country span {
  color: #252525 !important;
  font-size: 0.8rem;
}

.iti__country-list--dropup,
.iti__country-list {
  max-width: 356px !important;
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  font-size: 1rem;
  color: #252525;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.pulsating {
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

.tel-tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 3em;
  top: 0;
  background-color: #fff;
  padding: 0.5em;
  border: 1px solid #fff;
  border-radius: 1em;
  transition: 0.5s;
}

.tel-tooltip.active {
  opacity: 1;
  visibility: visible;
}

.soon-tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 3em;
  top: 0;
  background-color: #fff;
  padding: 0.5em;
  border: 1px solid #fff;
  border-radius: 1em;
  transition: 0.5s;
  width: 185px;
}

.soon-tooltip.active {
  opacity: 1;
  visibility: visible;
}

.characteristics-section {
  max-height: 700px;
  overflow: hidden;
}

.features-video-container {
  height: 100vh !important;
  width: 100%;
  margin-top: -1px;
  background-color: #000000;
  position: relative;
}

#features-video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 3;
}

.wellbeing-video-container {
  height: 100vh !important;
  width: 100%;
  margin-top: -1px;
  background-color: #000000;
  position: relative;
}

#wellbeing-video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 3;
}

@keyframes pulse-black {
  0% {
    /*transform: scale(0.95);
       */
    box-shadow: 0 0 0 0 rgba(135, 103, 78, 0.7);
  }

  70% {
    /*transform: scale(1);
       */
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    /*transform: scale(0.95);
       */
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.pulsating.white {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    /*transform: scale(0.95);
       */
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    /*transform: scale(1);
       */
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    /*transform: scale(0.95);
       */
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Register interest slide panel */
.modal-dialog {
  min-height: 100%;
  margin: 0 0 0 auto;
  width: 420px;
}

.modal-dialog .close span {
  color: #fff;
}

.modal-dialog p,
.modal-dialog a,
.modal-dialog span,
.modal-dialog {
  color: #fff;
}

.modal-dialog a:hover {
  color: #87674f;
}

.wpcf7-not-valid-tip {
  color: #c94444 !important;
  font-size: 14px;
  position: absolute;
}

.wpcf7-response-output {
  margin: 1em auto 4em auto;
}

.modal-dialog h5 {
  color: #fff;
  font-family: 'Arial';
  font-weight: 500;
  font-size: 1.4rem;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0) scale(1);
  transform: translate(100%, 0) scale(1);
}

.modal.fade.show {
  padding: 0 !important;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: auto;
}

.modal-body {
  background-color: #020000;
}

.modal-body .btn {
  background: #fff;
  border: 1px solid #fff;
  color: #020000;
}

.modal-body .btn:hover {
  background: #87674f;
  border: 1px solid #87674f;
}

.modal-open {
  position: absolute !important;
  overflow: visible;
  width: 100%;
  height: 100vh;
  padding: 0 !important;
}

.modal-content {
  border: 1px solid #252525;
  min-height: 100vh;
}

.modal-header {
  background-color: #000;
}

.modal-header .close {
  font-size: 1rem;
  font-family: 'Arial';
  background-color: #000;
  color: #fff;
}

#registerModal .contact-field input {
  font-size: 14px;
  background-color: #ffffff;
}

#registerModal .contact-field.mb-40 {
  margin-bottom: 20px !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 85%;
}

.register-description-container p,
.register-description-container h2,
.register-description-container h3,
.register-description-container h4 {
  color: #fff;
}

.register-description-container ul {
  padding-left: 1em;
}

/* Propelyst 
.propelyst-container {
    height: calc(100vh - 85px);
    padding-top: 0;
    margin-top: 77px;
}
*/

.ehf-header #masthead {
  top: 0;
}

.homeslider-icon-container {
  position: fixed;
  right: 2.5em;
  top: 40%;
  display: grid;
  gap: 0.8em;
  z-index: 99;
}

.homeslider-icon {
  height: 3rem;
  width: 3rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-block;
  border: none;
  text-align: center;
}

.homeslider-icon:hover {
  background-color: #87674f;
  cursor: pointer;
}

.homeslider-icon i {
  vertical-align: -webkit-baseline-middle;
  width: unset;
  height: unset;
  line-height: 1.8;
  font-size: 1.5rem;
  color: #87674f;
}

.homeslider-icon:hover i {
  color: #fff;
}

.homeslider-icon p {
  font-size: 9px;
  color: #fff;
  margin-top: 6px;
}

#masthead.scroll .homeslider-icon p {
  color: #000;
  display: inline-block;
}

.homeslider-icon i::before {
  vertical-align: middle;
}

/* Cookies notice */
#cookie-notice {
  border-top: 1px solid #f5f5f5;
}

.cn-close-icon:before,
.cn-close-icon:after {
  background-color: #fff;
}

/* Thank you page */
.thank-you-page-text h2 {
  font-size: 4em;
  font-family: 'righthand-signature';
  color: #87674f;
  line-height: 1;
  margin: 0.3em auto;
}

.thank-you-page-text h3 {
  font-size: 1.3em;
  font-family: 'Arial';
  color: #87674f;
}

.thank-you-page-text h4 {
  font-size: 1.5em;
  font-family: 'Arial';
  color: #000;
}

.thank-you-page-text hr {
  border-top: 1px solid #ddd;
  margin: 1em 0;
  width: 50%;
}

.homeslider-icon-mobile-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.3em 0 1.5em 0;
}

.homeslider-icon-mobile-container.scroll {
  background-color: #f5f5f5;
}

.homeslider-icon-mobile-container p {
  font-size: 0.3rem;
  color: #87674f;
  text-transform: uppercase;
}

.how-to-buy-page-section {
  height: 540px;
}

.how-to-buy-page-section p {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.height-200 {
  height: 200px;
}

.height-300 {
  height: 300px;
}

.height-400 {
  height: 400px;
}

.heading-line h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #87674f;
  right: 0;
  left: 6em;
  top: 50%;
  position: absolute;
  z-index: 2;
}

.material-slider img {
  height: 450px;
  width: auto;
  display: block;
  object-fit: contain;
}

.material-slider li {
  margin: 0.5em 0;
  text-transform: none;
}

.material-slider li::marker {
  font-size: 1.5rem;
  color: #87674f;
  margin-right: 1em;
}

.pakrco-testimonial-style-3 .testimonial-content {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: 400;
  color: var(--accent);
  padding: 0;
  background-color: transparent;
  position: relative;
}

.pakrco-testimonial-style-3 .testimonial-content:after {
  display: none;
}

/* Media queries */
@media (max-width: 1024px) {
  .material-slider .elementor-absolute {
    position: relative !important;
  }

  .heading-line h2::after {
    width: 100px;
    right: 1em;
    left: auto;
  }

  .how-to-buy-page-section {
    height: 600px;
  }

  .thank-you-page-text h2 {
    font-size: 2em;
    margin: 1em 0;
  }

  .thank-you-page-text h3 {
    font-size: 1em;
  }

  .thank-you-page-text h4 {
    font-size: 1.2em;
  }

  .thank-you-page-text hr {
    width: 100%;
  }

  .characteristics-section {
    max-height: 100% !important;
    overflow: visible !important;
  }

  #masthead > .elementor {
    position: relative;
  }

  #mobile-menu-burger-icon {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #mobile-menu-burger-icon p {
    padding: 1em 1em 0 0;
    color: #87674f !important;
    font-family: 'antenna-regular';
    font-size: 0.6rem;
  }

  ul.menu li.current-menu-item > a,
  ul.menu li.current-menu-ancestor > a,
  ul.menu li.current-menu-parent > a {
    color: #87674f !important;
  }

  a:not(.button):hover {
    color: #87674f !important;
  }

  .modal-dialog {
    width: 100%;
  }

  .header-register-button {
    position: absolute;
    color: #87674f !important;
    font-size: 1rem;
    padding: 0.6em 1em;
    margin-left: 0;
    right: 4em;
    top: 50%;
    transform: translateY(-50%);
  }

  .register-page-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .register-page-grid-image {
    order: 2;
  }

  .register-page-grid-image .elementor-widget-container {
    order: 1;
    padding: 20px !important;
  }

  .register-page-grid-form {
    order: 1;
    padding: 50px 0;
  }

  .register-page-grid-form .elementor-widget-container {
    order: 1;
    padding: 20px !important;
  }

  .propelyst-container {
    height: calc(100vh - 68px);
    padding-top: 68px;
    margin-top: 0;
  }

  .homepage-section-3 {
    margin: 0 auto !important;
  }

  .homepage-section-3-image {
    width: 100% !important;
    position: relative;
    right: 0;
    height: 1000px;
    top: 0px;
  }

  .homepage-section-3-image .elementor-widget-wrap {
    background-size: contain;
  }

  .homepage-section-3-text {
    padding: 0 15px;
    margin: 0;
  }

  .homepage-contact-form {
    width: 100% !important;
    padding: 0 15px;
  }

  .homepage-contact-image .elementor-widget-wrap {
    padding: 0 !important;
  }

  .hfe-site-logo {
    margin-top: 0;
    padding: 0;
    height: 38px;
    width: auto;
  }

  .hfe-site-logo img {
    height: 38px;
    width: auto;
  }

  .homeslider-icon-container {
    display: none;
  }

  .mobile-bottom-fixed-container {
    background-color: #ffffff;
    position: fixed;
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto;
    bottom: 1px;
    transform: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    z-index: 99;
  }

  .mobile-bottom-fixed-button {
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transition: all 0.3s;
    padding: 0.5em !important;
    width: 100%;
    text-align: center;
  }

  .mobile-bottom-fixed-button:hover {
    background-color: #87674f;
    color: #fff;
    cursor: pointer;
  }

  .mobile-bottom-fixed-button.brown {
    background-color: #87674f;
    border: 1px solid #87674f;
    transition: all 0.3s;
    padding: 0.5em !important;
    width: 100%;
    text-align: center;
  }

  .mobile-bottom-fixed-button.brown:hover {
    background-color: #87674f;
    color: #fff;
    cursor: pointer;
  }

  .mobile-bottom-fixed-button.brown a {
    color: #fff;
  }

  .homeslider-icon-mobile-container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-evenly;
    padding: 0.3em 0 1.5em 0;
  }

  .homeslider-icon-mobile-container.scroll {
    background-color: #f5f5f5;
  }

  .homeslider-icon-mobile-container p {
    font-size: 0.3rem;
    color: #87674f;
    text-transform: uppercase;
  }

  .homeslider-icon {
    height: 2em;
    width: 2em;
  }

  .homeslider-icon i {
    font-size: 1rem;
  }

  .sticky-header-container {
    border-bottom: 0.5px solid #a6a6a6;
    padding-bottom: 10px;
  }

  .height-200 {
    height: auto;
  }

  .height-300 {
    height: auto;
  }

  .height-400 {
    height: auto;
  }
}

@media (min-width: 780px) and (max-width: 1141px) {
  .height-200 {
    height: auto;
  }

  .height-300 {
    height: auto;
  }

  .height-400 {
    height: auto;
  }

  .hfe-site-logo {
    margin-bottom: 1em;
  }

  .site-navigation ul.menu > li > a {
    padding: 1em 0.5em;
  }
}

@media (max-width: 1500px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    padding: 0 1%;
  }
}

#menu-item-15747 > a::after {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}
