﻿/**
 * Complete Merged CSS File - COB Theme
 * 
 * Generated: 2025-11-29 11:49:45
 * 
 * This file contains ALL CSS files without deleting anything
 * Including: Main files, backup files, original files
 * 
 * Note: This is a merged file for development and analysis only
 */

/* ========================================================================
   File: assets/css/variables.css
   ======================================================================== */

/**
 * CSS Variables - Capital of Business Theme
 * Global Variables for easy theme customization
 * Created: November 8, 2025
 */

:root {
  /* ========================================
     PRIMARY COLORS - الألوان الأساسية
     ======================================== */
  --color-primary: #ec3c43;
  --color-primary-dark: #d32f35;
  --color-primary-light: #ff4d54;
  --color-primary-alpha-10: rgba(236, 60, 67, 0.1);
  --color-primary-alpha-25: rgba(236, 60, 67, 0.25);
  --color-primary-alpha-50: rgba(236, 60, 67, 0.5);
  --color-primary-alpha-75: rgba(236, 60, 67, 0.75);
  --color-primary-alpha-80: rgba(236, 60, 67, 0.8);

  /* SECONDARY COLORS - الألوان الثانوية */
  --color-secondary: #000000;
  --color-secondary-dark: #1a1a1a;
  --color-secondary-light: #333333;

  /* ========================================
     NEUTRAL COLORS - الألوان المحايدة
     ======================================== */
  --color-black: #000000;
  --color-white: #ffffff;
  --color-gray-50: #fafafa;
  --color-gray-100: #f4f4f4;
  --color-gray-200: #ebebef;
  --color-gray-300: #e4ebf2;
  --color-gray-400: #a3a3a3;
  --color-gray-500: #737373;
  --color-gray-600: #707070;
  --color-gray-700: #404040;
  --color-gray-800: #262626;
  --color-gray-900: #171717;

  --color-text-primary: #000000;
  --color-text-secondary: #707070;
  --color-text-muted: #6c757d;

  /* ========================================
     BACKGROUND COLORS - ألوان الخلفيات
     ======================================== */
  --bg-primary: #ffffff;
  --bg-secondary: #f4f4f4;
  --bg-dark: #000000;
  --bg-light: #fafafa;

  /* ========================================
     BORDER COLORS - ألوان الحدود
     ======================================== */
  --border-color: #e0e0e0;
  --border-color-light: #f0f0f0;
  --border-color-dark: #d0d0d0;

  /* ========================================
     SPACING - المسافات
     ======================================== */
  --spacing-xs: 5px;
  --spacing-sm: 10px;
  --spacing-md: 15px;
  --spacing-lg: 20px;
  --spacing-xl: 30px;
  --spacing-2xl: 40px;
  --spacing-3xl: 60px;

  /* ========================================
     BORDER RADIUS - استدارة الحواف
     ======================================== */
  --radius-sm: 5px;
  --radius-md: 10px;
  --radius-lg: 15px;
  --radius-xl: 20px;
  --radius-round: 50%;

  /* ========================================
     TYPOGRAPHY - الخطوط
     ======================================== */
  --font-family-primary: "Tajawal", "Almarai", sans-serif;
  --font-family-secondary: "Almarai", "Tajawal", sans-serif;

  /* Font Sizes */
  --font-size-xs: 0.75rem;
  /* 12px */
  --font-size-sm: 0.875rem;
  /* 14px */
  --font-size-base: 1rem;
  /* 16px */
  --font-size-md: 1.1rem;
  /* 17.6px */
  --font-size-lg: 1.25rem;
  /* 20px */
  --font-size-xl: 1.5rem;
  /* 24px */
  --font-size-2xl: 1.875rem;
  /* 30px */
  --font-size-3xl: 2.25rem;
  /* 36px */

  /* Font Weights */
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;

  /* Line Heights */
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
  --line-height-loose: 2;

  /* ========================================
     SHADOWS - الظلال
     ======================================== */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
  --shadow-2xl: 0 25px 50px rgba(0, 0, 0, 0.25);

  /* ========================================
     GRADIENT COLORS - ألوان التدرجات
     ======================================== */
  --gradient-1: #f4f4f4;
  --gradient-2: #ebebef;
  --gradient-3: #e4ebf2;
  --gradient-4: #357cdc;
  --gradient-5: #00de3e;
  --gradient-6: #fff5f6;

  /* ========================================
     TRANSITIONS - الانتقالات
     ======================================== */
  --transition-fast: 150ms ease-in-out;
  --transition-base: 300ms ease-in-out;
  --transition-slow: 500ms ease-in-out;

  /* ========================================
     Z-INDEX - ترتيب الطبقات
     النظام الموحد: 1-9, 10-90, 100-900, 1000-9000
     ======================================== */
  --z-index-base: 1;
  /* عناصر عادية */
  --z-index-content: 5;
  /* محتوى أساسي */
  --z-index-dropdown: 100;
  /* قوائم منسدلة */
  --z-index-sticky: 200;
  /* عناصر ثابتة */
  --z-index-header: 500;
  /* الهيدر الرئيسي */
  --z-index-overlay: 900;
  /* طبقات تغطية */
  --z-index-modal-backdrop: 1000;
  /* خلفية النوافذ المنبثقة */
  --z-index-modal: 1050;
  /* النوافذ المنبثقة */
  --z-index-popover: 1060;
  /* النوافذ الصغيرة */
  --z-index-tooltip: 1070;
  /* التلميحات */
  --z-index-notification: 1080;
  /* الإشعارات */
  --z-index-max: 9999;
  /* أقصى قيمة للطوارئ فقط */

  /* ========================================
     CONTAINER - الحاويات
     ======================================== */
  --container-padding: 15px;
  --container-max-width: 1170px;
  --container-sm: 750px;
  --container-md: 970px;
  --container-lg: 1170px;

  /* ========================================
     IMAGES - الصور
     ======================================== */
  --img-placeholder-bg: #e5e7eb;
  --img-placeholder-color: #9ca3af;

  /* Image Aspect Ratios */
  --aspect-ratio-square: 1 / 1;
  --aspect-ratio-video: 16 / 9;
  --aspect-ratio-card: 4 / 3;
  --aspect-ratio-portrait: 3 / 4;

  /* Image Sizes - Card Images */
  --img-card-width: 100%;
  --img-card-height: 200px;
  --img-card-object-fit: cover;

  /* Image Sizes - Avatar/Developer */
  --img-avatar-sm: 40px;
  --img-avatar-md: 50px;
  --img-avatar-lg: 60px;
  --img-avatar-xl: 80px;

  /* Image Sizes - Thumbnails */
  --img-thumbnail-sm: 60px;
  --img-thumbnail-md: 100px;
  --img-thumbnail-lg: 150px;

  /* ========================================
     CARDS - الكروت
     ======================================== */
  --card-padding: var(--spacing-lg);
  --card-bg: var(--bg-primary);
  --card-border-radius: var(--radius-lg);
  --card-shadow: var(--shadow-md);

  /* ========================================
     BUTTONS - الأزرار
     ======================================== */
  --btn-padding-x: 20px;
  --btn-padding-y: 10px;
  --btn-border-radius: var(--radius-sm);
  --btn-font-weight: var(--font-weight-medium);

  /* ========================================
     HEADER - الهيدر
     ======================================== */
  --header-height: 80px;
  --header-bg: var(--bg-primary);
  --header-shadow: var(--shadow-sm);

  /* ========================================
     FOOTER - الفوتر
     ======================================== */
  --footer-bg: var(--bg-secondary);
  --footer-padding: var(--spacing-lg);

  /* ========================================
     GRID - الشبكة
     ======================================== */
  --grid-gap: var(--spacing-2xl);
  --grid-min-width: 300px;

  /* ========================================
     BREAKPOINTS - نقاط الكسر
     (for reference in media queries)
     ======================================== */
  --breakpoint-xs: 320px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-2xl: 1440px;
}

/* ========================================
   RTL ADJUSTMENTS - تعديلات اللغة العربية
   ======================================== */
[dir="rtl"] body {
  overflow-x: hidden;
}

[dir="rtl"] {
  --text-align-start: right;
  --text-align-end: left;
}

[dir="ltr"] {
  --text-align-start: left;
  --text-align-end: right;
}

/* ========================================
   LEGACY SUPPORT - دعم المتغيرات القديمة
   ======================================== */
:root {
  /* Backwards compatibility */
  --mainColor: var(--color-primary);
  --sec-color: var(--color-secondary);
}

/* ========================================================================
   File: assets/css/normalize.css
   ======================================================================== */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ========================================================================
   File: assets/css/utilities.css
   ======================================================================== */

/**
 * Utility Classes - Capital of Business Theme
 * Comprehensive utility classes for common CSS needs
 * Created: November 8, 2025
 */

/* ========================================
   DISPLAY - العرض
   ======================================== */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

/* ========================================
   FLEXBOX - الفليكس بوكس
   ======================================== */
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: var(--spacing-xs, 5px) !important;
}

.gap-2 {
  gap: var(--spacing-sm, 10px) !important;
}

.gap-3 {
  gap: var(--spacing-md, 15px) !important;
}

.gap-4 {
  gap: var(--spacing-lg, 20px) !important;
}

.gap-5 {
  gap: var(--spacing-xl, 30px) !important;
}

/* ========================================
   POSITION - الموضع
   ======================================== */
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

/* ========================================
   OVERFLOW - الفيضان
   ======================================== */
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* ========================================
   SPACING - المسافات
   ======================================== */
/* Margin */
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: var(--spacing-xs, 5px) !important;
}

.m-2 {
  margin: var(--spacing-sm, 10px) !important;
}

.m-3 {
  margin: var(--spacing-md, 15px) !important;
}

.m-4 {
  margin: var(--spacing-lg, 20px) !important;
}

.m-5 {
  margin: var(--spacing-xl, 30px) !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: var(--spacing-xs, 5px) !important;
}

.mt-2 {
  margin-top: var(--spacing-sm, 10px) !important;
}

.mt-3 {
  margin-top: var(--spacing-md, 15px) !important;
}

.mt-4 {
  margin-top: var(--spacing-lg, 20px) !important;
}

.mt-5 {
  margin-top: var(--spacing-xl, 30px) !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: var(--spacing-xs, 5px) !important;
}

.mb-2 {
  margin-bottom: var(--spacing-sm, 10px) !important;
}

.mb-3 {
  margin-bottom: var(--spacing-md, 15px) !important;
}

.mb-4 {
  margin-bottom: var(--spacing-lg, 20px) !important;
}

.mb-5 {
  margin-bottom: var(--spacing-xl, 30px) !important;
}

.ms-0 {
  margin-inline-start: 0 !important;
}

.ms-1 {
  margin-inline-start: var(--spacing-xs, 5px) !important;
}

.ms-2 {
  margin-inline-start: var(--spacing-sm, 10px) !important;
}

.ms-3 {
  margin-inline-start: var(--spacing-md, 15px) !important;
}

.ms-4 {
  margin-inline-start: var(--spacing-lg, 20px) !important;
}

.ms-5 {
  margin-inline-start: var(--spacing-xl, 30px) !important;
}

.ms-auto {
  margin-inline-start: auto !important;
}

.me-0 {
  margin-inline-end: 0 !important;
}

.me-1 {
  margin-inline-end: var(--spacing-xs, 5px) !important;
}

.me-2 {
  margin-inline-end: var(--spacing-sm, 10px) !important;
}

.me-3 {
  margin-inline-end: var(--spacing-md, 15px) !important;
}

.me-4 {
  margin-inline-end: var(--spacing-lg, 20px) !important;
}

.me-5 {
  margin-inline-end: var(--spacing-xl, 30px) !important;
}

.me-auto {
  margin-inline-end: auto !important;
}

.mx-0 {
  margin-inline: 0 !important;
}

.mx-1 {
  margin-inline: var(--spacing-xs, 5px) !important;
}

.mx-2 {
  margin-inline: var(--spacing-sm, 10px) !important;
}

.mx-3 {
  margin-inline: var(--spacing-md, 15px) !important;
}

.mx-4 {
  margin-inline: var(--spacing-lg, 20px) !important;
}

.mx-5 {
  margin-inline: var(--spacing-xl, 30px) !important;
}

.mx-auto {
  margin-inline: auto !important;
}

.my-0 {
  margin-block: 0 !important;
}

.my-1 {
  margin-block: var(--spacing-xs, 5px) !important;
}

.my-2 {
  margin-block: var(--spacing-sm, 10px) !important;
}

.my-3 {
  margin-block: var(--spacing-md, 15px) !important;
}

.my-4 {
  margin-block: var(--spacing-lg, 20px) !important;
}

.my-5 {
  margin-block: var(--spacing-xl, 30px) !important;
}

/* Padding */
.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: var(--spacing-xs, 5px) !important;
}

.p-2 {
  padding: var(--spacing-sm, 10px) !important;
}

.p-3 {
  padding: var(--spacing-md, 15px) !important;
}

.p-4 {
  padding: var(--spacing-lg, 20px) !important;
}

.p-5 {
  padding: var(--spacing-xl, 30px) !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: var(--spacing-xs, 5px) !important;
}

.pt-2 {
  padding-top: var(--spacing-sm, 10px) !important;
}

.pt-3 {
  padding-top: var(--spacing-md, 15px) !important;
}

.pt-4 {
  padding-top: var(--spacing-lg, 20px) !important;
}

.pt-5 {
  padding-top: var(--spacing-xl, 30px) !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: var(--spacing-xs, 5px) !important;
}

.pb-2 {
  padding-bottom: var(--spacing-sm, 10px) !important;
}

.pb-3 {
  padding-bottom: var(--spacing-md, 15px) !important;
}

.pb-4 {
  padding-bottom: var(--spacing-lg, 20px) !important;
}

.pb-5 {
  padding-bottom: var(--spacing-xl, 30px) !important;
}

.ps-0 {
  padding-inline-start: 0 !important;
}

.ps-1 {
  padding-inline-start: var(--spacing-xs, 5px) !important;
}

.ps-2 {
  padding-inline-start: var(--spacing-sm, 10px) !important;
}

.ps-3 {
  padding-inline-start: var(--spacing-md, 15px) !important;
}

.ps-4 {
  padding-inline-start: var(--spacing-lg, 20px) !important;
}

.ps-5 {
  padding-inline-start: var(--spacing-xl, 30px) !important;
}

.pe-0 {
  padding-inline-end: 0 !important;
}

.pe-1 {
  padding-inline-end: var(--spacing-xs, 5px) !important;
}

.pe-2 {
  padding-inline-end: var(--spacing-sm, 10px) !important;
}

.pe-3 {
  padding-inline-end: var(--spacing-md, 15px) !important;
}

.pe-4 {
  padding-inline-end: var(--spacing-lg, 20px) !important;
}

.pe-5 {
  padding-inline-end: var(--spacing-xl, 30px) !important;
}

.px-0 {
  padding-inline: 0 !important;
}

.px-1 {
  padding-inline: var(--spacing-xs, 5px) !important;
}

.px-2 {
  padding-inline: var(--spacing-sm, 10px) !important;
}

.px-3 {
  padding-inline: var(--spacing-md, 15px) !important;
}

.px-4 {
  padding-inline: var(--spacing-lg, 20px) !important;
}

.px-5 {
  padding-inline: var(--spacing-xl, 30px) !important;
}

.py-0 {
  padding-block: 0 !important;
}

.py-1 {
  padding-block: var(--spacing-xs, 5px) !important;
}

.py-2 {
  padding-block: var(--spacing-sm, 10px) !important;
}

.py-3 {
  padding-block: var(--spacing-md, 15px) !important;
}

.py-4 {
  padding-block: var(--spacing-lg, 20px) !important;
}

.py-5 {
  padding-block: var(--spacing-xl, 30px) !important;
}

/* ========================================
   TEXT ALIGNMENT - محاذاة النص
   ======================================== */
.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

/* ========================================
   TEXT TRANSFORM - تحويل النص
   ======================================== */
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

/* ========================================
   FONT WEIGHT - وزن الخط
   ======================================== */
.fw-light {
  font-weight: var(--font-weight-light, 300) !important;
}

.fw-normal {
  font-weight: var(--font-weight-normal, 400) !important;
}

.fw-medium {
  font-weight: var(--font-weight-medium, 500) !important;
}

.fw-semibold {
  font-weight: var(--font-weight-semibold, 600) !important;
}

.fw-bold {
  font-weight: var(--font-weight-bold, 700) !important;
}

.fw-extrabold {
  font-weight: var(--font-weight-extrabold, 800) !important;
}

/* ========================================
   FONT SIZE - حجم الخط
   ======================================== */
.fs-xs {
  font-size: var(--font-size-xs, 0.75rem) !important;
}

.fs-sm {
  font-size: var(--font-size-sm, 0.875rem) !important;
}

.fs-base {
  font-size: var(--font-size-base, 1rem) !important;
}

.fs-md {
  font-size: var(--font-size-md, 1.1rem) !important;
}

.fs-lg {
  font-size: var(--font-size-lg, 1.25rem) !important;
}

.fs-xl {
  font-size: var(--font-size-xl, 1.5rem) !important;
}

.fs-2xl {
  font-size: var(--font-size-2xl, 1.875rem) !important;
}

.fs-3xl {
  font-size: var(--font-size-3xl, 2.25rem) !important;
}

/* ========================================
   TEXT DECORATION - زخرفة النص
   ======================================== */
.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* ========================================
   TEXT OVERFLOW - فيضان النص
   ======================================== */
.text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* Multi-line truncate */
.text-truncate-2,
.text-truncate-3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.text-truncate-2 {
  -webkit-line-clamp: 2 !important;
}

.text-truncate-3 {
  -webkit-line-clamp: 3 !important;
}

/* ========================================
   COLORS - الألوان
   ======================================== */
.text-primary {
  color: var(--color-primary, #ec3c43) !important;
}

.text-secondary {
  color: var(--color-secondary, #000000) !important;
}

.text-dark {
  color: var(--color-text-primary, #000000) !important;
}

.text-muted {
  color: var(--color-text-muted, #6c757d) !important;
}

.text-white {
  color: var(--color-white, #ffffff) !important;
}

.text-black {
  color: var(--color-black, #000000) !important;
}

.bg-primary {
  background-color: var(--color-primary, #ec3c43) !important;
}

.bg-secondary {
  background-color: var(--color-secondary, #000000) !important;
}

.bg-white {
  background-color: var(--color-white, #ffffff) !important;
}

.bg-black {
  background-color: var(--color-black, #000000) !important;
}

.bg-light {
  background-color: var(--bg-light, #fafafa) !important;
}

.bg-dark {
  background-color: var(--bg-dark, #000000) !important;
}

.bg-gray {
  background-color: var(--color-gray-100, #f4f4f4) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

/* ========================================
   BORDERS - الحدود
   ======================================== */
.border {
  border: 1px solid var(--border-color, #e0e0e0) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid var(--border-color, #e0e0e0) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color, #e0e0e0) !important;
}

.border-start {
  border-inline-start: 1px solid var(--border-color, #e0e0e0) !important;
}

.border-end {
  border-inline-end: 1px solid var(--border-color, #e0e0e0) !important;
}

.border-primary {
  border-color: var(--color-primary, #ec3c43) !important;
}

.border-secondary {
  border-color: var(--color-secondary, #000000) !important;
}

/* ========================================
   BORDER RADIUS - استدارة الحواف
   ======================================== */
.rounded-0 {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: var(--radius-sm, 5px) !important;
}

.rounded {
  border-radius: var(--radius-md, 10px) !important;
}

.rounded-lg {
  border-radius: var(--radius-lg, 15px) !important;
}

.rounded-xl {
  border-radius: var(--radius-xl, 20px) !important;
}

.rounded-circle {
  border-radius: var(--radius-round, 50%) !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

/* ========================================
   SHADOWS - الظلال
   ======================================== */
.shadow-none {
  box-shadow: none !important;
}

.shadow-xs {
  box-shadow: var(--shadow-xs, 0 1px 2px rgba(0, 0, 0, 0.05)) !important;
}

.shadow-sm {
  box-shadow: var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, 0.1)) !important;
}

.shadow {
  box-shadow: var(--shadow-md, 0 4px 6px rgba(0, 0, 0, 0.1)) !important;
}

.shadow-lg {
  box-shadow: var(--shadow-lg, 0 10px 15px rgba(0, 0, 0, 0.1)) !important;
}

.shadow-xl {
  box-shadow: var(--shadow-xl, 0 20px 25px rgba(0, 0, 0, 0.15)) !important;
}

/* ========================================
   WIDTH - العرض
   ======================================== */
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.max-w-100 {
  max-width: 100% !important;
}

/* ========================================
   HEIGHT - الارتفاع
   ======================================== */
.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.min-h-0 {
  min-height: 0 !important;
}

/* ========================================
   VISIBILITY - الرؤية
   ======================================== */
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* ========================================
   OPACITY - الشفافية
   ======================================== */
.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

/* ========================================
   CURSOR - المؤشر
   ======================================== */
.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

/* ========================================
   USER SELECT - تحديد النص
   ======================================== */
.user-select-none {
  user-select: none !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

/* ========================================
   POINTER EVENTS - أحداث المؤشر
   ======================================== */
.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

/* ========================================
   TRANSITIONS - الانتقالات
   ======================================== */
.transition-fast {
  transition: all var(--transition-fast, 150ms ease-in-out) !important;
}

.transition-base {
  transition: all var(--transition-base, 300ms ease-in-out) !important;
}

.transition-slow {
  transition: all var(--transition-slow, 500ms ease-in-out) !important;
}

.transition-none {
  transition: none !important;
}

/* ========================================
   RESPONSIVE HELPERS - مساعدات متجاوبة
   ======================================== */
@media (max-width: 767px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }
}

/* ========================================
   RTL/LTR SPECIFIC - خاص بالاتجاه
   ======================================== */
[dir="rtl"] .text-start {
  text-align: right !important;
}

[dir="rtl"] .text-end {
  text-align: left !important;
}

[dir="ltr"] .text-start {
  text-align: left !important;
}

[dir="ltr"] .text-end {
  text-align: right !important;
}

/* ========================================================================
   File: assets/css/fonts/tajawal.css
   ======================================================================== */

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/tajawal/Tajawal-Arabic-400.woff2") format("woff2");
  unicode-range:
    U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E,
    U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB,
    U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22,
    U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F,
    U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E,
    U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/tajawal/Tajawal-Latin-400.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/tajawal/Tajawal-Arabic-500.woff2") format("woff2");
  unicode-range:
    U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E,
    U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB,
    U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22,
    U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F,
    U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E,
    U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/tajawal/Tajawal-Latin-500.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/tajawal/Tajawal-Arabic-700.woff2") format("woff2");
  unicode-range:
    U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E,
    U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB,
    U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22,
    U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F,
    U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E,
    U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/tajawal/Tajawal-Latin-700.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ========================================================================
   File: assets/css/fonts/font-awesome/css/font-awesome.min.css
   ======================================================================== */

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src:
    url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-inline-start: 0;
  margin-inline-start: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  inset-inline-start: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  inset-inline-start: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: inline-start;
}

.fa-pull-right {
  float: inline-end;
}

.fa.fa-pull-left {
  margin-inline-end: 0.3em;
}

.fa.fa-pull-right {
  margin-inline-start: 0.3em;
}

.pull-right {
  float: inline-end;
}

.pull-left {
  float: inline-start;
}

.fa.pull-left {
  margin-inline-end: 0.3em;
}

.fa.pull-right {
  margin-inline-start: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  inset-inline-start: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-default:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-default-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

/* ========================================================================
   File: assets/css/fonts/fontawesome/css/all.min.css
   ======================================================================== */

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-inline-start: 2.5em;
  padding-inline-start: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  inset-inline-start: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: inline-start;
}

.fa-pull-right {
  float: inline-end;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-inline-end: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-inline-start: 0.3em;
}

.fa-spin {
  animation: a 2s infinite linear;
}

.fa-pulse {
  animation: a 1s infinite steps(8);
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  inset-inline-start: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-default:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-default:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fa-brands-400.eot);
  src:
    url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.woff) format("woff"),
    url(../webfonts/fa-brands-400.ttf) format("truetype"),
    url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src:
    url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.woff) format("woff"),
    url(../webfonts/fa-regular-400.ttf) format("truetype"),
    url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src:
    url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype"),
    url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
  font-weight: 900;
}

/* ========================================================================
   File: assets/css/fonts/fontawesome/css/fontawesome.min.css
   ======================================================================== */

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-inline-start: 2.5em;
  padding-inline-start: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  inset-inline-start: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: inline-start;
}

.fa-pull-right {
  float: inline-end;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-inline-end: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-inline-start: 0.3em;
}

.fa-spin {
  animation: a 2s infinite linear;
}

.fa-pulse {
  animation: a 1s infinite steps(8);
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  inset-inline-start: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-default:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-default:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* ========================================================================
   File: assets/css/fonts/fontawesome/css/brands.min.css
   ======================================================================== */

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fa-brands-400.eot);
  src:
    url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.woff) format("woff"),
    url(../webfonts/fa-brands-400.ttf) format("truetype"),
    url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

/* ========================================================================
   File: assets/css/fonts/fontawesome/css/solid.min.css
   ======================================================================== */

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src:
    url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype"),
    url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* ========================================================================
   File: assets/css/fonts/fontawesome/css/regular.min.css
   ======================================================================== */

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src:
    url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.woff) format("woff"),
    url(../webfonts/fa-regular-400.ttf) format("truetype"),
    url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/* ========================================================================
   File: assets/css/header.css
   ======================================================================== */

/* Legacy backup before CSS refactor */
/* start global rules  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --mainColor: #ec3c43;
  --sec-color: #000000;
}

body {
  font-family: "Tajawal", "Almarai", sans-serif;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  overflow-x: hidden;
}

.rtl {
  direction: rtl;
}

html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: default;
}

.breadcrumb {
  padding: 0;
}

#preloader {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: var(--z-index-max, 9999);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}

/*
#preloader {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#preloader .loader {
  display: flex;
  gap: 10px;
}

#preloader .dot {
  width: 15px;
  height: 15px;
  background-color: #e92028;
  border-radius: 50%;
  animation: bounce 1.2s ease-in-out infinite;
}

#preloader .dot:nth-child(2) {
  animation-delay: 0.2s;
}

#preloader .dot:nth-child(3) {
  animation-delay: 0.4s;
} */

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-7px);
    opacity: 0.7;
  }
}

.container {
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}

/* small screens  */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

button.date-btn.active {
  box-shadow: 0 0 2px 1px #ec3c4394;
}

/* Medium screens */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

input#zoom-link-fb-service {
  background: #fff;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #000;
  border-radius: 15px;
}

button.btn-copy {
  padding: 7px 13px;
  border: none;
  border-radius: 10px;
  color: white;
  cursor: default;
  background: var(--mainColor);
  font-size: 14px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.zoom-result-box,
.copy-box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Large screens */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  transition: all 0.3s ease;
}

.logo {
  height: 60px;
  width: 150px;
}

.logo img {
  height: 100%;
  width: 100%;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 10px;
  padding-inline-end: 20px;
  border-inline-end: 2px solid #000;
}

.nav-links li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: 700;
  transition: all 0.3s;
}

/* nav {
  display: flex;
  align-items: center;
  gap: 20px;
} */
/* .nav-links li a svg {
  display: none;
} */

/* Desktop navbar - sticky on scroll */
@media (min-width: 768px) {
  .navbar {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 500;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
  }

  .navbar.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}

/* Mobile navbar - fixed */
@media (max-width: 767px) {
  .navbar {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    z-index: var(--z-index-header, 500) !important;
    width: 100%;
    background-color: #fff;
    width: 100%;
    padding: 10px;
  }

  .logo {
    margin-inline-start: 80px;
    width: 120px;
    height: 50px;
  }

  .nav-links li a svg {
    display: block;
  }

  .language-contact {
    display: none;
  }

  .nav-links li a:not(.dropdown a) {
    display: flex;
    justify-content: flex-start;
    gap: 13px;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #0000001a;
  }

  .nav-links li a:not(.dropdown a):hover {
    border-bottom: 2px solid var(--mainColor);
  }

  .nav-links li .first-link {
    border-top: 2px solid #0000001a;
    padding-top: 15px;
  }

  .nav-links .more-details {
    display: block;
    width: 80%;
    align-self: center;
    position: relative;
    margin-top: 30px;
  }

  .nav-links .more-details::after {
    content: "";
    position: absolute;
    top: -20px;
    inset-inline-start: 5%;
    inset-inline-end: 5%;
    height: 20px;
    background-color: var(--mainColor);
    border-radius: 10px 10px 0 0;
  }

  .nav-links li .more-det {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 20px;
    border: 2px solid #00000033;
    border-radius: 10px;
    font-weight: 700;
  }

  .nav-links li .more-det .number {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }

  .nav-links li .mazed {
    justify-content: space-between;
  }
}

.mazed {
  display: flex;
  align-items: center;
  cursor: default;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  cursor: default;
}

.mazed i {
  transition: transform 0.3s ease;
  margin-inline-end: 6px;
}

/* .dropdown {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  width: 150px;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
} */

.dropdown li {
  list-style: none;
  padding: 8px;
  cursor: default;
  transition: background 0.2s;
}

.dropdown li:hover {
  color: #fff;
}

.mazed svg {
  transition: rotate 0.2s;
  color: var(--mainColor);
}

/* .nav-links li {
  padding-bottom: 2px;
} */
.nav-links li a:hover {
  font-weight: bold;
}

.nav-links .mazed svg {
  margin-inline-start: 5px;
}

.language-selector a,
.contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.contact {
  border: 1px solid #000;
  padding: 2px 20px;
  border-radius: 5px;
  color: #000;
}

/* Start hamburger menu */
.hamburger {
  cursor: default;
  display: none;
  /* Hide by default, show on mobile */
}

.hamburger.active {
  background: var(--mainColor) !important;
  border-radius: 50%;
  padding: 5px;
}

.hamburger.active .logo {
  margin-inline-start: 0px;
}

.hamburger.active .navbar {
  flex-wrap: wrap;
  gap: 150px;
}

.bar {
  display: block;
  background-color: #000;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  transition: all 300ms ease-in-out;
}

.header-actions {
  display: contents;
}

.bar:nth-child(2) {
  width: 12px;
  margin: 6px 0px;
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #fff;
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #fff;
}

.nav-menu {
  position: fixed;
  inset-inline-start: -100%;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 750ms;
  z-index: 1000;
  background-color: #fff;
  max-height: 51px;
  /* apply only for desktop */
  overflow: hidden;
}

.nav-menu.active {
  inset-inline-start: 0;
  top: 4em;
  overflow: visible;
  max-height: none;
  display: flex;
}

@media (max-width: 767px) {
  .hamburger {
    display: block;
    /* Show hamburger on mobile */
  }

  .nav-menu {
    max-height: none;
    /* remove the max-height on mobile */
    display: none;
  }

  .nav-menu.active {
    display: flex;
    overflow: visible;
    max-height: none;
    height: auto;
  }
}

@media (min-width: 768px) {
  .nav-menu {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1em;

    background-color: transparent;
  }

  .hamburger {
    display: none;
  }
}

/* End hamburger menu */
/* dropdown hidden */
.dropdown-container .dropdown {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.dropdown-container .dropdown a:hover {
  border: none;
}

/* Show dropdown on hover */
.dropdown-container:hover .dropdown {
  display: block;
}

/* Active state (for mobile) */
.dropdown-container.active .dropdown {
  display: block;
  width: 100%;
}

/* On mobile, disable hover behavior */
@media (max-width: 767px) {
  .dropdown-container:hover .dropdown {
    display: none;
  }
}

/* SVG Arrow - Default State */
.dropdown-container .svg-inline--fa {
  transition: transform 0.3s ease;
  /* Smooth rotation */
}

/* Rotate Arrow When Dropdown is Open (Hover or Active) */
.dropdown-container:hover .svg-inline--fa,
.dropdown-container.active .svg-inline--fa {
  transform: rotate(180deg);
}

.dropdown-container:hover .svg-inline--fa {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.nav-bar .nav-links>li {
  position: relative;
}

@media (max-width: 767px) {
  .dropdown-container .dropdown {
    width: 94%;
  }

  .nav-bar .nav-links>li {
    width: 100%;
  }
}

.nav-bar .nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-bar .dropdown {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s;
}

.nav-bar .dropdown li {
  white-space: nowrap;
}

.nav-bar .dropdown a {
  display: block;
}

.nav-bar .dropdown a:hover {
  background: #f6f6f7;
}

.nav-bar .nav-links>li:hover>.dropdown,
.nav-bar .nav-links>li:focus-within>.dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

html[dir="rtl"] .nav-bar .dropdown {
  inset-inline-end: 0;
  inset-inline-start: auto;
}


.nav-bar .nav-links>li>a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.nav-bar .nav-links>li>a svg {
  display: inline-block !important;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  vertical-align: middle;
  transition: transform 0.18s ease;
  opacity: 0.85;
}

.nav-bar .nav-links>li:hover>a svg {
  transform: rotate(180deg);
}


/* .nav-bar .nav-links > li > a .menu-caret {
  display: inline-block;
  width: 12px;
  height: 12px;
  transition: transform 0.18s ease;
  opacity: 0.85;
}
.nav-bar .nav-links > li:hover > a .menu-caret {
  transform: rotate(180deg);
} */

.submenu-toggle {
  background: none;
  border: 0;
  padding: 0.25rem;
  line-height: 1;
  cursor: default;
}

.submenu-toggle .menu-caret {
  width: 12px;
  height: 12px;
}

@media (min-width: 992px) {
  .submenu-toggle {
    display: none;
  }
}


.nav-bar .nav-links>li {
  position: relative;
  display: inline-block;
  /* Or block, depending on layout */
}

.nav-bar .nav-links>li::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 0;
  /* Initially hidden */
  height: 2px;
  /* Line thickness */
  background-color: var(--mainColor);
  transition: width 0.3s ease-out;
  /* Smooth transition */
}

.nav-bar .nav-links>li:hover::after {
  width: 100%;
}

@media (min-width: 992px) {
  .nav-bar .nav-links li.has-submenu>.sub-menu {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: 0.15s ease;
    position: absolute;
    z-index: 99;
    flex-direction: column;
  }

  .nav-bar .nav-links li.has-submenu:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .nav-bar .nav-links li.open>a svg {
    transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  .nav-bar .dropdown {
    position: static;
    border: 0;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .nav-bar .nav-links li.open>.dropdown {
    display: block;
  }
}

/* ========================================================================
   File: assets/css/footer.css
   ======================================================================== */

/* Legacy backup before CSS refactor */

.hover14 {
  overflow: hidden;
  position: relative;
}

.hover14:before {
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.3));
  content: "";
  display: block;
  height: 100%;
  inset-inline-start: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.hover14:hover:before {
  animation: shine 0.75s forwards;
}

@keyframes shine {
  to {
    inset-inline-start: 125%;
  }
}

.footer {
  background-color: #fafafa;
  padding-top: 20px;
  margin-top: 25px;
  bottom: 0;
  position: relative;
  overflow: hidden;
}

.footer .top-footer {
  position: relative;
}

.footer .top-footer::before {
  content: "";
  position: absolute;
  top: -25px;
  inset-inline-start: 0;
  width: 100%;
  height: 5px;
  background-color: var(--mainColor);
}

.footer .main-footer {
  display: flex;
  justify-content: space-between;
}

.newsletter {
  text-align: center;
  margin: 30px 0;
}

.newsletter h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.newsletter p {
  font-size: 14px;
  margin-bottom: 10px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.newsletter-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  flex: 1;
}

.newsletter-form button {
  background-color: var(--mainColor);
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 10px;
  cursor: default;
}

.footer-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 70%;
}

.footer-section {
  flex: 1;
  margin: 10px;
}

.footer-section h4 {
  font-size: 16px;
  cursor: default;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0d0001;
  font-weight: 700;
}

.footer-section h4 svg {
  display: none;
}

.footer-section ul:not(.dropdown) {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  /* Initially hidden on mobile */
}

.footer-section.open ul:not(.dropdown) {
  display: block;
  /* Show the list when the section is open */
}

.footer-section ul li:not(.dropdown li) {
  margin-top: 10px;
}

.footer-section ul .last-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-section ul .last-link h6 {
  margin-bottom: 0;
}

.footer-section ul li a {
  text-decoration: none;
  color: #8d8787;
  font-size: 14px;
  cursor: pointer;
}

.footer-bottom {
  background-color: #000;
  margin-top: 20px;
}

.footer-bottom .top-bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff33;
}

.footer-bottom .top-bottom-footer .footer-logo {
  width: 150px;
  height: 80px;
  display: flex;
  align-items: center;
}

.footer-bottom .top-bottom-footer .footer-logo img {
  width: 100%;
  height: auto;
}

.icon-holder {
  width: 30px;
  height: 30px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40%;
}

.social-links {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}

.social-links a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
}

.social-links a svg {
  width: 20px;
  height: 20px;
  color: #000;
}

.footer-bottom .end-footer {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: baseline;
  font-size: 12px;
  margin-top: 10px;
}

.footer-bottom .end-footer .end-left {
  color: #fff;
  display: flex;
  gap: 20px;
  font-size: 14px;
}

.footer-bottom .end-footer .end-left span a {
  color: #fff;
}

.footer-bottom .end-footer .end-left span .end-link {
  border-inline-end: 1px solid #ffffff;
  padding-inline-end: 15px;
}

@media (max-width: 767px) {
  .footer .main-footer {
    flex-direction: column-reverse;
  }

  .footer-links {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }

  .footer-section h4 {
    flex-direction: row;
  }

  .footer-section h4 svg {
    display: block;
  }

  .footer-bottom .top-bottom-footer {
    flex-direction: column;
    padding-bottom: 15px;
    border: none;
  }

  .footer-bottom .end-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom .end-footer .end-left,
  .footer-bottom .end-footer .end-right {
    padding: 10px;
  }

  .footer-bottom .end-footer .end-right {
    width: 100%;
    align-self: center;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-weight: 700;
  }

  .footer-bottom .end-footer .end-right p {
    margin: 0;
  }

  .newsletter {
    margin: 15px 0;
  }
}

@media (max-width: 992px) {
  .footer .main-footer {
    flex-direction: column-reverse;
  }

  .footer-links {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }

  .footer-section h4 {
    flex-direction: row;
  }

  .footer-section h4 svg {
    display: block;
  }

  .footer-bottom .top-bottom-footer {
    flex-direction: column;
    padding-bottom: 15px;
    border: none;
  }

  .footer-bottom .end-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom .end-footer .end-left,
  .footer-bottom .end-footer .end-right {
    padding: 10px;
  }

  .footer-bottom .end-footer .end-right {
    /* width: 129.25%; */
    align-self: center;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-weight: 700;
  }

  .footer-bottom .end-footer .end-right p {
    margin: 0;
  }
}

/* Desktop styles: Keep all sections open */
@media (min-width: 768px) {
  .footer-section ul:not(.dropdown) {
    display: flex !important;
    /* Ensure the list is always visible */
    flex-direction: column;
  }

  .footer-section h4 {
    cursor: default;
    /* Remove default cursor on desktop */
  }
}

.more-footer {
  transition: all 0.3s ease;
}

.more-footer-title {
  font-size: 18px;
  font-weight: bold;
  cursor: default;
}

.more-footer-title .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more-footer-title .title button {
  color: var(--mainColor);
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  width: 30px;
  height: 30px;
}

.more-footer-dropdown {
  display: none;
  margin-top: 10px;
}



/* ========================================================================
   File: assets/css/animate.css
   ======================================================================== */

/* animate-custom.css - Only used animations (optimized from 79KB to ~8KB) */

/* Fading entrances */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Sliding entrances */
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

/* Bouncing entrances */
@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

/* Base animation classes */
.animate__animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animate__fast {
  animation-duration: 0.5s;
}

.animate__slow {
  animation-duration: 2s;
}

.animate__slower {
  animation-duration: 3s;
}

.animate__delay-1s {
  animation-delay: 1s;
}

.animate__delay-2s {
  animation-delay: 2s;
}

/* Animation classes */
.animate__fadeIn {
  animation-name: fadeIn;
}

.animate__fadeInUp {
  animation-name: fadeInUp;
}

.animate__fadeInDown {
  animation-name: fadeInDown;
}

.animate__fadeInLeft {
  animation-name: fadeInLeft;
}

.animate__fadeInRight {
  animation-name: fadeInRight;
}

.animate__slideInUp {
  animation-name: slideInUp;
}

.animate__slideInDown {
  animation-name: slideInDown;
}

.animate__bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

.animate__zoomIn {
  animation-name: zoomIn;
}

.animate__zoomInUp {
  animation-name: zoomInUp;
}

/* WOW.js compatibility */
.wow {
  visibility: hidden;
}

.wow.animate__animated {
  visibility: visible;
}

/* ========================================================================
   File: assets/css/animate-custom.css
   ======================================================================== */

/* animate-custom.css - Only used animations (optimized from 79KB to ~8KB) */

/* Fading entrances */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Sliding entrances */
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

/* Bouncing entrances */
@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

/* Base animation classes */
.animate__animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animate__fast {
  animation-duration: 0.5s;
}

.animate__slow {
  animation-duration: 2s;
}

.animate__slower {
  animation-duration: 3s;
}

.animate__delay-1s {
  animation-delay: 1s;
}

.animate__delay-2s {
  animation-delay: 2s;
}

/* Animation classes */
.animate__fadeIn {
  animation-name: fadeIn;
}

.animate__fadeInUp {
  animation-name: fadeInUp;
}

.animate__fadeInDown {
  animation-name: fadeInDown;
}

.animate__fadeInLeft {
  animation-name: fadeInLeft;
}

.animate__fadeInRight {
  animation-name: fadeInRight;
}

.animate__slideInUp {
  animation-name: slideInUp;
}

.animate__slideInDown {
  animation-name: slideInDown;
}

.animate__bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

.animate__zoomIn {
  animation-name: zoomIn;
}

.animate__zoomInUp {
  animation-name: zoomInUp;
}

/* WOW.js compatibility */
.wow {
  visibility: hidden;
}

.wow.animate__animated {
  visibility: visible;
}

/* ========================================================================
   File: assets/css/home.css
   ======================================================================== */

/* @import url("home-base.css");
@import url("home-landing.css");
@import url("home-sections.css");
@import url("home-properties.css");
@import url("home-search.css"); */

/* ========================================================================
   File: assets/css/home-base.css
   ======================================================================== */

/* Legacy backup before CSS refactor */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --mainColor: #ec3c43;
  --sec-color: #000000;
}

/* Screen reader only elements (accessibility) */
.screen-reader-text,
.skip-link {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Show skip link on focus for keyboard navigation */
.skip-link:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  right: auto;
  width: auto;
  height: auto;
  clip: auto;
  clip-path: none;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  font-weight: bold;
  z-index: 100000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

body {
  font-family: "Tajawal", "Almarai", sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

/* Search page specific layout */
body.search,
body.search-results {
  display: flex;
  flex-direction: column;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

/* Ensure main content takes full width and doesn't create columns */
#page,
.site,
.site-content,
main,
.search-results-page {
  width: 100%;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  clear: both;
  float: none;
}

/* Prevent footer from appearing beside content */
.site-footer,
footer {
  width: 100%;
  clear: both;
  display: block;
  float: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.container {
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  max-width: 100%;
  box-sizing: border-box;
}

.hit-thumbnail {
  width: 100px;
  height: 100px;
}

.search-result-title mark {
  display: block;
  color: var(--mainColor);
  background: unset;
}

.search-result-title {
  color: #32373c;
}

ul.autocomplete-list {
  display: none;
}

/* Hide landing section when search is active */
body.search-results-visible .landing-swiper {
  display: none !important;
}

body.search-results-visible .img-holder {
  height: auto !important;
  margin-top: 80px;
}

/* Move search-bar to center when active */
body.search-results-visible .search-bar {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -200px;
  bottom: auto;
  width: 90%;
  max-width: 900px;
  z-index: 1051;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

[dir="rtl"] body.search-results-visible .search-bar {
  transform: translate(50%, -50%);
  margin-top: -200px;
}

/* Backdrop blur overlay (controlled by JS via body class) */
body.search-results-visible::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 100;
  pointer-events: auto;
  animation: fadeIn 0.3s ease-in-out;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Keep fixed-icons above blur */
body.search-results-visible .fixed-icons {
  z-index: 1060;
}

div#search-results {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 80px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 90%;
  max-width: 900px;
  max-height: 50vh;
  overflow-y: auto;
  text-align: start;
  z-index: 1052;
  box-sizing: border-box;
}

/* RTL support */
[dir="rtl"] div#search-results {
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 80px;
  text-align: start;
}

/* Custom scrollbar for search results */
div#search-results::-webkit-scrollbar {
  width: 8px;
}

div#search-results::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

div#search-results::-webkit-scrollbar-thumb {
  background: var(--color-primary, #ec3c43);
  border-radius: 10px;
}

div#search-results::-webkit-scrollbar-thumb:hover {
  background: #d32f35;
}

/* Smooth scrolling */
div#search-results {
  scroll-behavior: smooth;
}

.autocomplete-no-results {
  display: none;
}

.hit-thumbnail {
  width: 60px;
  height: 60px;
}

.hit-thumbnail img {
  border: 1px solid var(--mainColor);
}

/* small screens  */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

/* Medium screens */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/* Large screens */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* ========================================================================
   File: assets/css/home-landing.css
   ======================================================================== */

/* Start Landing */
.landing {
  position: relative;
  z-index: 0;

}

.img-holder {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 400px;
}

.img-holder img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
}

.landing-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
}

.landing-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Styling navigation buttons */
.landing-swiper .swiper-button-prev,
.landing-swiper .swiper-button-next {
  /* position: absolute !important; */
  z-index: 10;
  width: 35px;
  height: 35px;
  background-color: var(--mainColor);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.landing-swiper .swiper-button-prev svg,
.landing-swiper .swiper-button-next svg {
  width: 20px;
}

/* Hide default arrow text for better styling */
.landing-swiper .swiper-button-prev::after,
.landing-swiper .swiper-button-next::after {
  font-size: 0;
  content: "";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.landing-swiper .swiper-pagination {
  inset-inline-start: 1.8%;
  width: 96.5%;
  border-radius: 10px;
}

.landing-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--mainColor);
}

.search-bar {
  position: absolute;
  bottom: -70px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 90%;

  text-align: end;
  z-index: var(--z-index-modal, 1050);
  inset-inline-start: 10%;
}

.search-bar .search-bar-content {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
}

.search-bar h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
  text-align: start;
}

.search-form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  min-width: 250px;
}

.search-form svg:not(.bar) {
  position: absolute;
  inset-inline-start: 92%;
  color: #a1aecb;
}

.nav-menu2 {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  flex: 1;
}

.nav-menu2 li {
  flex: 0 0 auto;
}

.search-form input,
.nav-menu2 select,
.nav-menu2 button {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e1e4ea;
  border-radius: 5px;
}

.search-form input {
  width: 100%;
  min-width: 200px;
}

.search-form input::placeholder {
  color: #a1aecb;
  opacity: 1;
  font-size: 13px;
  font-weight: 400;
}

.nav-menu2 select {
  color: #a1aecb;
  font-size: 14px;
  font-weight: 400;
  width: 140px;
  min-width: 120px;
}

.nav-menu2 button {
  background: #ec3c43;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100px;
  min-width: 80px;
}

.nav-menu2 button:hover {
  background: #d32f2f;
}

.search-form input:focus,
.search-form input:active,
.nav-menu2 select:focus,
.nav-menu2 select:active,
.nav-menu2 button:focus,
.nav-menu2 button:active {
  border-color: var(--mainColor) !important;
  outline: none;
}

/* Desktop: Keep everything in one row */
@media (min-width: 992px) {
  .search-bar {
    inset-inline-start: 5%;
  }

  .search-bar .search-bar-content {
    flex-wrap: nowrap;
  }

  .nav-menu2 {
    flex-wrap: nowrap;
  }

  .nav-menu2 li {
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .landing {
    margin-top: 40px;
  }

  .search-form {
    width: 100%;
    min-width: auto;
    max-width: 100% !important;
  }

  .search-form input {
    border-radius: 5px;
    min-width: auto;
    max-width: 100% !important;
  }

  .nav-menu2 {
    flex-wrap: wrap;
  }

  .nav-menu2 li {
    flex: 1 1 100%;
  }

  .nav-menu2 select,
  .nav-menu2 button {
    width: 100% !important;
    min-width: auto !important;
  }

  .search-bar {
    width: 96%;
    bottom: -98px;
    inset-inline-start: 2%;
  }

  .search-bar .search-bar-content {
    gap: 10px;
    flex-direction: column;
  }

  .img-holder {
    height: 350px;
    padding-top: 30px;
  }

  .landing-swiper .swiper-pagination {
    display: none;
  }

  .head {
    font-size: 22px;
  }

  .nav-menu2 button {
    margin-top: 5px;
  }
}

/* End Landing */
.hidden-content {
  display: none;
  padding: 20px;
  margin-top: 10px;
  position: absolute;
  top: 94px;
  z-index: var(--z-index-dropdown, 100);
  background: rgb(255, 255, 255);
  width: 100%;
  inset-inline-start: 0;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px;
}

.hidden-content form {
  display: flex;
  flex-direction: column;
}

.hidden-content label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  font-weight: 700;
}

.hidden-content input,
.hidden-content select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e1e4ea;
  height: 40px;
  margin-bottom: 10px;
}

.hidden-content .prices,
.hidden-content .buttons {
  display: flex;
}

.hidden-content .prices {
  gap: 10%;
}

.hidden-content .prices select {
  width: 45%;
}

.hidden-content .buttons {
  justify-content: space-evenly;
  margin-top: 20px;
}

.hidden-content .buttons button {
  cursor: default;
  padding: 5px;
  border-radius: 10px;
}

.hidden-content .buttons .firstbtn {
  width: 60%;
  background: #ec3c43;
  color: #fff;
  border: none;
}

.hidden-content .buttons .secbtn {
  width: 35%;
  border: 1px solid #00000033;
  background-color: #fff;
  color: #000;
}

.search-container input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e1e4ea;
  border-radius: 5px;
  flex: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-container input::placeholder {
  color: #a1aecb;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-container {
  display: none !important;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-container button {
  background-color: var(--mainColor);
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.search-container button svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

#closeIcon {
  display: none;
}

@media (max-width: 767px) {
  .search-container {
    display: flex !important;
  }

  /* .search-bar-content {
    display: none !important;
  } */
  .search-container .search-icon {
    position: absolute;
    inset-inline-end: 75px;
  }
}

@media (min-width: 768px) {
  #hiddenContent {
    display: none !important;
  }
}

/* ========================================================================
   File: assets/css/home-properties.css
   ======================================================================== */

/*Start properties*/
.properties {
  background: #fff;
  padding: 20px 0;
  position: relative;
  margin-top: 25px;
}

.properties .top-properties {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.properties .top-properties .properties-button {
  background-color: transparent;
  color: #000;
  border: none;
  /* padding: 10px 20px; */
  border-radius: 5px;
  cursor: default;
  margin-inline-start: 10px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.properties .top-properties .properties-button svg {
  fill: #000;
}

.properties-card {
  height: 100%;
  position: relative;
}

.properties-card .big-ul {
  height: 100%;
}

.properties-card .big-ul li {
  height: 50%;
}

.properties-card .bottom-properties-swiper ul li {
  margin: 15px 0;
}

.properties-card .bottom-properties-swiper ul li h6 {
  font-size: 14px;
  margin: 5px 0;
}

.properties-card .bottom-properties-swiper ul li:first-child {
  margin-top: 0;
}

.top-properties h5 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
}

.top-card-properties {
  position: absolute;
  top: var(--spacing-sm, 10px);
  inset-inline-start: var(--spacing-sm, 10px);
  width: var(--img-avatar-sm, 40px);
  height: var(--img-avatar-sm, 40px);
  z-index: 5;
  border-radius: var(--radius-round, 50%);
  overflow: hidden;
  background-color: var(--img-placeholder-bg, #e5e7eb);
  border: 2px solid var(--bg-primary, #ffffff);
  box-shadow: var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, 0.1));
}

.top-card-properties img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.properties-card .bottom-properties-swiper {
  padding: 0px 10px;
  position: relative;
  color: #707070;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.properties-card .info::after {
  position: absolute;
  content: "";
  bottom: -35px;
  inset-inline-start: 2.5%;
  background-color: #0000001a;
  width: 95%;
  height: 1px;
}

.properties-card .bottom-properties-swiper .prices::after {
  position: absolute;
  content: "";
  bottom: 0px;
  inset-inline-start: 2.5%;
  background-color: #0000001a;
  width: 95%;
  height: 1px;
}

.properties-card .bottom-properties-swiper .info {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.properties-card .bottom-properties-swiper .info span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.properties-card .bottom-properties-swiper .info .left-icons {
  display: flex;
  gap: 5px;
}

.properties-card .bottom-properties-swiper .info .left-icons div {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 3px;
  border: 1px solid #00000033;
  border-radius: 8px;
}

.properties-card .bottom-properties-swiper .info .left-icons a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 3px;
  border: 1px solid #00000033;
  border-radius: 8px;
}

.properties-card .bottom-properties-swiper .bottom-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding: 0 10px;
}

.properties-card .bottom-properties-swiper .bottom-icons div {
  width: 85px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 3px;
  border: 1px solid #00000033;
  border-radius: 8px;
  gap: 10px;
}

.properties-card .bottom-properties-swiper .bottom-icons div svg {
  width: 20px;
}

.properties-card .bottom-properties-swiper span:last-of-type {
  display: flex;
}

.properties-card .bottom-properties-swiper .prices {
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.properties-card .bottom-properties-swiper .prices p {
  color: var(--mainColor);
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}

.swiper3 {
  width: 100%;
  height: 100%;
  padding-bottom: 45px;
  margin-top: 25px;
  overflow: hidden;
}

.swiper3::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: var(--mainColor);
  bottom: 20px;
  position: absolute;
  inset-inline-end: 20%;
}

.swiper3 .swiper-slide {
  height: 440px;
  overflow: hidden;
  border: 1px solid #00000033;
  border-radius: 15px;
  max-width: 366px;
  position: relative;
  z-index: var(--z-index-base, 1);
}

/* Styling navigation buttons */
.swiper3 .swiper-button-prev,
.swiper3 .swiper-button-next {
  position: absolute;
  bottom: 20px;
  inset-inline-start: inherit;
  z-index: 10;
  width: 35px;
  height: 35px;
  background-color: var(--mainColor);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.swiper3 .swiper-button-prev svg,
.swiper3 .swiper-button-next svg {
  width: 20px;
}

.swiper3 .swiper-button-next {
  inset-inline-end: 92%;
  top: 96%;
}

.swiper3 .swiper-button-prev {
  inset-inline-end: 96%;
  top: 96%;
}

.swiper3 .swiper-button-prev::after,
.swiper3 .swiper-button-next::after {
  font-size: 0;
}

.swiper3 .swiper-button-prev::after {
  content: "";
}

.swiper3 .swiper-button-next::after {
  content: "";
}

/* Style for the active dot */
.swiper3 .swiper-pagination:not(.swiper-in .swiper-pagination) {
  top: 92%;
  display: flex;
  align-items: center;
  background: #fff;
  width: fit-content;
  inset-inline-end: 0;
  inset-inline-start: inherit;
  border-radius: 15px;
  height: 20px;
  margin-top: 10px;
  padding: 5px;
}

.swiper3 .swiper-pagination-bullet:not(.swiper-in .swiper-pagination-bullet) {
  border: 1px solid var(--mainColor);
  background-color: #fff;
  width: 10px;
  height: 10px;
}

.swiper3 .swiper-pagination-bullet-active:not(.swiper-in .swiper-pagination-bullet-active) {
  background-color: var(--mainColor);
  width: 23px;
  height: 5px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .swiper3 .swiper-button-prev {
    inset-inline-end: 87%;
  }

  .swiper3 .swiper-button-next {
    inset-inline-end: 80%;
  }

  .swiper3::after {
    display: none;
  }

  .swiper3 .swiper-pagination {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .swiper3 .swiper-button-prev {
    inset-inline-end: 88%;
  }

  .swiper3 .swiper-button-next {
    inset-inline-end: 77%;
  }

  .swiper3::after {
    display: none;
  }

  .properties .top-card-comp {
    inset-inline-end: 28px;
  }

  .properties-card {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .Swiper3::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .Swiper3::after {
    display: none;
  }
}

/*End properties*/
/* Start swiper-in*/
.swiper-in {
  width: 100%;
  height: 100%;
}

.swiper-in .swiper-pagination {
  inset-inline-start: calc(50% - 44px);
  bottom: 10px;
  width: fit-content;
  background: #00000080;
  height: 15px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.swiper-in .swiper-pagination-bullet {
  background-color: #ffffff80;
}

.swiper-in .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-in .swiper-in-img {
  width: 100%;
  height: var(--img-card-height, 200px);
  min-height: 240px;
  object-fit: cover;
  object-position: center;
  border-top-right-radius: var(--radius-md, 10px);
  border-top-left-radius: var(--radius-md, 10px);
  background-color: var(--img-placeholder-bg, #e5e7eb);
  display: block;
}

/* End swiper-in*/
/*Start Contact*/
.contact-section {
  margin-top: 25px;
}

.contact-content {
  display: flex;
  flex-direction: row-reverse;

  overflow: hidden;
  height: 500px;
}

.pop-contact-content {
  display: flex;
  flex-direction: row-reverse;

  overflow: hidden;
  height: 500px;
}

.contact-content .form-container {
  padding: 40px;
  background-color: #000;
  color: white;
  width: 50%;
}

.black {
  background-color: #0d0001 !important;
}

.contact-content .form-container-pop {
  padding: 15px;
  background-color: #000;
  color: white;
  width: 100%;
}

.contact-content .form-container h2 {
  margin-top: 0;
}

.contact-content form {
  display: flex;
  flex-direction: column;
}

.contact-content input,
.contact-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
}

.contact-content input:focus,
.contact-content textarea:focus {
  outline: none;
}

.contact-content button {
  padding: 10px 15px;
  background-color: var(--mainColor);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: default;
  width: 125px;
  align-self: end;
}

.contact-content .image-container {
  width: 50%;
  position: relative;
}

.contact-content .image-container .offical-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-start-start-radius: 170px;
}

.contact-content .image-container .logo-contact {
  position: absolute;
  top: 80px;
  inset-inline-end: 190px;
  width: 160px;
  height: auto;
}

#mobile::placeholder {
  text-align: start;
}

.contact-content input::placeholder,
.contact-content textarea::placeholder,
#mobile::placeholder {
  color: #a1aecb;
  font-size: 14px;
}

@media (max-width: 767px) {
  .contact-content .image-container {
    display: none;
  }

  .contact-content .form-container {
    width: 100%;
  }

  .contact-content {
    height: auto;
    border-radius: 15px;
  }
}

/*End Contact*/
/*Start motaoron*/
.motaoron {
  margin-top: 60px;
  margin-bottom: 30px;
}

.motaoron .top-motaoron {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.motaoron .top-motaoron h5 {
  font-weight: 400;
}

.motaoron-button {
  background-color: transparent;
  color: #000;
  border: none;
  /* padding: 10px 20px; */
  border-radius: 5px;
  cursor: default;
  margin-inline-start: 10px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.motaoron-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 114px;
}

.swiper4 {
  width: 100%;
  height: 100%;
  padding-bottom: 45px !important;
  margin-top: 25px;
}

.swiper4::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: var(--mainColor);
  bottom: 21px;
  position: absolute;
  inset-inline-end: 20%;
}

.swiper4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ec3c4380;
  border-radius: 15px;
  position: relative;
  z-index: var(--z-index-base, 1);
  padding: 20px;
  max-width: 240px;
}

.swiper4 .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: fill;
  max-width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.swiper4 .swiper-slide img:hover {
  transform: scale(1.2);
}

/* Styling navigation buttons */
.swiper4 .swiper-button-prev,
.swiper4 .swiper-button-next {
  position: absolute;
  bottom: 20px;
  inset-inline-start: inherit;
  z-index: 10;
  width: 35px;
  height: 35px;
  background-color: var(--mainColor);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.swiper4 .swiper-button-prev svg,
.swiper4 .swiper-button-next svg {
  width: 20px;
}

.swiper4 .swiper-button-next {
  inset-inline-end: 92%;
  top: 92%;
}

.swiper4 .swiper-button-prev {
  inset-inline-end: 96%;
  top: 92%;
}

.swiper4 .swiper-button-prev::after,
.swiper4 .swiper-button-next::after {
  font-size: 0;
}

/* Style for the active dot */
.swiper4 .swiper-pagination {
  top: 82%;
  display: flex;
  align-items: center;
  background: #fff;
  width: fit-content;
  inset-inline-end: 0;
  inset-inline-start: inherit;
  border-radius: 15px;
  height: 20px;
  margin-top: 10px;
  padding: 5px;
}

.swiper4 .swiper-pagination-bullet {
  border: 1px solid var(--mainColor);
  background-color: #fff;
  width: 10px;
  height: 10px;
}

.swiper4 .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  width: 23px;
  height: 5px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .swiper4 .swiper-button-prev {
    inset-inline-end: 87%;
  }

  .swiper4 .swiper-button-next {
    inset-inline-end: 80%;
  }

  .swiper4::after {
    display: none;
  }

  .contact-content {
    height: auto;
  }

  .contact-content .image-container {
    display: none;
  }

  .contact-content .form-container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .swiper4 .swiper-button-prev {
    inset-inline-end: 88%;
  }

  .swiper4 .swiper-button-next {
    inset-inline-end: 77%;
  }

  .swiper4::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .Swiper4::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .Swiper4::after {
    display: none;
  }
}

/*End motaoron*/
/*Start services*/

.services {
  background-color: var(--bg-secondary, #f4f4f4);
  padding: var(--spacing-lg, 20px) 0;
  position: relative;
  margin-top: var(--spacing-xl, 30px);
  padding-bottom: var(--spacing-xl, 30px);
  overflow: hidden;
}

.services .services-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: relative;
}

.services::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 80px;
  background-color: var(--mainColor);
}

.services::after {
  content: "";
  position: absolute;
  bottom: 6%;
  right: 30%;
  width: 130px;
  height: 1px;
  background-color: var(--mainColor);
}

.services .services-content .head-services {
  text-align: center;
  margin-top: 15px;
  border-top: none;
  padding-top: 0;
}

.services .services-content .head-services h2,
.services .services-content .services-cards .services-card h5 {
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
}

.services .services-content .services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 40px;
  width: 100%;
  max-width: 100%;
}

.services .services-content .services-cards .services-card {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  color: #000;
  z-index: 1000;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  gap: 15px;
  transition: all 0.3s ease;
  /* Smooth transition for hover effects */
}

.services .services-content .services-cards .services-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.services .services-content .services-cards .services-card p {
  text-align: center;
}

.services .services-content .services-cards .services-card .svg-hold {
  width: 50px;
  height: 50px;
  background: var(--mainColor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.svg-hold svg {
  width: 25px;
  height: 25px;
}

.services .services-content .services-button {
  align-self: flex-end;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--mainColor);
  cursor: default;
  margin-inline-end: 20px;
}

.services .services-content .services-button:hover {
  color: var(--mainColor);
}

/*End services*/
/*Start properties*/
.factorys {
  background: url("../imgs/factory-background.jpg") no-repeat center center/cover;
  padding: 20px 0;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}

.factorys .top-factorys {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.factorys .top-factorys .factorys-button {
  background-color: transparent;
  color: #fff;
  border: none;
  /* padding: 10px 20px; */
  border-radius: 5px;
  cursor: default;
  margin-inline-start: 10px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.factorys .top-factorys .factorys-button svg {
  fill: #000;
}

.factorys-card {
  height: 100%;
  position: relative;
}

.factorys .top-factorys h5 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
}

.factorys-card .big-ul {
  height: 100%;
}

.factorys-card .big-ul li {
  height: 50%;
}

.factorys-card .bottom-factorys-swiper ul li {
  margin: 10px 0;
}

.factorys-card .bottom-factorys-swiper ul li:last-child {
  margin-top: 25px;
}

.factorys-card .bottom-factorys-swiper ul li:first-child {
  margin-top: 0;
}

.factorys-card .bottom-factorys-swiper {
  padding: 15px 15px;
  position: relative;
  color: #707070;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

/* .factorys-card .bottom-factorys-swiper .prices::after {
  position: absolute;
  content: "";
  bottom: -70px;
  inset-inline-start: 2.5%;
  background-color: #0000001a;
  width: 95%;
  height: 1px;
} */
.factorys-card .bottom-factorys-swiper .prices::before {
  position: absolute;
  content: "";
  bottom: 0px;
  inset-inline-start: 2.5%;
  background-color: #0000001a;
  width: 95%;
  height: 1px;
}

.factorys-card .bottom-factorys-swiper .left-icons {
  display: flex;
  gap: 5px;
}

.factorys-card .bottom-factorys-swiper .left-icons div {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 3px;
  border: 1px solid #00000033;
  border-radius: 8px;
}

.factorys-card .bottom-factorys-swiper .bottom-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 10px;
}

.factorys-card .bottom-factorys-swiper .right-bottom {
  padding: 0 0 0 5px;
}

.factorys-card .bottom-factorys-swiper .bottom-icons div:not(.factorys .left-icons) {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #00000033;
  border-radius: 8px;
  gap: 10px;
}

.factorys-card .bottom-factorys-swiper .bottom-icons div svg {
  width: 20px;
}

.factorys-card .bottom-factorys-swiper .bottom-icons span {
  border: 1px solid var(--mainColor);
  padding: 4px;
  border-radius: 6px;
}

.factorys-card .bottom-factorys-swiper span:last-of-type {
  display: flex;
}

.factorys-card .bottom-factorys-swiper .prices {
  position: relative;
  font-size: 14px;

  display: flex;
  justify-content: space-between;
}

.factorys-card .bottom-factorys-swiper .prices p {
  color: var(--mainColor);
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}

.swiper5 {
  width: 100%;
  height: 100%;
  padding-bottom: 45px;
  margin-top: 25px;
  overflow: hidden;
}

.swiper5::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: var(--mainColor);
  bottom: 20px;
  position: absolute;
  inset-inline-end: 20%;
}

.swiper-wrapper {
  margin-bottom: 10px;
}

.swiper5 .swiper-slide {
  height: 355px;
  overflow: hidden;
  border: 1px solid #00000033;
  border-radius: 15px;
  max-width: 355px;
  position: relative;
  z-index: var(--z-index-base, 1);
}

/* Styling navigation buttons */
.swiper5 .swiper-button-prev,
.swiper5 .swiper-button-next {
  position: absolute;
  bottom: 20px;
  inset-inline-start: inherit;
  z-index: 10;
  width: 35px;
  height: 35px;
  background-color: var(--mainColor);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.swiper5 .swiper-button-prev svg,
.swiper5 .swiper-button-next svg {
  width: 20px;
}

.swiper5 .swiper-button-next {
  inset-inline-end: 92%;
  top: 96%;
}

.swiper5 .swiper-button-prev {
  inset-inline-end: 96%;
  top: 96%;
}

.swiper5 .swiper-button-prev::after,
.swiper5 .swiper-button-next::after {
  font-size: 0;
}

.swiper5 .swiper-button-prev::after {
  content: "";
}

.swiper5 .swiper-button-next::after {
  content: "";
}

/* Style for the active dot */
.swiper5 .swiper-pagination:not(.swiper-in .swiper-pagination) {
  top: 82%;
  display: flex;
  align-items: center;
  background: #fff;
  width: fit-content;
  inset-inline-end: 0;
  inset-inline-start: inherit;
  border-radius: 15px;
  height: 20px;
  margin-top: 10px;
  padding: 5px;
}

.swiper5 .swiper-pagination-bullet:not(.swiper-in .swiper-pagination-bullet) {
  border: 1px solid var(--mainColor);
  background-color: #fff;
  width: 10px;
  height: 10px;
}

.swiper5 .swiper-pagination-bullet-active:not(.swiper-in .swiper-pagination-bullet-active) {
  background-color: var(--mainColor);
  width: 23px;
  height: 5px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .swiper5 .swiper-button-prev {
    inset-inline-end: 87%;
  }

  .swiper5 .swiper-button-next {
    inset-inline-end: 77%;
  }

  .swiper5::after {
    display: none;
  }

  .swiper5 .swiper-pagination {
    width: fit-content;
  }

  .services::after {
    width: 0;
  }
}

@media (max-width: 767px) {
  .swiper5 .swiper-button-prev {
    inset-inline-end: 88%;
  }

  .swiper5 .swiper-button-next {
    inset-inline-end: 77%;
  }

  .swiper5::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .Swiper5::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .Swiper5::after {
    display: none;
  }
}

/*End factorys*/
/*Start articles*/

.articles {
  margin-top: 25px;
  margin-bottom: 25px;
}

.news {
  background-color: #f4f4f4;
  padding-top: 20px;
}

.articles .top-articles {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.articles .top-articles h5 {
  font-weight: 400;
  margin-top: 0;
}

.articles-card {
  flex: 1;
  background-color: transparent;
  margin: 0 10px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  border-radius: 15px;
  height: 260px;
  color: #000;
}

.articles-card .img-container {
  height: 50%;
  width: 100%;
  border: 1px solid #0000001a;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.articles-card .articles-info {
  border: 1px solid #0000001a;
  border-top: none;
  padding: 5px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 50%;
  width: 100%;
}

.articles-button {
  background-color: transparent;
  color: #000;
  border: none;
  /* padding: 10px 20px; */
  border-radius: 5px;
  cursor: default;
  margin-inline-start: 10px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.date {
  color: #707070;
  display: flex;
  gap: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.articles-card .des {
  text-align: end;
  font-size: 14px;
}

.articles .swiper6 {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  margin-top: 25px;
}

.swiper6::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: var(--mainColor);
  bottom: 30px;
  position: absolute;
  inset-inline-end: 20%;
}

.swiper6 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  position: relative;
  z-index: var(--z-index-base, 1);
}

.swiper6 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

/* Styling navigation buttons */
.swiper6 .swiper-button-prev,
.swiper6 .swiper-button-next {
  position: absolute;
  bottom: 20px;
  inset-inline-start: inherit;
  z-index: 10;
  width: 35px;
  height: 35px;
  background-color: var(--mainColor);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.swiper6 .swiper-button-prev svg,
.swiper6 .swiper-button-next svg {
  width: 20px;
}

/* Adjust next button to be beside the prev button */
.swiper6 .swiper-button-next {
  inset-inline-end: 92%;
  top: 90%;
}

.swiper6 .swiper-button-prev {
  inset-inline-end: 96%;
  top: 90%;
}

/* Hide default arrow text for better styling */
.swiper6 .swiper-button-prev::after,
.swiper6 .swiper-button-next::after {
  font-size: 0;
}

/* Style for the active dot */
.swiper6 .swiper-pagination {
  top: 82%;
  display: flex;
  align-items: center;
  background: #fff;
  width: fit-content;
  inset-inline-end: 0;
  inset-inline-start: inherit;
  border-radius: 15px;
  height: 20px;
  margin-top: 10px;
  padding: 5px;
}

.swiper6 .swiper-pagination-bullet {
  border: 1px solid var(--mainColor);
  background-color: #fff;
  width: 10px;
  height: 10px;
}

.swiper6 .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  /* Make it transparent */
  width: 23px;
  height: 5px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .swiper6 .swiper-button-prev {
    inset-inline-end: 87%;
  }

  .swiper6 .swiper-button-next {
    inset-inline-end: 80%;
  }

  .swiper6::after {
    display: none;
  }

  .swiper-in .swiper-pagination {
    inset-inline-start: calc(50% - 32px);
  }
}

@media (max-width: 767px) {
  .swiper6 .swiper-button-prev {
    inset-inline-end: 88%;
  }

  .swiper6 .swiper-button-next {
    inset-inline-end: 77%;
  }

  .swiper6::after {
    display: none;
  }

  .swiper-in .swiper-pagination {
    inset-inline-start: calc(50% - 32px);
  }

  .swiper3 .swiper-in .swiper-pagination {
    inset-inline-start: calc(50% - 32px);
  }

  .articles .top-articles h5 {
    font-size: 16px;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .Swiper6::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .Swiper6::after {
    display: none;
  }
}

/*End areas*/

#popupZoom img,
#PopupZoomOpety img {
  position: absolute;
  inset-inline-end: 20px;
  top: 20px;
  width: 120px;
  height: 50px;
  border-radius: 15px;
  border: none;
  box-shadow: none;
}

.popup-tabs-sec {
  margin-bottom: 20px;
  position: relative;
}

/**
 * COB Search Frontend Styles
 * These styles are for the search form and results when integrated into the theme.
 */

.cob-search-form {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}

/* ========================================================================
   File: assets/css/home-search.css
   ======================================================================== */

/* --- Autocomplete & Live Search Styling --- */

.search-form {
  position: relative;
}

#cob-autocomplete-suggestions {
  /* position: absolute;
  top: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 350px;
  overflow-y: auto; */
  display: none;
}

.autocomplete-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.autocomplete-suggestion-item {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  cursor: default;
  transition: background-color 0.2s ease;
}

.autocomplete-suggestion-item:hover {
  background-color: #f5f5f5;
  color: var(--mainColor);
  /* Use theme's main color */
}

.autocomplete-suggestion-item mark {
  background: transparent;
  color: inherit;
  font-weight: 700;
  padding: 0;
}

.autocomplete-no-results {
  padding: 15px;
  text-align: center;
  color: #777;
  font-style: italic;
}

/* --- General Hit (Result) Item Styling --- */

.search-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
  padding: 20px 0;
}

article.hit-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: row;
  height: 100%;
  padding: 20px;
  align-items: center;
  margin-bottom: 15px;
}

article.hit-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.hit-thumbnail {
  position: relative;
  width: 125px;
  height: 100px;
  overflow: hidden;
  background: transparent;
}

.hit-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

article.hit-item:hover .hit-thumbnail img {
  transform: scale(1.05);
}

.hit-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  text-decoration: none;
  color: inherit;
}

.search-result-title {
  font-weight: 700;
  font-size: 16px;
  color: #081945;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-result-title mark {
  display: inline;
  color: #ec3c43;
  background: transparent;
  font-weight: 800;
  padding: 0;
}

.search-result-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hit-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.hit-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #666;
}

.hit-meta-item svg,
.hit-meta-item .icon {
  width: 16px;
  height: 16px;
  color: #ec3c43;
}

.hit-price {
  font-weight: 700;
  font-size: 18px;
  color: #ec3c43;
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .search-results {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
  }

  .hit-thumbnail {
    height: 160px;
  }
}

/* --- Filter Dropdowns (from original CSS) --- */

.cob-search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cob-filter-group {
  flex: 1 1 18%;
  position: relative;
  min-width: 150px;
}

.cob-filter-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px;
  cursor: default;
  transition: all 0.2s ease-in-out;
  text-align: end;
}

.cob-filter-button:hover {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.cob-filter-button i {
  margin-inline-start: 8px;
}

.cob-filter-options {
  display: none;
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 100%;
  min-width: 250px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 15px;
  margin-top: 5px;
}

.cob-filter-options.open {
  display: block;
  z-index: var(--z-index-dropdown, 100);
}

.cob-price-box {
  min-width: 280px;
}

label.cob-label-check {
  position: relative;
  padding-inline-end: 35px;
  cursor: default;
  display: block;
  margin-bottom: 10px;
  line-height: 20px;
}

.cob-label-check input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.cob-checkmark {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.cob-label-check:hover input~.cob-checkmark {
  background-color: #ccc;
}

.cob-label-check input:checked~.cob-checkmark {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.cob-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  inset-inline-start: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.cob-label-check input:checked~.cob-checkmark:after {
  display: block;
}

.ais-SearchBox-input {
  width: 100%;
  padding: 12px 15px;
  font-size: 1.2em;
  border-radius: 5px;
}

.ais-Hits-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.ais-RefinementList-label {
  display: flex;
  align-items: center;
}

.ais-RefinementList-labelText {
  padding-inline-end: 8px;
}

.ais-RefinementList-count {
  background-color: #e9ecef;
  color: #495057;
  padding: 2px 6px;
  font-size: 0.8em;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .cob-filter-group {
    flex: 1 1 30%;
  }
}

@media (max-width: 768px) {
  .cob-filter-group {
    flex: 1 1 45%;
  }
}

@media (max-width: 576px) {
  .cob-filter-group {
    flex: 1 1 100%;
  }
}

/* --- NEW: Styling for the animated loader --- */
.cob-loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  min-height: 200px;
}

.loader span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mainColor, #888);
  /* Fallback color */
  margin: 0 5px;
  animation: loader-pulse 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}

.loader span:nth-child(1) {
  animation-delay: -0.32s;
}

/* ========================================
   FLAT DETAILS - TERM LINKS
   ======================================== */
.falt-title .term-link {
  color: inherit;
  text-decoration: none;
  transition:
    color 0.3s ease,
    opacity 0.3s ease;
  display: inline-block;
  position: relative;
}

.falt-title .term-link:hover {
  color: var(--mainColor, #ec3c43);
  opacity: 0.9;
}

.falt-title .term-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  right: 0;
  background-color: var(--mainColor, #ec3c43);
  transition: width 0.3s ease;
}

.falt-title .term-link:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

[dir="rtl"] .falt-title .term-link:after {
  right: auto;
  left: 0;
}

[dir="rtl"] .falt-title .term-link:hover:after {
  left: auto;
  right: 0;
}

.loader span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes loader-pulse {

  0%,
  80%,
  100% {
    transform: scale(0);
    opacity: 0;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

/* ========================================================================
   File: assets/css/home-sections.css
   ======================================================================== */

/*Start areas*/
.areas {
  margin-top: 100px;
  position: relative;
}

.areas .top-areas {
  display: flex;
  justify-content: space-between;
}

.head {
  font-weight: 700;
  margin-bottom: 5px;
}

.areas .top-areas h5 {
  font-weight: 400;
  margin-top: 0;
}

.areas .card {
  flex: 1;
  background-color: #fff;
  margin: 0 10px;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  border: 2px solid #f7f7f7;
  position: relative;
  z-index: var(--z-index-base, 1);
  position: relative;
  color: #000;
}

.areas .card svg {
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
}

.areas .card p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

.areas .card span {
  display: block;
  font-size: 14px;
  color: #969696;
  margin-top: 5px;
}

.areas .card button {
  padding: 5px;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.areas .areas-button {
  background-color: transparent;
  color: #000;
  border: none;
  /* padding: 10px 20px; */
  border-radius: 5px;
  cursor: default;
  margin-inline-start: 10px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.areas-button svg,
.projects-button svg,
.properties-button svg,
.motaoron-button svg,
.services-button svg,
.factorys-button svg,
.articles-button svg {
  transform: rotate(180deg);
}

[dir="rtl"] .areas-button svg,
[dir="rtl"] .projects-button svg,
[dir="rtl"] .properties-button svg,
[dir="rtl"] .motaoron-button svg,
[dir="rtl"] .services-button svg,
[dir="rtl"] .factorys-button svg,
[dir="rtl"] .articles-button svg {
  transform: rotate(0deg);
}

.swiper7 {
  width: 100%;
  height: 100%;
  padding-bottom: 45px !important;
  margin-top: 25px;
}

.swiper7::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: var(--mainColor);
  bottom: 20px;
  position: absolute;
  inset-inline-end: 20%;
}

.swiper7 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  position: relative;
  z-index: var(--z-index-base, 1);
}

.swiper7 .swiper-slide a {
  width: 100%;
  min-height: 150px;
}

.swiper7 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Styling navigation buttons */
.swiper7 .swiper-button-prev,
.swiper7 .swiper-button-next {
  position: absolute !important;
  bottom: 20px;
  z-index: 10;
  width: 35px;
  height: 35px;
  background-color: var(--mainColor);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.swiper7 .swiper-button-prev svg,
.swiper7 .swiper-button-next svg {
  width: 20px;
}

.swiper7 .swiper-button-next {
  inset-inline-end: 92%;
  top: 93%;
}

.swiper7 .swiper-button-prev {
  inset-inline-end: 96%;
  top: 93%;
}

/* Hide default arrow text for better styling */
.swiper7 .swiper-button-prev::after,
.swiper7 .swiper-button-next::after {
  font-size: 0;
}

/* Style for the active dot */
.swiper7 .swiper-pagination {
  top: 82%;
  display: flex;
  align-items: center;
  background: #fff;
  width: fit-content;
  inset-inline-end: 0;
  inset-inline-start: inherit;
  border-radius: 15px;
  height: 20px;
  margin-top: 10px;
  padding: 5px;
}

.swiper7 .swiper-pagination-bullet {
  border: 1px solid var(--mainColor);
  background-color: #fff;
  width: 10px;
  height: 10px;
}

.swiper7 .swiper-pagination-bullet-active {
  background-color: var(--mainColor);

  width: 23px;
  height: 5px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .swiper7 .swiper-button-prev {
    inset-inline-end: 87%;
  }

  .swiper7 .swiper-button-next {
    inset-inline-end: 80%;
  }

  .swiper7::after {
    width: 0;
  }

  .swiper7 .swiper-pagination {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .swiper7 .swiper-button-prev {
    inset-inline-end: 88%;
  }

  .swiper7 .swiper-button-next {
    inset-inline-end: 77%;
  }

  .swiper7::after {
    width: 0;
  }
}

@media (max-width: 480px) {
  .swiper7::after {
    width: 0;
  }
}

@media (max-width: 360px) {
  .swiper7::after {
    width: 0;
  }
}

/*End areas*/
/*Start compounds*/
.compounds {
  margin-top: var(--spacing-xl, 30px);
  background: var(--bg-secondary, #f4f4f4);
  padding: var(--spacing-lg, 20px) 0;
  position: relative;
  overflow: hidden;
  z-index: var(--z-index-base, 1);
}

.fixed-icons {
  position: fixed;
  inset-inline-start: 10px;
  top: 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1060;
  width: fit-content;
}

.fixed-icons .fixed-svg {
  width: 45px;
  height: 45px;
}

.fixed-icons .fixed-svg:nth-child(3) {
  border-radius: 15px;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
}

.fixed-icons .zoom-home {
  border: none !important;
  background: none;
  padding: 0;
  outline: none;
}

.fixed-icons .zoom-home:focus {
  outline: none;
}

/* .compounds .compounds-icons svg {
  width: 30px;
  height: 30px;
} */
.compounds .compounds-card {
  height: 175px;
}

.compounds .top-card-comp {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  top: 1px;
  inset-inline-end: -3px;
  width: 125px;
  background: #fff;
  z-index: 1;
  border-start-start-radius: 7px;
  border-end-end-radius: 15px;
}

.compounds .top-card-comp h6 {
  color: var(--mainColor);
  font-weight: 700;
  font-size: 14px;
  margin: 5px 0 0 0;
}

.compounds .top-card-comp span {
  color: #707070;
  font-size: 12px;
}

.compounds img {
  position: relative;
  border-radius: 10px;
  border: 1px solid #ec3c43cc;
  padding: 5px;
}

.swiper1 {
  width: 100%;
  height: 100%;
  padding-bottom: 45px !important;
  margin-top: 25px;
}

.swiper1::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: var(--mainColor);
  bottom: 20px;
  position: absolute;
  inset-inline-end: 20%;
}

.swiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  position: relative;
  z-index: var(--z-index-base, 1);
}

.swiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 250px;
}

/* Styling navigation buttons */
.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
  position: absolute;
  bottom: 20px;
  inset-inline-start: inherit;
  z-index: 10;
  width: 35px;
  height: 35px;
  background-color: var(--mainColor);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.swiper1 .swiper-button-prev svg,
.swiper1 .swiper-button-next svg {
  width: 20px;
}

.swiper1 .swiper-button-next {
  inset-inline-end: 92%;
  top: 93%;
}

.swiper1 .swiper-button-prev {
  inset-inline-end: 96%;
  top: 93%;
}

.swiper1 .swiper-button-prev::after,
.swiper1 .swiper-button-next::after {
  font-size: 0;
}

.swiper1 .swiper-button-prev::after {
  content: "";
}

.swiper1 .swiper-button-next::after {
  content: "";
}

/* Style for the active dot */
.swiper1 .swiper-pagination {
  top: 82%;
  display: flex;
  align-items: center;
  background: #fff;
  width: fit-content;
  inset-inline-end: 0;
  inset-inline-start: inherit;
  border-radius: 15px;
  height: 20px;
  margin-top: 10px;
  padding: 5px;
}

.swiper1 .swiper-pagination-bullet {
  border: 1px solid var(--mainColor);
  background-color: #fff;
  width: 10px;
  height: 10px;
}

.swiper1 .swiper-pagination-bullet-active {
  background-color: var(--mainColor);

  width: 23px;
  height: 5px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .swiper1 .swiper-button-prev {
    inset-inline-end: 87%;
  }

  .swiper1 .swiper-button-next {
    inset-inline-end: 80%;
  }

  .swiper1::after {
    width: 0;
  }

  .swiper1 .swiper-pagination {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .swiper1 .swiper-button-prev {
    inset-inline-end: 88%;
  }

  .swiper1 .swiper-button-next {
    inset-inline-end: 77%;
  }

  .swiper1::after {
    width: 0;
  }

  .compounds .top-card-comp {
    inset-inline-end: 14px;
  }

  .compounds-card {
    width: 90%;
  }

  .fixed-icons {
    display: none;
  }
}

@media (max-width: 480px) {
  .swiper1::after {
    width: 0;
  }
}

@media (max-width: 360px) {
  .swiper1::after {
    width: 0;
  }
}

/*End compounds*/
/*Start projects*/
.projects {
  background: #000;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  z-index: var(--z-index-base, 1);
}

.projects .top-projects {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.projects .top-projects .projects-button {
  background-color: transparent;
  color: #fff;
  border: none;
  /* padding: 10px 20px; */
  border-radius: 5px;
  cursor: default;
  margin-inline-start: 10px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.projects .projects-card {
  height: 175px;
  position: relative;
  min-width: 245px;
  z-index: var(--z-index-base, 1);
}

.projects .top-projects h5 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
}

.projects .top-card-proj {
  position: absolute;
  top: 10px;
  inset-inline-start: 10px;
  width: 35px;
  height: 35px;
  z-index: var(--z-index-content, 5);
}

.projects .top-card-proj img {
  border-radius: 50%;
  object-fit: fill;
  border: 1px solid black;
}

.projects .main-img {
  position: relative;
  border-radius: 10px;
  border: 1px solid #ffffffcc;
  padding: 5px;
}

.projects .bottom-card-proj button {
  position: absolute;
  bottom: 12px;
  display: flex;
  font-size: 12px;
  inset-inline-start: 50%;
  transform: translate(-50%, 0%);
  padding: 5px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  border: none;
  width: 200px;
}

[dir="rtl"] .projects .bottom-card-proj button {
  transform: translate(50%, 0%);
}

.projects .bottom-card-proj button svg {
  width: 20px;
  margin-inline-end: 5px;
}

/* .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 0);
  top: var(--swiper-pagination-top, auto);
  inset-inline-start: 80%;
  transform: translateX(-50%);
  width: auto;
  max-width: 100%;
} */

.swiper2 {
  width: 100%;
  height: 100%;
  padding-bottom: 45px;
  margin-top: 25px;
}

.swiper2::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: var(--mainColor);
  bottom: 20px;
  position: absolute;
  inset-inline-end: 20%;
}

.swiper2 .swiper-slide {
  position: relative;
  z-index: var(--z-index-base, 1);
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
}

.swiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.swiper2 .swiper-slide img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/* Styling navigation buttons */
.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next {
  position: absolute;
  bottom: 20px;
  inset-inline-start: inherit;
  z-index: 10;
  width: 35px;
  height: 35px;
  background-color: var(--mainColor);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.swiper2 .swiper-button-prev svg,
.swiper2 .swiper-button-next svg {
  width: 20px;
}

.swiper2 .swiper-button-next {
  inset-inline-end: 92%;
  top: 93%;
}

.swiper2 .swiper-button-prev {
  inset-inline-end: 96%;
  top: 93%;
}

.swiper2 .swiper-button-prev::after,
.swiper2 .swiper-button-next::after {
  font-size: 0;
}

.swiper2 .swiper-button-prev::after {
  content: "";
}

.swiper2 .swiper-button-next::after {
  content: "";
}

/* Style for the active dot */
.swiper2 .swiper-pagination {
  top: 82%;
  display: flex;
  align-items: center;
  background: #fff;
  width: fit-content;
  inset-inline-end: 0;
  inset-inline-start: inherit;
  border-radius: 15px;
  height: 20px;
  margin-top: 10px;
  padding: 5px;
}

.swiper2 .swiper-pagination-bullet {
  border: 1px solid var(--mainColor);
  background-color: #fff;
  width: 10px;
  height: 10px;
}

.swiper2 .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  width: 23px;
  height: 5px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .swiper2 .swiper-button-next {
    inset-inline-end: 87%;
  }

  .swiper2 .swiper-button-prev {
    inset-inline-end: 80%;
  }

  .swiper2::after {
    display: none;
  }

  .swiper2 .swiper-pagination {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .swiper2 .swiper-button-prev {
    inset-inline-end: 88%;
  }

  .swiper2 .swiper-button-next {
    inset-inline-end: 77%;
  }

  .swiper2::after {
    display: none;
  }

  .projects .top-card-comp {
    inset-inline-end: 28px;
  }

  .projects-card {
    width: 90%;
  }

  @media (max-width: 480px) {
    .swiper2::after {
      display: none;
    }
  }

  @media (max-width: 360px) {
    .swiper2::after {
      display: none;
    }
  }

  /* .mySwiper,
  .swiper1,
  .swiper2 {
    z-index: -1  ;
  } */
}

/*End projects*/

/* ========================================================================
   File: assets/css/areas.css
   ======================================================================== */

.head-areas {
  padding-top: 30px;
  border-top: 1px solid #00000033;
  /* margin-top: 20px; */
}

.head-areas .breadcrumb {
  text-align: end;
  font-size: 16px;
  background-color: #fff;
  padding: 0;
}

.head-areas .breadcrumb span a {
  color: #000;
}

.head-areas .areas-landing {
  height: 320px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.head-areas .areas-landing .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head-areas .areas-landing .img2 {
  position: absolute;
  top: 0%;
  inset-inline-end: 12%;
  width: 350px;
}

.head-areas .main-section {
  margin: 20px 0;
  text-align: end;
}

.head-areas .main-section h2 {
  font-size: 24px;
  margin: 0 0 10px;
  color: #000;
  font-weight: 700;
}

.head-areas .main-section p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.select-tabs {
  position: relative;
  display: inline-block;
}

.select-tabs select {
  padding: 10px 35px 10px 10px;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 16px;
  cursor: default;
  appearance: none;
  /* Remove default arrow */
  background-color: white;
  outline: none;
  width: 150px;
}

.arrow {
  position: absolute;
  inset-inline-end: 8px;
  top: 55%;
  transform: translateY(-50%);
  default-events: none;
}

.tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.tabs-sec .tab {
  background: #fff;
  border: 1px solid #707070;
  padding: 10px 30px;
  cursor: default;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
}

.tabs-sec .tab.active {
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  outline: none;
}

.tabs-sec .tab-panel {
  display: none;
}

.tabs-sec .tab-panel.active {
  display: block;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 10px;
}

.grid .card {
  flex: 1;
  background-color: #fff;
  margin: 0 10px;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  border: 2px solid #f7f7f7;
  position: relative;
  color: #000;
}

.grid .card svg {
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
}

.grid .card p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

.grid .card span {
  display: block;
  font-size: 14px;
  color: #969696;
  margin-top: 5px;
}

.grid .card button {
  padding: 5px;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  width: 150px;
}

.page-numbers svg {
  rotate: 180deg;
  width: 7px;
}

.pagination {
  display: flex;
  justify-content: left;
  margin-top: 20px;
}

/* .page {
  margin: 0 5px;
  padding: 5px 12px;
  background: #fff;
  border: 1px solid #00000033;
  cursor: default;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  outline: none;
}
.page:first-child,
.page:last-child {
  border: none;
  outline: none;
}
.page.active {
  background: var(--mainColor);
  color: white;
  border: none;
  outline: none;
  user-select: none;
} */

.section-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10%;
  height: 550px;
  max-width: 100%;
  background-color: #fff;
}

.section-layout .images-container {
  flex: 1;
  position: relative;
  width: 45%;
}

.section-layout .images-container .inner-img {
  position: absolute;
  top: 50%;
  inset-inline-end: -60px;
  width: 390px;
  height: 250px;
  border-radius: 25px;
}

.section-layout .images-container .inner-img .image2 {
  width: 100%;
  border-radius: 25px;
  border: 10px solid #fff;
  height: 100%;
  object-fit: cover;
}

.section-layout .images-container .image1 {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  height: 400px;
  object-fit: cover;
}

.section-layout .text-container {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-inline-end: 20px;
  position: relative;
  height: 100%;
  padding-top: 66px;
}

.section-layout .text-container::before {
  content: "";
  width: 0.5px;
  background-color: #000000;
  height: 365px;
  margin-inline-end: 10px;
  top: 0;
  inset-inline-end: -10px;
}

.outer-circle,
.outer-circle2,
.outer-circle3,
.outer-circle4 {
  width: 20px;
  height: 20px;
  border: 0.5px solid #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset-inline-end: 20px;
}

.outer-circle {
  top: 0;
}

.outer-circle2 {
  top: 13.5%;
}

.outer-circle3 {}

.outer-circle4 {
  top: 76%;
}

.inner-dot {
  width: 10px;
  height: 10px;
  background-color: var(--mainColor);
  border-radius: 50%;
}

.text-content {
  flex: 1;
  width: 45%;
}

.text-content h3 {
  position: relative;
  font-weight: 700;
}

.article-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
}

.content-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content-list li {
  margin-bottom: 20px;
}

.content-list .subtitle {
  font-size: 20px;
  margin-bottom: 5px;
  color: #000;
}

.content-list p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .head-areas .areas-landing .img2 {
    top: 35%;
    inset-inline-end: 4%;
    width: 200px;
  }

  .tabs {
    flex-wrap: wrap;
    gap: 5px;
  }

  .section-layout {
    flex-direction: column-reverse;
    gap: 100px;
    height: auto;
    margin-top: 15px;
  }

  .section-layout .text-container,
  .section-layout .images-container {
    width: 100%;
  }

  .section-layout .images-container {
    display: flex;
    justify-content: left;
  }

  .section-layout .images-container .image1 {
    width: 80%;
    height: 300px;
  }

  .section-layout .images-container .inner-img {
    top: 50%;
    inset-inline-end: -6px;
    width: 300px;
    height: 240px;
  }

  .outer-circle3 {
    top: 43%;
  }

  .outer-circle4 {
    top: 72.5%;
  }

  .text-container::before {
    height: 366px;
  }

  .tabs-sec .tab {
    width: 50%;
  }
}

/* ========================================================================
   File: assets/css/articels.css
   ======================================================================== */

.landing-articels {
  margin-bottom: 30px;
}

.landing-articels .container {
  display: flex;
  gap: 5%;
  height: 100%;
}

.landing-articels .landing-sec {
  position: relative;
  width: 65%;
}

.landing-articels .landing-sec img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.landing-articels .landing-sec .articel-text {
  position: absolute;
  width: 450px;
  background: white;
  top: 25%;
  inset-inline-end: -28%;
  transform: translateX(-50%);
  padding: 15px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.landing-articels .landing-sec .articel-text .title,
.landing-articels .landing-sec .articel-text .articles-info {
  width: 80%;
}

.sidebar {
  width: 30%;
}

.side-section {
  width: 100%;
}

.side-section .side-container {
  padding: 10px;
  border: 1px solid #000;
  border-radius: 15px;
  margin-bottom: 15px;
}

.side-container .title {
  font-size: 24px;
  margin-bottom: 10px;
}

.landing-articels .landing-sec .articel-text .title h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.landing-articels .landing-sec .articel-text .title .underline {
  width: 152px;
  height: 2px;
  background-color: var(--mainColor);
}

.landing-articels .landing-sec .articel-text .articles-info p {
  font-size: 14px;
}

.landing-articels .landing-sec .articel-text .articles-info button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--mainColor);
  padding: 3px 15px;
  color: var(--mainColor);
  font-size: 16px;
}

.side-container .items {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  position: relative;
}

.side-container .item a {
  display: flex;
  align-items: center;
  margin: 10px 0;
  color: #000;
}

.side-container .item img {
  width: 100px;
  height: 60px;
  border-radius: 15px;
  margin-inline-end: 10px;
  margin-inline-start: 10px;
  object-fit: cover;
}

.side-container .item .dot {
  width: 20px;
  height: 20px;
  border: 0.5px solid #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot .dot-inner {
  width: 10px;
  height: 10px;
  background-color: var(--mainColor);
  border-radius: 50%;
}

.side-container .items::after {
  content: "";
  width: 0.5px;
  background-color: #000000;
  height: 365px;
  margin-inline-end: 10px;
  position: absolute;
  top: 20px;
  height: 82.75%;
  z-index: -2;
}

.side-container .item span {
  font-size: 12px;
  width: 50%;
}

.side-section h3 {
  font-size: 18px;
  font-weight: 700;
}

.side-section .underline {
  width: 170px;
  height: 1px;
  background-color: #707070;
  margin-top: 15px;
}

.side-section .social-links {
  justify-content: flex-end;
  margin-top: 20px;
}

.side-section .social-links .icon-holder {
  background-color: #000;
}

.grid-articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.grid-articles .articles-card .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.tabs-sec {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .landing-articels .container {
    flex-direction: column;
    gap: 15px;
  }

  .landing-articels .landing-sec,
  .side-section {
    width: 100%;
  }

  .landing-articels .landing-sec .articel-text {
    width: 350px;
    top: 7%;
    inset-inline-end: 180px;
    transform: translateX(50%);
  }

  .side-container .item span {
    font-size: 14px;
  }

  .side-container .item img {
    width: 150px;
  }
}

/* ========================================================================
   File: assets/css/article-name.css
   ======================================================================== */

.swiper-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
}

.landing-art-name {
  margin-bottom: 25px;
}

.landing-art-name .title .underline {
  width: 200px;
  height: 2px;
  background-color: var(--mainColor);
  margin: 10px 0;
}

/* Main Swiper */
.main-swiper {
  width: 65%;
  height: 400px;
  border-radius: 20px;
}

.main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-swiper .swiper-pagination {
  display: none;
}

/* Thumbnails Swiper */
.thumbnails-swiper {
  width: 30%;
  height: 400px;
}

/* Thumbnails Style */
.thumbnails-swiper .swiper-slide {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  margin-bottom: 15px;
}

.thumbnails-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
  .swiper-container {
    flex-direction: column;
  }

  .thumbnails-swiper {
    display: none;
    /* Hide thumbnails on mobile */
  }

  .main-swiper {
    width: 100%;
    /* Make the main swiper full width */
  }
}

.first-writer {
  margin-bottom: 25px;
}

.first-writer .container {
  display: flex;
  justify-content: space-between;
}

.first-writer .right-writer ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.first-writer .right-writer ul li img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  object-fit: cover;
}

.first-writer .right-writer ul li {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
  color: #20201e;
}

.first-writer .left-writer {
  width: 290px;
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--mainColor);
  padding: 5px 25px;
  border-radius: 20px;
}

.first-writer .left-writer .share a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #102231;
}

.first-writer .left-writer .social-writer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-writer .left-writer .social-writer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.first-writer .left-writer .social-writer ul li {
  display: flex;
  align-items: center;
}

.article-content {
  margin-bottom: 30px;
}

.article-content .container {
  display: flex;
  justify-content: space-between;
}

.article-content .article-text {
  width: 60%;
  font-size: 18px;
}

.article-content h6 {
  font-weight: 700;
}

.article-content .article-text .sec-writer {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 25px;
  background: #fdfcfb;
}

.article-content .article-text .sec-writer .sec-ul p {
  color: #707070;
}

.article-content .article-text .sec-writer .sec-ul li:first-child {
  margin-bottom: 10px;
}

.article-content .article-text .sec-writer .sec-ul .sec-ul-in-1 {
  display: flex;
  gap: 20px;
}

.article-content .article-text .sec-writer .sec-ul .sec-ul-in-1 li img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  object-fit: cover;
}

.article-content .article-text .sec-writer .sec-ul .sec-ul-in-1 .sec-writer-social {
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {

  .first-writer .container,
  .article-content .container {
    flex-direction: column-reverse;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .article-content .container {
    flex-direction: column;
  }

  .article-content .article-text {
    width: 90%;
  }
}

/* ========================================================================
   File: assets/css/city.css
   ======================================================================== */

.pagination-city {
  padding-top: 25px;
}

.pagination-city .top-compounds {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-compounds .results-count {
  margin: 5px 0;
  font-weight: 400;
}

.properties-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
}

.properties-cards .properties-card {
  overflow: hidden;
  border: 1px solid #00000033;
  border-radius: 15px;
  height: 440px;
  /* max-width: 365px; */
}

@media (min-width: 768px) {
  .properties-cards .properties-card {
    max-width: 450px;
  }
}

.head-city {
  padding-top: 30px;
  border-top: 1px solid #00000033;
  /* margin-top: 20px; */
}

.head-city .breadcrumb {
  text-align: end;
  font-size: 16px;
  background-color: transparent;
}

.head-city .breadcrumb span a {
  color: #000;
}

.head-city .main-section {
  display: flex;
  padding-bottom: 30px;
  gap: 20%;
}

@media (max-width: 767px) {
  .head-city .main-section {
    flex-direction: column-reverse;
    gap: 25px;
  }
}

.city-layout-section::after {
  content: "";
  height: 5px;
  width: 100%;
  background-color: var(--mainColor);
  position: absolute;
}

.city-layout,
.city-layout-section {
  background-color: #f4f4f4;
}

.city-layout .text-container::before {
  content: "";
  width: 0;
  height: 0;
}

.city-layout .text-container {
  padding-inline-end: 0;
}

.city-layout .text-container .content-list li {
  margin-bottom: 0;
}

.city-layout .text-container .content-list li p {
  font-size: 16px;
}

.city-layout .text-container .content-list li button {
  padding: 5px 20px;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  cursor: default;
  font-weight: 700;
}

.city-layout .images-container .inner-img {
  inset-inline-start: -60px;
  inset-inline-end: inherit;
}

@media (max-width: 767px) {
  .city-layout .images-container .inner-img {
    inset-inline-start: -5px;
    inset-inline-end: inherit;
  }

  .city-layout-section {
    padding-top: 25px;
  }

  .city-layout .images-container {
    justify-content: flex-start;
  }

  .city-layout .text-container .content-list li button {
    margin-bottom: 25px;
  }
}

.roads-section {
  padding-inline-end: 20px;
  margin-bottom: 40px;
}

.section-title {
  font-size: 24px;
  font-weight: 700;

  color: #000;
}

.section-description {
  font-size: 1rem;
  color: #000;
  margin-bottom: 20px;
  width: 45%;
}

.roads-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.road-card {
  flex: 0 1 calc(16.6% - 10px);
  /* Adjust card width for 6 items in a row */
  padding: 10px;
  text-align: center;
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
}

@media (max-width: 767px) {
  .roads-container {
    gap: 30px;
  }

  .section-description {
    width: 100%;
  }
}

.pagination-city .swiper-in .swiper-pagination {
  inset-inline-start: calc(50% - 44px);
}

/* ========================================================================
   File: assets/css/contact.css
   ======================================================================== */

/* Legacy backup before CSS refactor */
.contact-page {
  padding-bottom: 30px;
  padding-top: 30px;
}

.contact-page .container {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
}

.map-container {
  width: 60%;
}

.map-container h6 {
  font-weight: 700;
}

.map-container p {
  display: flex;
  font-size: 14px;
  gap: 5px;
  align-items: center;
  margin-bottom: 0;
}

.map-container iframe {
  width: 100%;
  height: 300px;
  border: 0;
  margin-top: 15px;
  border-radius: 15px;
}

.form-contain {
  width: 35%;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-contain h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: end;
}

.form-contain label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: start;
  font-weight: 700;
  color: #000;
}

.form-contain input,
.form-contain textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 7px;
  font-size: 14px;
}

.form-contain button {
  width: 100%;
  background-color: var(--mainColor);
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: default;
}

.form-contain button:hover {
  background-color: #d32f2f;
}

.company-details {
  text-align: end;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company-details p {
  font-size: 14px;
  margin: 5px 0;
}

.company-details .svg-hold {
  width: 40px;
  height: 40px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.right-comp ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.left-comp ul,
.right-comp ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .company-details {
    flex-direction: column;
    gap: 15px;
  }

  .contact-page .container {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .map-container,
  .form-contain {
    width: 100%;
  }

  .right-comp ul {
    justify-content: space-between;
  }
}

/* ========================================================================
   File: assets/css/factory-det.css
   ======================================================================== */

.factorys-det {
  background-color: #f4f4f4 !important;
  background-image: none !important;
}

.factorys-det .top-factorys {
  color: #000 !important;
}

.factory-pop-swiper2,
.factory-pop-swiper {
  width: 100%;
}

.factory-pop-swiper2 .swiper-slide {
  overflow: hidden;
  border-radius: 15px;
}

.factory-pop-swiper2 .swiper-slide,
.factory-pop-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.factory-pop-swiper2 .swiper-slide img,
.factory-pop-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.factory-pop-swiper2 {
  height: 350px;
  width: 100%;
  border-radius: 15px;
}

.factory-pop-swiper {
  height: 150px;
  box-sizing: border-box;
  padding: 10px 0;
}

.factory-pop-swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.8;
}

.factory-pop-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.factory-pop-swiper2 .swiper-button-prev,
.factory-pop-swiper2 .swiper-button-next {
  width: 35px;
  height: 35px;
  background-color: #000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  position: absolute;
}

.factory-pop-swiper2 .swiper-button-prev svg,
.factory-pop-swiper2 .swiper-button-next svg {
  width: 20px;
}

.factory-swiper2,
.factory-swiper {
  width: 100%;
  height: 100%;
}

.factory-swiper2 .swiper-slide {
  overflow: hidden;
  border-radius: 15px;
}

.factory-swiper2 .swiper-slide,
.factory-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.factory-swiper2 .swiper-slide img,
.factory-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.factory-swiper2 {
  height: 70%;
  width: 100%;
  border-radius: 15px;
}

.factory-swiper {
  height: 30%;
  box-sizing: border-box;
  padding: 10px 0;
}

.factory-swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.8;
}

.factory-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.all-det .factory-price {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #00000033;
  border-radius: 15px;
}

.all-det .factory-price p {
  color: var(--mainColor);
}

.all-det .factory-price p span {
  color: #000;
}

.factory-details table {
  overflow: auto;
}

/* ========================================================================
   File: assets/css/factorys.css
   ======================================================================== */

.factorys-title {
  margin-bottom: 30px;
}

.factorys-title h6 {
  font-size: 22px;
  font-weight: 700;
}

.factorys-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
}

@media (min-width: 768px) {
  .factorys-cards .factorys-card {
    max-width: 450px;
  }
}

.factorys-cards .factorys-card .bottom-factorys-swiper {
  padding: 5px 15px;
  border: 1px solid #0000001a;
  border-top: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.factorys-cards .factorys-card .bottom-factorys-swiper ul {
  margin-top: 10px;
}

.factorys-cards .factorys-card .big-ul {
  height: auto !important;
}

.factorys-cards .factorys-card .big-ul li:nth-child(1):not(.bottom-factorys-swiper ul li:first-child) {
  height: 200px;
}

.factorys-cards .swiper-in .swiper-pagination {
  inset-inline-start: 43% !important;
}

/* ========================================================================
   File: assets/css/flat-det.css
   ======================================================================== */

.head-flat {
  background-color: #fff;
}

.facility-img {
  width: 20px;
  margin: auto 8px;
  padding: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.flat-details {
  width: 47%;
}

.all-det {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.all-det .head-det li:first-child {
  display: flex;
  gap: 20px;
  align-items: center;
}

.all-det .head-det li img {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  border: 1px solid #00000033;
  box-shadow: 0px 4px 10px 0px #0000001a;
}

.all-det .head-det li .falt-title h6,
.all-det li h6 {
  font-weight: 700;
}

.all-det .head-det li .falt-title h6 {
  font-size: 16px;
  margin: 10px 0;
}

.all-det .head-det li .falt-title span {
  color: #707070;
}

.all-det .flat-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.all-det .flat-price li,
.all-det .flat-price li ul {
  width: 100%;
}

.all-det .flat-price li:first-child {
  text-align: center;
}

.all-det .flat-price li ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  text-align: center;
}

.all-det .flat-price li ul li p {
  text-align: center;
  color: var(--mainColor);
  font-size: 16px;
}

.all-det .flat-price h6 {
  font-size: 20px;
}

.table-container {
  border-radius: 20px;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
}

table th:first-child {
  border-start-start-radius: 15px;
}

table th:last-child {
  border-start-end-radius: 15px;
}

table td:first-child {
  border-end-start-radius: 15px;
}

table td:last-child {
  border-end-end-radius: 15px;
}

th span,
td span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  gap: 5px;
}

/* th svg,
td svg {
  margin-inline-start: 10px;
} */
th,
td {
  padding: 15px;
  text-align: center;
  border: 1px solid #0000000d;
  font-size: 14px;
  color: #000;
}

/* @media (max-width: 600px) {
  th,
  td {
    display: block;
    text-align: end;
  }
  th {
    position: absolute;
    inset-inline-start: -9999px;
  }
  td {
    padding-inline-start: 50%;
    text-align: center;
    position: relative;
  }
  td::before {
    content: attr(data-label);
    position: absolute;
    inset-inline-start: 80px;
    font-weight: bold;
  }
} */
.main-flat {
  position: relative;
  padding-top: 40px;
}

.main-flat .container {
  display: flex;
  gap: 2%;
  position: relative;
}

.main-flat .flat-slider {
  width: 50%;
  height: 450px;
}

.flat-swiper2,
.flat-swiper {
  width: 100%;
  height: 100%;
}

.flat-swiper2 .swiper-slide {
  overflow: hidden;
  border-radius: 15px;
}

.flat-swiper2 .swiper-slide,
.flat-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.flat-swiper2 .swiper-slide img,
.flat-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.flat-swiper2 {
  height: 70%;
  width: 100%;
  border-radius: 15px;
}

.flat-swiper {
  height: 30%;
  box-sizing: border-box;
  padding: 10px 0;
}

.flat-swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.8;
}

.flat-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.flat-swiper2 .swiper-button-prev,
.flat-swiper2 .swiper-button-next {
  width: 35px;
  height: 35px;
  background-color: var(--mainColor);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  position: absolute;
}

.flat-swiper2 .swiper-button-prev svg,
.flat-swiper2 .swiper-button-next svg {
  width: 20px;
}

.flat-swiper2 .swiper-button-prev::after,
.flat-swiper2 .swiper-button-next::after {
  font-size: 0;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  z-index: 1001;
  border-radius: 5px;
  width: 70%;
  max-width: 650px;
}

[dir="rtl"] .popup {
  transform: translate(50%, -50%);
}

.btn {
  padding: 0 10px;
  background-color: transparent;
  color: white;
  border: none;
  cursor: default;
  position: absolute;
  top: 365px;
  inset-inline-end: 60px;
  z-index: 111;
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: var(--z-index-overlay, 900);
}

.pop-swiper2,
.pop-swiper {
  width: 100%;
}

.pop-swiper2 .swiper-slide {
  overflow: hidden;
  border-radius: 15px;
}

.pop-swiper2 .swiper-slide,
.pop-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.pop-swiper2 .swiper-slide img,
.pop-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.pop-swiper2 {
  height: 350px;
  width: 100%;
  border-radius: 15px;
}

.pop-swiper2 .swiper-pagination {
  display: none;
}

.pop-swiper {
  height: 150px;
  box-sizing: border-box;
  padding: 10px 0;
}

.pop-swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.8;
}

.pop-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.pop-swiper2 .swiper-button-prev,
.pop-swiper2 .swiper-button-next {
  width: 35px;
  height: 35px;
  background-color: #000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  position: absolute;
}

.pop-swiper2 .swiper-button-prev svg,
.pop-swiper2 .swiper-button-next svg {
  width: 20px;
}

#closePopup,
#closePopupZoom,
#closePopupZoomOpety,
#closepopupContactOpety,
#closePopupContact {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 50%;
  cursor: default;
  margin-bottom: 10px;
}

.landing-flat .container {
  display: flex;
  gap: 5%;
  padding: 20px;
}

.left-landing-flat {
  padding: 5px 20px 10px;
  width: 30%;
  border: 1px solid #000;
  height: fit-content;
  border-radius: 15px;
}

.right-landing-flat {
  width: 65%;
}

.right-landing-flat .underline {
  width: 60px;
  height: 2px;
  background: var(--mainColor);
  margin-bottom: 10px;
}

.tabs-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.flatTab,
.popup-flatTab {
  padding: 10px 20px;
  border: none;
  cursor: default;
  background-color: #fff;
  outline: none;
  color: #7b7b7b;
  font-weight: 700;
  transition: all 0.3s;
}

.flatTab:focus,
.popup-flatTab:focus {
  outline: none;
}

.flatTab.active,
.popup-flatTab.active {
  border-bottom: 2px solid var(--mainColor);
  color: var(--mainColor);
  outline: none;
}

.flatTab-content,
.popup-flatTab-content {
  display: none;
}

.flatTab-content.active,
.popup-flatTab-content.active {
  display: block;
  /* height: 300px;
  max-height: 300px;
  overflow-y: auto; */
}

.flatTab-content input,
.popup-flatTab-content input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e1e4ea;
  border-radius: 5px;
  width: 100%;
  margin: 10px 0;
}

.flatTab-content input::placeholder,
.popup-flatTab-content input::placeholder {
  color: #a1aecb;
}

.date-picker,
.time-picker {
  margin-bottom: 15px;
}

.flatTab-content .time-picker select,
.popup-flatTab-content .time-picker select {
  padding: 10px;
  width: 100%;
  border: 1px solid #00000033;
  border-radius: 5px;
  margin: 10px 0;
}

.right-landing-flat .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 15px;
}

.right-landing-flat .tags .tag {
  background: #fff;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #000;
  border-radius: 15px;
}

.right-landing-flat h5,
.right-landing-flat h6 {
  margin: 15px 0;
  font-weight: 700;
  font-size: 16px;
}

.payment-plans {
  display: flex;
  gap: 25px;
  align-items: center;
}

.payment-plans .plan {
  margin-top: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.payment-plans .plan h6 {
  font-weight: 700;
  font-size: 20px;
}

.payment-plans .plan p {
  margin-bottom: 0;
}

.payment-plans .plan:nth-child(1),
.payment-plans .plan:nth-child(2) {
  color: #000;
  background-color: #fff5f6;
  border-radius: 15px;
  cursor: default;
}

.payment-plans .plan:nth-child(3) {
  background-color: #e4ebf2;
  border-radius: 15px;
  cursor: default;
}

.overlay2 {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay2.hidden {
  display: none;
}

.popup2 {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.close-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: default;
}

.long-txt {
  color: #707070;
}

.date-swiper,
.date-swiper-zoom {
  width: 100%;
  height: 100%;
  margin: 10px 0;
}

.date-swiper .swiper-slide,
.date-swiper-zoom .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.date-swiper .date-btn,
.date-swiper-zoom .date-btn {
  padding: 10px 15px;
  border-radius: 15px;
  margin: 8px 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  cursor: default;
  width: 92.3333px;
  max-width: 92.3333px;
}

.date-swiper .date-btn p,
.date-swiper-zoom .date-btn p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.date-swiper .date-btn:focus,
.date-swiper-zoom .date-btn:focus,
.flatTab-content input:focus,
.flatTab-content select:focus {
  outline: none;
}

.confirm {
  width: 100%;
  background-color: var(--mainColor);
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 10px;
  cursor: default;
}

.flatTab-content span,
.popup-flatTab-content span {
  font-size: 14px;
  display: flex;
  justify-content: start;
  margin-top: 10px;
}

/* .facility-img svg {
  fill: var(--mainColor);
} */
.flatTab-content label {
  font-size: 14px;
  font-weight: 700;
}

.flat-properties {
  background-color: #f4f4f4 !important;
}

.flat-properties .properties-card .bottom-properties-swiper {
  background-color: #fff !important;
}

@media (max-width: 767px) {
  .main-flat .container {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .landing-flat .container {
    flex-direction: column;
    gap: 15px;
  }

  .flat-details,
  .main-flat .flat-slider,
  .right-landing-flat,
  .left-landing-flat {
    width: 100%;
  }

  .btn {
    top: 365px;
    inset-inline-start: 77%;
    padding: 0px 5px;
    content: "";
  }

  .btn span {
    display: none;
  }

  .popup {
    width: 90%;
    z-index: var(--z-index-modal, 1050);
  }

  .pop-swiper2 {
    height: 280px;
  }

  .pop-swiper {
    height: 120px;
  }
}

.similar-units-pagination-container {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  align-items: center;
}

/* ========================================================================
   File: assets/css/flats.css
   ======================================================================== */

/* ========================================================================
   File: assets/css/hiring.css
   ======================================================================== */

/* General Page Styles */
.head-we .areas-landing {
  width: 100%;
  height: 320px;
  position: relative;
  margin-bottom: 30px;
}

.head-we .areas-landing .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head-we .areas-landing .img2 {
  position: absolute;
  top: 10%;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  width: 375px;
  height: auto;
}

.hiring-landing {
  padding: 30px 0;
}

.hiring-landing .container {
  display: flex;
  gap: 5%;
}

/* Hiring Swiper Styles */
.hiring-swiper {
  padding: 10px;
  width: 100%;
}

.right-hiring {
  width: 40%;
}

.right-hiring h2 {
  font-size: 22px;
  font-weight: 700;
}

.right-hiring .underline,
.jobs .underline {
  width: 50px;
  height: 3px;
  background: var(--mainColor);
  margin-bottom: 20px;
}

.right-hiring p {
  font-size: 18px;
  line-height: 35px;
}

.left-hiring {
  width: 55%;
}

.hiring-swiper .swiper-slide img {
  width: 100%;
  height: 250px;
  cursor: default;
  transition: transform 0.3s;
  object-fit: cover;
  position: relative;
}

.hiring-swiper .swiper-slide-active {
  margin-top: 25px;
}

.hiring-swiper .underline {
  position: absolute;
  bottom: -5px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 5px;
  background-color: var(--mainColor);
  opacity: 0;
  transition: opacity 0.3s;
}

.swiper-backface-hidden .swiper-slide-next .underline {
  display: none;
}

.hiring-swiper .swiper-slide-active .underline {
  opacity: 1 !important;
}

.hiring-swiper .swiper-button-prev,
.hiring-swiper .swiper-button-next {
  position: absolute;
  bottom: 20px;
  inset-inline-start: 20px;
  z-index: 10;
  width: 35px;
  height: 35px;
  background-color: var(--mainColor);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.hiring-swiper .swiper-button-prev svg,
.hiring-swiper .swiper-button-next svg {
  width: 20px;
}

.hiring-swiper .swiper-button-next {
  inset-inline-end: 62%;
  top: 95%;
}

.hiring-swiper .swiper-button-prev {
  inset-inline-end: 55%;
  top: 95%;
}

.hiring-swiper .swiper-button-prev::after,
.hiring-swiper .swiper-button-next::after {
  font-size: 0;
}

.hiring-swiper .swiper-pagination {
  text-align: end;
  bottom: 95%;
  display: flex;
  align-items: center;
  width: 150px;
  inset-inline-end: 15%;
}

.hiring-swiper .swiper-pagination-bullet {
  width: 23px;
  height: 5px;
  background-color: #d9d9d9;
  border-radius: 0;
}

.hiring-swiper .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  width: 23px;
  height: 5px;
}

/* Video Section */
.hiring-video {
  background: #f4f4f4;
  padding: 20px;
}

.hiring-video .head-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.hiring-video .video-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hiring-video .video-content video {
  z-index: 11;
  cursor: default;
  border-radius: 2rem;
}

.hiring-video .video-content .video-div {
  position: absolute;
  width: 620px;
  height: 220px;
  transform: translate(0, -15px);
  z-index: 1;
}

.hiring-video .video-content .video-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 111;
  border-radius: 50%;
  background-color: var(--mainColor);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}

/* Job Listings Section */
.jobs {
  padding: 20px;
}

.job-listing {
  background: #f4f4f4;
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 20px;
  transition: all 0.3s ease;
}

.job-title {
  font-size: 18px;
  font-weight: bold;
  cursor: default;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-title h6 {
  font-weight: 700;
  margin: 10px 0;
}

.job-title span {
  font-weight: 300;
  font-size: 12px;
}

.job-title button,
.apply-button {
  padding: 15px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--mainColor);
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: default;
}

.apply-button {
  font-size: 14px;
  padding: 12px;
}

.job-title button:focus,
.apply-button:focus {
  outline: none;
  background-color: #a30e14;
  transition: all 0.3s;
}

.job-details {
  display: none;
  /* Keep this for the slideToggle to work */
  margin-top: 10px;
  padding: 15px;
  text-align: start;
  background: #fff;
  border-radius: 20px;
}

.toggle-icon {
  transition: transform 0.3s ease;
}

/* This class is now added via JS, not part of .active */
.toggle-icon.rotated {
  transform: rotate(180deg);
}

.bottom-job {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-job .bottom-tags {
  display: flex;
  gap: 25px;
}

.bottom-job .bottom-tags li {
  padding: 5px 10px;
  background: #f4f4f4;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ========================================= */
/* MODIFIED & ADDED CODE FOR JOB POPUP       */
/* ========================================= */

/* Default hidden state for the popup and overlay */
.job-overlay,
.job-popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.job-overlay {
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.job-popup {
  top: 50%;
  inset-inline-start: 50%;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 5px;
  width: 70%;
  padding: 25px;
  height: 85vh;
  overflow-y: auto;
  /* Changed to auto to show scrollbar only when needed */
  transform: translate(-50%, -45%);
  /* Starts a bit higher for a nice effect */
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}

/* Active state to show the popup and overlay */
.job-overlay.active,
.job-popup.active {
  opacity: 1;
  visibility: visible;
}

.job-popup.active {
  transform: translate(-50%, -50%);
  /* Moves to the exact center when active */
}

/* Popup Form Styles */
.job-popup ul {
  display: flex;
  flex-direction: column;
  direction: rtl;
  /* Note: RTL direction is set here */
  gap: 10px;
}

.job-popup ul li:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job-popup ul li:nth-child(3),
.job-popup ul li:nth-child(4) {
  display: flex;
  align-items: center;
  gap: 10%;
}

.job-popup ul li .close-job-popup {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--mainColor);
  color: #fff;
  border-radius: 50%;
  cursor: default;
  border: none;
  padding: 0;
  /* Reset padding for button */
}

.job-popup ul li .close-job-popup:focus {
  outline: none;
}

.job-popup ul li h5 {
  border-bottom: 4px solid var(--mainColor);
  padding-bottom: 10px;
  color: var(--mainColor);
  font-weight: 700;
}

.job-popup ul li label {
  font-size: 16px;
  font-weight: 700;
}

.job-popup ul li h6 {
  font-weight: 700;
}

.job-popup ul li:nth-child(2) span {
  font-weight: 300;
  font-size: 12px;
}

.job-popup ul li:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.job-popup ul li .input-div {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.job-popup ul li input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e1e4ea;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
}

.job-popup ul li input::placeholder,
.job-popup ul li textarea::placeholder {
  color: #a1aecb;
}

/* File Input Styles */
.file-input-container {
  position: relative;
}

.file-input {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: default;
}

.file-input-label {
  display: flex;
  justify-content: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  cursor: default;
  border: 2px dashed #e1e4ea;
  align-items: center;
  font-size: 18px;
  color: #333;
  margin-top: 15px;
  gap: 15px;
}

.file-svg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
  background: var(--Colors-Gold-gold20, #f8f4f0);
}

.file-text {
  margin-top: 15px;
}

.file-text p {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}

.file-text span {
  text-decoration: underline;
  font-size: 18px;
  font-weight: 400;
  color: var(--Colors-Gold-gold100, #b49164);
}

.input-div2 .file-span {
  display: flex;
  justify-content: end;
  margin-top: 5px;
  color: var(--Colors-Neutral-neutral60, #7e8387);
  font-weight: 300;
  font-size: 12px;
}

.input-div2 {
  display: flex;
  flex-direction: column;
}

.input-div2 textarea {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e1e4ea;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  height: 150px;
}

.job-popup ul li button[type="submit"] {
  padding: 10px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--mainColor);
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: default;
  width: 75%;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .hiring-swiper .swiper-button-next {
    inset-inline-end: 87%;
  }

  .hiring-swiper .swiper-button-prev {
    inset-inline-end: 80%;
  }
}

@media (max-width: 767px) {
  .hiring-landing {
    padding-bottom: 20px;
  }

  .hiring-landing .container {
    flex-direction: column;
  }

  .right-hiring,
  .left-hiring,
  .hiring-video .head-video,
  .hiring-video .video-content .video-div,
  video {
    width: 100%;
  }

  .hiring-swiper .swiper-button-prev {
    inset-inline-end: 52%;
  }

  .hiring-swiper .swiper-button-next {
    inset-inline-end: 62%;
  }

  .bottom-job {
    flex-direction: column;
    gap: 15px;
  }

  .job-popup {
    width: 90%;
    /* Make popup wider on small screens */
  }

  .job-popup ul li:nth-child(3),
  .job-popup ul li:nth-child(4) {
    flex-direction: column;
    gap: 0;
  }

  .job-popup ul li .input-div {
    width: 100%;
  }
}

/* ========================================================================
   File: assets/css/motawren.css
   ======================================================================== */

.motaoron-card {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ec3c4380;
  border-radius: 15px;
  padding: 20px;
}

.motaoron-card .motaoron-img img {
  display: block;
  width: 100%;
  object-fit: fill;
  max-width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.motaoron-card .motaoron-img img:hover {
  transform: scale(1.1);
}

/* ========================================================================
   File: assets/css/motawren-det.css
   ======================================================================== */

.main-section .head-main {
  display: flex;
  margin-bottom: 15px;
}

.main-section .head-main ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-section .head-main ul li img {
  width: 120px;
  height: 120px;
  object-fit: fill;
  border-radius: 50%;
  border: 1px solid #00000033;
}

.main-section .head-main ul li h6 {
  font-weight: 700;
}

.main-section .head-main ul li span {
  font-size: 14px;
  color: var(--mainColor);
}

.pagination-brand {
  padding-top: 30px;
}

.pagination-brand .top-compounds {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.section-layout2 {
  height: auto;
}

.section-layout2 .article-title {
  margin-bottom: 5px;
}

.section-layout2 .underline {
  width: 60px;
  height: 2px;
  background: var(--mainColor);
  margin-bottom: 30px;
}

.section-layout2 .outer-circle2 {
  top: 10%;
}

.section-layout2 .outer-circle3 {
  top: 32%;
}

.section-layout2 .outer-circle4 {
  top: 54%;
}

.section-layout2 .outer-circle5 {
  width: 20px;
  height: 20px;
  border: 0.5px solid #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset-inline-end: 20px;
}

.section-layout2 .text-container::before {
  height: 490px;
}

.section-layout2 ul li button {
  padding: 5px 20px;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  cursor: default;
  font-weight: 700;
  background-color: #fff;
}

.contact-brand {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-layout2 .outer-circle2 {
    top: 9%;
  }

  .section-layout2 .outer-circle3 {
    top: 30%;
  }

  .section-layout2 .outer-circle4 {
    top: 50.5%;
  }

  .section-layout2 .text-container::before {
    height: 512px;
    margin-inline-end: 9.5px;
  }
}

/* ========================================================================
   File: assets/css/projects.css
   ======================================================================== */

.head-projects {
  padding-top: 30px;
  border-top: 1px solid #00000033;
  /* margin-top: 20px; */
}

.head-projects .breadcrumb {
  text-align: end;
  font-size: 16px;
  background-color: #fff;
}

.head-projects .breadcrumb span a {
  color: #000;
}

.pagination-section {
  margin-bottom: 25px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  margin-top: 25px;
}

.cards .projects-card {
  height: 175px;
  position: relative;
}

.loader {
  width: 100px;
  border-radius: 100%;
  position: relative;
  margin: 40px auto;
}

/* LOADER 1 */

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  inset-inline-start: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: var(--mainColor);
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 10px solid #ccc;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* LOADER 2 */

#loader-2 span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--mainColor);
  margin: 35px 5px;
}

#loader-2 span:nth-child(1) {
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2) {
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3) {
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {

  0%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.cards .top-projects h5 {
  font-weight: 400;
  font-size: 16px;
}

.cards .top-card-proj {
  position: absolute;
  top: 10px;
  inset-inline-start: 15px;
  width: 40px;
  height: 40px;
  z-index: var(--z-index-content, 5);
}

.cards .top-card-proj img {
  border-radius: 50%;
  object-fit: fill;
  border: 1px solid var(--mainColor);
  width: 100%;
  height: 100%;
}

.cards .main-img {
  position: relative;
  border-radius: 20px;
  border: 1px solid #ffffffcc;
  padding: 5px;
  width: 100%;
  height: 100%;
}

.cards .bottom-card-proj button {
  position: absolute;
  bottom: 14px;
  display: flex;
  font-size: 12px;
  inset-inline-end: 20px;
  padding: 5px 30px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  border: none;
}

.cards .bottom-card-proj button svg {
  width: 20px;
  margin-inline-start: 5px;
}

.pagination-section .pagination {
  display: flex;
  justify-content: left;
  margin-top: 20px;
}

.pagination .nav-links {
  border-left: none;
  padding-inline-start: 0;
}

.pagination-section .page {
  margin: 0 5px;
  padding: 5px 12px;
  background: #fff;
  border: 1px solid #00000033;
  cursor: default;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row;
  outline: none;
}

.pagination-section .page:first-child,
.pagination-section .page:last-child {
  border: none;
  outline: none;
}

.pagination-section .page.active a {
  color: white;
}

.pagination-section .page a {
  color: var(--mainColor);
}

.pagination-section .page.active {
  background: var(--mainColor);
  color: white;
  border: none;
  outline: none;
  user-select: none;
  width: 130px;
  display: flex;
  justify-content: center;
  padding: 12px 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .cards .projects-card {
    width: 100%;
  }

  .cards .bottom-card-proj button {
    inset-inline-end: 30%;
  }
}

.properties-cards.is-loading {
  opacity: 0.55;
  default-events: none;
}

.similar-units-pagination.is-disabled a {
  default-events: none;
  opacity: 0.6;
}

/* ========================================================================
   File: assets/css/services.css
   ======================================================================== */

/* Legacy backup before CSS refactor */
/* start head-services */
.head-services {
  padding-top: 50px;
  border-top: 1px solid #00000033;
  /* margin-top: 20px; */
  background: #f4f4f4;
}

.head-services .breadcrumb {
  text-align: end;
  font-size: 16px;
  background-color: transparent;
  padding: 0;
  display: none;
}

.head-services .breadcrumb span a {
  color: #000;
}

.main-section .images-container {
  flex: 1;
  position: relative;
  width: 45%;
}

.head-services .main-section {
  display: flex;
  padding-bottom: 30px;
  padding-top: 80px;
  gap: 20%;
}

.main-section .images-container,
.main-section .text-container {
  width: 40%;
  max-height: 500px;
}

.main-section .images-container .inner-img {
  position: absolute;
  top: 17%;
  inset-inline-end: -145px;
  width: 310px;
  height: 200px;
  border-radius: 25px;
}

.main-section .images-container .inner-img .image2 {
  width: 100%;
  border-radius: 25px;
  border: 5px solid #fff;
  height: 100%;
  object-fit: cover;
}

.main-section .images-container .image1 {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  height: 300px;
  object-fit: cover;
}

.main-section .text-container h2,
.main-section .text-container h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.main-section .text-container h2 {
  color: var(--mainColor);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 25px;
}

.main-section .text-container h3 {
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}

.main-section .text-container p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 25px;
    padding: 0;
  }

  .head-services .main-section {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .main-section .text-container {
    width: 100%;
  }

  .main-section .images-container {
    width: 80%;
    align-self: flex-start;
  }

  .main-section .images-container .inner-img {
    inset-inline-end: -100px;
    width: 250px;
  }
}

/* start button-container  */
.button-container {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  flex-wrap: wrap;
}

.button-container .button {
  padding: 7px 13px;
  border: none;
  border-radius: 10px;
  color: white;
  cursor: default;
  font-size: 14px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 22.5%;
}

/* .button-container .button svg {
  width: 25px;
  height: 25px;
} */
.button-container .call {
  background-color: var(--mainColor);
}

.button-container .whatsapp {
  background-color: #00de3e;
}

.button-container .zoom {
  background-color: #357cdc;
  width: 100px;
}

.button-container .help {
  background-color: #000;
}

.button-container .button:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .button-container .button {
    flex: 0 0 45%;
    margin: 10px 0;
  }

  .button-container .zoom {
    width: fit-content;
  }
}

/* End button-container  */
/* end head-services */
/* start services-cards  */
.all-services {
  padding: 35px 0;
}

.all-services .container {
  border-bottom: 1px solid #00000033;
  padding-bottom: 40px;
}

.all-services h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.all-services h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: var(--mainColor);
  margin-top: 5px;
}

.all-services .services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  width: 100%;
}

.all-services .services-cards .services-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  z-index: 1000;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  gap: 15px;
  border: 1px solid #000000;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.12),
    0 2px 4px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  /* Smooth transition for hover effects */
}

.all-services .services-cards .services-card:hover {
  transform: translateY(-10px);
  /* Slightly raise the card */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  /* Soft shadow for the "lift" effect */
  background: #f7f7f7;
  /* Light background color change */
}

.all-services .services-cards .services-card h5 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
}

.all-services .services-cards .services-card .svg-hold {
  width: 50px;
  height: 50px;
  background: var(--mainColor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.all-services .services-cards .services-card p {
  text-align: center;
}

/* End services-cards  */
/*Start experts*/
.experts {
  margin-bottom: 30px;
}

.experts .top-experts {
  display: flex;
  justify-content: center;
  align-items: center;
}

.experts .top-experts h3 {
  font-weight: 700;
}

.experts .top-experts h3::after {
  content: "";
  display: block;
  width: 85%;
  height: 3px;
  background: var(--mainColor);
  margin: 0 auto;
  margin-top: 7px;
}

.experts .experts-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 230px;
}

.experts .experts-info h6 {
  font-size: 20px;
  font-weight: 700;
}

.experts .experts-info span {
  font-size: 14px;
}

/*End motaoron*/

/* ========================================================================
   File: assets/css/we.css
   ======================================================================== */

.head-we {
  padding-top: 30px;
  border-top: 1px solid #00000033;
  /* margin-top: 20px; */
}

.head-we .breadcrumb {
  text-align: end;
  font-size: 16px;
  background-color: transparent;
  padding: 0;
}

.head-we .breadcrumb a {
  color: #000;
}

.landing-we {
  margin: 30px 0;
  height: 280px;
}

.landing-we .container {
  display: flex;
  gap: 5%;
}

.right-we {
  width: 55%;
}

.left-we {
  width: 45%;
}

.red-div {
  position: absolute;
  width: 450px;
  height: 250px;
  background-color: var(--mainColor);
  transform: translate(15px, -15px);
  z-index: 1;
}

.black-div {
  position: absolute;
  width: 450px;
  height: 250px;
  background-color: #000;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.black-div .logo {
  width: 180px;
  height: auto;
  z-index: 3;
}

.right-we h5 {
  font-weight: 700;
}

.right-we .underline {
  width: 50px;
  height: 2px;
  background: var(--mainColor);
  margin-bottom: 20px;
}

.right-we p {
  font-size: 18px;
}

.owners {
  margin-top: 30px;
}

.owners-swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 45px !important;
  margin-top: 25px;
}

.owners-swiper::after {
  content: "";
  width: 75%;
  height: 1px;
  background-color: var(--mainColor);
  bottom: 40px;
  position: absolute;
  inset-inline-end: 150px;
}

.owners-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 20px;
  flex-direction: column;
  gap: 12px;
}

.owners-swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  border-radius: 25px;
}

/* Styling navigation buttons */
.owners-swiper .swiper-button-prev,
.owners-swiper .swiper-button-next {
  position: absolute;
  bottom: 20px;
  inset-inline-start: 20px;
  z-index: 10;
  width: 35px;
  height: 35px;
  background-color: var(--mainColor);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.owners-swiper .swiper-button-prev svg,
.owners-swiper .swiper-button-next svg {
  width: 20px;
}

.owners-swiper .swiper-button-next {
  inset-inline-end: 96%;
  top: 92%;
}

.owners-swiper .swiper-button-prev {
  inset-inline-end: 92%;
  top: 92%;
}

.owners-swiper .swiper-button-prev::after,
.owners-swiper .swiper-button-next::after {
  font-size: 0;
}

/* Style for the active dot */
.owners-swiper .swiper-pagination {
  text-align: end;
  top: 84%;
  display: flex;
  align-items: center;
  width: 150px;
  inset-inline-end: 1%;
}

.owners-swiper .swiper-pagination-bullet {
  border: 1px solid var(--mainColor);
  background-color: #fff;
  width: 10px;
  height: 10px;
}

.owners-swiper .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  width: 23px;
  height: 5px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .owners-swiper .swiper-button-next {
    inset-inline-end: 87%;
  }

  .owners-swiper .swiper-button-prev {
    inset-inline-end: 80%;
  }

  .owners-swiper::after {
    width: 40%;
    inset-inline-end: 25%;
  }
}

@media (max-width: 767px) {
  .owners-swiper .swiper-button-next {
    inset-inline-end: 88%;
  }

  .owners-swiper .swiper-button-prev {
    inset-inline-end: 80%;
  }

  .owners-swiper::after {
    width: 100px;
    inset-inline-end: 50%;
  }
}

.services2 {
  background-color: #000;
  padding: 25px 0;
  border-bottom: 15px solid var(--mainColor);
  overflow: hidden;
}

.head-services2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 65%;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 20px;
}

.services2-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.services2-card {
  background-color: #ffffff;
  box-shadow: 0px 3.95px 7.9px -1.98px #1018281a;
  border-radius: 15px;
  padding: 20px;
}

.services2-card ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-start;
}

.services2-card ul li:first-child {
  margin-bottom: 30px;
}

.services2-card .icon-holder {
  box-shadow: 19.75px 24.69px 69.14px 0px #f9dad5cc;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.services2-card .icon-holder svg {
  width: 40px;
  fill: #fd6b22;
  stroke: #fd6b22;
}

.services2-card h6 {
  font-weight: 700;
  font-size: 15px;
  margin: 10px 0;
}

.services2-card p {
  color: #6f6863;
  font-size: 12px;
}

.our-news {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .landing-we {
    height: 450px;
    padding: 10px 0;
  }

  .landing-we .container {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .right-we,
  .left-we {
    width: 100%;
    height: 200px;
  }

  .black-div {
    width: 90%;
    height: 200px;
  }

  .red-div {
    height: 200px;
    width: 80%;
    height: 200px;
    margin: 0 auto;
  }
}

/* ========================================================================
   File: assets/css/theme-search.css
   ======================================================================== */

/**
 * COB Theme Search Styles
 * Styles for search form and results
 * @package Capital_of_Business
 */

/* ========================================
   SEARCH CONTAINER
   ======================================== */
#cob-search-app {
  position: relative;
  width: 100%;
}


/* ========================================
   SEARCH FORM
   ======================================== */
.basic-search-form {
  width: 100%;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 320px;
  min-width: 280px;
  box-sizing: border-box;
}

.search-form-icon {
  position: absolute;
  inset-inline-start: 92%;
  color: #a1aecb;
  pointer-events: none;
  z-index: 2;
}

.search-form input {
  flex: 2;
  width: 100%;
  padding: 10px 35px 10px 10px;
  font-size: 14px;
  border: 1px solid #e1e4ea;
  border-radius: 5px;
  transition: border-color 0.3s ease;
}

.search-form input::placeholder {
  color: #a1aecb;
  opacity: 1;
  font-size: 13px;
  font-weight: 400;
}

.search-form input:focus,
.search-form input:active {
  border-color: var(--color-primary, #ec3c43) !important;
  outline: none;
}

/* ========================================
   AUTOCOMPLETE SUGGESTIONS
   ======================================== */
#cob-autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e1e4ea;
  border-top: none;
  border-radius: 0 0 5px 5px;
  max-height: 300px;
  overflow-y: auto;
  z-index: var(--z-index-modal-backdrop, 1000);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
}

#cob-autocomplete-suggestions:not(:empty) {
  display: block;
}

.autocomplete-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.autocomplete-list li {
  border-bottom: 1px solid #f0f0f0;
}

.autocomplete-list li:last-child {
  border-bottom: none;
}

.autocomplete-suggestion-item {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.autocomplete-suggestion-item:hover {
  background-color: #f8f9fa;
  color: var(--color-primary, #ec3c43);
}

.autocomplete-suggestion-item mark {
  background-color: #fff3cd;
  color: inherit;
  font-weight: 600;
}

.autocomplete-no-results {
  padding: 10px 15px;
  color: #6c757d;
  font-size: 13px;
  text-align: center;
}

/* ========================================
   FILTER MENU
   ======================================== */
.nav-menu2 {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  margin: 0;
}

.nav-menu2 li {
  flex: 1 1 auto;
}

.nav-menu2 select,
.nav-menu2 button {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e1e4ea;
  border-radius: 5px;
  width: 100%;
  min-width: 125px;
  transition: all 0.3s ease;
}

.nav-menu2 select {
  color: #a1aecb;
  font-weight: 400;
  background-color: white;
  cursor: pointer;
  opacity: 1;
  transition:
    opacity 0.3s ease,
    border-color 0.3s ease;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  position: relative;
  z-index: 1;
}

.nav-menu2 select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f5f5f5;
}

.nav-menu2 select:focus,
.nav-menu2 select:active {
  border-color: var(--color-primary, #ec3c43) !important;
  outline: none;
  color: #333;
}

.nav-menu2 select:not(:disabled):hover {
  border-color: #d0d0d0;
}

.nav-menu2 select option {
  padding: 8px;
  color: #333;
  background-color: white;
}

.nav-menu2 select option:hover {
  background-color: #f5f5f5;
}

.nav-menu2 button {
  background: var(--color-primary, #ec3c43);
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 500;
}

.nav-menu2 button:hover {
  background: var(--color-primary-dark, #d32f35);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(236, 60, 67, 0.3);
}

.nav-menu2 button:active {
  transform: translateY(0);
}

/* ========================================
   SEARCH RESULTS
   ======================================== */
.search-results {
  margin-top: 20px;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 100%;
  box-sizing: border-box;
  text-align: start;
}

.hit-item {
  display: flex;
  gap: 15px;
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.hit-item:hover {
  background-color: #f8f9fa;
}

.hit-item:last-child {
  border-bottom: none;
}

.hit-thumbnail {
  flex-shrink: 0;
  width: 150px;
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
}

.hit-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hit-content {
  flex: 1;
  text-decoration: none;
  color: inherit;
}

.search-result-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
  transition: color 0.2s ease;
}

.hit-content:hover .search-result-title {
  color: var(--color-primary, #ec3c43);
}

.search-result-excerpt {
  font-size: 14px;
  color: #666;
  margin: 0 0 8px 0;
  line-height: 1.5;
}

.hit-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 8px;
}

.hit-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #666;
}

.hit-meta-item .icon {
  font-size: 16px;
}

.hit-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary, #ec3c43);
}

.search-result-title mark,
.search-result-excerpt mark {
  background-color: #fff3cd;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 600;
}

/* ========================================
   LOADING STATE
   ======================================== */
.cob-loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.loader {
  display: flex;
  gap: 8px;
}

.loader span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-primary, #ec3c43);
  animation: bounce 1.4s infinite ease-in-out both;
}

.loader span:nth-child(1) {
  animation-delay: -0.32s;
}

.loader span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes bounce {

  0%,
  80%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }
}

/* ========================================
   ERROR & EMPTY STATES
   ======================================== */
.error-message,
.no-results-found {
  padding: 30px;
  text-align: center;
  color: #666;
  font-size: 15px;
}

.error-message {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 5px;
  color: #856404;
}

.no-results-found strong {
  color: var(--color-primary, #ec3c43);
}

/* ========================================
   AI SUMMARY
   ======================================== */
.ai-summary-box {
  margin-top: 20px;
  padding: 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid var(--color-primary, #ec3c43);
  border-radius: 8px;
}

.ai-summary-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px 0;
}

.ai-summary-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 767px) {
  .search-bar {
    width: 96%;
    bottom: -120px;
    inset-inline-start: 2%;
    padding: 15px;
  }

  .search-bar .head {
    font-size: 16px;
  }

  .search-bar-content {
    gap: 10px;
    flex-direction: column;
  }

  .search-form {
    width: 100%;
    min-width: auto;
  }

  .search-form input {
    border-radius: 5px;
  }

  .nav-menu2 {
    flex-wrap: wrap;
  }

  .nav-menu2 li {
    flex: 1 1 100%;
  }

  .nav-menu2 select,
  .nav-menu2 button {
    width: 100% !important;
  }

  .nav-menu2 button {
    margin-top: 5px;
  }

  .hit-item {
    flex-direction: column;
  }

  .hit-thumbnail {
    width: 100%;
    height: 200px;
  }

  .hit-meta {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .search-bar {
    width: 92%;
    inset-inline-start: 4%;
  }

  .search-form {
    width: 280px;
  }

  .nav-menu2 select,
  .nav-menu2 button {
    width: 110px;
  }
}

/* ========================================
   RTL SUPPORT
   ======================================== */
[dir="rtl"] .search-form-icon {
  inset-inline-start: auto;
  inset-inline-end: 92%;
}

[dir="rtl"] .search-form input {
  padding: 10px 10px 10px 35px;
}

[dir="rtl"] .ai-summary-box {
  border-left: none;
  border-right: 4px solid var(--color-primary, #ec3c43);
}

/* ========================================
   SEARCH RESULTS PAGE
   ======================================== */

/* Hide autocomplete suggestions on search results page */
body.search #cob-autocomplete-suggestions,
body.search-results #cob-autocomplete-suggestions {
  display: none !important;
}

.search-results-page {
  min-height: 100vh;
  padding: 60px 0 80px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  width: 100%;
  clear: both;
  display: block;
}

.search-results-page .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  clear: both;
}

.search-results-header {
  background: #fff;
  padding: 35px 40px;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-top: 4px solid var(--color-primary, #ec3c43);
  width: 100%;
  box-sizing: border-box;
  display: block;
  clear: both;
}

.search-results-header .page-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 25px 0;
  text-align: start;
  line-height: 1.3;
  display: block;
  width: 100%;
}

.search-results-header .page-title span {
  color: var(--color-primary, #ec3c43);
  display: inline;
  font-weight: 800;
}

.search-results-form-container {
  margin-top: 25px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  clear: both;
}

.search-results-content {
  width: 100%;
  box-sizing: border-box;
  display: block;
  clear: both;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}

/* Properties Card Enhancement for Search Results */
.search-results-page .properties-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}

.search-results-page .properties-card:hover {
  box-shadow: 0 8px 24px rgba(236, 60, 67, 0.2);
  transform: translateY(-5px);
}

.no-results-found {
  background: #fff;
  padding: 80px 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 100%;
  box-sizing: border-box;
  display: block;
  clear: both;
}

.no-results-found p {
  font-size: 20px;
  color: #666;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  gap: 10px;
}

.pagination-container .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  margin: 0 5px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination-container .page-numbers:hover {
  background: var(--color-primary, #ec3c43);
  border-color: var(--color-primary, #ec3c43);
  color: #fff;
  transform: translateY(-2px);
}

.pagination-container .page-numbers.current {
  background: var(--color-primary, #ec3c43);
  border-color: var(--color-primary, #ec3c43);
  color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
  .search-results-page {
    padding: 30px 0 50px;
  }

  .search-results-header {
    padding: 25px 20px;
    margin-bottom: 30px;
  }

  .search-results-header .page-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .results-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .no-results-found {
    padding: 50px 20px;
  }

  .no-results-found p {
    font-size: 16px;
  }

  .pagination-container {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .pagination-container .page-numbers {
    min-width: 35px;
    height: 35px;
    font-size: 14px;
    margin: 3px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .results-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .search-results-header .page-title {
    font-size: 28px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .results-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

/* ========================================
   PRINT STYLES
   ======================================== */
/* @media print {
  #cob-search-app,
  .search-bar,
  .basic-search-form {
    display: none;
  }
} */

/* ========================================================================
   File: assets/css/price-chart.css
   ======================================================================== */

/* Price Chart Styles */

.cob-price-chart-container {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 30px 0;
}

.cob-price-chart-container canvas {
  max-width: 100%;
}

.cob-price-chart-container .no-data {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 16px;
}

.cob-price-chart-container .error {
  background: #fef5f5;
  border: 1px solid #f5a9a9;
  border-radius: 6px;
  padding: 15px;
  color: #d63638;
  text-align: center;
}

/* Price Trend Badge */
.cob-price-trend-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 8px;
}

.cob-price-trend-badge.price-up {
  background: #fef5f5;
  color: #d63638;
}

.cob-price-trend-badge.price-down {
  background: #edfaee;
  color: #1e8e3e;
}

/* Property Card Integration */
.property-card .property-price {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.property-card .property-price .cob-price-trend-badge {
  font-size: 11px;
  padding: 3px 8px;
}

/* Single Property Page */
.single-properties .property-price-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 30px;
  border-radius: 12px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.single-properties .property-price-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="white" opacity="0.05"/></svg>');
  opacity: 0.3;
}

.single-properties .property-price-main {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.single-properties .property-price-details {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.single-properties .property-price-detail {
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 15px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.single-properties .property-price-detail-label {
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 5px;
}

.single-properties .property-price-detail-value {
  font-size: 18px;
  font-weight: 600;
}

/* Price History Widget */
.cob-price-history-widget {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
}

.cob-price-history-widget h3 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #2271b1;
  color: #2271b1;
}

.cob-price-history-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.cob-price-history-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.cob-price-history-item:last-child {
  border-bottom: none;
}

.cob-price-history-date {
  color: #666;
  font-size: 13px;
}

.cob-price-history-value {
  font-weight: 600;
  font-size: 16px;
}

.cob-price-history-change {
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 8px;
  margin-right: 8px;
}

.cob-price-history-change.increase {
  background: #fef5f5;
  color: #d63638;
}

.cob-price-history-change.decrease {
  background: #edfaee;
  color: #1e8e3e;
}

/* Responsive */
@media (max-width: 768px) {
  .cob-price-chart-container {
    padding: 15px;
  }

  .single-properties .property-price-main {
    font-size: 32px;
  }

  .single-properties .property-price-details {
    flex-direction: column;
    gap: 10px;
  }
}

/* ========================================================================
   File: assets/css/images.css
   ======================================================================== */

/**
 * Image Utilities - Capital of Business Theme
 * Comprehensive image handling with placeholders, lazy loading, and error states
 * Created: November 8, 2025
 */

/* ========================================
   BASE IMAGE STYLES - أنماط الصور الأساسية
   ======================================== */
img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

/* Prevent image dragging */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

/* ========================================
   IMAGE CONTAINER - حاوية الصورة
   ======================================== */
.img-container,
.image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: var(--img-placeholder-bg, #e5e7eb);
}

/* ========================================
   LAZY LOADING - التحميل البطيء
   ======================================== */
/* img[loading="lazy"] {
  opacity: 0;
  transition: opacity var(--transition-base, 300ms ease-in-out);
} */

img[loading="lazy"].loaded,
img[loading="lazy"]:not([data-src]) {
  opacity: 1;
}

/* Blur-up effect */
.img-blur-up {
  filter: blur(10px);
  transition: filter var(--transition-slow, 500ms ease-in-out);
}

.img-blur-up.loaded {
  filter: blur(0);
}

/* ========================================
   PLACEHOLDER - البليسهولدر
   ======================================== */
.img-placeholder {
  position: relative;
  background: linear-gradient(90deg,
      var(--img-placeholder-bg, #e5e7eb) 0%,
      #f3f4f6 50%,
      var(--img-placeholder-bg, #e5e7eb) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

.img-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--img-placeholder-color, #9ca3af);
  font-size: var(--font-size-xl, 1.5rem);
  opacity: 0.5;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* ========================================
   ASPECT RATIOS - نسب العرض إلى الارتفاع
   ======================================== */
.img-ratio {
  position: relative;
  overflow: hidden;
}

.img-ratio::before {
  content: "";
  display: block;
  padding-top: var(--aspect-ratio, 100%);
}

.img-ratio img,
.img-ratio>* {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: var(--img-card-object-fit, cover);
}

/* Common aspect ratios */
.img-ratio-square {
  --aspect-ratio: 100%;
  /* 1:1 */
}

.img-ratio-video {
  --aspect-ratio: 56.25%;
  /* 16:9 */
}

.img-ratio-card {
  --aspect-ratio: 75%;
  /* 4:3 */
}

.img-ratio-portrait {
  --aspect-ratio: 133.33%;
  /* 3:4 */
}

/* ========================================
   CARD IMAGES - صور الكروت
   ======================================== */
.card-img,
.property-img,
.factory-img,
.land-img {
  width: 100%;
  height: var(--img-card-height, 200px);
  object-fit: cover;
  object-position: center;
  background-color: var(--img-placeholder-bg, #e5e7eb);
}

/* ========================================
   AVATAR / DEVELOPER IMAGES - صور المطورين
   ======================================== */
.developer-img,
.avatar-img,
.user-img {
  width: var(--img-avatar-md, 50px);
  height: var(--img-avatar-md, 50px);
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-round, 50%);
  background-color: var(--img-placeholder-bg, #e5e7eb);
}

/* Avatar sizes */
.avatar-img-sm {
  width: var(--img-avatar-sm, 40px);
  height: var(--img-avatar-sm, 40px);
}

.avatar-img-md {
  width: var(--img-avatar-md, 50px);
  height: var(--img-avatar-md, 50px);
}

.avatar-img-lg {
  width: var(--img-avatar-lg, 60px);
  height: var(--img-avatar-lg, 60px);
}

.avatar-img-xl {
  width: var(--img-avatar-xl, 80px);
  height: var(--img-avatar-xl, 80px);
}

/* ========================================
   THUMBNAIL IMAGES - صور مصغرة
   ======================================== */
.thumbnail-img,
.hit-thumbnail img {
  width: var(--img-thumbnail-md, 100px);
  height: var(--img-thumbnail-md, 100px);
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-md, 10px);
  background-color: var(--img-placeholder-bg, #e5e7eb);
}

.thumbnail-img-sm {
  width: var(--img-thumbnail-sm, 60px);
  height: var(--img-thumbnail-sm, 60px);
}

.thumbnail-img-lg {
  width: var(--img-thumbnail-lg, 150px);
  height: var(--img-thumbnail-lg, 150px);
}

/* ========================================
   ERROR STATE - حالة الخطأ
   ======================================== */
.img-error,
img[alt]:not([src]),
img[data-error="true"] {
  position: relative;
  background-color: var(--img-placeholder-bg, #e5e7eb);
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-error::before,
img[alt]:not([src])::before,
img[data-error="true"]::before {
  content: "🖼️";
  font-size: var(--font-size-2xl, 1.875rem);
  opacity: 0.5;
}

.img-error::after,
img[alt]:not([src])::after,
img[data-error="true"]::after {
  content: attr(alt);
  position: absolute;
  bottom: var(--spacing-sm, 10px);
  left: 0;
  right: 0;
  text-align: center;
  font-size: var(--font-size-xs, 0.75rem);
  color: var(--img-placeholder-color, #9ca3af);
  padding: 0 var(--spacing-sm, 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ========================================
   RESPONSIVE IMAGES - صور متجاوبة
   ======================================== */
.img-responsive {
  width: 100%;
  height: auto;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* ========================================
   PROPERTY CARD SPECIFIC - خاص بكروت العقارات
   ======================================== */
.property-card .card-img-wrapper,
.factory-card .card-img-wrapper,
.land-card .card-img-wrapper {
  position: relative;
  width: 100%;
  height: var(--img-card-height, 200px);
  overflow: hidden;
  border-radius: var(--radius-lg, 15px) var(--radius-lg, 15px) 0 0;
  background-color: var(--img-placeholder-bg, #e5e7eb);
}

.property-card .card-img-wrapper img,
.factory-card .card-img-wrapper img,
.land-card .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform var(--transition-base, 300ms ease-in-out);
}

.property-card:hover .card-img-wrapper img,
.factory-card:hover .card-img-wrapper img,
.land-card:hover .card-img-wrapper img {
  transform: scale(1.05);
}

/* Developer image in property card */
.property-card .developer-img-wrapper {
  position: relative;
  width: var(--img-avatar-md, 50px);
  height: var(--img-avatar-md, 50px);
  border-radius: var(--radius-round, 50%);
  overflow: hidden;
  background-color: var(--img-placeholder-bg, #e5e7eb);
  border: 2px solid var(--bg-primary, #ffffff);
}

.property-card .developer-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ========================================
   LOADING STATE - حالة التحميل
   ======================================== */
.img-loading {
  position: relative;
  background: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

.img-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
}

/* ========================================
   SWIPER / SLIDER IMAGES - صور السلايدر
   ======================================== */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ========================================
   GALLERY IMAGES - صور المعرض
   ======================================== */
.gallery-img,
.lightbox-img {
  cursor: pointer;
  transition: transform var(--transition-base, 300ms ease-in-out);
}

.gallery-img:hover,
.lightbox-img:hover {
  transform: scale(1.02);
}

/* ========================================
   UTILITY CLASSES - فئات مساعدة
   ======================================== */
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: var(--radius-md, 10px);
}

.img-circle {
  border-radius: var(--radius-round, 50%);
}

.img-bordered {
  border: 1px solid var(--border-color, #e0e0e0);
}

.img-shadow {
  box-shadow: var(--shadow-md, 0 4px 6px rgba(0, 0, 0, 0.1));
}

/* ========================================
   PRINT STYLES - أنماط الطباعة
   ======================================== */
@media print {
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  .img-placeholder,
  .img-loading {
    animation: none;
    background: #e5e7eb;
  }
}

/* ========================================
   PERFORMANCE OPTIMIZATIONS
   ======================================== */
/* Optimize image rendering */
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* Reduce layout shifts */
img[width][height] {
  height: auto;
}

/* ========================================
   ACCESSIBILITY - إمكانية الوصول
   ======================================== */
img:not([alt]) {
  outline: 2px solid red;
}

img[alt=""],
img[alt=" "] {
  outline: 2px solid orange;
}

/* ========================================================================
   File: assets/css/cookie-consent.css
   ======================================================================== */

/* Cookie Consent Bar */
.cob-cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 2px solid rgba(236, 60, 67, 0.3);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  direction: rtl;
  font-family: "Tajawal", sans-serif;
  animation: slideUp 0.4s ease-out;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Cookie bar animation when footer is visible */
.cob-cookie-bar.footer-visible {
  bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  border-top-color: rgba(236, 60, 67, 0.5);
  box-shadow: 0 -8px 32px rgba(236, 60, 67, 0.2);
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cookie-bar-container {
  padding: 12px 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Cookie Bar Content */
.cookie-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex: 1;
}

/* Close Button */
.cookie-close-btn {
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #999;
  transition: all 0.3s ease;
  border-radius: 50%;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.cookie-close-btn:hover {
  background: #f0f0f0;
  color: #ec3c43;
  transform: rotate(90deg);
}

.cookie-bar-text {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.cookie-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}

.cookie-bar-text p {
  margin: 0;
  color: #333;
  font-size: 0.85rem;
  line-height: 1.5;
}

.cookie-bar-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
}

.cob-cookie-bar .btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Tajawal", sans-serif;
  white-space: nowrap;
  display: inline-block;
  opacity: 1;
  visibility: visible;
}

.cob-cookie-bar .btn-accept {
  background: linear-gradient(135deg, #ec3c43 0%, #c41e24 100%);
  color: #fff;
  border: none;
}

.cob-cookie-bar .btn-accept:hover {
  background: linear-gradient(135deg, #c41e24 0%, #9a171c 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(236, 60, 67, 0.3);
}

.cob-cookie-bar .btn-necessary {
  background: #f5f5f5;
  color: #666;
  border: 1px solid #ddd !important;
}

.cob-cookie-bar .btn-necessary:hover {
  background: #e8e8e8;
  border-color: #ccc !important;
}

.cob-cookie-bar .btn-customize {
  background: transparent;
  color: #ec3c43;
  border: 2px solid #ec3c43 !important;
}

.cob-cookie-bar .btn-customize:hover {
  background: rgba(236, 60, 67, 0.1);
}

/* Settings Panel */
.cookie-settings-panel {
  display: none;
  background: rgba(248, 248, 248, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(224, 224, 224, 0.5);
  padding: 20px 0;
  margin: 0 -25px -20px;
  border-radius: 0 0 15px 15px;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 300px;
    opacity: 1;
  }
}

.cookie-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
  padding: 0 25px;
}

.cookie-category-item {
  background: #fff;
  border-radius: 8px;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}

.cookie-category-item:hover {
  border-color: #ec3c43;
}

.cookie-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.cookie-checkbox-label input[type="checkbox"] {
  display: none;
}

.checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 4px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease;
}

.cookie-checkbox-label input[type="checkbox"]:checked+.checkbox-custom {
  background: linear-gradient(135deg, #ec3c43 0%, #c41e24 100%);
  border-color: #ec3c43;
}

.cookie-checkbox-label input[type="checkbox"]:checked+.checkbox-custom::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.cookie-checkbox-label input[type="checkbox"]:disabled+.checkbox-custom {
  opacity: 0.6;
  cursor: not-allowed;
}

.category-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.category-text strong {
  font-size: 0.95rem;
  color: #333;
}

.category-text small {
  font-size: 0.75rem;
  color: #999;
}

.cookie-settings-actions {
  text-align: center;
  padding: 0 25px;
}

.btn-save {
  background: linear-gradient(135deg, #ec3c43 0%, #c41e24 100%);
  color: #fff;
  padding: 10px 40px;
  border-radius: 8px;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Tajawal", sans-serif;
}

.btn-save:hover {
  background: linear-gradient(135deg, #c41e24 0%, #9a171c 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(236, 60, 67, 0.3);
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .cob-cookie-bar {
    max-width: 95%;
  }

  .cookie-bar-container {
    padding: 15px 20px;
  }

  .cookie-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cob-cookie-bar {
    bottom: 10px;
  }

  .cookie-bar-content {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .cookie-bar-text {
    padding-left: 35px;
  }

  .cookie-close-btn {
    top: 20px;
    left: 10px;
    transform: translateY(0);
  }

  .cookie-bar-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .cob-cookie-bar .btn {
    flex: 1;
    min-width: calc(50% - 5px);
  }

  .btn-accept {
    flex: 1 1 100%;
  }

  .cookie-categories-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .cookie-bar-container {
    padding: 12px 15px;
  }

  .cookie-bar-text p {
    font-size: 0.85rem;
  }

  .cookie-icon {
    font-size: 1.3rem;
  }

  .cob-cookie-bar .btn {
    font-size: 0.8rem;
    padding: 8px 12px;
  }
}

/* Accessibility */
.cob-cookie-bar:focus-within {
  outline: 3px solid #ec3c43;
  outline-offset: -3px;
}

.cob-cookie-bar .btn:focus {
  outline: 2px solid #ec3c43;
  outline-offset: 2px;
}

.cookie-close-btn:focus {
  outline: 2px solid #ec3c43;
  outline-offset: 2px;
}

/* Animation for closing */
.cookie-closing {
  animation: slideDownClose 0.4s ease-out forwards;
}

@keyframes slideDownClose {
  from {
    transform: translate(-50%, 0);
    opacity: 1;
  }

  to {
    transform: translate(-50%, 150%);
    opacity: 0;
  }
}

/* ========================================================================
   File: assets/css/enhancements.css
   ======================================================================== */

/**
 * Visual Enhancements - Capital of Business Theme
 * Comprehensive visual improvements and animations
 * Created: November 8, 2025
 */

/* ========================================
   SMOOTH ANIMATIONS - رسوم متحركة سلسة
   ======================================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Smooth transitions for all interactive elements */
a,
button,
input,
textarea,
select,
.card,
.btn {
  transition: all var(--transition-base, 300ms ease-in-out);
}

/* ========================================
   HOVER EFFECTS - تأثيرات التمرير
   ======================================== */

/* Card hover effects */
.properties-card,
.factorys-card,
.projects-card,
.services-card,
.areas-card {
  transition:
    transform var(--transition-base, 300ms ease-in-out),
    box-shadow var(--transition-base, 300ms ease-in-out);
}

.properties-card:hover,
.factorys-card:hover,
.projects-card:hover,
.services-card:hover,
.areas-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg, 0 10px 15px rgba(0, 0, 0, 0.1));
}

/* Button hover effects */
.properties-button:hover,
.factorys-button:hover,
.projects-button:hover,
.services-button:hover {
  transform: translateX(-5px);
}

[dir="rtl"] .properties-button:hover,
[dir="rtl"] .factorys-button:hover,
[dir="rtl"] .projects-button:hover,
[dir="rtl"] .services-button:hover {
  transform: translateX(5px);
}

/* Link hover effects */
a:not(.btn) {
  position: relative;
}

a:not(.btn):hover {
  color: var(--color-primary, #ec3c43);
}

/* Icon hover effects */
.left-icons div:hover,
.left-icons a:hover {
  background-color: var(--color-primary, #ec3c43) !important;
  border-color: var(--color-primary, #ec3c43) !important;
  transform: scale(1.1);
}

.left-icons div:hover svg,
.left-icons a:hover svg {
  fill: var(--color-white, #ffffff) !important;
}

/* ========================================
   LOADING ANIMATIONS - رسوم التحميل
   ======================================== */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

/* Apply animations */
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

.slide-in-left {
  animation: slideInFromLeft 0.5s ease-in-out;
}

.slide-in-right {
  animation: slideInFromRight 0.5s ease-in-out;
}

.scale-in {
  animation: scaleIn 0.3s ease-in-out;
}

.pulse {
  animation: pulse 2s ease-in-out infinite;
}

/* ========================================
   CARD IMPROVEMENTS - تحسينات الكروت
   ======================================== */

.properties-card,
.factorys-card,
.projects-card {
  background: var(--bg-primary, #ffffff);
  border-radius: var(--radius-lg, 15px);
  overflow: hidden;
  box-shadow: var(--shadow-md, 0 4px 6px rgba(0, 0, 0, 0.1));
  position: relative;
}

/* Card image overlay gradient */
.properties-card::before,
.factorys-card::before,
.projects-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--transition-base, 300ms ease-in-out);
}

.properties-card:hover::before,
.factorys-card:hover::before,
.projects-card:hover::before {
  opacity: 1;
}

/* ========================================
   BUTTON ENHANCEMENTS - تحسينات الأزرار
   ======================================== */

.btn,
.properties-button,
.factorys-button,
.projects-button,
.services-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn::before,
.properties-button::before,
.factorys-button::before,
.projects-button::before,
.services-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition:
    width var(--transition-base, 300ms ease-in-out),
    height var(--transition-base, 300ms ease-in-out);
  z-index: -1;
}

.btn:hover::before,
.properties-button:hover::before,
.factorys-button:hover::before,
.projects-button:hover::before,
.services-button:hover::before {
  width: 300px;
  height: 300px;
}

/* ========================================
   FOCUS STATES - حالات التركيز
   ======================================== */

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid var(--color-primary, #ec3c43);
  outline-offset: 2px;
}

/* Remove outline for mouse users */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
  outline: none;
}

/* ========================================
   SCROLL ANIMATIONS - رسوم التمرير
   ======================================== */

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-on-scroll {
  opacity: 0;
  animation: slideUp 0.6s ease-in-out forwards;
}

/* Stagger animation delays */
.animate-on-scroll:nth-child(1) {
  animation-delay: 0.1s;
}

.animate-on-scroll:nth-child(2) {
  animation-delay: 0.2s;
}

.animate-on-scroll:nth-child(3) {
  animation-delay: 0.3s;
}

.animate-on-scroll:nth-child(4) {
  animation-delay: 0.4s;
}

.animate-on-scroll:nth-child(5) {
  animation-delay: 0.5s;
}

.animate-on-scroll:nth-child(6) {
  animation-delay: 0.6s;
}

/* ========================================
   TEXT EFFECTS - تأثيرات النصوص
   ======================================== */

/* Gradient text */
.text-gradient {
  background: linear-gradient(135deg,
      var(--color-primary, #ec3c43) 0%,
      var(--color-secondary, #000000) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Text shadow for better readability */
.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.text-shadow-dark {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* ========================================
   BACKDROP EFFECTS - تأثيرات الخلفية
   ======================================== */

.backdrop-blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.backdrop-blur-sm {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.backdrop-blur-lg {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* ========================================
   SKELETON LOADING - هيكل التحميل
   ======================================== */

.skeleton {
  background: linear-gradient(90deg,
      var(--color-gray-200, #e5e5e5) 0%,
      var(--color-gray-100, #f4f4f4) 50%,
      var(--color-gray-200, #e5e5e5) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: var(--radius-md, 10px);
}

.skeleton-text {
  height: 1em;
  margin-bottom: 0.5em;
  border-radius: var(--radius-sm, 5px);
}

.skeleton-circle {
  border-radius: var(--radius-round, 50%);
  width: 50px;
  height: 50px;
}

.skeleton-rect {
  width: 100%;
  height: 200px;
}

/* ========================================
   GLASSMORPHISM EFFECTS
   ======================================== */

.glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}

.glass-dark {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ========================================
   GRADIENT BACKGROUNDS
   ======================================== */

.bg-gradient-primary {
  background: linear-gradient(135deg,
      var(--color-primary, #ec3c43) 0%,
      var(--color-primary-dark, #d32f35) 100%);
}

.bg-gradient-secondary {
  background: linear-gradient(135deg,
      var(--color-secondary, #000000) 0%,
      var(--color-secondary-dark, #1a1a1a) 100%);
}

.bg-gradient-mixed {
  background: linear-gradient(135deg,
      var(--color-primary, #ec3c43) 0%,
      var(--color-secondary, #000000) 100%);
}

/* ========================================
   PARALLAX EFFECT
   ======================================== */

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ========================================
   SCROLL REVEAL - كشف عند التمرير
   ======================================== */

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   RIPPLE EFFECT - تأثير الموجة
   ======================================== */

.ripple {
  position: relative;
  overflow: hidden;
}

.ripple::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  transition:
    width 0.6s,
    height 0.6s;
}

.ripple:active::after {
  width: 200px;
  height: 200px;
}

/* ========================================
   RESPONSIVE ENHANCEMENTS
   ======================================== */

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========================================
   PRINT OPTIMIZATIONS
   ======================================== */

@media print {

  .properties-card:hover,
  .factorys-card:hover,
  .projects-card:hover {
    transform: none;
    box-shadow: none;
  }

  .animate-on-scroll {
    opacity: 1;
    animation: none;
  }
}

/* ========================================
   RTL SPECIFIC ENHANCEMENTS
   ======================================== */

[dir="rtl"] .slide-in-left {
  animation: slideInFromRight 0.5s ease-in-out;
}

[dir="rtl"] .slide-in-right {
  animation: slideInFromLeft 0.5s ease-in-out;
}

/* ========================================================================
   File: assets/css/admin-tools.css
   ======================================================================== */

/**
 * COB Admin Tools Styles
 * Custom styles for COB theme admin tools interface
 */

/* Main Container */
.cob-admin-tools {
  max-width: 1400px;
  margin: 20px auto;
}

.cob-admin-tools h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

/* Tools Grid */
.cob-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

/* Tool Card */
.cob-tool-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

.cob-tool-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.cob-tool-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ea3c42 0%, #ea3c42 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.cob-tool-icon .dashicons {
  font-size: 32px;
  width: 32px;
  height: 32px;
  color: #fff;
}

.cob-tool-card h2 {
  margin: 10px 0;
  font-size: 18px;
  color: #23282d;
}

.button-primary {
  background-color: #ea3c42;
}

.cob-tool-card p {
  color: #666;
  margin-bottom: 15px;
  min-height: 40px;
}

.cob-tool-card .button {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

/* Status Badges */
.cob-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cob-status-success {
  background: #d4edda;
  color: #155724;
}

.cob-status-error {
  background: #f8d7da;
  color: #721c24;
}

.cob-status-warning {
  background: #fff3cd;
  color: #856404;
}

.cob-status-info {
  background: #d1ecf1;
  color: #0c5460;
}

/* Stats Section */
.cob-stats-section {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px;
  margin-top: 30px;
}

.cob-stats-section h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.table-responsive {
  overflow-x: auto;
}

.cob-table-actions .button {
  margin-inline-end: 4px;
}

.cob-table-actions .button-link-delete {
  color: #b32d2e;
  border-color: #b32d2e;
  background: transparent;
}

.cob-table-actions .button-link-delete:hover {
  color: #fff;
  background: #b32d2e;
}

.cob-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.cob-stat-box {
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #ea3c42 0%, #ea3c42 100%);
  border-radius: 8px;
  color: #fff;
}

.cob-stat-value {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}

.cob-stat-label {
  display: block;
  font-size: 14px;
  opacity: 0.9;
}

/* System Info */
.cob-system-info .cob-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.cob-info-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
}

.cob-info-card h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  border-bottom: 2px solid #667eea;
  padding-bottom: 10px;
}

.cob-info-card table {
  margin: 0;
}

.cob-info-card table td {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.cob-info-card table td:first-child {
  width: 40%;
  font-weight: 600;
}

.cob-info-card code {
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
}

.cob-plugins-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cob-plugins-list li {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.cob-plugins-list li:last-child {
  border-bottom: none;
}

.cob-version {
  color: #666;
  font-size: 12px;
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 3px;
}

/* Loading State */
.cob-loading {
  opacity: 0.6;
  default-events: none;
  position: relative;
}

.cob-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #667eea;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* RTL Support */
[dir="rtl"] .cob-admin-tools h1 {
  flex-direction: row-reverse;
}

[dir="rtl"] .cob-info-card table td:first-child {
  text-align: end;
}

/* Responsive */
@media (max-width: 782px) {
  .cob-tools-grid {
    grid-template-columns: 1fr;
  }

  .cob-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cob-system-info .cob-info-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================================================
   File: assets/css/dsb-sync-admin.css
   ======================================================================== */

/* DSB Sync Admin Styles */

.cob-dsb-sync-wrap {
  max-width: 1400px;
  margin: 20px 0;
}

.cob-dsb-sync-wrap h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  margin-bottom: 20px;
}

.cob-dsb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.cob-dsb-card {
  background: #fff;
  border: 1px solid #c3c4c7;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.cob-dsb-card h2 {
  margin-top: 0;
  font-size: 20px;
  border-bottom: 2px solid #2271b1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* Statistics Grid */
.cob-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.cob-stat-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cob-stat-box:nth-child(2) {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.cob-stat-box:nth-child(3) {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.cob-stat-box:nth-child(4) {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.cob-stat-value {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}

.cob-stat-label {
  font-size: 14px;
  opacity: 0.9;
}

.cob-last-sync {
  background: #f0f0f1;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  margin: 0;
}

/* Sync Buttons */
.cob-sync-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.cob-sync-buttons .button-hero {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px !important;
  font-size: 16px !important;
  height: auto !important;
}

.cob-sync-buttons .button-hero .dashicons {
  font-size: 24px;
  width: 24px;
  height: 24px;
}

/* Progress Bar */
.cob-sync-progress-bar {
  width: 100%;
  height: 30px;
  background: #f0f0f1;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}

.cob-sync-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #2271b1 0%, #4facfe 100%);
  width: 0%;
  transition: width 0.3s ease;
  animation: progress-animation 2s infinite;
}

@keyframes progress-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

#sync-status {
  text-align: center;
  font-size: 16px;
  color: #2271b1;
  font-weight: 500;
}

#sync-results {
  background: #f0f6fc;
  border: 1px solid #c3e6f5;
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
}

#sync-results.success {
  background: #edfaee;
  border-color: #8dd99a;
}

#sync-results.error {
  background: #fef5f5;
  border-color: #f5a9a9;
}

/* Status Badges */
.cob-status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.cob-status-completed {
  background: #edfaee;
  color: #1e8e3e;
}

.cob-status-running {
  background: #fff4e5;
  color: #d97706;
}

.cob-status-failed {
  background: #fef5f5;
  color: #d63638;
}

/* Price Changes */
.price-increase {
  color: #d63638;
  font-weight: bold;
}

.price-decrease {
  color: #00a32a;
  font-weight: bold;
}

.new-units-badge {
  background: #2271b1;
  color: white;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 12px;
}

/* Form Styles */
.form-table th {
  width: 200px;
  font-weight: 600;
}

.form-table input[type="text"] {
  font-family: monospace;
}

#test-connection {
  vertical-align: middle;
}

/* Table Styles */
.wp-list-table th,
.wp-list-table td {
  text-align: center;
}

.wp-list-table th:first-child,
.wp-list-table td:first-child {
  text-align: right;
}

/* Loading Animation */
.cob-loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #2271b1;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .cob-dsb-grid {
    grid-template-columns: 1fr;
  }

  .cob-stats-grid {
    grid-template-columns: 1fr;
  }

  .cob-sync-buttons {
    flex-direction: column;
  }

  .cob-sync-buttons .button-hero {
    width: 100%;
    justify-content: center;
  }
}

/* RTL Support */
body.rtl .cob-dsb-sync-wrap h1 {
  flex-direction: row-reverse;
}

body.rtl .cob-sync-buttons .button-hero {
  flex-direction: row-reverse;
}

/* ========================================================================
   File: assets/css/mobile/header-mobile.css
   ======================================================================== */
@media (max-width: 767px) {




  /* ========================================================================
   File: assets/css/mobile/footer-mobile.css
   ======================================================================== */

  .footer .main-footer {
    flex-direction: column-reverse;
  }

  .footer-links {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }

  .footer-section h4 {
    flex-direction: row;
  }

  .footer-section h4 svg {
    display: block;
  }

  .footer-bottom .top-bottom-footer {
    flex-direction: column;
    padding-bottom: 15px;
    border: none;
  }

  .footer-bottom .end-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom .end-footer .end-left,
  .footer-bottom .end-footer .end-right {
    padding: 10px;
  }

  .footer-bottom .end-footer .end-right {
    width: 100%;
    align-self: center;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-weight: 700;
  }

  .footer-bottom .end-footer .end-right p {
    margin: 0;
  }

  .newsletter {
    margin: 15px 0;
  }

  .footer-section ul:not(.dropdown) {
    display: block !important;
    /* Ensure the list is always visible */
  }

  .footer-section h4 {
    cursor: default;
    /* Remove default cursor on desktop */
  }

  /* ========================================================================
   File: assets/css/mobile/home-mobile.css
   ======================================================================== */

  /* Legacy backup before CSS refactor */

  #hiddenContent {
    display: none !important;
  }

  .mySwiper .swiper-button-next {
    inset-inline-end: 88%;
  }

  .mySwiper .swiper-button-prev {
    inset-inline-end: 77%;
  }

  .mySwiper::after {
    width: 100px;
    inset-inline-end: 35%;
  }
}

@media (max-width: 480px) {
  .mySwiper::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .mySwiper::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .swiper1 .swiper-button-next {
    inset-inline-end: 88%;
  }

  .swiper1 .swiper-button-prev {
    inset-inline-end: 77%;
  }

  .swiper1::after {
    width: 100px;
    inset-inline-end: 35%;
  }

  .compounds .top-card-comp {
    inset-inline-end: 14px;
  }

  .compounds-card {
    width: 90%;
  }

  .fixed-icons {
    display: none;
  }
}

@media (max-width: 480px) {
  .swiper1::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .swiper1::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .swiper2 .swiper-button-next {
    inset-inline-end: 88%;
  }

  .swiper2 .swiper-button-prev {
    inset-inline-end: 77%;
  }

  .swiper2::after {
    width: 100px;
    inset-inline-end: 35%;
  }

  .projects .top-card-comp {
    inset-inline-end: 28px;
  }

  .projects-card {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .swiper2::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .swiper2::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .swiper3 .swiper-button-next {
    inset-inline-end: 88%;
  }

  .swiper3 .swiper-button-prev {
    inset-inline-end: 77%;
  }

  .swiper3::after {
    width: 100px;
    inset-inline-end: 35%;
  }

  .properties .top-card-comp {
    inset-inline-end: 28px;
  }

  .properties-card {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .Swiper3::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .Swiper3::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact-content .image-container {
    display: none;
  }

  .contact-content .form-container {
    width: 100%;
  }

  .contact-content {
    height: auto;
    border-radius: 15px;
  }

  .swiper4 .swiper-button-next {
    inset-inline-end: 88%;
  }

  .swiper4 .swiper-button-prev {
    inset-inline-end: 77%;
  }

  .swiper4::after {
    width: 100px;
    inset-inline-end: 35%;
  }
}

@media (max-width: 480px) {
  .Swiper4::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .Swiper4::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .swiper5 .swiper-button-next {
    inset-inline-end: 88%;
  }

  .swiper5 .swiper-button-prev {
    inset-inline-end: 77%;
  }

  .swiper5::after {
    width: 80px;
    inset-inline-end: 35%;
  }
}

@media (max-width: 480px) {
  .Swiper5::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .Swiper5::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .swiper6 .swiper-button-next {
    inset-inline-end: 88%;
  }

  .swiper6 .swiper-button-prev {
    inset-inline-end: 77%;
  }

  .swiper6::after {
    width: 100px;
    inset-inline-end: 45%;
  }

  .swiper-in .swiper-pagination {
    inset-inline-start: 28%;
  }

  .swiper3 .swiper-in .swiper-pagination {
    inset-inline-start: 40%;
  }

  .articles .top-articles h5 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .Swiper6::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .Swiper6::after {
    display: none;
  }
}

/* ========================================================================
   File: assets/css/mobile/areas-mobile.css
   ======================================================================== */
@media (max-width: 767px) {
  .head-areas .areas-landing .img2 {
    top: 35%;
    inset-inline-end: 4%;
    width: 200px;
  }

  .tabs {
    flex-wrap: wrap;
    gap: 5px;
  }

  .section-layout {
    flex-direction: column-reverse;
    gap: 100px;
    height: auto;
    margin-top: 15px;
  }

  .section-layout .text-container,
  .section-layout .images-container {
    width: 100%;
  }

  .section-layout .images-container {
    display: flex;
    justify-content: left;
  }

  .section-layout .images-container .image1 {
    width: 80%;
    height: 300px;
  }

  .section-layout .images-container .inner-img {
    top: 50%;
    inset-inline-end: -6px;
    width: 300px;
    height: 240px;
  }

  .outer-circle3 {
    top: 43%;
  }

  .outer-circle4 {
    top: 72.5%;
  }

  .text-container::before {
    height: 366px;
  }

  .tabs-sec .tab {
    width: 50%;
  }

  /* ========================================================================
   File: assets/css/mobile/articels-mobile.css
   ======================================================================== */

  .landing-articels .container {
    flex-direction: column;
    gap: 15px;
  }

  .landing-articels .landing-sec,
  .side-section {
    width: 100%;
  }

  .landing-articels .landing-sec .articel-text {
    width: 350px;
    top: 7%;
    inset-inline-end: 180px;
    transform: translateX(50%);
  }

  .side-container .item span {
    font-size: 14px;
  }

  .side-container .item img {
    width: 150px;
  }

  /* ========================================================================
   File: assets/css/mobile/article-name-mobile.css
   ======================================================================== */

  .swiper-container {
    flex-direction: column;
  }

  .thumbnails-swiper {
    display: none;
    /* Hide thumbnails on mobile */
  }

  .main-swiper {
    width: 100%;
    /* Make the main swiper full width */
  }

  .first-writer .container,
  .article-content .container {
    flex-direction: column-reverse;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .article-content .container {
    flex-direction: column;
  }

  .article-content .article-text {
    width: 90%;
  }

  /* ========================================================================
   File: assets/css/mobile/city-mobile.css
   ======================================================================== */

  .head-city .main-section {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .city-layout .images-container .inner-img {
    inset-inline-start: -5px;
    inset-inline-end: inherit;
  }

  .city-layout-section {
    padding-top: 25px;
  }

  .city-layout .images-container {
    justify-content: flex-start;
  }

  .city-layout .text-container .content-list li button {
    margin-bottom: 25px;
  }

  .roads-container {
    gap: 30px;
  }

  .section-description {
    width: 100%;
  }

  /* ========================================================================
   File: assets/css/mobile/contact-mobile.css
   ======================================================================== */

  /* Legacy backup before CSS refactor */
  .company-details {
    flex-direction: column;
    gap: 15px;
  }

  .contact-page .container {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .map-container,
  .form-contain {
    width: 100%;
  }

  .right-comp ul {
    justify-content: space-between;
  }

  /* ========================================================================
   File: assets/css/mobile/flat-det-mobile.css
   ======================================================================== */

  .main-flat .container {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .landing-flat .container {
    flex-direction: column;
    gap: 15px;
  }

  .flat-details,
  .main-flat .flat-slider,
  .right-landing-flat,
  .left-landing-flat {
    width: 100%;
  }

  .btn {
    top: 365px;
    inset-inline-start: 77%;
    padding: 0px 5px;
    content: "";
  }

  .btn span {
    display: none;
  }

  .popup {
    width: 90%;
    z-index: 999999999;
  }

  .pop-swiper2 {
    height: 280px;
  }

  .pop-swiper {
    height: 120px;
  }

  /* ========================================================================
   File: assets/css/mobile/hiring-mobile.css
   ======================================================================== */

  .hiring-swiper .swiper-button-next {
    inset-inline-end: 88%;
  }

  .hiring-swiper .swiper-button-prev {
    inset-inline-end: 80%;
  }

  .hiring-landing {
    padding-bottom: 20px;
  }

  .hiring-landing .container {
    flex-direction: column;
  }

  .right-hiring,
  .left-hiring,
  .hiring-video .head-video,
  .hiring-video .video-content .video-div,
  video {
    width: 100%;
  }

  .hiring-swiper .swiper-button-prev {
    inset-inline-end: 52%;
  }

  .hiring-swiper .swiper-button-next {
    inset-inline-end: 62%;
  }

  .bottom-job {
    flex-direction: column;
    gap: 15px;
  }

  /* ========================================================================
   File: assets/css/mobile/motawren-det-mobile.css
   ======================================================================== */

  .section-layout2 .outer-circle2 {
    top: 9%;
  }

  .section-layout2 .outer-circle3 {
    top: 30%;
  }

  .section-layout2 .outer-circle4 {
    top: 50.5%;
  }

  .section-layout2 .text-container::before {
    height: 512px;
    margin-inline-end: 9.5px;
  }

  /* ========================================================================
   File: assets/css/mobile/projects-mobile.css
   ======================================================================== */

  .cards .projects-card {
    width: 100%;
  }

  .cards .bottom-card-proj button {
    inset-inline-end: 30%;
  }

  /* ========================================================================
   File: assets/css/mobile/services-mobile.css
   ======================================================================== */

  /* Legacy backup before CSS refactor */
  .breadcrumb {
    margin-top: 25px;
    padding: 0;
  }

  .head-services .main-section {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .main-section .text-container {
    width: 100%;
  }

  .main-section .images-container {
    width: 80%;
    align-self: flex-end;
  }

  .main-section .images-container .inner-img {
    inset-inline-end: -100px;
    width: 250px;
  }

  .button-container .button {
    flex: 0 0 45%;
  }

  .button-container .zoom {
    width: fit-content;
  }

  .swiper7 .swiper-button-next {
    inset-inline-end: 88%;
  }

  .swiper7 .swiper-button-prev {
    inset-inline-end: 80%;
  }

  .swiper7::after {
    width: 100px;
    inset-inline-end: 50%;
  }

  /* ========================================================================
   File: assets/css/mobile/we-mobile.css
   ======================================================================== */

  .owners-swiper .swiper-button-next {
    inset-inline-end: 88%;
  }

  .owners-swiper .swiper-button-prev {
    inset-inline-end: 80%;
  }

  .owners-swiper::after {
    width: 100px;
    inset-inline-end: 50%;
  }

  .landing-we {
    height: 450px;
    padding: 10px 0;
  }

  .landing-we .container {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .right-we,
  .left-we {
    width: 100%;
    height: 200px;
  }

  .black-div {
    width: 90%;
    height: 200px;
  }

  .red-div {
    height: 200px;
    width: 80%;
    height: 200px;
    margin: 0 auto;
  }

  /* ========================================================================
   File: assets/css/mobile/rtl-mobile.css
   ======================================================================== */

  .btn {
    inset-inline-start: inherit !important;
    inset-inline-end: 13%;
  }
}

@media (max-width: 640px) {
  .btn {
    inset-inline-start: inherit !important;
    inset-inline-end: 13%;
  }
}

@media (max-width: 480px) {
  .btn {
    inset-inline-start: inherit !important;
    inset-inline-end: 13%;
  }
}

@media (max-width: 360px) {
  .btn {
    inset-inline-start: inherit !important;
    inset-inline-end: 13%;
  }
}

@media (max-width: 767px) {

  .mySwiper .swiper-button-prev,
  .swiper1 .swiper-button-prev,
  .swiper2 .swiper-button-prev,
  .swiper3 .swiper-button-prev,
  .swiper4 .swiper-button-prev,
  .swiper5 .swiper-button-prev,
  .swiper6 .swiper-button-prev {
    inset-inline-start: 83% !important;
    inset-inline-end: inherit !important;
  }

  .mySwiper .swiper-button-next,
  .swiper1 .swiper-button-next,
  .swiper2 .swiper-button-next,
  .swiper3 .swiper-button-next,
  .swiper4 .swiper-button-next,
  .swiper5 .swiper-button-next,
  .swiper6 .swiper-button-next {
    inset-inline-start: 75% !important;
    inset-inline-end: inherit !important;
  }
}

@media (max-width: 480px) {

  .mySwiper .swiper-button-next,
  .swiper1 .swiper-button-next,
  .swiper2 .swiper-button-next,
  .swiper3 .swiper-button-next,
  .swiper4 .swiper-button-next,
  .swiper5 .swiper-button-next,
  .swiper6 .swiper-button-next {
    inset-inline-start: 72% !important;
    inset-inline-end: inherit !important;
  }
}

@media (max-width: 360px) {

  .mySwiper .swiper-button-next,
  .swiper1 .swiper-button-next,
  .swiper2 .swiper-button-next,
  .swiper3 .swiper-button-next,
  .swiper4 .swiper-button-next,
  .swiper5 .swiper-button-next,
  .swiper6 .swiper-button-next {
    inset-inline-start: 72% !important;
    inset-inline-end: inherit !important;
  }
}

/* ========================================================================
   File: assets/css/rtl.css
   ======================================================================== */

/**
 * RTL (Right-to-Left) Styles
 * 
 * This file contains RTL-specific style overrides for Arabic language support.
 * These styles are appended to the main stylesheet when the site is in RTL mode.
 * 
 * @package Capital_of_Business
 * @version 1.0.0
 */

/* ============================================
   RTL Base Overrides
   ============================================ */


/* ========================================================================
   File: assets/css/components/deal-tags.css
   Deal Tag Badges for Property Cards
   ======================================================================== */

/* Deal Tag Badge - Base */
.deal-tag-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Good Deal - Green */
.deal-good {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
}

/* Great Deal - Blue */
.deal-great {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff;
}

/* Overpriced - Red */
.deal-overpriced {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #ffffff;
}

/* Hot Deal - Orange with animation */
.deal-hot {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #ffffff;
  animation: pulse-hot 1.5s ease-in-out infinite;
}

@keyframes pulse-hot {

  0%,
  100% {
    box-shadow: 0 2px 4px rgba(249, 115, 22, 0.4);
  }

  50% {
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.6);
  }
}

/* RTL Support */
[dir="rtl"] .deal-tag-badge {
  right: auto;
  left: 10px;
}

/* ========================================================================
   DESIGN FIX PATCH — Phase 3/4/5
   ======================================================================== */

/* --- Phase 3: Reduce excessive vertical gaps between sections --- */
.contact-section {
  margin-top: 15px;
}

.properties {
  margin-top: 15px;
}

.developers {
  margin-top: 15px;
}

.articles {
  margin-top: 15px;
}

.factorys {
  margin-top: 15px;
}

.compounds {
  margin-top: 15px;
}

/* --- Phase 3: Slider pagination dots — prevent overlap with cards --- */
.swiper3 .swiper-pagination {
  bottom: 5px !important;
}

/* --- Phase 3: Slider navigation arrows — add background for visibility --- */
.swiper-button-prev,
.swiper-button-next {
  background: var(--mainColor, #ec3c43);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* --- Phase 4: Mobile single-column property cards --- */
@media (max-width: 576px) {
  .properties .swiper3 .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
  }

  .properties-card {
    width: 100%;
  }
}

/* --- Phase 4: Header safe padding on mobile --- */
@media (max-width: 767px) {
  .navbar {
    padding: 10px 15px !important;
  }
}

/* --- Phase 4: Footer touch targets on mobile --- */
@media (max-width: 767px) {
  .footer-section ul li {
    margin-top: 12px;
  }

  .footer-section ul li a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

/* --- Phase 5: Floating contact icons — smaller on mobile --- */
@media (max-width: 767px) {

  .fixed-actions,
  .fixed-icons {
    transform: scale(0.85);
    transform-origin: bottom right;
  }
}

/* --- Cookie banner RTL text fix --- */
.cookie-consent-banner p,
.cookie-consent-banner span,
#cookie-banner p,
#cookie-banner span {
  direction: ltr;
  unicode-bidi: plaintext;
  text-align: left;
}

/* ========================================================================
   SINGLE PROPERTY PAGE FIXES
   ======================================================================== */

/* --- Fix: Gallery container overflow — thumbnails spilling out --- */
.main-flat .flat-slider {
  overflow: hidden;
}

/* --- Fix: Gallery on mobile — give more height, prevent overlap --- */
@media (max-width: 767px) {
  .main-flat .flat-slider {
    width: 100%;
    height: 350px;
    overflow: hidden;
  }

  .flat-swiper2 {
    height: 75%;
  }

  .flat-swiper {
    height: 25%;
  }
}

/* --- Fix: Submit button RTL alignment --- */
.contact-content .form-container button[type="submit"],
.left-landing-flat .confirm,
.ajax-zoom-form .confirm {
  display: block;
  margin-inline-start: auto;
  margin-inline-end: 0;
}

/* --- Fix: Table specs — hide dash for empty values --- */
.flat-details .table-container th span,
.flat-details .table-container td span {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* --- Fix: Empty sections — hide headings with no content below --- */
.right-landing-flat .tags:empty {
  display: none;
}

.right-landing-flat .tags:empty~h5,
.right-landing-flat .tags:empty~.underline {
  display: none;
}

/* --- Fix: Contact form section — softer contrast --- */
.contact-content .form-container {
  border-radius: 15px;
}