h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}
html,
body,
p,
span,
div,
li,
ul,
ol,
a,
button,
input,
textarea,
select,
.elementor-widget,
.elementor-tab-title,
.elementor-tab-content,
.elementor-testimonial-name {
  font-family: "Lato", sans-serif !important;
}
.elementor-testimonial-name {
  color: #245834 !important;
}
@media (max-width: 956px) {
  html {
    font-size: 16px !important;
  }
}

.skip-link,
.skip-to-content {
  display: none !important;
}

/*============Adetiional CSS Start ====================*/
.read-more-home {
  margin-top: auto !important;
}
.read-more-home p {
  font-size: 1rem !important;
}
.locaton-detail-gocredit {
  color: #245834 !important;
}

/*============Adetinal Css Close ====================*/

@media (max-width: 767px) {
  /* target common Elementor text areas + general post content */
  .elementor-widget-text-editor p,
  .elementor-widget-container p,
  .entry-content p,
  body p {
    font-size: 20px !important;
    line-height: 1.6 !important;
  }
  .blog-detail h5 {
    font-size: 2rem !important;
  }
  .custom-footer p {
    font-size: 1.25rem !important;
  }

  .footer-copy-ride p {
    font-size: 1rem !important;
  }
}

/*============Custom GLOBLE CSS CLOSE ====================*/

.americash-simple {
  max-width: 720px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  background: #fff;
  padding: 18px;
  border-radius: 6px;
  border: 1px solid #eee;
}
.americash-simple h3 {
  margin: 0 0 12px;
  font-size: 18px;
}
.americash-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.americash-col {
  flex: 1 1 220px;
  min-width: 200px;
}
.americash-simple label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}
.americash-simple input,
.americash-simple select,
.americash-simple textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}
.americash-simple textarea {
  min-height: 80px;
  resize: vertical;
}
.americash-submit {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.americash-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.americash-msg {
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 4px;
  display: none;
}
.americash-msg.success {
  background: #e6ffed;
  border: 1px solid #b7f0c9;
  color: #05632b;
  display: block;
}
.americash-inline {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Default header style */
.header-stickiy {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 999;
}

/* Sticky after scroll */
.header-stickiy.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff; /* change if needed */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/*------Select dropdown start------ */

/*------Select dropdown close------ */

/*----------Menu togel css-----------*/
/* hide submenus by default on mobile */
@media (max-width: 768px) {
  .hfe-nav-menu .sub-menu {
    display: block; /* keep DOM flow but hide via max-height */
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.22s ease;
  }
  .hfe-nav-menu .sub-menu.sub-menu-open {
    /* large enough to contain submenu; JS sets exact scrollHeight for smooth animation */
    max-height: 1000px;
  }
}
@media (max-width: 600px) {
  .hfe-menu-toggle {
    display: inline-block;
    transition: transform 0.18s ease;
  }

  .hfe-menu-toggle.arrow-open {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 992px) {
  .hfe-menu-toggle {
    display: inline-block;
    transition: transform 0.18s ease;
  }

  .hfe-menu-toggle.arrow-open {
    transform: rotate(180deg);
  }
}
/*----------Menu togel close--------*/

/*----------Contact Fomr------------*/

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  display: flex !important;
  padding: 16px 24px !important;
  align-items: center !important;
  gap: 5px !important;
  align-self: stretch !important;
  background: white !important;
  border-radius: 30px !important;
  border: 1px solid #c0c0c0 !important;
  background: #fff !important;
  color: #666 !important;
  font-family: "Lato", sans-serif !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.category {
  display: flex !important;
  padding: 16px 24px !important;
  align-items: center !important;
  gap: 5px !important;
  align-self: stretch !important;
  background: white !important;
  border-radius: 30px !important;
  border: 1px solid #c0c0c0;
  background: #fff !important;
  color: #666;
  font-family: "Lato", sans-serif !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  display: flex !important;
  padding: 16px 24px !important;
  align-items: center !important;
  gap: 5px !important;
  align-self: stretch !important;
  border-radius: 16px !important;
  border: 1px solid #c0c0c0 !important;
  background: #fff !important;
  height: 127px !important;
}
.wpcf7-form input::placeholder {
  color: #666 !important;
  font-family: Poppins !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.category {
  color: #666;
  font-family: "Lato", sans-serif !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.wpcf7-form label {
  /* color: #333 !important; */
  /* font-family: Nunito !important; */
  /* font-size: 18px !important; */
  font-style: normal !important;
  /* font-weight: 600 !important; */
  line-height: normal !important;
  font-size: 1rem !important;
  color: #333 Im !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 600 !important;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  display: flex !important;
  min-width: 150px !important;
  padding: 16px 32px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  color: #fff !important;
  text-align: center !important;
  font-family: Nunito !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: 0.42px !important;
  text-transform: uppercase !important;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: #245834 !important;
}

.wpcf7-form textarea::placeholder {
  color: #666 !important;
  font-family: Poppins !important;
  font-family: "Lato", sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}
.wpcf7-form input::placeholder {
  color: #666 !important;
  font-family: Poppins !important;
  font-family: "Lato", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  font-size: 1rem !important;
}

.wpcf7-validates-as-email,
.wpcf7-validates-as-required,
.wpcf7-textarea {
  margin-bottom: 25px !important;
  margin-top: 5px !important;
}

/*-------arrow icon css--------*/

/* Wrap container to hold select + SVG */
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Style the select */
.select-wrapper select {
  width: 100%;
  padding-right: 40px; /* space for arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  /* height: 45px; */
  /* padding-left: 12px; */
  font-size: 16px;
  cursor: pointer;
}

/* Add your SVG icon */
.select-wrapper::after {
  content: "";
  position: absolute;
  top: 26% !important;
  right: 27px !important;
  width: 18px;
  height: 9px;
  pointer-events: none;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M3 7.5L12 16.5L21 7.5' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    no-repeat center;
}
.select-wrapper select:focus {
  border-color: #245834;
  outline: none;
}
.select-wrapper::after {
  width: 14px !important;
  /* height: 9px !important; */
  margin-top: 12px !important;
  /* margin-top: -5px !important; */
  /* margin-bottom: -36px !important; */
}
/*----------Close Contact form-------*/

/*---------blog category list------------*/

/* Category list with count (LS style) */
@media (min-width: 1024px) {
  .ls-cat-list li p {
    line-height: 0.5 !important;
  }
}
.ls-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ls-cat-list li {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding: 0px 0px 0px 5px !important;
  color: #666;
  font-family: Nunito;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 145.455% */
}
.ls-cat-list li + li {
  margin-top: 4px;
}
.ls-cat-list li a {
  color: #666 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}
.ls-cat-list li a:hover {
  color: #2f6b3b; /* subtle hover */
}
.ls-cat-count {
  color: #245834 !important;
  /* font-family: Nunito;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; */
  padding-left: 5px !important;
}
.skip {
  display: none !important;
}
.blog-cat-main-sec .ast-grid-common-col {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
ul.ls-cat-list li {
  padding-bottom: 10px !important;
}

/*---------------blog tag list-----------------------*/

/* Tag pills (LS style) */
.ls-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ls-tag-list li {
  margin: 0;
  padding: 0;
  border-radius: 50px !important;
  border: 1px solid #245834 !important;
  display: flex !important;
  padding: 8px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px;
  height: 35px !important;
}
.ls-tag-pill {
  color: #245834 !important;
  text-align: center !important;
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 12px !important;
  letter-spacing: 0.42px !important;
}
.ls-tag-pill:hover {
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(61, 123, 68, 0.06) !important;
}
.ls-tag-count {
  margin-left: 6px !important;
  color: #3d7b44 !important;
  font-weight: 600 !important;
}
span.page-numbers.current {
  padding: 3px 10px !important;
  border-radius: 4px !important;
  background: #245834 !important;
}

/*----------FAQ PAGE TABING------------------*/

/* ===== Default Tab ===== */
.e-n-tabs .e-n-tab-title {
  border-top: 1px solid #ead7d7 !important;
  border-right: 1px solid #ead7d7 !important;
  border-left: 1px solid #ead7d7 !important;
  border-bottom: 1px solid #ead7d7 !important;
  background: #f9fbf6 !important;
  padding: 24px 32px !important;
  color: #282f33 !important;
  transition: all 0.3s ease;
}

/* ===== Hover (Default Tab) ===== */
/* .e-n-tabs .e-n-tab-title:hover {
  background: #245834 !important;
  color: #fff !important;
} */

/* ===== Active Tab ===== */
.e-n-tabs .e-n-tab-title[aria-selected="true"] {
  border-top: 5px solid #245834 !important;
  border-bottom: 5px solid white !important;
  border-right: 5px solid white !important;
  border-left: 1px solid #ead7d7 !important;
  background: #fff !important;
  padding: 24px 32px !important;
  border-radius: 0px !important;
  color: #245834 !important;
}

/* ===== Hover (Active Tab) ===== */
/* .e-n-tabs .e-n-tab-title[aria-selected="true"]:hover {
  background: #245834 !important;
  color: #fff !important;
} */

.elementor-widget-n-tabs .e-n-tabs-heading {
  gap: 0px !important;
}

/* .elementor-element.elementor-element-47a637f.e-con-full.e-flex.e-con.e-child {
  padding: 24px 40px !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07) !important;
} */
.sub-acccodiane h6 {
  color: #282f33 !important;
}
.sub-acccodiane .e-n-accordion-item {
  padding: 24px 40px !important;
  border: 0px !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07) !important;
}
.sub-acccodiane summary.e-n-accordion-item-title {
  border: none !important;
}
.sub-acccodiane .e-child {
  border: none !important;
}
.sub-acccodiane .e-closed svg {
  width: 28px !important;
  height: 28px !important;
}
.sub-acccodiane .e-opened svg {
  width: 28px !important;
  height: 28px !important;
}
.sub-acccodiane span.e-opened {
  margin-top: -20px !important;
}
.sub-acccodiane span.e-closed {
  margin-top: -20px !important;
}

/*-----------------Contact us page ---------------------*/

.wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  padding: 16px 32px !important;
  border-radius: 50px !important;
  background: #245834 !important;
}

/* ✅ Error state styles */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid,
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-not-valid,
select.wpcf7-form-control.wpcf7-select.wpcf7-not-valid,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid {
  border-color: rgba(233, 38, 38, 1) !important;
  background-color: white !important; /* keep input bg readable */
  color: #000;
  transition: all 0.3s ease;
}

/* ✅ Focus/active (clicked) field styles */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus,
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required:focus,
select.wpcf7-form-control.wpcf7-select:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
  background-color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(61, 128, 76, 1) !important;
  color: rgba(102, 102, 102, 1) !important;
  box-shadow: 0 0 8px rgba(61, 128, 76, 0.25);
  outline: none;
  transition: all 0.3s ease;
}

/* Optional: smoother hover transition for all inputs */
.wpcf7-form-control {
  transition: all 0.3s ease;
}

.wpcf7 form .wpcf7-response-output {
  border: 2px solid white !important;
}
/* ---------- Mobile (<= 414px) ---------- */
@media (max-width: 414px) {
  nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.menu-is-active.hfe-dropdown {
    margin-top: 20px !important;
  }
  span.hfe-menu-toggle.sub-arrow.hfe-menu-child-0 {
    border: 0px !important;
  }
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 8px 24px !important;
    font-family:
      "Lato" "Lato",
      sans-serif !important;
  }
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.category {
    padding: 8px 24px !important;
  }
  .wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 10px 16px !important;
    font-size: 12px !important;
  }
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  margin-top: 38px !important;
}
.wpcf7 form > div,
.wpcf7 form > p {
  margin-bottom: 0px !important;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
.screen-reader-response p {
  color: red !important;
}
.wpcf7-response-output {
  padding: 12px 16px !important;
  border-radius: 4px !important;
  border: 1px solid #69ee8f !important;
  background: #c7ffd7 !important;
  color: #42d16a !important;
  font-family: Nunito !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  padding-left: 40px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  background-size: 20px !important;
  background-image: url("http://americash.profusionsystems.com/wp-content/uploads/2025/11/check-1.svg") !important;
}
.wpcf7-response-output.hide-validation-msg {
  display: none !important;
}
@media (max-width: 414px) {
  .wpcf7-form label {
    font-size: 1.25rem !important;
  }
  .wpcf7-form textarea::placeholder {
    font-size: 1rem !important;
    font-weight: 400 !important;
  }
  .select-wrapper::after {
    top: 10% !important;
    margin-top: 15px !important;
  }
}
.location-detail-title h3 {
  font-family: "Poppins" !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
  color: #333 !important;
  text-transform: capitalize !important;
}
.location-detail-sub-title p {
  font-family: Nunito !important;
  font-size: 1.25rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 2rem !important;
  color: #666 !important;
}
@media (min-width: 1024px) {
  .sigle-page-location
    a.elementor-button.elementor-button-link.elementor-size-sm {
    min-width: 176px !important;
    min-height: 40px !important;
    text-align: center !important;
  }
}
.sigle-page-location .elementor-button-icon svg {
  height: 16px !important;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 0px !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0px 0px 16px 0px !important;
}

/*==============Tileline pagination=================*/

/*==============Close time line pagination===========*/

/*========LOCATION BY STATE===============*/

.location-detail-main-sec .p1 p a {
  font-family: "Lato", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.875rem !important;
  text-decoration: none !important;
  color: #666666 !important;
}

@media (min-width: 767px) {
  .location-detail-main-sec .p1 p a {
    font-size: 1rem !important;
  }
}

/*========LOCATION BY STATE CLOSE===============*/

/*========HOW IT WORK ===============*/

/*========HOW TO WORK CLOSE ===============*/

/*========Blog list page ===============*/

/* Make all blog boxes equal height and push Read More to bottom */
.blog-list-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* This targets the inner Elementor container */
.blog-list-box .e-con {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Make content area flexible */
.blog-list-box .elementor-widget-theme-post-excerpt {
  flex-grow: 1;
}

/* Push Read More to bottom */
.blog-list-box .home-readmore {
  margin-top: auto;
}
.blog-list-box p {
  margin-bottom: 0px !important;
  padding: 0px !important;
}
/*========Blog list close ===============*/

/*========Blog detail ===============*/

.single-blog-content p {
  margin-bottom: 17px !important;
}

.sigle-blog-prev-next .elementor-post-navigation {
  gap: 100px !important;
}
span.post-navigation__arrow-wrapper {
  margin-bottom: 25px !important;
}
.single-blog-content h5 {
  padding-bottom: 20px !important;
  font-size: 24px !important;
  font-weight: 500 !important;
}
.single-blog-content li {
  margin-bottom: 10px !important;
}
@media (min-width: 414px) {
  .single-blog-content li {
    font-size: 1.45rem !important;
    line-height: 1.45 !important;
  }
  .sigle-blog-prev-next .elementor-post-navigation {
    gap: 30px !important;
  }
  span.post-navigation__arrow-wrapper {
    margin-bottom: 14px !important;
  }
  .single-blog-sidebar p,
  .entry-content p {
    /* margin-bottom: 1em !important; */
  }
}
.blog-detail-cat-sec ul.ls-cat-list li {
  margin-bottom: 10px !important;
}
@media (min-width: 956px) {
  .blog-detail-cat-sec ul.ls-cat-list li {
    margin-bottom: 5px !important;
  }
}
/*========Blog detail CLOSE ===============*/

/*========About Sec ===============*/

.elementor-2646
  .elementor-element.elementor-element-3ded812
  .elementor-icon-list-item:not(:last-child):after {
  /* content: ""; */
  /* height: 74%; */
  border: none !important;
  /* border-color: #FFFFFF; */
  content: "";
  display: inline-block;
  width: 2px;
  height: 122%;
  background-image: url(http://americash.profusionsystems.com/wp-content/uploads/2025/11/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.elementor-2646
  .elementor-element.elementor-element-0b14fe6
  .elementor-icon-list-item:not(:last-child):after {
  border: none !important;
  content: "";
  transform: translateX(-50%);
  width: 22px;
  height: 351%;
  background-image: url(http://americash.profusionsystems.com/wp-content/uploads/2025/11/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  rotate: 50px;
  top: calc(100% + 10px);
  transform: rotate(90deg);
  transition: rotate(45deg);
}

/*========About sec close ===============*/

/*======== Our story page ===============*/

/* video.video-stream.html5-main-video {
  --video-aspect-ratio: 1154 / 649 !important;
  width: 1154px !important;
  height: 649px !important;
} */
.small-who-we-are {
  font-size: 1rem !important;
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .elementor-custom-embed-play {
    margin-top: 0px !important;
  }
  .small-who-we-are {
    font-size: 1.375rem !important;
  }
}

.elementor-2646
  .elementor-element.elementor-element-a2aee8f
  > .elementor-widget-container {
  box-shadow:
    0 190px 53px 0 rgba(0, 0, 0, 0),
    0 122px 49px 0 rgba(0, 0, 0, 0.02),
    0 68px 41px 0 rgba(0, 0, 0, 0.06),
    0 30px 30px 0 rgba(0, 0, 0, 0.1),
    0 8px 17px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 24px !important;
}
.elementor-2646
  .elementor-element.elementor-element-24549b9
  > .elementor-widget-container {
  box-shadow:
    0 190px 53px 0 rgba(0, 0, 0, 0),
    0 122px 49px 0 rgba(0, 0, 0, 0.02),
    0 68px 41px 0 rgba(0, 0, 0, 0.06),
    0 30px 30px 0 rgba(0, 0, 0, 0.1),
    0 8px 17px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 24px !important;
}
.our-story-hapy-client .elementor-button-icon svg {
  margin: 5px !important;
}
/*======== Our story page close ===============*/
.happy-client-p-tag p {
  font-size: 1.125rem !important;
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
  content: "" !important;
  display: inline-block !important;
  width: 15px !important; /* adjust size */
  height: 15px !important;
  background-image: url("http://americash.profusionsystems.com/wp-content/uploads/2025/12/Vector-8.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-top: 11px !important;

  /* background-position: center !important; */
}
.hfe-submenu-icon-arrow
  .hfe-nav-menu
  .current-menu-item.parent-has-child
  .sub-arrow
  i:before,
.hfe-submenu-icon-arrow
  .hfe-nav-menu
  .current-menu-ancestor.parent-has-child
  .sub-arrow
  i:before {
  content: "" !important;
  display: inline-block !important;
  width: 15px !important;
  height: 15px !important;
  background-image: url(http://americash.profusionsystems.com/wp-content/uploads/2026/02/svgviewer-output.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-top: 11px !important;
}

@media (max-width: 956px) {
  .hfe-breadcrumbs-last {
    margin-left: 10px !important;
  }
}
/* .hfe-breadcrumbs li span:nth-child(1) {
  font-weight: 200 !important;
} */
/* li.hfe-breadcrumbs-item.hfe-breadcrumbs-first {
  font-weight: 200 !important;
} */

/* button[aria-label="Rotate map clockwise"] {
  top: 60px !important;
} */
@media (min-width: 1200px) {
  .button[aria-label="Map camera controls"] {
    top: 50px !important;
  }
  .gmnoprint menu {
    margin-top: 50px !important;
  }
  .gm-bundled-control-on-bottom {
    top: 20px !important;
  }
}
@media (max-width: 956px) {
  .gmnoprint:has(button[aria-label="Zoom in"]) {
    top: 124px !important;
  }
  .custom-map .gm-style > div[style*="box-shadow"] {
    margin-bottom: 150px !important; /* move control up */
  }
  .gmnoprint:has(button[aria-label="Toggle fullscreen view"]) {
    top: 263px !important;
    right: 312px !important;
  }
}

.elementor-pagination a.page-numbers:last-child {
  font-size: 0 !important;
}

.elementor-pagination a.page-numbers:last-child::after {
  content: "Last" !important;
  font-size: 15px;
}
.hfe-breadcrumbs li:last-child .hfe-breadcrumbs-text {
  font-weight: 600 !important;
}
.hfe-breadcrumbs li:not(:last-child) .hfe-breadcrumbs-text {
  font-weight: 200 !important;
}
@media (max-width: 956px) {
  .ssl-info-window a.ssl-phone-btn {
    font-size: 12px !important;
  }
  .ssl-info-window a.ssl-directions-btn {
    font-size: 12px !important;
  }
  .detail-map .ssl-info-window .ssl-info-address {
    line-height: 13px !important;
  }
  h2 {
    font-size: 42px !important;
    line-height: 52px !important;
  }
  .ssl-locator h2 {
    font-size: 42px !important;
    line-height: 52px !important;
  }
  h1 {
    font-size: 34px !important;
  }
}

@media (max-width: 956px) {
  .ls-cat-list li {
    line-height: 0px !important;
  }
  .blog-detail-cat-sec ul.ls-cat-list li {
    margin-bottom: 0px !important;
  }
  ul.ls-cat-list li {
    margin-bottom: 0px !important;
  }
  ul.ls-cat-list li p {
    margin-bottom: 0px !important;
    font-size: 22px !important;
  }
}

p:empty {
  display: none !important;
}
.head-store-sec a {
  text-decoration-color: white !important;
}
.elementor-2706 .elementor-element.elementor-element-a9ba98d {
  display: none !important;
}
.footer-downlod-sec {
  background: linear-gradient(
    180deg,
    #fff 15.19%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
.location-detail-main-sec svg {
  stroke: #245834 !important;
}
.ts-year.active {
  color: #245834;
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.form-group label {
  color: #282f33 !important;
}
.contact-us-form-sec path {
  fill: #245834 !important;
}
.location-detail-main-sec h2 {
  font-size: 40px !important;
}
.location-detail-main-sec p {
  font-size: 18px !important;
}
.blog-box-avery-page .elementor.elementor .e-con > .elementor-widget {
  border-radius: 16px 16px 0px 0px !important;
}
.e-loop-nothing-found-message {
  display: none !important;
}
h2.search-head {
  font-weight: 500 !important;
  font-size: 40px !important;
}
@media (min-width: 1024px) {
  .ssl-title-search-sec h2 {
    font-size: 2.45rem !important;
  }
}
