/* Local SVG icon system for wpresidence-child
   Assumes SVG files are in:
   /wp-content/themes/wpresidence-child/assets/icons/
*/
/* BASE ICON STYLE */
[class^="fa-"]::before,
[class*=" fa-"]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;

  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  vertical-align: middle;
}

/* DEFAULT FALLBACK ICON (used if nothing overrides it) */
[class^="fa-"]::before,
[class*=" fa-"]::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/right_10025599.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/right_10025599.svg");
}

.icon-local,
[class*=" icon-local-"],
[class^="icon-local-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* Font Awesome compatibility: keep existing HTML and swap visuals */
.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: -0.125em;
  font-size: inherit;
}

.fa::before,
.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* Helper for fixed width FA icons */
.fa-fw {
  width: 1.25em;
  text-align: center;
}

:root {
  --icon-path: "/wp-content/themes/wpresidence-child/assets/icons";
}

/* NEW ICONS */

.fa-tag::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/tag.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/tag.svg");
}

.fa-ruler-combined::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/ruler.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/ruler.svg");
}

.fa-vector-square::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/land.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/land.svg");
}

.fa-calendar::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/calendar.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/calendar.svg");
}

.fa-bolt::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/bolt.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/bolt.svg");
}

.fa-angle-down::before,
.fa-chevron-down::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/arrow-down_4655002.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/arrow-down_4655002.svg");
}

.fa-file::before,
.fa-file-lines::before,
.fa-file-alt::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/file_6339332.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/file_6339332.svg");
}

.fas.fa-square::before,
.far.fa-circle-check::before,
.fa-circle-check::before,
.fa-check::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/right_10025599.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/right_10025599.svg");
}

.fa-refresh::before,
.fa-arrows-rotate::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/refresh_2805355.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/refresh_2805355.svg");
}

/* Generic local classes */
.icon-local-building,
.fa-building::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/balkon.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/balkon.svg");
}
.icon-local-phone,
.fa-phone::before {
  -webkit-mask-image: url("../icons/telephone_10945101.svg");
  mask-image: url("../icons/telephone_10945101.svg");
}
.icon-local-envelope,
.fa-envelope::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/email_3894024.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/email_3894024.svg");
}
.icon-local-instagram,
.fa-instagram::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/instagram.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/instagram.svg");
}
.icon-local-youtube,
.fa-youtube::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/youtube_1384028.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/youtube_1384028.svg");
}
.icon-local-whatsapp,
.fa-whatsapp::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/whatsapp_1241020.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/whatsapp_1241020.svg");
}
.icon-local-facebook,
.fa-facebook-f::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/facebook-app-symbol_20837.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/facebook-app-symbol_20837.svg");
}
.icon-local-document,
.fa-file-lines::before,
.fa-file-alt::before,
.fa-file::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/document_2258853.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/document_2258853.svg");
}
.icon-local-home,
.fa-home::before,
.fa-house::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/home.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/home.svg");
}
.icon-local-location,
.fa-location-dot::before,
.fa-map-marker-alt::before,
.fa-map-marker::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/location_16187779.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/location_16187779.svg");
}
.icon-local-video,
.fa-video::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/video.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/video.svg");
}
.icon-local-tv,
.fa-tv::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/tv.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/tv.svg");
}

/* Property feature mappings */
.icon-local-pool,
.fa-person-swimming::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/pool.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/pool.svg");
}
.icon-local-wintergarten,
.fa-seedling::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/wintergarten.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/wintergarten.svg");
}
.icon-local-terrasse,
.fa-table-cells-large::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/terrasse.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/terrasse.svg");
}
.icon-local-balkon,
.fa-building::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/balkon.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/balkon.svg");
}
.icon-local-fussbodenheizung,
.fa-temperature-arrow-up::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/fussbodenheizung.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/fussbodenheizung.svg");
}
.icon-local-rollladen,
.fa-grip-lines::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/rollladen.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/rollladen.svg");
}
.icon-local-parkett,
.fa-grip::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/parkett.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/parkett.svg");
}
.icon-local-waermepumpe,
.fa-fan::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/waermepumpe.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/waermepumpe.svg");
}
.icon-local-solaranlage,
.fa-solar-panel::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/solaranlage.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/solaranlage.svg");
}
.icon-local-batteriespeicher,
.fa-battery-full::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/batteriespeicher.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/batteriespeicher.svg");
}
.icon-local-kamin,
.fa-fire::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/kamin.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/kamin.svg");
}
.icon-local-garage,
.fa-warehouse::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/garage.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/garage.svg");
}
.icon-local-carport,
.fa-car-side::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/carport.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/carport.svg");
}
.icon-local-keller,
.fa-box-archive::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/keller.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/keller.svg");
}
.icon-local-sauna,
.fa-hot-tub-person::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/sauna.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/sauna.svg");
}
.icon-local-wdvs,
.fa-bricks::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/wdvs.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/wdvs.svg");
}
.icon-local-klimaanlage,
.fa-snowflake::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/klimaanlage.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/klimaanlage.svg");
}
.icon-local-kamera,
.fa-camera::before,
.fa-video-camera::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/kamera.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/kamera.svg");
}
.icon-local-ueberwachung,
.fa-video::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/ueberwachung.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/ueberwachung.svg");
}
.icon-local-hauswirtschaftsraum,
.fa-broom::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/hauswirtschaftsraum.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/hauswirtschaftsraum.svg");
}
.icon-local-wc,
.fa-toilet::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/wc.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/wc.svg");
}
.icon-local-einbaukueche,
.fa-kitchen-set::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/einbaukueche.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/einbaukueche.svg");
}
.icon-local-erstbezug,
.fa-certificate::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/erstbezug.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/erstbezug.svg");
}
.icon-local-kfw,
.fa-piggy-bank::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/kfw.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/kfw.svg");
}
.icon-local-schluesselfertig,
.fa-key::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/schluesselfertig.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/schluesselfertig.svg");
}
.icon-local-bewaesserungssystem,
.fa-faucet-drip::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/bewaesserungssystem.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/bewaesserungssystem.svg");
}
.icon-local-maehroboter,
.fa-robot::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/maehroboter.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/maehroboter.svg");
}
.icon-local-whirlpool,
.fa-hot-tub-person::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/whirlpool.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/whirlpool.svg");
}
.icon-local-ankleidezimmer,
.fa-person-dress::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/ankleidezimmer.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/ankleidezimmer.svg");
}
.icon-local-garten,
.fa-leaf::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/garten.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/garten.svg");
}
.icon-local-tiefgaragenstellplatz,
.fa-square-parking::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/tiefgaragenstellplatz.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/tiefgaragenstellplatz.svg");
}
.icon-local-freiplatz,
.fa-square::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/freiplatz.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/freiplatz.svg");
}
.icon-local-glasfaser,
.fa-network-wired::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/glasfaser.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/glasfaser.svg");
}
.icon-local-smarthome,
.fa-house-signal::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/home.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/home.svg");
}
.icon-local-dusche,
.fa-shower::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/dusche.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/dusche.svg");
}
.icon-local-kaminofen,
.fa-fire-burner::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/kaminofen.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/kaminofen.svg");
}

.fas.fa-star::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/star_1828884.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/star_1828884.svg");
}

.fas.fa-times::before{
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/x-symbol_75519.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/x-symbol_75519.svg");
}

.fas.fa-bars::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/menu.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/menu.svg");
}

.fas.fa-chevron-up::before {
  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/arrow-down_4655002.svg");
  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/arrow-down_4655002.svg");
  transform: rotate(180deg);
}

.finance-icon svg path {
    stroke: #B1925E ;
}

.wpresidence_dropdown .dropdown-toggle::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: currentColor;
  border: none;

  -webkit-mask: url("/wp-content/themes/wpresidence-child/assets/icons/arrow-down_4655002.svg")
    no-repeat center;
  -webkit-mask-size: contain;

  mask: url("/wp-content/themes/wpresidence-child/assets/icons/arrow-down_4655002.svg")
    no-repeat center;
  mask-size: contain;
}

.widget_nav_menu li:before,
.widget_pages li:before,
.widget_rss li:before,
.widget_text li:before,
.widget_recent_entries li:before {
  content: "";
  display: inline-block;

  width: 14px;
  height: 14px;

  background-color: currentColor;

  -webkit-mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/file_6339332.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-image: url("/wp-content/themes/wpresidence-child/assets/icons/file_6339332.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  margin-right: 10px;
  float: left;
}

.mobilex-menu .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 15px;
  margin-right: 15px;

  width: 12px;
  height: 12px;

  background-color: currentColor;

  -webkit-mask: url("/wp-content/themes/wpresidence-child/assets/icons/arrow-down_4655002.svg")
    no-repeat center;
  -webkit-mask-size: contain;

  mask: url("/wp-content/themes/wpresidence-child/assets/icons/arrow-down_4655002.svg")
    no-repeat center;
  mask-size: contain;
}
