/*
 * Remixicon subset — only icons used in this project
 * Font files loaded from CDN, only the used class rules are included here.
 * Full library: https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.css
 */
@font-face {
  font-family: "remixicon";
  src: url('https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.woff') format('woff'),
       url('https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.ttf') format('truetype');
  font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── Icons used in this project ── */

/* Navigation & UI */
.ri-menu-line:before              { content: "\ef3e"; }
.ri-close-line:before             { content: "\eb99"; }
.ri-arrow-up-line:before          { content: "\ea76"; }
.ri-arrow-right-line:before       { content: "\ea6c"; }
.ri-arrow-right-up-line:before    { content: "\ea70"; }
.ri-arrow-down-s-line:before      { content: "\ea4e"; }
.ri-add-line:before               { content: "\ea13"; }
.ri-loader-4-line:before          { content: "\eec6"; }

/* Communication */
.ri-phone-line:before             { content: "\efec"; }
.ri-mail-line:before              { content: "\eef6"; }
.ri-whatsapp-line:before          { content: "\f2bc"; }
.ri-send-plane-fill:before        { content: "\f0d9"; }

/* Social */
.ri-facebook-fill:before          { content: "\ecbc"; }
.ri-instagram-line:before         { content: "\ee66"; }
.ri-linkedin-fill:before          { content: "\eeb5"; }

/* Location & Time */
.ri-map-pin-line:before           { content: "\ef14"; }
.ri-time-line:before              { content: "\f20f"; }

/* Services / Features */
.ri-home-4-line:before            { content: "\ee1d"; }
.ri-store-2-line:before           { content: "\f1a5"; }
.ri-truck-line:before             { content: "\f231"; }
.ri-heart-pulse-line:before       { content: "\ee11"; }
.ri-paint-brush-line:before       { content: "\efc1"; }
.ri-tools-line:before             { content: "\f21b"; }
.ri-recycle-line:before           { content: "\f05e"; }

/* Trust / Status */
.ri-shield-check-line:before      { content: "\f100"; }
.ri-check-line:before             { content: "\eb7b"; }
.ri-award-line:before             { content: "\ea8a"; }
.ri-question-line:before          { content: "\f045"; }
.ri-question-answer-line:before   { content: "\f043"; }

/* People */
.ri-team-line:before              { content: "\f1ee"; }
.ri-user-star-line:before         { content: "\f276"; }
.ri-heart-line:before             { content: "\ee0f"; }
.ri-user-heart-line:before        { content: "\f263"; }

/* Stars */
.ri-star-fill:before              { content: "\f186"; }