@charset "UTF-8";
/*------------------------------------------------------------------
  Theme Name: Crito - Business & Agency HTML Template
  Author: Kazi Shahiduzzaman
  Description: Crito - Business & Agency HTML Template. Can be Used For Various Perposes.
  Version: 1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Variable css
2. Mixins Css 
3. Typography css
4. Faq css
5. Theme Default css
6. Grids css
7. BG css
8. Margin Padding Css
9. BTN Css
10. Hero css
11. Footer css 
12. Scroll top css 
13. Navbar css 
14. Breadcrumb css
15. RTL css
16. Vidz css 
17. Blog Single css
18. Sidebar css
19. Pagination css 
20. Gallery css  
21. Topbar css  
22. Heading css  
23. Contact css  
24. Text Color css
25. Header Hero Top css 
26. About css 
27. Service CSS
28. Counter Css 
29. Why css 
30. Work css  
31. Container css 
32. Price css 
33. Team css
34. Review css
35. Blog css  
36. Register css 
37. Step css
38. Sub css
39. Project Single css  
40. Service Single css 
41. Feature css 
42. Benefit css 
43. Promo css 
44. Requ css 
45. CTA css 
46. Marquee css
47. Team Single css
48. Partner css
49. Skill Progress
50. Best css
51. Sidenav css
52. single-sidebar
53. Sidebar 2 css
54. Covarage css
55. Form css
56. Time Line css
57. Navbar Rx css
-------------------------------------------------------------------*/
/*Start Theme Basic*/
/*-------------------------------------------------------
01. Variable css  #f0d082
---------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /* ========= old color varriable ===========*/
  --primary-color: 41, 116, 255;
  --secondary-color: 33, 37, 41;
  --danger-color: 202, 31, 38;
  --clr-yellow: #f7c600;
  --header1: #101828;
  --black: #030712;
  --icon-bg: #edf0f4;
  /* Semantic storefront color contract */
  --color-primary: rgb(var(--primary-color));
  --color-secondary: rgb(var(--secondary-color));
  --color-danger: rgb(var(--danger-color));
  --color-background: #ffffff;
  --color-surface: #ffffff;
  --color-surface-muted: #f7f7f7;
  --color-surface-soft: #f3f4f6;
  --color-text: #003865;
  --color-muted: #406a8c;
  --color-border: rgba(0, 0, 0, 0.1);
  --color-border-strong: #dddddd;
  --color-link: var(--color-text);
  --color-focus: var(--color-primary);
  --color-on-primary: #ffffff;
  --color-disabled-bg: #f3f4f6;
  --color-disabled-text: #8b98a8;
  --color-input-bg: var(--color-surface);
  --color-input-text: var(--color-text);
  --color-input-placeholder: var(--color-muted);
  --color-input-border: var(--color-border);
  --color-shadow: rgba(0, 0, 0, 0.059);
  --clr-white: var(--color-on-primary);
  --white: var(--color-background);
  --border-color-1: rgba(255, 255, 255, 0.2);
  --border-color-2: var(--color-border);
  --white-rgb-1: 255, 255, 255;
  --white-2: var(--color-surface);
  --white-3: var(--color-surface-muted);
  --gray-200: var(--color-surface-soft);
  --primary-text-color: var(--color-text);
  --secondary-text-color: var(--color-muted);
  --primary-font: "DM Sans", sans-serif;
  --secondary-font: "Poppins", sans-serif;
  --clr-gradient-2: linear-gradient(to bottom,
          rgb(248, 248, 255, 0.9),
          rgba(255, 255, 255, 0.8));
  --rounded-pill: 50rem;
  --rounded-square: 0.5rem;
  --rounded-2: 0.675rem;
  --rounded-3: 1rem;
  --box-shadow: 0px 4px 20px 0px var(--color-shadow);
  /* ========= old color varriable ===========*/
  --color-warning: #ffcc00;
  --color-success: #06c270;
  --color-info: #0063f7;
  --color-accent: #fea412;
  --color-accent-soft: #ffbc8c;
  --color-brand-navy: #0d1d63;
  --color-brand-teal: #12957d;
  --color-menu-accent: #ff4a17;
  --color-white: var(--color-on-primary);
  --color-black: var(--black);
  --color-absolute-black: #000000;
  --color-white-rgb: 255, 255, 255;
  --color-black-rgb: 0, 0, 0;
  --color-rating: #f9c936;
  --color-product-danger: #fa3150;
  --color-product-muted: #92b8b9;
  --color-commerce-accent: #5156ea;
  --color-delivery-accent: #f94d1c;
  --text-primary: var(--color-text);
  --text-secondary: var(--color-muted);
  --text-inverse: var(--color-on-primary);
  --text-heading-strong: #16181f;
  --text-heading-muted: #1b1c38;
  --text-body-muted: #646770;
  --surface-primary: var(--color-background);
  --surface-secondary: var(--color-surface);
  --surface-tertiary: var(--color-surface-muted);
  --surface-muted: var(--color-surface-soft);
  --surface-brand-soft: #f3f4fc;
  --surface-warm: #f0efe9;
  --surface-dark: #020617;
  --surface-dark-raised: #030712;
  --surface-dark-blue: #000134;
  --border-subtle: var(--color-border);
  --border-inverse: var(--border-color-1);
  --border-neutral: #eeeeee;
  --border-neutral-strong: var(--color-border-strong);
  --overlay-dark: color-mix(in srgb, var(--color-black) 84%, transparent);
  --overlay-light: color-mix(in srgb, var(--color-white) 70%, transparent);
  --shadow-subtle: 0 4px 20px color-mix(in srgb, var(--color-black) 5.9%, transparent);
  /* Restored legacy aliases. Keep these for custom templates/extensions. */
  --clr-heading: var(--text-primary);
  --clr-heading-2: var(--text-heading-strong);
  --clr-heading-3: var(--text-heading-muted);
  --clr-heading-4: var(--text-heading-strong);
  --clr-body: color-mix(in srgb, var(--color-brand-navy) 70%, transparent);
  --clr-body-2: var(--text-body-muted);
  --clr-bg: var(--surface-brand-soft);
  --clr-bg-2: var(--surface-secondary);
  --clr-bg-3: var(--surface-tertiary);
  --clr-bg-4: var(--surface-muted);
  --clr-bg-5: var(--surface-primary);
  --clr-def: var(--color-primary);
  --clr-def-1: var(--color-secondary);
  --clr-def-2: var(--color-primary);
  --clr-def-3: var(--color-brand-navy);
  --clr-def-4: var(--color-accent);
  --clr-def-5: var(--color-brand-teal);
  --clr-def-6: var(--color-accent-soft);
  --clr-def-7: var(--color-danger);
  --clr-def-8: var(--color-success);
  --clr-menu: var(--color-menu-accent);
  --clr-black: var(--color-black);
  --clr-black-2: color-mix(in srgb, var(--color-brand-navy) 88%, var(--color-black));
  --clr-1: #16243e;
  --clr-ccc: #cccccc;
  --clr-orange: #f42222;
  --clr-rgb: var(--primary-color);
  --clr-rgb-1: color-mix(in srgb, var(--color-black) 60%, transparent);
  --clr-white-70: color-mix(in srgb, var(--color-white) 70%, transparent);
  --clr-border: var(--border-subtle);
  --clr-border-2: var(--border-neutral);
  --clr-gradient: linear-gradient(
      90deg,
      var(--color-primary) 0%,
      var(--color-primary) 35%,
      var(--color-brand-navy) 100%
  );
  --clr-gradient-3: var(--clr-gradient);
  --primary-color-text: var(--text-inverse);
  /* Home 3 compatibility aliases */
  --pf3-primary: var(--color-primary);
  --pf3-primary-dark: color-mix(in srgb, var(--color-primary) 78%, var(--color-black));
  --pf3-primary-rgb: var(--primary-color);
  --pf3-teal: var(--color-brand-teal);
  --pf3-teal-rgb: 32, 184, 166;
  --pf3-accent: var(--color-accent-soft);
  --pf3-accent-rgb: 255, 181, 71;
  --pf3-accent-dark: color-mix(in srgb, var(--pf3-accent) 82%, var(--color-black));
  --pf3-accent-hover: color-mix(in srgb, var(--pf3-accent) 82%, var(--color-white));
  --pf3-accent-hover-alt: color-mix(in srgb, var(--pf3-accent) 76%, var(--color-white));
  --pf3-accent-hover-strong: color-mix(in srgb, var(--pf3-accent) 78%, var(--color-white));
  --pf3-navy: color-mix(in srgb, var(--color-brand-navy) 70%, var(--color-black));
  --pf3-navy-rgb: 10, 35, 56;
  --pf3-navy-deep: color-mix(in srgb, var(--pf3-navy) 78%, var(--color-black));
  --pf3-navy-deep-rgb: 6, 24, 38;
  --pf3-ink: var(--text-primary);
  --pf3-ink-rgb: 16, 42, 60;
  --pf3-muted: var(--text-secondary);
  --pf3-muted-alt: color-mix(in srgb, var(--text-secondary) 78%, var(--color-white));
  --pf3-muted-alt-2: color-mix(in srgb, var(--text-secondary) 80%, var(--color-white));
  --pf3-placeholder: color-mix(in srgb, var(--text-secondary) 68%, var(--color-white));
  --pf3-surface: var(--surface-muted);
  --pf3-surface-blue: color-mix(in srgb, var(--color-primary) 10%, var(--surface-primary));
  --pf3-line: color-mix(in srgb, var(--text-secondary) 22%, var(--surface-primary));
  --pf3-line-rgb: 220, 230, 237;
  --pf3-page-bg: var(--surface-primary);
  --pf3-card-bg: var(--surface-secondary);
  --pf3-card-rgb: 255, 255, 255;
  --pf3-white: var(--color-white);
  --pf3-white-rgb: 255, 255, 255;
  --pf3-black: var(--color-black);
  --pf3-black-rgb: 0, 0, 0;
  --pf3-transparent: transparent;
  --pf3-logo-shape-end: color-mix(in srgb, var(--color-primary) 20%, var(--color-white));
  --pf3-logo-panel: var(--pf3-primary);
  --pf3-hero-orange: #ff5128;
  --pf3-hero-orange-rgb: 255, 81, 40;
  --pf3-hero-bg: color-mix(in srgb, var(--color-brand-teal) 34%, var(--pf3-navy-deep));
  --pf3-hero-cta-hover: color-mix(in srgb, var(--pf3-hero-orange) 88%, var(--color-black));
  --pf3-gradient-navy: color-mix(in srgb, var(--color-brand-teal) 34%, var(--pf3-navy));
  --pf3-newsletter-gradient-end: color-mix(in srgb, var(--color-primary) 78%, var(--color-brand-navy));
  --pf3-newsletter-soft: color-mix(in srgb, var(--color-primary) 30%, var(--color-white));
  --pf3-phone-frame: #111a24;
  --pf3-danger: var(--color-danger);
  --pf3-danger-soft: color-mix(in srgb, var(--color-danger) 15%, var(--color-white));
  --pf3-modal-backdrop-rgb: 2, 12, 20;
  --pf3-shadow-sm: 0 12px 30px rgba(10, 35, 56, 0.08);
  --pf3-shadow-lg: 0 28px 70px rgba(10, 35, 56, 0.15);
}
:root .dark-mode {
  color-scheme: dark;
  --color-background: #111827;
  --color-surface: #1b2430;
  --color-surface-muted: #252f3d;
  --color-surface-soft: #171c25;
  --color-text: #f3faff;
  --color-muted: #c2c1c1;
  --color-border: rgba(255, 255, 255, 0.2);
  --color-border-strong: #4b5563;
  --color-link: #f3faff;
  --color-focus: var(--color-primary);
  --color-on-primary: #ffffff;
  --color-disabled-bg: #252f3d;
  --color-disabled-text: #8b98a8;
  --color-input-bg: var(--color-surface);
  --color-input-text: var(--color-text);
  --color-input-placeholder: #b8c1cc;
  --color-input-border: var(--color-border);
  --color-shadow: rgba(0, 0, 0, 0.32);
  --border-color-1: rgba(255, 255, 255, 0.2);
  --border-color-2: var(--color-border);
  --clr-white: var(--color-on-primary);
  --white-rgb-1: 44, 44, 44;
  --white-3: var(--color-surface-muted);
  --white-2: var(--color-surface);
  --gray-200: var(--color-surface-soft);
  --white: var(--color-background);
  --primary-text-color: var(--color-text);
  --secondary-text-color: var(--color-muted);
  --icon-bg: #282d35;
  --text-heading-strong: var(--color-text);
  --text-heading-muted: #dddddd;
  --text-body-muted: var(--color-muted);
  --surface-brand-soft: var(--color-surface-soft);
  --border-neutral: #374151;
  --border-neutral-strong: var(--color-border-strong);
  --shadow-subtle: 0 4px 20px color-mix(in srgb, var(--color-black) 32%, transparent);
  --clr-gradient-2: linear-gradient(to bottom,
          rgba(35, 39, 53, 0.8),
          rgba(27, 22, 49, 0.8));
  --table-body: #161616;
  --table-light: #29313a;
  --bs-body-color: var(--color-text);
  --bs-border-color: #dee2e638;
  --bs-white: #161616;
  --bs-black-rgb: #ffffff;
  --pf3-ink: var(--text-primary);
  --pf3-ink-rgb: 243, 250, 255;
  --pf3-muted: var(--text-secondary);
  --pf3-muted-alt: color-mix(in srgb, var(--text-secondary) 88%, var(--color-white));
  --pf3-muted-alt-2: color-mix(in srgb, var(--text-secondary) 82%, var(--color-white));
  --pf3-placeholder: color-mix(in srgb, var(--text-secondary) 76%, var(--color-black));
  --pf3-surface: var(--surface-tertiary);
  --pf3-surface-blue: color-mix(in srgb, var(--color-primary) 12%, var(--surface-secondary));
  --pf3-line: var(--border-neutral);
  --pf3-line-rgb: 55, 65, 81;
  --pf3-page-bg: var(--surface-primary);
  --pf3-card-bg: var(--surface-secondary);
  --pf3-card-rgb: 27, 36, 48;
  --pf3-logo-shape-end: color-mix(in srgb, var(--color-primary) 24%, var(--surface-secondary));
  --pf3-logo-panel: color-mix(in srgb, var(--color-primary) 20%, var(--color-white));
  --pf3-hero-bg: color-mix(in srgb, var(--color-brand-teal) 22%, var(--surface-dark-blue));
  --pf3-gradient-navy: color-mix(in srgb, var(--color-brand-teal) 24%, var(--surface-dark-blue));
  --pf3-newsletter-gradient-end: color-mix(in srgb, var(--color-primary) 52%, var(--surface-dark-blue));
  --pf3-newsletter-soft: color-mix(in srgb, var(--color-white) 82%, transparent);
  --pf3-phone-frame: #050b16;
  --pf3-shadow-sm: 0 12px 30px rgba(0, 0, 0, 0.24);
  --pf3-shadow-lg: 0 28px 70px rgba(0, 0, 0, 0.38);
}

body.dark-mode .text-muted {
  color: var(--color-muted) !important;
}

body.dark-mode .text-dark,
body.dark-mode .text-body,
body.dark-mode .text-black {
  color: var(--color-text) !important;
}

body.dark-mode .bg-white,
body.dark-mode .bg-light,
body.dark-mode .card {
  background-color: var(--color-surface) !important;
}

body.dark-mode .bg-dark {
  background-color: var(--surface-dark) !important;
}

body.dark-mode .border-light,
body.dark-mode .border-white {
  border-color: var(--color-border) !important;
}

body.dark-mode .form-control,
body.dark-mode .form-select,
body.dark-mode textarea,
body.dark-mode input:not([type=checkbox]):not([type=radio]) {
  background-color: var(--color-input-bg);
  border-color: var(--color-input-border);
  color: var(--color-input-text);
}

body.dark-mode .form-control:focus,
body.dark-mode .form-select:focus,
body.dark-mode textarea:focus,
body.dark-mode input:not([type=checkbox]):not([type=radio]):focus {
  background-color: var(--color-input-bg);
  border-color: var(--color-focus);
  color: var(--color-input-text);
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--color-primary) 20%, transparent);
}

body.dark-mode .form-control::-moz-placeholder, body.dark-mode textarea::-moz-placeholder, body.dark-mode input::-moz-placeholder {
  color: var(--color-input-placeholder);
}

body.dark-mode .form-control::placeholder,
body.dark-mode textarea::placeholder,
body.dark-mode input::placeholder {
  color: var(--color-input-placeholder);
}

body.dark-mode .btn:disabled,
body.dark-mode .btn.disabled,
body.dark-mode fieldset:disabled .btn {
  background-color: var(--color-disabled-bg);
  border-color: var(--color-border);
  color: var(--color-disabled-text);
}

body.dark-mode .select2-container--default .select2-selection--single,
body.dark-mode .select2-container--default .select2-selection--multiple,
body.dark-mode .select2-dropdown {
  background-color: var(--color-input-bg) !important;
  border-color: var(--color-input-border) !important;
  color: var(--color-input-text);
}

body.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered,
body.dark-mode .select2-container--default .select2-results__option {
  color: var(--color-input-text);
}

body.dark-mode .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-input-placeholder) !important;
}

.text-light-emphasis {
  color: var(--color-muted) !important;
}

@media (min-width: 1200px) {
  .gap-xl-30 {
    gap: 30px !important;
  }
}
/*-------------------------------------------------------
02. Mixins Css
---------------------------------------------------------*/
/*-------------------------------------------------------
03. Typography css
---------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  overflow-x: hidden;
  padding-right: 0 !important;
  scroll-behavior: smooth;
}

body {
  font-family: var(--primary-font);
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--primary-text-color);
  background-color: var(--white);
}

.section-title p {
  color: var(--secondary-text-color);
}

.heading3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

main.main {
  overflow: hidden;
}

a {
  color: var(--primary-text-color);
  font-weight: 500;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--secondary-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem 0;
  font-weight: 600;
  font-family: var(--secondary-font);
  line-height: 1.2;
}

.gap-5 {
  gap: 2.5rem !important;
}

.c-pointer {
  cursor: pointer;
}

h1 {
  font-size: 48px;
}

@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1.5rem;
  color: var(--secondary-text-color);
  font-size: 16px;
  font-weight: 400;
}

.img,
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

hr {
  padding: 0px;
  border-bottom: 1px solid color-mix(in srgb, var(--color-primary) 8%, var(--surface-primary));
  border-top: 0px;
}

*::-moz-selection {
  background: var(--color-accent);
  color: var(--text-inverse);
  text-shadow: none;
}

::-moz-selection {
  background: color-mix(in srgb, var(--text-primary) 66%, var(--text-secondary));
  color: var(--text-inverse);
  text-shadow: none;
}

::selection {
  background: color-mix(in srgb, var(--text-primary) 66%, var(--text-secondary));
  color: var(--text-inverse);
  text-shadow: none;
}

*::-moz-placeholder {
  color: color-mix(in srgb, var(--text-secondary) 70%, var(--surface-primary));
  font-size: 1.4rem;
  opacity: 1;
}

*::placeholder {
  color: color-mix(in srgb, var(--text-secondary) 70%, var(--surface-primary));
  font-size: 1.4rem;
  opacity: 1;
}

.theme__typography {
  position: fixed;
  top: 50%;
  transform: translate(-100%, -50%);
  left: 0;
  z-index: 9999;
  direction: ltr;
  transition: all 0.4s ease-in;
}
.theme__typography.active {
  transform: translate(0, -50%);
  transition: all 0.4s ease-in-out;
}
.theme__typography-inner {
  padding: 30px;
  background-color: var(--color-secondary);
  width: 280px;
  position: relative;
}
.theme__typography-inner button {
  background-color: var(--text-heading-strong);
  border: 1px solid color-mix(in srgb, var(--border-neutral) 25%, transparent);
  width: 100px;
  padding: 6px 0;
  color: var(--clr-white);
  transition: all 0.4s ease-in-out;
}
.theme__typography-inner button.active {
  background-color: var(--text-heading-strong);
  transition: all 0.4s ease-in;
}
.theme__typography-inner .icon i {
  width: 50px;
  height: 50px;
  background-color: rgba(var(--primary-color));
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid color-mix(in srgb, var(--border-neutral) 25%, transparent);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  font-size: 20px;
  cursor: pointer;
}

/*-------------------------------------------------------
04. Faq css 
---------------------------------------------------------*/
.faq-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc((100% - 132px) / 2);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}

.faq-counter {
  position: relative;
  display: block;
  background-color: rgba(var(--primary-color));
  padding: 28px 40px 35px;
}
.faq-counter .heading-big {
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.04em;
  color: var(--clr-white);
}
.faq-counter .faq-count-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.016em;
  color: var(--clr-white);
  margin-top: 1px;
}
.faq-counter.two {
  background-color: var(--clr-yellow);
}
.faq-counter.two .heading-big {
  color: var(--primary-text-color);
}
.faq-counter.two .faq-count-text {
  color: var(--primary-text-color);
}

.accordion-one .accordion-item {
  border: 0;
  background-color: transparent;
}
.accordion-one .accordion-item + .accordion-item {
  margin-top: 18px;
}
.accordion-one .accordion-item .accordion-button {
  background-color: transparent;
  border-radius: 0;
  color: var(--primary-text-color);
  box-shadow: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 0;
  padding-right: 30px;
}
.accordion-one .accordion-item .accordion-button.collapsed:before {
  content: "+";
  background-color: rgba(var(--primary-color));
}
.accordion-one .accordion-item .accordion-button:before {
  content: "-";
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 18px;
  right: 0;
  font-weight: 400;
  font-size: 18px;
  background-color: var(--text-heading-strong);
  color: var(--clr-white);
  transform: rotate(0) !important;
}
.accordion-one .accordion-item .accordion-button:after {
  background-image: none;
}
.accordion-one .accordion-item .accordion-body {
  position: relative;
  padding-left: 0;
  padding-top: 16px;
  padding-right: 48px;
  padding-bottom: 8px;
}

.accordion-two .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--border-color-2);
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.accordion-two .accordion-item .accordion-button {
  background-color: transparent;
  border-radius: 0;
  color: var(--primary-text-color);
  box-shadow: none;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.accordion-two .accordion-item .accordion-button.collapsed:before {
  content: "+";
}
.accordion-two .accordion-item .accordion-button:before {
  content: "-";
  position: absolute;
  top: -3px;
  right: 0;
  font-weight: 400;
  font-size: 28px;
  background-image: none;
  transform: rotate(0) !important;
}
.accordion-two .accordion-item .accordion-button:after {
  content: "\f101";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "fontawesome";
  font-size: 16px;
  background-image: none;
  transform: rotate(0) !important;
}
.accordion-two .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-two .accordion-item .accordion-body {
  padding: 0 0;
  padding-top: 15px;
  padding-left: 30px;
}
.accordion-two .accordion-item .accordion-body p {
  line-height: 32px;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 991px) {
  .faq-area.pt-80 {
    padding-top: 0 !important;
  }
}
/*-------------------------------------------------------
05. Theme Default css
---------------------------------------------------------*/
@media (min-width: 1200px) {
  .ps-lg-absolute {
    position: absolute;
  }
  .translate-middle-lg-y {
    transform: translateY(-50%);
  }
}
@media (min-width: 1620px) {
  .d-2xl-block {
    display: block !important;
  }
  .gap-2xl-5 {
    gap: 3rem !important;
  }
}
.card {
  background-color: var(--white-2);
}

.section-title {
  max-width: 650px;
}

[data-background] {
  padding-top: var(--dynamic-pt, 0);
  /* Fallback to 0 if --dynamic-pt is unset */
  padding-bottom: var(--dynamic-pb, 0);
  background-color: var(--bg-color, transparent);
  background-image: var(--bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  /* Optional: Add transition for smooth changes */
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(var(--primary-color));
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(var(--primary-color));
  border-radius: 10px;
}

.section-bg::before {
  position: absolute;
  content: "";
  background: var(--surface-brand-soft);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
  z-index: -1;
}

.column-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.overflow-hidden {
  overflow: hidden;
}

.element-center {
  height: 100%;
  display: flex;
  align-items: center;
}

.clr-4 {
  color: var(--color-accent);
}

.text-primary {
  color: rgba(var(--primary-color)) !important;
}

.text-danger {
  color: rgba(var(--danger-color)) !important;
}

.border-primary {
  border-color: rgba(var(--primary-color)) !important;
}

a:hover {
  color: rgba(var(--primary-color));
}

/*Theme button css*/
.about-title {
  text-align: center;
  padding-top: 9rem;
}
.about-title .heading-2 {
  font-weight: 500;
}
.about-title::before {
  position: absolute;
  content: "";
  height: 7rem;
  width: 2px;
  z-index: -1;
  background: var(--clr-white);
  opacity: 1;
  left: 50%;
  top: 0;
  translate: -50% 0;
}

.site-title {
  margin-bottom: 7rem;
}
.site-title h2 {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.8px;
  font-size: 40px;
  margin-bottom: 0;
  padding-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.site-title h2::before {
  height: 5px;
  width: 50px;
  background: rgba(var(--primary-color));
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.form-control {
  border-radius: var(--rounded-square) !important;
  box-shadow: none;
  background-color: var(--white-2);
  border-color: var(--border-color-2);
  color: var(--primary-text-color);
  padding: 14px 16px;
  border-radius: var(--rounded-square);
  line-height: 28px;
}
.form-control:focus {
  box-shadow: none;
  border-color: rgba(var(--primary-color));
  background-color: var(--white-2);
  color: var(--primary-text-color);
}
.form-control::-moz-placeholder {
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 400;
}
.form-control::placeholder {
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 400;
}

.form-select {
  border-radius: var(--rounded-square) !important;
  box-shadow: none;
  background-color: var(--white-2);
  border-color: var(--border-color-2);
  color: var(--primary-text-color);
  padding: 14px 16px;
  line-height: 28px;
}
.form-select:focus {
  box-shadow: none;
  border-color: rgba(var(--primary-color));
  background-color: var(--white-2);
  color: var(--primary-text-color);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--secondary-text-color) !important;
}

.select2-container--default .select2-selection--single {
  background-color: var(--white-rgb-1) !important;
  border-color: var(--border-color-2) !important;
}

table th,
td {
  background-color: transparent !important;
  color: var(--primary-text-color) !important;
}

.site-title.mb-0 {
  margin-bottom: 0;
}

.site-title.wh p,
.site-title.wh h2,
.site-title.wh h3 {
  color: var(--clr-white);
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.round-move {
  animation: round-move 5s linear infinite;
}

@keyframes round-move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.up-move {
  animation: up-move 5s ease-in-out infinite;
}

@keyframes up-move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.small-big {
  animation: small-big 5s ease-in-out infinite;
}

@keyframes small-big {
  0% {
    transform: scale(0.5);
  }
  51% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.5);
  }
}
.to-left {
  animation: to-left 5s linear infinite alternate;
}
@keyframes to-left {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0px);
  }
}
.car-run {
  animation: run 3s ease-in-out infinite;
}
@keyframes run {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.text-secondary {
  color: var(--secondary-text-color) !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/*-------------------------------------------------------
06. Grids css 
---------------------------------------------------------*/
.grid-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(6, 1fr);
}

.grid-px-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.gap-0 {
  grid-gap: 0;
}

.cs-gap-1 {
  grid-gap: 1rem;
}

.cs-gap-2 {
  grid-gap: 2rem;
}

.cs-gap-3 {
  grid-gap: 3rem;
}

.cs-gap-4 {
  grid-gap: 4rem;
}

.cs-gap-5 {
  grid-gap: 5rem;
}

.cs-gap-6 {
  grid-gap: 6rem;
}

.cs-gap-7 {
  grid-gap: 7rem;
}

.cs-gap-8 {
  grid-gap: 8rem;
}

.cs-gap-9 {
  grid-gap: 9rem;
}

.cs-gap-10 {
  grid-gap: 10rem;
}

/*-------------------------------------------------------
07. BG css
---------------------------------------------------------*/
.colmn-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.bg-fix {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.hero-bg {
  background-position: top left !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.bg-top-center {
  background-position: top center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.bg-bottom-right {
  background-size: 56%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.width-100 {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.text-right {
  text-align: right;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rad-50 {
  border-radius: 50%;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background: var(--surface-brand-soft);
}

.bg-whitesmoke {
  background-color: var(--text-heading-strong);
}

.bg-theme {
  background: rgba(var(--primary-color));
}

.bg-theme-2 {
  background: rgba(var(--primary-color));
}

.bg-theme-3 {
  background: var(--color-brand-navy);
}

.bg-theme-4 {
  background: var(--color-accent);
}

.bg-theme-5 {
  background: var(--color-brand-teal);
}

.bg-theme-6 {
  background: var(--color-accent-soft);
}

.bg-black {
  background: var(--primary-text-color);
}

.bg-grad {
  background: var(--clr-gradient);
}

.bg-heading-2 {
  background: var(--text-heading-strong);
}

.bg-theme-gray {
  background: var(--surface-warm);
}

.bg-thm-1 {
  background-color: var(--surface-secondary);
}

.bg-thm-2 {
  background-color: var(--surface-primary);
}

div[data-bg] {
  background: var(--custom-background-color);
}

.bg-blur {
  background: color-mix(in srgb, var(--color-white) 5%, transparent);
  border: 2px solid color-mix(in srgb, var(--color-white) 15%, transparent);
  backdrop-filter: blur(7.5px);
  border-radius: 10px;
  padding: 32px 100px 36px 60px;
  z-index: 2;
}

.wh {
  color: var(--clr-white);
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--surface-dark-blue);
  opacity: 0.83;
  top: 0;
  left: 0;
}

.hero-overlay {
  position: relative;
  z-index: 1;
}
.hero-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--primary-text-color);
  opacity: 0.6;
  top: 0;
  left: 0;
}

.hero-overlay-2 {
  position: relative;
  z-index: 1;
}
.hero-overlay-2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: color-mix(in srgb, var(--color-accent) 55%, var(--color-white));
  opacity: 0.93;
  top: 0;
  left: 0;
}

.hero-overlay-3 {
  position: relative;
  z-index: 1;
}
.hero-overlay-3::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--color-brand-navy);
  opacity: 0.8;
  top: 0;
  left: 0;
}

.grad-overlay {
  position: relative;
  z-index: 1;
}
.grad-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--clr-gradient-3);
  opacity: 0.9;
  top: 0;
  left: 0;
}

.bubble .drop {
  width: 350px;
  height: 350px;
  position: relative;
  box-shadow: inset 20px 20px 20px color-mix(in srgb, var(--color-absolute-black) 10%, transparent), 25px 35px 20px color-mix(in srgb, var(--color-absolute-black) 10%, transparent), 25px 30px 30px color-mix(in srgb, var(--color-absolute-black) 10%, transparent), inset -20px -20px 25px color-mix(in srgb, var(--color-white) 80%, transparent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  padding: 4rem;
  transition: border-radius 0.5s;
  overflow: hidden;
  text-align: center;
  animation: drop 2s infinite alternate ease-in-out;
}

.bubble .drop:nth-child(1) {
  border-radius: 38% 62% 46% 54%/46% 51% 49% 54%;
}

.bubble .drop:nth-child(2) {
  border-radius: 38% 62% 46% 54%/46% 51% 49% 54%;
}

.bubble .drop:nth-child(3) {
  border-radius: 38% 62% 46% 54%/46% 51% 49% 54%;
}

@keyframes drop {
  from {
    border-radius: 38% 62% 46% 54%/46% 51% 49% 54%;
  }
  to {
    border-radius: 50%;
  }
}
.bubble .drop::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 75px;
  width: 35px;
  height: 35px;
  background: var(--color-surface);
  border-radius: 50%;
  opacity: 0.7;
}

.bubble .drop::after {
  content: "";
  position: absolute;
  top: 90px;
  left: 100px;
  width: 15px;
  height: 15px;
  background: var(--color-surface);
  border-radius: 50%;
  opacity: 0.7;
}

/*-------------------------------------------------------
08. Margin Padding Css  
---------------------------------------------------------*/
/*margins paddings*/
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.padding-left-80 {
  padding-left: 80px;
}

.padding-right-80 {
  padding-right: 80px;
}

.padding-tb-60 {
  padding: 60px 0;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.p-50 {
  padding: 50px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pd-50 {
  padding: 5rem 0;
}

.pr-120 {
  padding-right: 12rem;
}

.de-padding {
  padding: 12rem 0;
}

.de-pt {
  padding-top: 12rem;
}

.de-pb {
  padding-bottom: 12rem;
}

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

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-300 {
  margin-left: 30rem;
}

.ml-5 {
  margin-left: 5;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100rem;
}

.mr-300 {
  margin-right: 30rem;
}

.mr-5 {
  margin-right: 5;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.margin-center {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .mt-90 {
    margin-top: 5rem;
  }
  .padding-tb {
    padding: 40px 0;
  }
  .padding-top-80 {
    padding-top: 40px;
  }
  .padding-bottom-80 {
    padding-bottom: 40px;
  }
  .padding-left-80 {
    padding-left: 40px;
  }
  .padding-right-80 {
    padding-right: 40px;
  }
  .padding-tb-60 {
    padding: 40px 0;
  }
  .padding-top-60 {
    padding-top: 40px;
  }
  .padding-bottom-60 {
    padding-bottom: 40px;
  }
  .padding-left-60 {
    padding-left: 40px;
  }
  .padding-right-60 {
    padding-right: 40px;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pt-100 {
    padding-top: 60px !important;
  }
  .pb-100 {
    padding-bottom: 60px !important;
  }
  .mb-50 {
    margin-bottom: 24px;
  }
  .py-80 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-150 {
    padding-top: 80px !important;
  }
  .pb-150 {
    padding-bottom: 80px !important;
  }
}
/*-------------------------------------------------------
09. BTN Css  
---------------------------------------------------------*/
/*Theme Button*/
.text-btn {
  color: var(--primary-text-color);
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
}
.text-btn i {
  font-size: 14px;
  color: rgba(var(--primary-color));
}
.text-btn:hover {
  --primary-text-color: rgba(var(--primary-color));
}

.btn-1,
.btn-2 {
  position: relative;
  display: inline-block;
  padding: 1.2rem 2.25rem;
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-white);
  background-color: rgba(var(--primary-color));
  text-align: center;
  text-transform: capitalize;
  border: none;
  line-height: 1;
  border-radius: var(--rounded-square);
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.btn-1 i,
.btn-2 i {
  margin-left: 5px;
  transform: rotate(-45deg);
  font-size: 15px;
}
.btn-1::before,
.btn-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--text-heading-strong);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.7s cubic-bezier(0.3, 1, 0.3, 1);
  /* Smooth expand */
  z-index: -1;
}
.btn-1:hover::before,
.btn-2:hover::before {
  transform: translate(-50%, -50%) scale(30);
  transition: transform 1.5s cubic-bezier(0.3, 1, 0.3, 1);
  /* slow in */
}
.btn-1:hover,
.btn-2:hover {
  color: var(--clr-white);
}
.btn-1.two:before,
.btn-2.two:before {
  background-color: var(--surface-primary);
  color: var(--primary-text-color);
}
.btn-1.two:hover,
.btn-2.two:hover {
  --primary-text-color: var(--black);
  color: var(--primary-text-color);
}

.btn-2 {
  --primary-text-color: var(--text-heading-strong);
  color: var(--primary-text-color);
  background-color: var(--clr-white);
}
.btn-2:before {
  background-color: var(--text-heading-strong);
  color: var(--clr-white);
}
.btn-2:hover {
  color: var(--clr-white);
}

.btn-small {
  padding: 12px 20px;
  line-height: 24px;
}

@media (max-width: 576px) {
  .btn-1,
  .btn-2 {
    padding: 1rem 1.2rem;
    font-size: 14px;
  }
  .btn-1 i,
  .btn-2 i {
    font-size: 13px;
  }
}
/*-------------------------------------------------------
10. Hero css 
---------------------------------------------------------*/
/* ====== hero one new style ========*/
.hero-one .swiper-slide.swiper-slide-active .slider-subtitle {
  animation: fadeInLeft 1s ease 0.3s both;
}
.hero-one .swiper-slide.swiper-slide-active .slider-title {
  animation: fadeInLeft 1s ease 0.5s both;
}
.hero-one .swiper-slide.swiper-slide-active .slider-btn {
  animation: fadeInUp 1s ease 0.8s both;
}
.hero-one .swiper-pagination {
  bottom: auto;
  width: auto;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hero-one .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid var(--color-white);
  opacity: 1;
}
.hero-one .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(var(--primary-color));
  border-color: rgba(var(--primary-color));
}

.item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 250px 0;
}

@media (min-width: 1024px) {
  .item {
    padding: 250px 0;
  }
}
.slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.slider-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-absolute-black);
  background: linear-gradient(90deg, var(--color-absolute-black) 0%, color-mix(in srgb, var(--color-absolute-black) 84%, transparent) 30%, transparent 70%);
  z-index: -1;
}

.slider-content {
  position: relative;
  z-index: 1;
}

.slider-subtitle {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(var(--primary-color));
  text-transform: uppercase;
  letter-spacing: -0.016em;
}

.slider-title {
  position: relative;
  font-size: 70px;
  color: var(--clr-white);
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 19px;
  margin-bottom: 24px;
}

.video-text {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--clr-white);
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-left: 20px;
}

/* Advanced ripple */
.ripple:before,
.ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  --primary-color: var(--color-white-rgb);
  -ms-box-shadow: 0 0 0 0 rgba(var(--primary-color), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--primary-color), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--primary-color), 0.6);
  animation: ripple 3s infinite;
}

.video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 17px;
  color: var(--clr-white);
  background-color: rgba(var(--primary-color));
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.video-icon:hover {
  color: rgba(var(--primary-color));
  background-color: var(--color-surface);
  transition: all 0.5s ease;
}

.ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
.hero-two {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.hero-two .shape-1 {
  position: absolute;
  top: -58px;
  left: 30%;
  opacity: 0.3;
  z-index: -1;
  max-width: 300px;
}
.hero-two .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
.hero-two:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, var(--color-absolute-black) 0%, color-mix(in srgb, var(--color-absolute-black) 84%, transparent) 40%, transparent 80%);
  z-index: -1;
}
.hero-two .hero-content {
  max-width: 600px;
}
.hero-two .hero-content .btn-two {
  padding: 20px 42px;
}
.hero-two .hero-thumb {
  width: 100%;
}
.hero-two .hero-thumb img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.satisficed-partner ul li:not(:first-child) {
  margin-left: -12px;
}
.satisficed-partner ul li div {
  max-width: 65px;
  overflow: hidden;
  position: relative;
  display: block;
}
.satisficed-partner ul li div img {
  border: 2px solid var(--border-color-1);
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.satisficed-partner .counting h5,
.satisficed-partner .counting span,
.satisficed-partner .counting p {
  color: var(--clr-white);
}
.satisficed-partner .counting > div {
  margin-bottom: 7px;
}
.satisficed-partner .counting h5 {
  line-height: 24px;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 0;
}
.satisficed-partner .counting span {
  line-height: 24px;
  font-weight: 700;
  font-size: 24px;
}
.satisficed-partner .counting p {
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
}

.form-box {
  position: relative;
  display: block;
  padding: 58px 40px 58px;
  border-radius: 0px;
  border: 1px solid var(--border-color-1);
  background: linear-gradient(145deg, color-mix(in srgb, var(--color-white) 12%, transparent) -21%, color-mix(in srgb, var(--color-absolute-black) 10%, transparent) 98.75%);
  backdrop-filter: blur(10px);
  z-index: 2;
  margin-left: 50px;
  margin-right: -80px;
}
.form-box .input-box .icon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 16px;
  margin-right: 0;
  color: color-mix(in srgb, var(--color-white) 70%, transparent);
}
.form-box .input-box .form-control,
.form-box .input-box .form-select,
.form-box .select-box {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  background: color-mix(in srgb, var(--color-white) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-white) 20%, transparent);
  line-height: initial;
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: color-mix(in srgb, var(--color-white) 70%, transparent);
}
.form-box .input-box .form-control::-moz-placeholder, .form-box .input-box .form-select::-moz-placeholder, .form-box .select-box::-moz-placeholder {
  color: color-mix(in srgb, var(--color-white) 70%, transparent);
}
.form-box .input-box .form-control::placeholder,
.form-box .input-box .form-select::placeholder,
.form-box .select-box::placeholder {
  color: color-mix(in srgb, var(--color-white) 70%, transparent);
}
.form-box .select-box {
  padding-right: 16px;
}
.form-box .select-box::after {
  color: color-mix(in srgb, var(--color-white) 70%, transparent);
  line-height: 16px;
}
.form-box .input-box.select-menu {
  position: relative;
}
.form-box .input-box.select-menu .form-select {
  background-image: none !important;
}
.form-box .input-box.select-menu:after {
  content: "\f078";
  font-family: "fontawesome";
  position: absolute;
  top: 10px;
  font-size: 14px;
  right: 20px;
  color: color-mix(in srgb, var(--color-white) 70%, transparent);
}

.slider-title-2 {
  color: var(--clr-white);
  font-size: 80px;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: -0.04em;
  margin-top: 10px;
}

.banner-two-text {
  color: var(--clr-white);
  font-size: 18px;
  line-height: 28px;
  margin-top: 28px;
  margin-bottom: 41px;
}

/* ======= Hero one Modal ========*/
.video-modal .modal-content {
  background-color: var(--white-2);
  color: var(--primary-text-color);
}
.video-modal .video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0;
}
.video-modal .video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}

/* ======= Hero one Modal ========*/
@keyframes grow {
  0%, 20% {
    transform: scale(1);
  }
  75%, 100% {
    transform: scale(1.15);
  }
}
.swiper-slide.swiper-slide-active .hero-bg-animate {
  scale: 1.15;
  animation: grow 4s linear forwards;
}

.animate-pos {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  transition: 10s ease-out;
  transform: scale(1.1);
  z-index: -5;
}

.hero-track-bottom {
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--surface-muted);
  z-index: 2;
}

.mt-n7 {
  margin-top: -60px;
}

.transport-forms-section .container {
  background-color: var(--surface-muted);
}
.transport-forms-section .container .form-control {
  font-size: 16px;
  padding: 14px 14px 14px 36px;
}
.transport-forms-section .container i {
  font-size: 16px;
}
.transport-forms-section .container .select2-container {
  width: 100%;
  min-width: 250px;
}
.transport-forms-section .container .btn-1 {
  padding: 14px 16px;
  line-height: 1.5;
  font-size: 16px;
  color: var(--clr-white);
  border-color: rgba(var(--primary-color));
  background-color: rgba(var(--primary-color));
}
.transport-forms-section .container .btn-1:hover {
  color: rgba(var(--primary-color));
  background-color: transparent;
}

@media (max-width: 1399px) {
  .form-box {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .form-box {
    margin-right: 0;
    margin-left: 0;
    padding: 24px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-single.three .hero-thumb {
    width: 100%;
    height: 400px;
  }
  .hero-one .swiper-pagination {
    left: auto;
    right: 10%;
    align-items: flex-end;
  }
  .slider-title {
    font-size: 40px;
    line-height: 45px;
    margin-top: 15px;
  }
  .slider-title-2 {
    font-size: 40px;
    line-height: 45px;
  }
  .item {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .slider-title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 16px;
  }
  .slider-title-2 {
    font-size: 24px;
    line-height: 34px;
  }
  .hero-one .swiper-pagination {
    display: none;
  }
}
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-radius: var(--rounded-square) !important;
}

.select2-container .select2-selection--single {
  height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: color-mix(in srgb, var(--text-primary) 76%, var(--text-secondary));
  line-height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px !important;
  right: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 5px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 15px !important;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
  color: var(--text-heading-strong);
}

/*-------------------------------------------------------
11.Footer css 
---------------------------------------------------------*/
/*footer Default*/
.footer {
  position: relative;
  z-index: 1;
  background: var(--surface-dark);
}
.footer.one {
  background-color: var(--surface-dark-raised);
}
.footer.one .footer-social li a i {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 6px;
  color: rgba(var(--primary-color));
  transition: all 0.5s ease;
  background-color: transparent;
  color: var(--clr-white);
  border: 1px solid color-mix(in srgb, var(--color-white) 13%, transparent);
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.footer.one .footer-social li a i:hover {
  background-color: rgba(var(--primary-color));
  color: var(--clr-white);
  transition: all 0.4s ease-in;
}
.footer.one .footer-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  transition: 0.4s;
}
.footer.one .footer-list li a:hover {
  margin-left: 6px;
  transition: 0.4s;
}
.footer.one .footer-list li a i {
  font-size: 6px;
  vertical-align: middle;
  padding-top: 3px;
}
.footer.one .footer-adss li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid color-mix(in srgb, var(--color-white) 13%, transparent);
  border-radius: 50%;
  color: rgba(var(--primary-color));
}
.footer.two .footer-item .footer-instagram {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.footer.two .footer-item .footer-instagram img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer.two .footer-item .footer-instagram:hover img {
  transform: scale(1.2);
}
.footer.two .footer-item .footer-instagram .footer-search-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}
.footer.two .footer-item .footer-instagram:hover .footer-search-icon {
  opacity: 1;
  background: color-mix(in srgb, var(--color-absolute-black) 60%, transparent);
}

.site-designer {
  color: var(--color-accent);
}

.footer-bio {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer-bio .footer-bio-text h6 {
  text-transform: capitalize;
  margin-bottom: 5px;
}
.footer-bio .footer-bio-text span {
  display: block;
  line-height: 1;
  color: var(--text-primary);
  font-size: 1.6rem;
}

.footer-know-more {
  color: rgba(var(--primary-color));
}

.footer-upr-content h2 {
  font-weight: 600;
}
.footer-upr-content h4 a {
  text-decoration: underline;
  color: rgba(var(--primary-color));
}

.footer-heading {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--clr-white);
}

.footer-widget-title {
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  color: var(--clr-white);
  font-size: 18px;
}
.footer-widget-title .footer-title-line {
  width: 4rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 -50%;
  z-index: 1;
  background-color: var(--text-primary);
}
.footer-widget-title .footer-title-line::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  z-index: -1;
  background: var(--text-primary);
  opacity: 1;
  top: 5px;
  left: 0;
}
.footer-widget-title .footer-title-line::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  z-index: -1;
  background: var(--text-primary);
  opacity: 1;
  top: 10px;
  left: 0;
}

.footer-logo {
  margin-bottom: 3rem;
}
.footer-logo img {
  display: block;
}

.about-us p a {
  text-decoration: underline;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-list li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
}
.footer-list li a:hover {
  color: rgba(var(--primary-color));
}
.footer-list li a i {
  font-size: 0.8rem;
}

.footer-hours {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer-hours li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-hours li span {
  color: var(--text-primary);
  display: inline-block;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-social li a i {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 6px;
  color: rgba(var(--primary-color));
  transition: all 0.5s ease;
  background: transparent;
  color: var(--clr-white);
  border: 2px solid color-mix(in srgb, var(--color-white) 6%, transparent);
  font-size: 15px;
}
.footer-social li a i:hover {
  background: var(--clr-white);
  border: 2px solid transparent;
  color: rgba(var(--primary-color));
}

.subscribe-area form {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.subscribe-area form .input-style-4 {
  width: 100%;
  background-color: transparent;
  padding: 8px 1.5rem 8px 2rem;
  color: var(--text-primary);
  outline: none;
  border: 1px solid var(--border-neutral-strong);
  height: 60px;
}
.subscribe-area form .input-style-4:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border-neutral-strong);
}
.subscribe-area form .input-style-4::-moz-placeholder {
  color: var(--text-primary);
}
.subscribe-area form .input-style-4::placeholder {
  color: var(--text-primary);
}
.subscribe-area form .btn-subs {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border-neutral-strong);
  border-left: none;
  background-color: transparent;
  font-size: 1.6rem;
  color: var(--border-neutral-strong);
  width: 75px;
  height: 60px;
}
.subscribe-area form .btn-subs:hover {
  color: rgba(var(--primary-color));
}

.app-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-adss {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: color-mix(in srgb, var(--color-white) 70%, transparent);
}
.footer-adss li {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 768px) {
  .footer-widget-title {
    margin-bottom: 1.5rem;
  }
  .footer-list {
    gap: 1rem;
  }
  .footer-adss {
    gap: 1rem;
  }
}
.copyright {
  border-top: 1px solid color-mix(in srgb, var(--color-white) 20%, transparent);
}

.footer-widget p,
.footer-widget ul li a {
  color: color-mix(in srgb, var(--color-white) 70%, transparent);
}

.footer .footer-item .input-group .btn-1 {
  padding: 0 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: var(--rounded-square) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/*-------------------------------------------------------
12. Scroll top css 
---------------------------------------------------------*/
#scrtop {
  position: fixed;
  bottom: 30px;
  text-decoration: none;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  background-color: rgba(var(--primary-color));
  color: var(--clr-white);
  cursor: pointer;
  border-radius: var(--rounded-square);
  width: 50px;
  height: 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  visibility: hidden;
  box-sizing: border-box;
  opacity: 0;
  border-radius: var(--rounded-square);
}
#scrtop:hover {
  background-color: var(--black);
}

#scrtop.show {
  transition: 1s;
  visibility: visible;
  height: 50px;
  opacity: 1;
}

/*-------------------------------------------------------
13. Navbar css 
---------------------------------------------------------*/
.navbar-brand {
  max-width: 135px;
  max-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-brand img {
  max-width: 100%;
  height: auto;
}

.navbar-toggle {
  border-radius: var(--rounded-square);
}

.gap-2rem {
  gap: 2rem;
}

.dark-mode-toggle, .navbar-toggle {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color-2);
  color: var(--primary-text-color);
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
}

.light-logo {
  display: none;
}

body.dark-mode .navbar-brand .logo-display {
  display: none;
}

body.dark-mode .navbar-brand .light-logo {
  display: block;
}

.top-bar-two {
  background-color: rgba(var(--primary-color));
  padding: 5px 0;
}
.top-bar-two .address a {
  font-size: 13px;
  font-weight: 500;
}
.top-bar-two .dropdown .dropdown-toggle {
  font-size: 15px;
}
.top-bar-two .dropdown .dropdown-toggle:after {
  content: "\f078";
  font-family: "fontawesome";
  vertical-align: middle;
  border: 0;
  font-size: 12px;
  transition: 0.2s;
}
.top-bar-two .dropdown img {
  height: 25px;
  width: 25px;
  border: 2px solid var(--border-color-1);
  border-radius: 50%;
}
.top-bar-two .dropdown .dropdown-menu {
  padding: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  overflow: hidden;
  background-color: var(--white-2);
}
.top-bar-two .dropdown .dropdown-menu .dropdown-item {
  font-size: 15px;
  padding: 6px 16px;
  line-height: 24px;
}
.top-bar-two .social-icon a {
  height: 26px;
  width: 26px;
  border: 1px solid color-mix(in srgb, var(--color-white) 30.2%, transparent);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-white);
  font-size: 12px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.top-bar-two .social-icon a:hover {
  background-color: var(--clr-white);
  color: rgba(var(--primary-color));
  transition: all 0.4s ease-in-out;
}

.bg-offcanvas {
  background-color: var(--white-2);
}

/* ========== header one start ========= */
.navbar-nav.nav-one {
  padding-left: 90px;
}

.menu-bars {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color-1);
  color: var(--primary-text-color);
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
  transition: 0.4s;
}
.menu-bars:hover {
  background-color: rgba(var(--primary-color));
  --primary-text-color: var(--clr-white);
  transition: 0.4s;
  border-color: rgba(var(--primary-color));
}

.header-bar {
  position: relative;
  width: 40px;
  height: 11px;
}
.header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  overflow: hidden;
  background: var(--text-heading-strong);
}
.header-bar span:first-child {
  width: 40px;
}
.header-bar span:last-child {
  bottom: 0;
  width: 40px;
}

.nav-item.dropdown .nav-menu {
  min-width: 250px;
  padding: 30px;
  box-shadow: 0px 0px 10px color-mix(in srgb, var(--text-primary) 8%, transparent) !important;
  position: absolute;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.5s ease;
  opacity: 0;
  z-index: 10;
  background-color: var(--white-2);
  visibility: hidden;
}

.nav-item.dropdown:hover .nav-menu {
  transform: scaleY(1);
  transition: 0.5s ease;
  opacity: 1;
  visibility: visible;
}

.btn-close {
  background-image: none;
  font-size: 18px;
  color: var(--primary-text-color);
  padding: 0;
  opacity: 1;
  border: 1px solid var(--border-color-2);
  border-radius: var(--rounded-square);
  width: 1em;
  height: 1em;
  line-height: 1em;
  background-color: transparent;
  transition: 0.3s;
}
.btn-close:hover {
  background-color: rgba(var(--primary-color));
  color: var(--clr-white);
  border-color: rgba(var(--primary-color));
  transition: 0.3s;
  opacity: 1;
}

.navbar {
  background-color: var(--white-2);
}
.navbar .btn-1 {
  padding: 1rem 1.5rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  height: 80px;
  line-height: 80px;
  padding: 0;
  text-transform: capitalize;
  color: var(--primary-text-color) !important;
  font-size: 18px;
  font-weight: 600;
  margin-right: 35px;
}
.navbar .navbar-nav .nav-item .nav-link i {
  font-size: 12px;
  font-weight: 600;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: rgba(var(--primary-color)) !important;
}
.navbar .navbar-nav .nav-item.dropdown {
  border-radius: 0;
}
.navbar .navbar-nav .nav-item.dropdown .nav-menu {
  padding: 30px;
  box-shadow: none;
}
.navbar .navbar-nav .nav-item.dropdown .nav-menu.home-menu {
  width: 800px;
}
.navbar .navbar-nav .nav-item.dropdown .nav-menu.home-menu .home-thumb {
  width: 100%;
  padding-top: 130%;
  display: block;
  position: relative;
}
.navbar .navbar-nav .nav-item.dropdown .nav-menu.home-menu .home-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: top;
     object-position: top;
}
.navbar .navbar-nav .nav-item.dropdown .nav-menu.home-menu .home-title {
  font-size: 16px;
}
.navbar .navbar-nav .nav-item.dropdown .nav-menu.home-menu .home-title a {
  font-weight: 600;
  transition: 0.3s;
}
.navbar .navbar-nav .nav-item.dropdown .nav-menu.home-menu .home-title a:hover {
  color: rgba(var(--primary-color));
  transition: 0.3s;
}
.navbar .navbar-nav .nav-item.dropdown .nav-menu .nav-item .nav-link {
  color: var(--primary-text-color);
  line-height: 1;
  height: inherit;
  margin-bottom: 1.5rem;
  margin-right: 0;
  font-size: 18px;
  transition: 600ms;
}
.navbar .navbar-nav .nav-item.dropdown .nav-menu .nav-item:hover .nav-link {
  padding-left: 8px;
  transition: 600ms;
}
.navbar .navbar-nav .nav-item.dropdown .nav-menu .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.navbar.navbar-three .main-link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1);
  bottom: 0;
  transform: skew(-35deg);
  height: 4px;
  background: rgba(var(--primary-color));
  z-index: 1;
}
.navbar.navbar-three .main-link:hover::after {
  width: 100%;
}
.navbar.navbar-three .navbar-nav .nav-item {
  position: relative;
}
.navbar.navbar-three .navbar-nav .nav-item .nav-link {
  color: var(--primary-text-color) !important;
  font-size: 16px;
  font-weight: 500;
  margin-right: 2rem;
}
.navbar.navbar-three .navbar-nav .nav-item .nav-link:hover, .navbar.navbar-three .navbar-nav .nav-item .nav-link:before {
  color: rgba(var(--primary-color)) !important;
}
.navbar.navbar-three .navbar-nav .nav-item .nav-link:before {
  display: none;
}
.navbar.navbar-three .nav-item.dropdown .nav-menu {
  transform: scale(1, 0);
  transform-origin: 0 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  min-width: 250px;
  box-shadow: 0px 30px 70px color-mix(in srgb, var(--color-absolute-black) 8%, transparent);
  border: 0;
  padding: 0 2rem;
  border-bottom: 4px solid rgba(var(--primary-color));
  background-color: var(--white-2);
  transition: 0.4s ease;
}
.navbar.navbar-three .nav-item.dropdown .nav-menu .nav-link {
  border-bottom: 1px solid var(--border-color-2);
  display: block;
  padding: 1.2rem 0;
  margin-bottom: 0 !important;
  position: relative;
  font-size: 16px !important;
  font-weight: 500;
  width: 100%;
}
.navbar.navbar-three .nav-item.dropdown .nav-menu .nav-link:after {
  background-color: rgba(var(--primary-color));
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  transition: all 0.4s ease-out;
  position: absolute;
  z-index: 1;
  content: "";
}
.navbar.navbar-three .nav-item.dropdown .nav-menu .nav-link:hover:after {
  width: 100%;
  transition: all 0.4s ease-in;
}
.navbar.navbar-three .nav-item.dropdown .nav-menu .nav-item:last-child .nav-link::after {
  display: none;
}
.navbar.navbar-three .nav-item.dropdown:hover .nav-menu {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease;
}

/* ======== header one mobile nav ========*/
.mobile-nav .menu-item {
  width: 100%;
  padding: 10px 0;
  color: var(--primary-text-color);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border-color-2);
  transition: 0.3s;
}
.mobile-nav .menu-item i {
  transition: 0.3s;
}
.mobile-nav .menu-item:hover {
  --primary-text-color: rgba(var(--primary-color));
  transition: 0.3s;
}
.mobile-nav .menu-item[aria-expanded=true] i {
  transform: rotate(45deg);
}
.mobile-nav .card a {
  padding: 10px 10%;
}

/* ======== header one mobile nav ========*/
.dropdown-menu {
  background-color: var(--white-2);
  box-shadow: var(--box-shadow);
}
.dropdown-menu .dropdown-item {
  color: var(--primary-text-color);
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: rgba(var(--primary-color), 0.2);
  color: var(--primary-text-color);
}

.offcanvas-body {
  scrollbar-width: none;
}

.offcanvas.detail-offcanvas {
  border-left: 2px solid rgba(var(--primary-color));
  background-color: var(--white-2);
}
.offcanvas.detail-offcanvas .offcanvas-header {
  padding: 30px 30px 20px 30px;
}
.offcanvas.detail-offcanvas .offcanvas-body {
  padding: 30px;
  scrollbar-width: none;
}
.offcanvas.detail-offcanvas .btn-close {
  background-image: none;
  background-color: rgba(var(--primary-color));
  --primary-text-color: var(--clr-white);
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-text-color);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  padding: 0;
  box-shadow: none;
}
.offcanvas.detail-offcanvas .social-icons {
  margin-top: 30px;
  margin-bottom: 30px;
}
.offcanvas.detail-offcanvas .social-icons li a {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--primary-text-color);
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border-color-2);
  transition: 0.3s;
}
.offcanvas.detail-offcanvas .social-icons li a:hover {
  background: rgba(var(--primary-color));
  --primary-text-color: var(--clr-white);
  transition: 0.3s;
}
.offcanvas.detail-offcanvas .gallary-items {
  margin-bottom: 30px;
}
.offcanvas.detail-offcanvas .gallary-items div {
  width: 100px;
  height: 100px;
}
.offcanvas.detail-offcanvas .gallary-items div img {
  width: 100%;
  height: 100%;
}
.offcanvas.detail-offcanvas .contact {
  margin-bottom: 40px;
}

.dark-mode .header-bar span {
  background: var(--clr-white);
}

.sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: var(--white-2);
  z-index: 99;
  animation: sticky 1.1s;
  display: block;
  box-shadow: var(--box-shadow);
}
.sticky .navbar {
  height: auto !important;
}
@keyframes sticky {
  0% {
    top: -50px;
    opacity: 0;
    transition-duration: 1.1s;
  }
  100% {
    top: 0;
    opacity: 1;
    transition-duration: 1.1s;
  }
}

@media (max-width: 768px) {
  .dark-mode-toggle, .navbar-toggle {
    width: 40px;
    height: 40px;
  }
  .menu-bars {
    width: 40px;
    height: 40px;
  }
  .navbar-brand {
    max-width: 125px;
    max-height: 38px;
  }
}
/* -------------------------------------------------------
14. Breadcrumb css
---------------------------------------------------------*/
.breadcrumb-shape-2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.site-breadcrumb {
  padding-top: clamp(60px, 8vw, 100px);
  padding-bottom: clamp(73px, 8vw, 113px);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 3;
}
.site-breadcrumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--text-heading-strong);
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 3.5rem;
  text-transform: capitalize;
  color: var(--clr-white);
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.0025em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu {
  display: inline-block;
  background: rgba(var(--primary-color));
  padding: 10px 1.4rem;
  line-height: 1;
  border-radius: var(--rounded-square);
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
  color: var(--clr-white);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: var(--clr-white);
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.site-breadcrumb .breadcrumb-menu li.active {
  color: var(--clr-white);
}
.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: "\eaa0";
  font-family: "icofont";
  font-weight: 900;
  right: -18px;
  top: 0px;
  text-align: center;
  font-size: 1rem;
  color: var(--clr-white);
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

/*-------------------------------------------------------
15. RTL css
---------------------------------------------------------*/
.rtl-mode {
  padding: 16px 12px;
  font-size: 16px;
  color: red;
  border: none;
  top: 50%;
  right: 0;
  margin-top: -115px;
  z-index: 7777;
  line-height: 1;
  position: fixed;
  text-align: left;
  display: inline-block;
  transition: all 0.4s ease;
  transform: translateY(-50%);
}

[dir=rtl] .top-bar-two .address .pe-4 {
  padding-right: 0 !important;
}
[dir=rtl] .top-bar-two .address .me-4 {
  margin-right: 0 !important;
}
[dir=rtl] .top-bar-two .address a.ps-4 {
  padding-left: 1.5rem;
}
[dir=rtl] .bg-position-bottom-2 {
  background-position: bottom 70px left 190px !important;
}
[dir=rtl] .hero-single-2 .hero-track-form .btn-1 {
  right: auto;
  left: 8px;
}
[dir=rtl] .about-left-img::before {
  left: auto;
  right: 0;
}
[dir=rtl] .about-left-img.pl-30 {
  padding-right: 3rem;
}
[dir=rtl] .illustration {
  right: auto;
  left: 0;
}
[dir=rtl] .title-up {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .title-up::before {
  left: auto;
  right: 0;
}
[dir=rtl] .blog__one-item-content-meta ul li a {
  padding-right: 0;
}
[dir=rtl] .blog__one-item-content-meta ul li a i {
  margin-right: 0;
  margin-left: 10px;
}
[dir=rtl] .cta-section .cta-left-image .icon-box {
  right: auto;
  left: calc(0% - 65px);
}
[dir=rtl] .theme__typography {
  direction: ltr;
}
[dir=rtl] .theme__typography .icon {
  direction: ltr;
}
[dir=rtl] .site-title-2 {
  text-align: right !important;
}
[dir=rtl] .hero-track-form .btn-sml {
  right: inherit;
  left: 8px;
}
[dir=rtl] .hero-single-2 .hero-content p {
  padding-right: 0;
  padding-left: 35%;
}
[dir=rtl] .cal-style select.form-control.input-style-2.form-select {
  background-position: top 20px left 20px;
}
[dir=rtl] .rev-style-2 .review-single {
  direction: rtl;
}
[dir=rtl] .review-single {
  direction: rtl;
}
[dir=rtl] .blog-single-2 {
  direction: rtl;
}
[dir=rtl] .blog-search .blog-search-form .form-control {
  padding-left: 16px;
  padding-right: 60px;
}
[dir=rtl] .blog-search .blog-search-form .blog-btn-v {
  left: auto;
  right: 25px;
}
[dir=rtl] .right-panel .content .form-control {
  padding-left: 16px;
  padding-right: 50px;
  text-align: right;
}
[dir=rtl] .input-icon {
  left: auto;
  right: 20px;
}
[dir=rtl] .cta-gari {
  position: absolute;
  bottom: 0;
  right: inherit;
  direction: rtl;
  left: 0;
}
[dir=rtl] .service-right .service-box {
  border-right: 2px dashed color-mix(in srgb, var(--color-brand-navy) 15%, transparent);
  border-top: none;
  padding-right: 70px;
  border-left: none;
}
[dir=rtl] .service-left .service-box {
  border-left: none;
  border-right: none;
  border-top: none;
  padding-left: 70px;
}
[dir=rtl] .site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 1rem;
}
[dir=rtl] .site-breadcrumb .breadcrumb-menu li:last-child {
  margin-left: 0;
}
[dir=rtl] .site-breadcrumb .breadcrumb-menu li::before {
  right: auto;
  left: -18px;
  transform: rotate(180deg);
}
[dir=rtl] .service-detail-list li a i {
  transform: rotate(180deg);
}
[dir=rtl] select.form-control.input-style-2.form-select {
  background-position: top 20px left 20px;
}
[dir=rtl] .bg-position-bottom {
  background-position: bottom left 100px !important;
}
[dir=rtl] .hero-single .hero-content .para {
  padding-right: 0;
  padding-left: 31%;
}
[dir=rtl] .privacy-page-li li {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .privacy-page-li li::before {
  right: 0;
  left: inherit;
}
[dir=rtl] .track-time-left {
  text-align: left;
}
[dir=rtl] .work-title::before {
  left: inherit;
  right: 0;
}
[dir=rtl] .quote-tt {
  border-left: inherit;
  padding-left: 0;
  padding-right: 1rem;
  border-right: 4px solid rgba(var(--primary-color));
}
[dir=rtl] .navbar .navbar-nav .nav-item:first-child .nav-link {
  margin-right: 0;
}
[dir=rtl] .charge-wpr .nav .nav-item:first-child {
  margin-right: 0;
}
[dir=rtl] .styledSelect::after {
  right: unset;
  left: 10px;
}
[dir=rtl] .styledSelect {
  padding-left: 0;
  padding-right: 1rem;
}
[dir=rtl] #scrtop {
  right: auto;
  left: 30px;
}
[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto !important;
  left: 5px !important;
}
[dir=rtl] .blog__one-item-image-date {
  right: auto;
  left: 20px;
}
[dir=rtl] .new-login-form .card .card-body .form-group .form-control {
  padding-left: 16px;
  padding-right: 44px;
  text-align: right;
}
[dir=rtl] .new-login-form .card .card-body .form-group .first-icon {
  left: auto;
  right: 20px;
}
[dir=rtl] .new-login-form .card .card-body .form-group .second-icon {
  right: auto;
  left: 20px;
}
[dir=rtl] .new-login-form .form-left .img-thumb::before {
  right: auto;
  left: 30px;
}
[dir=rtl] .form-check-label {
  margin-left: 0;
  margin-right: 1rem;
}
[dir=rtl] {
  /* =========== new section Rtl start =========== */
}
[dir=rtl] .top-social-2 li:not(:last-child)::after {
  left: auto;
  right: 112%;
}
[dir=rtl] .top-adss li:not(:last-child)::after {
  left: auto;
  right: 132%;
}
[dir=rtl] .navbar.navbar-three .navbar-nav .nav-item .nav-link {
  margin-right: 0;
  margin-left: 2rem;
}
[dir=rtl] .navbar-nav.nav-one {
  padding-left: 0;
  padding-right: 90px;
}
[dir=rtl] .navbar .navbar-nav .nav-item.dropdown .nav-menu .nav-item:hover .nav-link {
  padding-left: 0;
  padding-right: 8px;
}
[dir=rtl] .offcanvas.detail-offcanvas {
  border-left: 0;
  border-right: 2px solid rgba(var(--primary-color));
}
[dir=rtl] .form-box {
  margin-left: -80px;
  margin-right: 50px;
}
[dir=rtl] .hero-two .shape-2 {
  left: auto;
  right: 0;
}
[dir=rtl] .hero-two .shape-1 {
  left: auto;
  right: 30%;
}
[dir=rtl] .form-box .input-box .icon {
  right: auto;
  left: 20px;
}
[dir=rtl] .form-box .input-box .form-control,
[dir=rtl] .form-box .input-box .form-select,
[dir=rtl] .form-box .select-box {
  padding-left: 40px;
  padding-right: 20px;
}
[dir=rtl] .select-box::after {
  right: auto;
  left: 20px;
}
[dir=rtl] .satisficed-partner ul li:not(:first-child) {
  margin-left: 0;
  margin-right: -12px;
}
[dir=rtl] .btn-1 i,
[dir=rtl] .btn-2 i {
  margin-left: 0;
  margin-right: 8px;
  transform: rotate(235deg);
}
[dir=rtl] .text-btn i {
  margin-left: 0;
  margin-right: 8px;
  transform: rotate(180deg);
}
[dir=rtl] .service-card-two .card-body .sr-title-2 .text-btn:hover i {
  transform: rotate(180deg);
}
[dir=rtl] .slider-bg:before {
  background: linear-gradient(-90deg, var(--color-absolute-black) 0%, color-mix(in srgb, var(--color-absolute-black) 84%, transparent) 30%, transparent 70%);
}
[dir=rtl] .hero-one .swiper-pagination {
  left: auto;
  right: 4%;
}
[dir=rtl] .video-text {
  margin-left: 0;
  margin-right: 20px;
}
[dir=rtl] .hero-two:before {
  background: linear-gradient(-120deg, var(--color-absolute-black) 0%, color-mix(in srgb, var(--color-absolute-black) 84%, transparent) 40%, transparent 80%);
}
[dir=rtl] .about-container {
  margin-right: 0;
  margin-left: 200px;
}
[dir=rtl] .about-shape-1 {
  right: auto;
  left: -30px;
}
[dir=rtl] .about-shape-2 {
  left: auto;
  right: 30px;
}
[dir=rtl] .satisfied-box {
  right: auto;
  left: -131px;
}
[dir=rtl] .satisfied-box img {
  margin-right: 0;
  margin-left: 20px;
}
[dir=rtl] .about-container .ab-img-two {
  right: auto;
  left: -131px;
}
[dir=rtl] .about-points > div:first-child {
  border-right: 0;
  border-left: 1px solid var(--border-color-2);
  padding-right: 0;
  padding-left: 2.4rem;
}
[dir=rtl] .how-work-accordion .accordion-item span {
  left: auto;
  right: 30px;
}
[dir=rtl] .how-work-accordion .accordion-item .icon {
  right: auto;
  left: 30px;
}
[dir=rtl] .how-work-accordion .accordion-item .accordion-button {
  padding: 30px 30px;
  padding-left: 30px;
  padding-right: 100px;
}
[dir=rtl] .how-work-two .work-step .work-step-list li .work-step-icon .step-count {
  right: auto;
  left: -120px;
}
[dir=rtl] .menu-bars i {
  transform: rotate(180deg);
}
[dir=rtl] .how-work-two .plane-shape {
  right: auto;
  left: 0;
}
[dir=rtl] .accordion-two .accordion-item .accordion-button:before {
  right: auto;
  left: 0;
}
[dir=rtl] .accordion-two .accordion-item .accordion-button:after {
  left: auto;
  right: 0;
}
[dir=rtl] .calculator-two .shape-4 {
  left: auto;
  right: 0;
}
[dir=rtl] .calculator-two .shape-2 {
  right: auto;
  left: 20px;
}
[dir=rtl] .calculator-two .shape-3 {
  right: auto;
  left: 20px;
}
[dir=rtl] .coverage-area-2 .coverage-right {
  margin-left: 0;
  margin-right: -75%;
}
[dir=rtl] .faq-one-bg {
  left: auto;
  right: 0;
}
[dir=rtl] .testimonial-item:before {
  right: auto;
  left: 0;
  transform: translate(50%, -50%);
}
[dir=rtl] .testimonial-carousel .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0;
  margin-left: 20px;
}
[dir=rtl] .review-area .container > .row {
  flex-direction: row-reverse;
}
[dir=rtl] .review-area .container > .row .section-title {
  text-align: right;
}
[dir=rtl] .icon-box {
  right: auto;
  left: 30px;
}
[dir=rtl] .read-more i {
  transform: rotate(180deg);
}
[dir=rtl] .read-more:hover i {
  transform: translateX(-3px) rotate(180deg);
  transition: 0.3s ease;
}
[dir=rtl] .dely-calculator .shape-3 {
  right: auto;
  left: -405px;
}
[dir=rtl] .circular-container .heading-5 {
  margin-left: 0;
  margin-right: 25px;
}
[dir=rtl] .single-progress .progress .progress-bar .count-text {
  right: auto;
  left: -3px;
}
[dir=rtl] .blog__one-item-btn a span {
  transform: rotate(180deg);
}
[dir=rtl] .delivery__container-inner .img-thumb .content {
  left: auto;
  right: 3px;
}
[dir=rtl] .footer.one .footer-list li a:hover {
  margin-left: 0;
  margin-right: 6px;
}
[dir=rtl] .track-search-bar .btn-1 {
  right: auto;
  left: 6px;
}
[dir=rtl] .track-search-bar .form-control {
  padding-left: 150px;
  padding-right: 50px;
}
[dir=rtl] .track-search-bar i {
  left: auto;
  right: 20px;
}
[dir=rtl] .timeline {
  padding-left: 0px;
  padding-right: 30px;
}
[dir=rtl] .timeline:before {
  left: auto;
  right: 160px;
}
[dir=rtl] .timeline-item:before {
  left: 0;
  right: 121px;
}
@media (max-width: 1399px) {
  [dir=rtl] .form-box {
    margin-left: 0;
    margin-right: 0;
  }
  [dir=rtl] .hero-one .swiper-pagination {
    left: 4%;
    right: auto;
  }
}
@media (max-width: 1199px) {
  [dir=rtl] .navbar-nav.nav-one {
    padding-left: 0;
    padding-right: 40px;
  }
  [dir=rtl] .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  [dir=rtl] .top-social-2 li:not(:last-child)::after {
    left: auto;
    right: 104%;
  }
  [dir=rtl] .top-adss li:not(:last-child)::after {
    left: 0;
    right: 112%;
  }
  [dir=rtl] [dir=rtl] .navbar-nav.nav-one {
    padding-left: 0;
    padding-right: 20px;
  }
  [dir=rtl] .about-container {
    margin-right: 0;
    margin-left: 150px;
  }
  [dir=rtl] .coverage-area-2 .coverage-right {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  [dir=rtl] .about-container {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  [dir=rtl] .timeline:before {
    right: 0;
  }
  [dir=rtl] .timeline-item:before {
    left: auto;
    right: -39px;
  }
  [dir=rtl] .how-work-accordion .accordion-item .accordion-button {
    padding: 20px 100px 20px 80px;
  }
}
[dir=rtl] {
  /* =========== new section Rtl Ends =========== */
}

[dir=ltr] nav {
  margin-left: auto;
}

[dir=rtl] nav {
  margin-right: auto;
}

/* =========== Home 3 RTL start =========== */
[dir=rtl] .home-3 .pf3-main {
  padding-inline-end: clamp(16px, 3vw, 60px);
  padding-inline-start: 0;
}
[dir=rtl] .home-3 .pf3-logo {
  padding: 0 clamp(16px, 4.2vw, 60px) 0 64px;
}
[dir=rtl] .home-3 .pf3-logo::after {
  transform: rotateY(180deg) rotateX(180deg);
}
[dir=rtl] .home-3 .pf3-logo::before {
  transform: rotateY(180deg) rotateX(180deg);
}
[dir=rtl] .home-3 .pf3-navigation__link::after {
  left: 0;
  right: 0;
}
[dir=rtl] .home-3 .pf3-navigation__link i {
  transform: rotate(180deg);
}
[dir=rtl] .home-3 .pf3-navigation__item--dropdown:hover > .pf3-navigation__link i {
  transform: rotate(0deg);
}
[dir=rtl] .home-3 .pf3-dropdown {
  left: auto;
  right: -22px;
}
[dir=rtl] .home-3 .pf3-dropdown a i {
  transform: translateX(5px);
}
[dir=rtl] .home-3 .pf3-dropdown a:hover, [dir=rtl] .home-3 .pf3-dropdown a:focus, [dir=rtl] .home-3 .pf3-dropdown a.is-active {
  padding-left: 12px;
  padding-right: 16px;
}
[dir=rtl] .home-3 .pf3-btn:hover i {
  transform: translateX(-4px);
}
[dir=rtl] .home-3 .pf3-hero__shape-1 {
  right: auto;
  left: -5px;
}
[dir=rtl] .home-3 .pf3-hero__shape-2 {
  right: auto;
  left: 452px;
}
[dir=rtl] .home-3 .pf3-hero__truck {
  right: auto;
  left: -15%;
}
[dir=rtl] .home-3 .pf3-hero__cargo {
  right: auto;
  left: 3%;
}
[dir=rtl] .home-3 .pf3-avatar-stack img + img {
  margin-left: 0;
  margin-right: -12px;
}
[dir=rtl] .home-3 .pf3-hero__track-link i {
  transform: rotate(180deg);
}
[dir=rtl] .home-3 .pf3-about__image--main {
  border-radius: 24px 160px 24px 24px;
}
[dir=rtl] .home-3 .pf3-about__image--small {
  right: auto;
  left: 0;
}
[dir=rtl] .home-3 .pf3-experience-badge {
  right: auto;
  left: 4px;
}
[dir=rtl] .home-3 .pf3-marquee__track {
  animation-name: pf3MarqueeRtl;
}
[dir=rtl] .home-3 .pf3-marquee__track span {
  padding-right: 0;
  padding-left: 34px;
}
[dir=rtl] .home-3 .pf3-skills__content {
  margin-left: 0;
  margin-right: max(24px, (100vw - 1320px) / 2);
  padding: clamp(85px, 9vw, 140px) 0 clamp(85px, 9vw, 140px) clamp(40px, 7vw, 105px);
}
[dir=rtl] .home-3 .pf3-skills__visual {
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}
[dir=rtl] .home-3 .pf3-skills__visual::after {
  background: linear-gradient(-115deg, rgba(var(--pf3-navy-rgb), 0.4), var(--pf3-transparent) 60%);
}
[dir=rtl] .home-3 .pf3-skills__callout {
  left: auto;
  right: 13%;
}
[dir=rtl] .home-3 .pf3-service-card__media > span {
  right: auto;
  left: 20px;
}
[dir=rtl] .home-3 .pf3-service-card__body a:hover i {
  transform: translateX(-5px);
}
[dir=rtl] .home-3 .pf3-testimonials::after {
  right: auto;
  left: 4%;
}
[dir=rtl] .home-3 .pf3-team-card__media a {
  right: auto;
  left: 15px;
}
[dir=rtl] .home-3 .pf3-blog-card__media > span {
  left: auto;
  right: 18px;
}
[dir=rtl] .home-3 .pf3-blog-card__link:hover i {
  transform: translateX(-5px);
}
[dir=rtl] .home-3 .pf3-stats__grid article + article {
  border-left: 0;
  border-right: 1px solid var(--pf3-line);
}
[dir=rtl] .home-3 .pf3-faq__image span {
  right: auto;
  left: -20px;
}
[dir=rtl] .home-3 .pf3-faq__image span strong {
  direction: ltr;
}
[dir=rtl] .home-3 .pf3-accordion__item button {
  padding: 17px 24px 17px 20px;
  text-align: right;
}
[dir=rtl] .home-3 .pf3-accordion__item > div {
  padding: 0 24px 22px 75px;
}
[dir=rtl] .home-3 .pf3-app__courier {
  right: auto;
  left: -10%;
}
[dir=rtl] .home-3 .pf3-phone {
  left: auto;
  right: 14%;
}
[dir=rtl] .home-3 .pf3-scroll-top {
  right: auto;
  left: 24px;
}
[dir=rtl] .home-3 .pf3-field > div i {
  left: auto;
  right: 17px;
}
[dir=rtl] .home-3 .pf3-field input {
  padding: 10px 43px 10px 15px;
}
[dir=rtl] .home-3 .pf3-newsletter form > div > .ns-icon {
  left: auto;
  right: 18px;
}
[dir=rtl] .home-3 .pf3-newsletter input {
  padding: 10px 47px 10px 155px;
}
[dir=rtl] .home-3 .pf3-footer__grid nav a:hover {
  transform: translateX(-4px);
}
[dir=rtl] .home-3 .pf3-process__number {
  left: auto;
  right: calc(50% + 20px);
}
@media (max-width: 1199px) {
  [dir=rtl] .home-3 .pf3-hero__visual {
    margin-right: 0;
    margin-left: -6vw;
  }
}
@media (max-width: 991px) {
  [dir=rtl] .home-3 .pf3-hero__visual {
    margin-left: 0;
  }
  [dir=rtl] .home-3 .pf3-hero__truck {
    left: -7%;
  }
  [dir=rtl] .home-3 .pf3-hero__cargo {
    left: 1%;
  }
  [dir=rtl] .home-3 .pf3-skills__content {
    margin-inline: auto;
    padding-right: 0;
  }
  [dir=rtl] .home-3 .pf3-skills__callout {
    left: 24px;
    right: auto;
  }
}
@media (max-width: 767px) {
  [dir=rtl] .home-3 .pf3-hero__shape-2 {
    right: auto;
    left: 360px;
  }
  [dir=rtl] .home-3 .pf3-skills__content {
    padding: clamp(40px, 7vw, 140px) 0 clamp(40px, 7vw, 140px) clamp(40px, 7vw, 105px);
  }
}
@media (max-width: 575px) {
  [dir=rtl] .home-3 .pf3-hero__truck {
    left: -14%;
  }
  [dir=rtl] .home-3 .pf3-hero__cargo {
    left: -2%;
  }
  [dir=rtl] .home-3 .pf3-logo {
    padding-right: 0;
    padding-left: 28px;
  }
  [dir=rtl] .home-3 .pf3-faq__image span {
    left: 10px;
    right: auto;
  }
  [dir=rtl] .home-3 .pf3-phone {
    left: auto;
    right: 4%;
  }
  [dir=rtl] .home-3 .pf3-app__courier {
    left: -18%;
  }
  [dir=rtl] .home-3 .pf3-newsletter {
    margin-left: 0;
    margin-right: -16px;
  }
  [dir=rtl] .home-3 .pf3-newsletter input {
    padding-right: 0;
    padding-left: 100px;
  }
}
[dir=rtl] .home-3 .fa-solid.fa-arrow-right {
  transform: rotate(180deg);
}
[dir=rtl] .home-3 .fa-solid.fa-arrow-left {
  transform: rotate(180deg);
}
@keyframes pf3MarqueeRtl {
  to {
    transform: translateX(50%);
  }
}

/* =========== Home 3 RTL Ends =========== */
/*-------------------------------------------------------
16. Vidz css 
---------------------------------------------------------*/
.mfp-hide {
  display: none;
}

#vidz {
  display: flex;
  align-items: center;
  justify-content: center;
}
#vidz iframe {
  width: 853px;
  height: 480px;
}

.mfp-close-btn-in .mfp-close {
  color: var(--text-inverse) !important;
}

.pl {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.pl .play-bt {
  width: 9rem;
  height: 9rem;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: rgba(var(--primary-color));
  line-height: 115px;
  padding-left: 5px;
}
.pl .play-bt i {
  color: var(--clr-white);
  font-size: 4rem;
}
.pl .play-bt:hover {
  color: rgba(var(--primary-color));
}
.pl .play-bt .wave-3, .pl .play-bt::before, .pl .play-bt::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  animation: waves 3s ease-in-out infinite;
  z-index: -1;
  background: rgba(var(--primary-color));
  height: 15rem;
  width: 15rem;
}
.pl .play-bt::before {
  animation-delay: 0s;
}
.pl .play-bt::after {
  animation-delay: 1s;
}
.pl .play-bt .wave-3 {
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    transform: translate(-50%, -50%) scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9, 0.9);
    opacity: 0;
  }
}
/*-------------------------------------------------------
17. Blog Single css
---------------------------------------------------------*/
.blog-pp .blog-single-2 {
  box-shadow: none;
}
.blog-pp .blog-single-2 .blog-desc-2 {
  padding: 0;
}

.share-post h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--text-heading-strong);
  margin-bottom: 2rem;
}

.share-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.share-social li a i {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--border-neutral);
  color: var(--text-heading-strong);
}
.share-social li a i:hover {
  background: var(--color-accent);
}

.quote-tt {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
  color: var(--text-heading-strong);
  border-left: 4px solid rgba(var(--primary-color));
  padding-left: 1rem;
}

/*-------------------------------------------------------
18. Sidebar css
---------------------------------------------------------*/
.widget {
  padding: 4rem 3.7rem;
  box-shadow: 0px 0px 50px 0px color-mix(in srgb, var(--color-brand-navy) 10%, transparent);
  margin-bottom: 3rem;
  background-color: var(--color-surface);
  border-radius: 5px;
}
.widget:last-child {
  margin-bottom: 0;
}

.ps.g-5 {
  --bs-gutter-x: 5rem;
}

.work-title {
  margin-bottom: 24px;
  padding-bottom: 10px;
  line-height: 24px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  font-size: 24px;
}
.work-title::before {
  position: absolute;
  z-index: -1;
  height: 2px;
  width: 6rem;
  border-radius: 2rem;
  content: "";
  bottom: 0;
  left: 0;
  background-color: rgba(var(--primary-color));
}

.search-form {
  position: relative;
  z-index: 1;
}
.search-form .input-style-2 {
  padding-left: 1rem;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
}
.search-form button i {
  color: var(--text-primary);
  font-size: 22px;
}

.category-list ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.category-list ul li {
  padding: 1.2rem 2rem;
  border: 1px dashed var(--border-neutral);
}
.category-list ul li:hover {
  background-color: rgba(var(--primary-color));
  border: 1px solid transparent;
}
.category-list ul li:hover a {
  color: var(--clr-white);
}
.category-list ul li:hover a i {
  color: var(--clr-white);
}
.category-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-list ul li a i {
  color: var(--text-primary);
  display: inline-block;
  font-size: 1.6rem;
}

.subs.bg-overlay::before {
  border-radius: 5px;
}
.subs .work-title {
  color: var(--clr-white);
}
.subs .subs-title {
  color: color-mix(in srgb, var(--text-secondary) 55%, var(--surface-primary));
  margin-bottom: 25px;
}

.subs-sub .ipp input {
  width: 100%;
  border-radius: 5px;
  height: 50px;
  padding-left: 0;
  text-align: center;
  border: 2px solid var(--clr-white);
  background: transparent;
}
.subs-sub .ipp input::-moz-placeholder {
  color: var(--clr-white);
  font-size: 1.5rem;
}
.subs-sub .ipp input::placeholder {
  color: var(--clr-white);
  font-size: 1.5rem;
}
.subs-sub .ipp {
  margin-bottom: 2rem;
}
.subs-sub button {
  background: rgba(var(--primary-color));
  width: 100%;
  border: none;
  border-radius: 5px;
  color: var(--text-primary);
  font-size: 1.5rem;
  height: 50px;
  padding: 1.2rem 2rem;
  text-align: center;
}

.slidecontainer {
  width: 100%;
}
.slidecontainer .slider {
  -webkit-appearnce: none;
  width: 100%;
  height: 4px;
  background: var(--surface-secondary);
  outline: none;
  border: none;
}
.slidecontainer .slider:hover {
  opacity: 1;
}
.slidecontainer .slider::-webkit-slider-thumb {
  -webkit-appearnce: none;
  width: 5px;
  height: 5px;
  background: red;
  cursor: pointer;
}
.slidecontainer .slider::-moz-range-thumb {
  width: 5px;
  height: 5px;
  background: red;
  cursor: pointer;
}

.sidebar-rating {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sidebar-rating li {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-left: 3rem;
}
.sidebar-rating li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid rgba(var(--primary-color));
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.sidebar-rating li::after {
  width: 8px;
  height: 8px;
  position: absolute;
  content: "";
  z-index: -1;
  background: rgba(var(--primary-color));
  left: 4px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
}

.recent-post-single {
  display: grid;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
  grid-template-columns: 80px 1fr;
}
.recent-post-single:last-child {
  margin-bottom: 0;
}
.recent-post-single .recent-post-bio h6 {
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 0;
}
.recent-post-single .recent-post-bio span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.recent-post-single .recent-post-bio span i {
  color: rgba(var(--primary-color));
}

.content-tags {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.content-tags h5 {
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.0015em;
}
.content-tags ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.tags-link {
  padding: 1.5rem 2rem;
  background-color: var(--surface-brand-soft);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.0025em;
  color: var(--text-primary);
  display: inline-block;
}
.tags-link:hover {
  background-color: rgba(var(--primary-color));
  color: var(--clr-white);
}

.sidebar-tags .tags a {
  margin: 8px 8px 8px 0;
}

.share {
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.0025em;
  text-transform: capitalize;
  color: var(--text-primary);
}
.share img {
  margin-right: 7px;
}

.de-bpd {
  padding-left: 10rem;
}

.service-sidebar ul li {
  margin-bottom: 1.5rem;
  display: block;
}
.service-sidebar ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar ul li a {
  display: flex;
  padding: 15px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: 2px solid color-mix(in srgb, var(--color-primary) 9%, var(--surface-primary));
  background-color: var(--surface-brand-soft);
  align-items: center;
  justify-content: space-between;
}

.theme-pic .pdt-title {
  margin-right: 3rem;
}

.project-sidebar-single {
  box-shadow: 0 0 10px var(--border-neutral);
  padding: 30px;
  margin-bottom: 3rem;
  background-color: var(--color-surface);
}
.project-sidebar-single:last-child {
  margin-bottom: 0;
}
.project-sidebar-single ul li {
  border-bottom: 1px solid var(--border-neutral);
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-weight: 600;
  line-height: 33px;
}
.project-sidebar-single ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.project-sidebar-single ul li span {
  display: block;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

.rating a i {
  color: rgba(var(--primary-color));
}

.range-label {
  color: var(--text-primary);
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  margin-bottom: 1.5rem;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - 73px);
  height: 10px;
  border-radius: 5px;
  background: color-mix(in srgb, var(--text-secondary) 24%, var(--surface-primary));
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-brand-navy) 58%, var(--text-primary));
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: rgba(var(--primary-color));
}
.range-slider__range:active::-webkit-slider-thumb {
  background: rgba(var(--primary-color));
}
.range-slider__range:active::-moz-range-thumb {
  background: rgba(var(--primary-color));
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-brand-navy) 58%, var(--text-primary));
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: rgba(var(--primary-color));
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px var(--color-white), 0 0 0 6px rgba(var(--primary-color));
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: var(--text-inverse);
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: color-mix(in srgb, var(--color-brand-navy) 58%, var(--text-primary));
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid color-mix(in srgb, var(--color-brand-navy) 58%, var(--text-primary));
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: color-mix(in srgb, var(--text-secondary) 24%, var(--surface-primary));
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

ul.chk {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  line-height: 18px;
  color: var(--text-primary);
  font-size: 1.8rem;
  font-weight: 400;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: rgba(var(--primary-color));
}
.styled-checkbox:hover + label:before {
  background: rgba(var(--primary-color));
}
.styled-checkbox:focus + label:before {
  box-shadow: none;
}
.styled-checkbox:checked + label:before {
  background: rgba(var(--primary-color));
}
.styled-checkbox:disabled + label {
  color: color-mix(in srgb, var(--text-secondary) 55%, var(--surface-primary));
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: var(--border-neutral-strong);
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: var(--color-surface);
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 var(--clr-white), 4px 0 0 var(--clr-white), 4px -2px 0 var(--clr-white), 4px -4px 0 var(--clr-white), 4px -6px 0 var(--clr-white), 4px -8px 0 var(--clr-white);
  transform: rotate(45deg);
}

/*-------------------------------------------------------
19. Pagination css 
---------------------------------------------------------*/
.pagination {
  display: block;
  margin-top: 6rem;
  margin-bottom: 0px;
  text-align: center;
}
.pagination .page-value {
  width: 43px;
  height: 43px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background-color: var(--color-surface);
  font-size: 15px;
  font-weight: 600;
  margin: 0 2px 10px;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.pagination .page-value.current {
  background-color: rgba(var(--primary-color));
  color: var(--clr-white);
}
.pagination .page-value:hover {
  background-color: rgba(var(--primary-color));
  color: var(--clr-white);
}
.pagination .page-value i {
  font-size: 15px;
}

.pagination-custom p {
  margin-bottom: 0 !important;
}
.pagination-custom .pagination {
  margin-top: 0;
  display: flex;
  width: 100%;
  justify-content: space-between !important;
}
.pagination-custom .pagination .page-item.disabled {
  opacity: 0.5;
}
.pagination-custom .pagination .page-item .page-link {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-text-color);
  background-color: var(--text-secondary);
  border-radius: var(--rounded-square);
  border-color: var(--border-color-2);
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.pagination-custom .pagination .page-item.active > .page-link, .pagination-custom .pagination .page-item:hover > .page-link {
  background-color: rgba(var(--primary-color));
  border-color: rgba(var(--primary-color)) !important;
  color: var(--clr-white);
}

@media (max-width: 576px) {
  .pagination-custom .pagination {
    justify-content: space-between !important;
  }
  .pagination-custom .pagination .page-item .page-link {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    line-height: 1;
  }
}
/*-------------------------------------------------------
20. Gallery css 
---------------------------------------------------------*/
.project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-img:hover .port-overlay::before {
  background-position: 100% 100%;
  opacity: 0.8;
  visibility: visible;
}
.project-img:hover .port-overlay .port-links {
  transform: translate(0, 0);
}
.project-img .port-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.project-img .port-overlay .port-links {
  padding: 2rem;
  background-color: var(--color-surface);
  display: flex;
  align-items: center;
  gap: 2rem;
  transform: translate(-100px, -100px);
  transition: all 0.5s ease;
}
.project-img .port-overlay .port-links a {
  border-right: 1px solid var(--border-neutral);
  padding-right: 2rem;
}
.project-img .port-overlay .port-links a:last-child {
  border-right: none;
  padding-right: 0;
}
.project-img .port-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(-45deg, var(--color-absolute-black) 0%, var(--color-absolute-black) 25%, rgba(var(--primary-color)) 50%, rgba(var(--primary-color)) 75%, var(--color-brand-navy) 100%);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  opacity: 0;
  visibility: hidden;
}

.project-content h4 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-neutral);
}
.project-content .project-date-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-content .project-date-btn span {
  color: color-mix(in srgb, var(--color-black) 70%, transparent);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  display: inline-block;
}

.project-btn {
  display: flex;
  color: var(--text-primary);
  font-weight: 600;
  align-items: center;
  line-height: 1;
  gap: 5px;
}

.sec-btn-area {
  overflow: hidden;
  padding: 3rem 0;
  border-top: 1px solid var(--border-neutral);
  border-bottom: 1px solid var(--border-neutral);
  margin-bottom: 6rem;
}

.filter-menu-style-1 button {
  display: inline-block;
  padding: 14px 16px;
  border-radius: 40px;
  background: var(--surface-primary);
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
  border: none;
  line-height: 1;
  transition: all 0.5s ease;
}
.filter-menu-style-1 button i {
  opacity: 0;
  visibility: hidden;
}
.filter-menu-style-1 button:hover, .filter-menu-style-1 button.active {
  background: rgba(var(--primary-color));
}
.filter-menu-style-1 button:hover i, .filter-menu-style-1 button.active i {
  opacity: 1;
  visibility: visible;
}

.home-works-2 .project-content {
  padding-top: 15px;
}
.home-works-2 .project-content span {
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
  font-style: italic;
}
.home-works-2 .project-content h4 {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  text-decoration-line: underline;
}

.sec-btn-area.home-filte-2 {
  overflow: hidden;
  padding: 0 0;
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
}

.filter-menu-style-2 button {
  display: inline-block;
  background: transparent;
  color: var(--text-primary);
  border: none;
  line-height: 1;
  transition: all 0.5s ease;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1.44px;
}
.filter-menu-style-2 button i {
  opacity: 0;
  visibility: hidden;
}
.filter-menu-style-2 button:hover, .filter-menu-style-2 button.active {
  color: color-mix(in srgb, var(--color-danger) 72%, var(--color-white));
}
.filter-menu-style-2 button:hover i, .filter-menu-style-2 button.active i {
  opacity: 1;
  visibility: visible;
}

/*-------------------------------------------------------
21. Topbar css 
---------------------------------------------------------*/
.top-bar-area {
  padding: 10px 0;
  background-color: var(--surface-dark) !important;
}

.topbar-before-off::before {
  display: none;
}

.top-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: var(--text-primary);
}

.top-box.location i {
  color: var(--clr-white);
}

.top-box-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-nav {
  gap: 2rem;
}

.topbar-white .top-box {
  color: var(--clr-white);
}
.topbar-white .top-box i {
  color: var(--clr-white);
}
.topbar-white .top-box a {
  color: var(--clr-white);
}
.topbar-white .top-box .top-social li a i {
  color: rgba(var(--primary-color));
}

.top-social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.top-social li a i {
  display: inline-block;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  color: rgba(var(--primary-color));
  transition: all 0.5s ease;
  background-color: var(--clr-white);
}

.top-adss {
  display: flex;
  align-items: center;
  gap: 100px;
}
.top-adss li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  --primary-text-color: var(--clr-white);
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 500;
}
.top-adss li:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 132%;
  top: 5px;
  width: 1px;
  height: 20px;
  background-color: color-mix(in srgb, var(--clr-white) 50%, transparent);
  border-radius: 50px;
  z-index: 1;
}
.top-adss li a {
  --primary-text-color: var(--clr-white);
  color: var(--primary-text-color);
  transition: all 0.3s ease;
}
.top-adss li a:hover {
  --primary-text-color: rgba(var(--primary-color));
  transition: all 0.3s ease;
}

.drop-box {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.drop-box .dropdown-toggle {
  font-size: 15px;
  font-weight: 500;
  color: var(--clr-white);
}
.drop-box .dropdown-menu li a {
  font-size: 14px;
}

.top-box-wrp {
  display: flex;
  justify-content: flex-end;
}

.top-social-2 {
  display: flex;
  align-items: center;
  gap: 100px;
}
.top-social-2 li {
  --primary-text-color: var(--clr-white);
  color: var(--primary-text-color);
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.top-social-2 li a {
  --primary-text-color: var(--clr-white);
  color: var(--primary-text-color);
  transition: all 0.3s ease;
}
.top-social-2 li a:hover {
  --primary-text-color: rgba(var(--primary-color));
  transition: all 0.3s ease;
}
.top-social-2 > li:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 112%;
  top: 5px;
  width: 1px;
  height: 20px;
  background-color: color-mix(in srgb, var(--clr-white) 50%, transparent);
  border-radius: 50px;
  z-index: 1;
}

/*-------------------------------------------------------
22. Heading css 
---------------------------------------------------------*/
.heading-big {
  font-size: 48px;
  font-weight: 600;
}

.heading-1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}

.heading-light-1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 200;
}

.heading-2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
}

.heading-light-2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 200;
}

.heading-3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}

.heading-light-3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 200;
}

.heading-4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.heading-light-4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 200;
}

.heading-5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.heading-light-5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 200;
}

.heading-6 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.heading-light-6 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 200;
}

.para {
  font-size: 18px;
  font-weight: 400;
}

.faq-para {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: var(--text-primary);
}

.hero-title {
  font-size: 60px;
  font-weight: 600;
}
.hero-title span {
  color: rgba(var(--primary-color));
}

.hero-title-light {
  font-size: 7.2rem;
  line-height: 1.2;
  font-weight: 300;
}
.hero-title-light span {
  font-weight: 200;
}

.hero-title-2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: var(--text-heading-strong);
}
.hero-title-2.wh {
  color: var(--clr-white);
}
.hero-title-2 span {
  color: rgba(var(--primary-color));
}

.hero-title-3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 50px;
}
.hero-title-3.wh {
  color: var(--clr-white);
}
.hero-title-3 span {
  color: rgba(var(--primary-color));
}

@media (max-width: 991px) {
  .hero-title-3 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 576px) {
  .hero-title-3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.section-title-tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.016em;
  margin-bottom: 16px;
}

.hero-sub-title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  font-family: var(--primary-font);
  color: rgba(var(--primary-color));
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-left: 5rem;
}
.hero-sub-title .hero-line {
  width: 4rem;
  height: 1px;
  position: absolute;
  top: 18%;
  left: 0;
  translate: 0 -50%;
  z-index: 1;
  background-color: rgba(var(--primary-color));
}
.hero-sub-title .hero-line::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  z-index: -1;
  background: rgba(var(--primary-color));
  opacity: 1;
  top: 5px;
  left: 0;
}
.hero-sub-title .hero-line::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  z-index: -1;
  background: rgba(var(--primary-color));
  opacity: 1;
  top: 10px;
  left: 0;
}
.hero-sub-title.wh {
  color: var(--clr-white);
}
.hero-sub-title.wh .hero-line {
  background-color: var(--clr-white);
}
.hero-sub-title.wh .hero-line::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  z-index: -1;
  background: var(--clr-white);
  opacity: 1;
  top: 5px;
  left: 0;
}
.hero-sub-title.wh .hero-line::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  z-index: -1;
  background: var(--clr-white);
  opacity: 1;
  top: 10px;
  left: 0;
}
.hero-sub-title.blk {
  color: var(--text-primary);
}
.hero-sub-title.blk .hero-line {
  background-color: var(--text-primary);
}
.hero-sub-title.blk .hero-line::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  z-index: -1;
  background: var(--text-primary);
  opacity: 1;
  top: 5px;
  left: 0;
}
.hero-sub-title.blk .hero-line::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  z-index: -1;
  background: var(--text-primary);
  opacity: 1;
  top: 10px;
  left: 0;
}

.hero-sub-title-light {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  font-family: var(--primary-font);
  color: rgba(var(--primary-color));
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.title-sub {
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.32px;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 17px;
  background: var(--color-accent);
}

.title-page {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--text-heading-strong);
}

/* CSS Document */
/*-------------------------------------------------------
23. Contact css 
---------------------------------------------------------*/
/*Google Maps*/
.g-map-area {
  height: 100%;
}

.g-map--wrapper iframe {
  width: 100%;
  height: 570px;
  border: none;
}

/* ======= Contact Form ======= */
.info-icon {
  background-color: rgba(var(--primary-color));
  color: var(--color-on-primary);
  padding: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 40px;
}

.input-icon {
  position: absolute;
  left: 20px;
  top: 15px;
  background: none;
  font-size: 20px;
  border: none;
  --primary-text-color: rgba(var(--primary-color));
  color: var(--primary-text-color);
  line-height: 30px;
}

.left-panel {
  background-color: var(--white);
  padding: 50px;
  border-radius: var(--rounded-square);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.left-panel:before {
  content: "";
  background-color: rgba(var(--white-rgb-1), 0.88);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--rounded-square);
}

.right-panel {
  padding-right: 50px;
}
.right-panel .form-label {
  font-weight: 600;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 8px;
  --primary-text-color: var(--clr-white);
  color: var(--primary-text-color);
}
.right-panel .content {
  padding: 86px 60px;
  color: var(--color-on-primary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: var(--rounded-square);
  overflow: hidden;
}
.right-panel .content .form-control {
  padding-left: 50px;
  border-color: var(--border-color-1);
  --primary-text-color: var(--clr-white);
  background-color: transparent;
}
.right-panel .content:before {
  content: "";
  background-color: color-mix(in srgb, var(--color-absolute-black) 80%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.right-panel .content .form-label {
  font-size: 18px;
}

@media (max-width: 991px) {
  .right-panel {
    padding-right: 15px;
    padding-left: 15px;
  }
  .right-panel .content {
    padding: 30px;
  }
  .left-panel {
    background-color: var(--surface-primary);
    padding: 30px 30px 30px 30px;
  }
  .info-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .left-panel {
    background: none !important;
    padding: 0;
    margin-bottom: 30px;
  }
  .left-panel:before {
    display: none;
  }
  .left-panel .heading-5 {
    font-size: 18px;
    line-height: 24px;
  }
}
/*-------------------------------------------------------
24. Text COlor css 
---------------------------------------------------------*/
.text-grad {
  background: var(--clr-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-grad-2 {
  background: var(--clr-gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-theme {
  background: rgba(var(--primary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-theme-2 {
  background: rgba(var(--primary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-theme-3 {
  background: var(--color-brand-navy);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*End Theme Basic*/
/*-------------------------------------------------------
25. Header Hero Top css 
---------------------------------------------------------*/
.header-hero-top {
  display: grid;
  grid-template-columns: 250px 1fr;
}

/*-------------------------------------------------------
26. About css 
---------------------------------------------------------*/
.about-left-img::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 450px;
  height: 400px;
  background: rgba(var(--primary-color));
}

.about-opt-list-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-opt-list-2 li {
  display: grid;
  grid-template-columns: 10px 1fr;
  grid-gap: 20px;
  color: var(--text-body-muted);
}
.about-opt-list-2 li i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  border-radius: 50%;
  color: var(--clr-white);
  background: rgba(var(--primary-color));
  margin-top: 5px;
}

.privacy-page-li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.privacy-page-li li {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
.privacy-page-li li::before {
  position: absolute;
  z-index: -1;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: var(--text-body-muted);
}

.story-tt {
  color: var(--color-delivery-accent);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.18px;
  display: block;
  margin-bottom: 2rem;
}

.ab__bottom-right {
  display: inline-block;
  padding: 30px 23px;
  height: 190px;
}
.ab__bottom-right h1 {
  color: var(--text-heading-strong);
}
.ab__bottom-right h6 {
  color: var(--text-heading-strong);
}

/* ======== new about section ======== */
.about-container {
  margin-right: 200px;
  display: block;
  position: relative;
}

.about-container .ab-img-one,
.about-container .ab-img-two {
  position: relative;
  padding-top: 120%;
  width: 100%;
}
.about-container .ab-img-one img,
.about-container .ab-img-two img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-container .ab-img-two {
  padding-top: 80%;
  position: absolute;
  right: -131px;
  bottom: -153px;
  top: auto;
  left: auto;
}

.ab-icon-wrapper {
  background-color: color-mix(in srgb, rgba(var(--primary-color)) 15%, transparent);
  padding: 20px 30px;
}
.ab-icon-wrapper.one {
  background-color: color-mix(in srgb, var(--color-warning) 15%, transparent);
}
.ab-icon-wrapper.two {
  background-color: color-mix(in srgb, var(--color-danger) 15%, transparent);
}
.ab-icon-wrapper.three {
  background-color: color-mix(in srgb, color-mix(in srgb, var(--color-success) 85%, var(--color-white)) 15%, transparent);
}

.feature-icon {
  width: 50px;
}

.about-points {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-color-2);
  margin-top: 36px;
  padding-bottom: 36px;
  margin-bottom: 36px;
}

.point-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.016em;
  margin-bottom: 0;
}

.text-2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: var(--primary-text-color);
}

.about-shape-1 {
  position: absolute;
  top: 162px;
  right: -30px;
  width: 10px;
  height: 130px;
  background-color: var(--clr-yellow);
}

.about-shape-2 {
  position: absolute;
  bottom: -106px;
  left: -10px;
}

.satisfied-box {
  position: absolute;
  top: 48px;
  right: -131px;
  display: flex;
  align-items: center;
  max-width: 252px;
  width: 100%;
  background-color: var(--white-2);
  box-shadow: 0px 0px 60px 0px color-mix(in srgb, var(--color-brand-teal) 8%, transparent);
  padding: 15px 20px 15px;
}

.satisfied-box img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 20px;
}

.ab-btn {
  margin-top: 54px;
}
.ab-btn .contact-info {
  margin-left: 50px;
}

.call-contact h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.016em;
}

.phone-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid var(--border-color-1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 30px;
}

/* ======== new about section ======== */
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media (max-width: 1199px) {
  .about-points > div:first-child {
    border-right: 0;
    padding-right: 0;
  }
  .ab-btn .contact-info {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .about-container {
    margin-right: 150px;
  }
}
@media (max-width: 991px) {
  .about-container {
    margin-right: 0;
  }
  .about-container .satisfied-box {
    right: 0px;
  }
}
@media (max-width: 768px) {
  .about-container {
    margin-right: 0;
  }
  .about-area.pb-150 {
    padding-bottom: 80px !important;
  }
  .about-container .satisfied-box {
    right: 0px;
  }
  .ab-btn .contact-info {
    margin-left: 0px;
  }
}
body.dark-mode .feature-icon img {
  filter: brightness(0) invert(1);
}

/*-------------------------------------------------------
27. Service CSS 
---------------------------------------------------------*/
/* ======== service style one start ======== */
.service-one {
  background-color: color-mix(in oklab, var(--white-3) 60%, var(--white-2));
}
.service-one .container {
  max-width: 1600px;
}
.service-one .shape-1 {
  position: absolute;
  top: -200px;
  right: 0;
}

.card-logistics {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 20px color-mix(in srgb, var(--color-absolute-black) 5%, transparent);
  transition: transform 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
.card-logistics .card-body {
  padding: 32px 40px 25px;
}
.card-logistics .card-body p {
  margin-bottom: 0;
}

.card-logistics:hover .card-thumb:before {
  opacity: 1;
  transition: all 0.3s ease;
}
.card-logistics:hover .card-thumb img {
  transform: scale(1.05);
  transition: 0.5s ease-in;
}
.card-logistics:hover .icon-box::before {
  border-top-color: color-mix(in srgb, var(--color-primary) 82%, var(--color-brand-navy));
}
.card-logistics:hover .icon-box .icon::after {
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
}
.card-logistics:hover .icon-box .icon i {
  transform: scale(0.9);
  color: var(--color-white);
}
.card-logistics:hover .icon-box .icon:hover i {
  color: var(--color-white);
}
.card-logistics:hover .icon-box .icon:hover::after {
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
}

.card-logistics .card-thumb {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
}
.card-logistics .card-thumb:before {
  content: "";
  background-color: color-mix(in srgb, var(--color-absolute-black) 10%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.card-logistics .card-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-in;
}

.icon-box {
  position: absolute;
  bottom: -40px;
  right: 30px;
}
.icon-box::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  border-top: 40px solid var(--white-3);
  border-right: 30px solid transparent;
  transition: all 500ms ease;
}
.icon-box .icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--icon-bg);
  overflow: hidden;
  z-index: 1;
  margin: 0;
}
.icon-box .icon i {
  position: relative;
  display: inline-block;
  max-width: 100%;
  font-size: 48px;
  color: rgba(var(--primary-color));
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.icon-box .icon::after {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: rgba(var(--primary-color));
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.card-logistics .card-body h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}
.card-logistics .card-body h5 a {
  font-weight: 600;
  color: var(--primary-text-color);
  transition: 0.3s;
}
.card-logistics .card-body h5 a:hover {
  --primary-text-color: rgba(var(--primary-color));
  transition: 0.3s;
  text-decoration: none;
}

.read-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.016em;
  color: var(--primary-text-color);
  background-color: var(--icon-bg);
  padding: 8px 40px 8px;
  transition: all 500ms ease;
  z-index: 1;
}
.read-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--primary-color));
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.read-more:hover i {
  transform: translateX(3px);
  transition: 0.3s ease;
}

.card-logistics:hover .read-more,
.card-logistics:hover .read-more::before,
.read-more:hover {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
  color: var(--color-white);
}

.read-more:hover::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

/* =========== card logistics two start ===============*/
/* =========== service-card-two ===============*/
.service-card-two {
  padding: 10px;
  border: 1px solid var(--border-color-2);
  border-right: none;
}
.service-card-two .card-thumb {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
  border-radius: var(--rounded-square);
}
.service-card-two .card-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-in;
}
.service-card-two .card-body {
  padding: 20px;
}
.service-card-two .card-body .icon {
  font-size: 50px;
  --primary-text-color: rgba(var(--primary-color));
  color: var(--primary-text-color);
  margin-bottom: 30px;
}
.service-card-two .card-body .sr-title {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
.service-card-two .card-body .sr-title a {
  color: var(--primary-text-color);
  font-weight: 600;
  transition: 0.3s;
  position: relative;
}
.service-card-two .card-body .sr-title a:hover {
  --primary-text-color: rgba(var(--primary-color));
  transition: 0.3s;
}
.service-card-two .card-body .sr-title a:hover:after {
  width: 100%;
  opacity: 1;
  transition: 0.4s;
}
.service-card-two .card-body .sr-title a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-text-color);
  transition: 0.4s;
  opacity: 0;
}
.service-card-two .card-body p {
  margin-bottom: 0;
  line-height: 26px;
}
.service-card-two .card-body .sr-title-2 {
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 0;
}
.service-card-two .card-body .sr-title-2 .text-btn {
  color: var(--primary-text-color);
  font-weight: 600;
  transition: 0.3s;
  position: relative;
}
.service-card-two .card-body .sr-title-2 .text-btn:hover {
  --primary-text-color: rgba(var(--primary-color));
  transition: 0.4s;
}
.service-card-two .card-body .sr-title-2 .text-btn i {
  transition: 0.4s;
}
.service-card-two .card-body .sr-title-2 .text-btn:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-text-color);
  transition: 0.4s;
  opacity: 0;
}
.service-card-two .card-body .sr-title-2 .text-btn:hover i {
  transition: 0.4s;
  transform: rotate(0);
}
.service-card-two .card-body .sr-title-2 .text-btn:hover:after {
  width: 100%;
  opacity: 1;
  transition: 0.4s;
}

/* =========== service-card-two ===============*/
/* ======== service detail sidebar start ========*/
.service-detail-sidebar .card-body {
  position: relative;
  display: block;
  padding: 33px 40px 40px;
  background-color: var(--white-3);
}

.service-detail-list li {
  position: relative;
  display: block;
}
.service-detail-list li + li {
  margin-top: 10px;
}
.service-detail-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white-2);
  box-shadow: 0px 3px 20px 0px color-mix(in srgb, var(--text-primary) 6%, transparent);
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-text-color);
  padding: 12px 20px 10px;
  transition: all 0.4s ease;
  z-index: 1;
}
.service-detail-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--primary-color));
  transition: transform 0.5s ease;
  transform-origin: bottom right;
  transform: scale(1, 0);
  z-index: -1;
}
.service-detail-list li:hover a::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-detail-list li:hover a {
  color: var(--clr-white);
}
.service-detail-list li.active a::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-detail-list li.active a {
  color: var(--clr-white);
}

.sidebar-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.016em;
  margin-bottom: 26px;
}

.need-help {
  position: relative;
  display: block;
  background: var(--text-heading-strong);
  text-align: center;
  padding: 87px 20px 95px;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 1;
}
.need-help .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.need-help .need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.need-help .help-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.016em;
  color: var(--clr-white);
}
.need-help .help-btn {
  position: relative;
  display: block;
  margin-top: 49px;
}

.service-details-contact {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--white-3);
  padding: 29px 40px 37px;
}
.service-details-contact .icon {
  position: relative;
  display: inline-block;
  top: 5px;
}
.service-details-contact .icon i {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: rgba(var(--primary-color));
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.service-details-contact .contact-content {
  position: relative;
  display: block;
  margin-left: 25px;
}
.service-details-contact .contact-content > span {
  font-size: 14px;
  line-height: 24px;
  color: var(--secondary-text-color);
}
.service-details-contact .contact-content > p {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.016em;
  color: var(--primary-text-color);
  margin-bottom: 0;
}
.service-details-contact .contact-content > p > a {
  color: var(--primary-text-color);
  margin-left: 4px;
  transition: all 500ms ease;
  font-weight: 700;
}

.service-detail-img {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 31px;
}

.service-detail-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.016em;
}

.services-details-text-2 {
  margin-top: 12px;
  margin-bottom: 42px;
}

.point-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.016em;
  margin-bottom: 12px;
}

.point-list .d-icon {
  font-size: 18px;
  line-height: 16px;
  font-weight: 700;
}
.point-list li + li {
  margin-top: 4px;
}
.point-list li {
  line-height: 30px;
}
.point-list li > p {
  margin-left: 15px;
  font-weight: 600;
  color: var(--primary-text-color);
}

@media (max-width: 767px) {
  .service-detail-sidebar .card-body {
    padding: 24px;
    padding-top: 17px;
  }
  .service-details-contact {
    padding: 24px;
    padding-top: 18px;
  }
  .sidebar-title {
    margin-bottom: 16px;
  }
}
/* ======== service detail sidebar Ends ========*/
/*-------------------------------------------------------
28. Counter Css  
---------------------------------------------------------*/
.center-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.counter-1 .fun-fact .counter-icon {
  margin-bottom: 2rem;
}
.counter-1 .fun-fact .counter-icon img {
  display: inline-block;
}
.counter-1 .fun-fact .counter {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
.counter-1 .fun-fact span {
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  color: color-mix(in srgb, var(--text-secondary) 55%, var(--surface-primary));
}

.counter-clr-box-1 {
  width: 115px;
  height: 110px;
  background: rgba(var(--primary-color));
  float: right;
}

.counter-clr-box-2 {
  width: 125px;
  height: 86px;
  background: var(--color-accent);
}

.counter-pics-wpr {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 2rem;
}

.time-clr-1 {
  color: rgba(var(--primary-color));
}

.time-clr-2 {
  color: var(--color-success);
}

.time-clr-3 {
  color: var(--color-accent);
}

.time-clr-4 {
  color: var(--color-danger);
}

/*** About ***/
.ms-n5 {
  margin-left: -3rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: normal;
}

.icon-box-light {
  position: relative;
  padding: 0 0 10px 10px;
  z-index: 1;
}
.icon-box-light::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  left: 0;
  bottom: 0;
  border-radius: 35px;
  transition: 0.5s;
  z-index: -1;
  background-color: var(--bs-light);
}

.our-achievement {
  background-color: color-mix(in oklab, var(--white-3) 60%, var(--white-2));
  background-position: top center;
  background-size: cover;
}

.achievement-left {
  position: relative;
}
.achievement-left .img__thumb {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.achievement-left .img__thumb .container-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.achievement-left .img__thumb-inner-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 1;
  padding-top: 2rem;
}
.achievement-left .img__thumb-inner-left div {
  padding: 2rem;
  background-color: rgba(var(--primary-color));
}
.achievement-left .img__thumb-inner-left div h4 {
  font-size: 70px;
  color: var(--clr-white);
}
.achievement-left .img__thumb-inner-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: 1;
  padding: 2rem;
  padding-right: 0;
  padding-bottom: 0;
  height: 250px;
}
.achievement-left .img__thumb-inner-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.achievement-fact {
  background-color: var(--white-2);
}
.achievement-fact:last-child {
  border: 0;
}

@media (min-width: 576px) {
  .achievement-fact.mt-n130 {
    margin-top: -130px;
  }
}
@media (min-width: 576px) {
  .border-sm-right {
    border-right: 1px solid color-mix(in srgb, var(--text-secondary) 32%, transparent);
  }
  .border-sm-left {
    border-left: 1px solid color-mix(in srgb, var(--text-secondary) 32%, transparent);
  }
  .border-sm-top {
    border-top: 1px solid color-mix(in srgb, var(--text-secondary) 32%, transparent);
  }
  .border-sm-bottom {
    border-bottom: 1px solid color-mix(in srgb, var(--text-secondary) 32%, transparent);
  }
}
@media (min-width: 767px) {
  .border-md-right {
    border-right: 1px solid color-mix(in srgb, var(--text-secondary) 32%, transparent);
  }
  .border-md-left {
    border-left: 1px solid color-mix(in srgb, var(--text-secondary) 32%, transparent);
  }
  .border-md-top {
    border-top: 1px solid color-mix(in srgb, var(--text-secondary) 32%, transparent);
  }
  .border-md-bottom {
    border-bottom: 1px solid color-mix(in srgb, var(--text-secondary) 32%, transparent);
  }
}
@media (min-width: 991px) {
  .border-lg-right {
    border-right: 1px solid color-mix(in srgb, var(--text-secondary) 32%, transparent);
  }
  .border-lg-left {
    border-left: 1px solid color-mix(in srgb, var(--text-secondary) 32%, transparent);
  }
  .border-lg-top {
    border-top: 1px solid color-mix(in srgb, var(--text-secondary) 32%, transparent);
  }
  .border-lg-bottom {
    border-bottom: 1px solid color-mix(in srgb, var(--text-secondary) 32%, transparent);
  }
}
/* ====== new achivment start =========*/
.achivment-one {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  color: var(--clr-white);
}
.achivment-one::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, color-mix(in srgb, var(--pf3-navy-deep) 10%, transparent) -54.94%, color-mix(in srgb, var(--pf3-navy-deep) 95%, transparent) 65.43%);
}

.counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-color-1);
  padding-top: 90px;
  margin-top: 90px;
  position: relative;
}

.counter-item .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 1px dashed var(--border-color-1);
  border-radius: 50%;
  transition: all 500ms linear;
  margin: 0 auto;
  z-index: 1;
}
.counter-item .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--primary-color));
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}
.counter-item .icon i {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: rgba(var(--primary-color));
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.counter-item .count-number {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin-top: 28px;
}
.counter-item p {
  color: var(--clr-white);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
}
.counter-item:hover .icon {
  border: 1px dashed transparent;
}
.counter-item:hover .icon::before {
  transform: scaleX(1);
}
.counter-item:hover .icon i {
  transform: scale(0.9);
  color: var(--clr-white);
}

@media (max-width: 991px) {
  .counter-wrapper {
    padding-top: 30px;
    margin-top: 30px;
  }
  .achievement-left .img__thumb-inner-left {
    padding-top: 2rem;
  }
  .achievement-left .img__thumb-inner-left div h4 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .counter-item .count-number {
    font-size: 40px;
    line-height: 46px;
  }
  .achievement-left .img__thumb {
    padding-top: 100%;
  }
  .achievement-left .img__thumb-inner-left {
    display: none;
  }
  .achievement-left .img__thumb-inner-right {
    display: none;
  }
}
/* ====== new achivment start =========*/
/*-------------------------------------------------------
29. Why css 
---------------------------------------------------------*/
.why-area-before {
  position: relative;
  z-index: 1;
}
.why-area-before::before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 0;
  right: 0;
  width: 1056px;
  height: 425px;
  background: var(--surface-brand-soft);
}

.why-opt {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.why-opt li {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.why-opt li .why-opt-icon i {
  height: 6rem;
  width: 6rem;
  text-align: center;
  line-height: 6rem;
  border: 1px solid var(--border-subtle);
  border-radius: 50%;
  color: var(--text-primary);
  font-size: 28px;
  display: inline-block;
}
.why-opt li .why-opt-text h4 {
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 10px;
}
.why-area-2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: var(--surface-tertiary);
  z-index: -1;
}

.why-shape-2-1 {
  position: absolute;
  top: 200px;
  left: -40px;
  z-index: -1;
}

.why-dot-2-2 {
  position: absolute;
  top: 78%;
  left: 62%;
  transform: translate(-50%, -50%);
  z-index: -1;
  scale: 2;
}

.why-dot-btm-2 {
  position: absolute;
  right: 138px;
  bottom: -26px;
  z-index: -1;
}

.why-right-quote {
  border-bottom: 1px solid color-mix(in srgb, var(--text-heading-strong) 10%, transparent);
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  color: var(--text-heading-strong);
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}
.why-right-quote .why-right-auth {
  color: var(--text-heading-strong);
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.why-right-quote .why-right-auth b {
  color: var(--color-delivery-accent);
  font-size: 16px;
  font-weight: 700;
}

.why-right-upp {
  margin-bottom: 120px;
}

/*-------------------------------------------------------
30. Work css 
---------------------------------------------------------*/
.work-left-content .swiper-button-next,
.work-left-content .swiper-button-prev {
  position: inherit;
  top: inherit;
  margin-top: 0;
  display: inherit;
  width: 80px;
  height: 35px;
  color: var(--clr-white);
  background-color: var(--color-brand-navy);
  text-align: center;
  border-radius: 5px;
}
.work-left-content .swiper-button-prev:after,
.work-left-content .swiper-button-next:after {
  font-family: "IcoFont";
  font-size: 36px;
}
.work-left-content .swiper-button-next:after {
  content: "\ea93";
}
.work-left-content .swiper-button-prev:after {
  content: "\ea94";
}

.work-slider-ico {
  background: var(--color-surface);
  display: inline-block;
  padding: 24px 4rem;
  border-radius: 5px;
  line-height: 1;
}

.work-sldr.swiper .swiper-pagination {
  position: inherit;
  margin-bottom: -18px;
  margin-top: 40px;
}
.work-sldr.swiper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  height: 20px;
  width: 20px;
  border: 1px solid rgba(var(--primary-color));
  position: relative;
  z-index: 1;
  opacity: 1;
}
.work-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: rgba(var(--primary-color));
}
.work-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(var(--primary-color));
  transition: all 0.35s ease-in-out;
}

/*-------------------------------------------------------
31. Container css 
---------------------------------------------------------*/
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1200px;
  }
}
@media (min-width: 1250px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding: 0 15px;
}

.container-fluid {
  padding: 0 15px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

@media (max-width: 576px) {
  .container-full {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container-full {
    max-width: 540px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container-full {
    max-width: 720px;
    width: 100%;
  }
}
@media (min-width: 1199px) {
  .container-full {
    max-width: 960px;
    width: 100%;
  }
  .container-fluid {
    padding: 0 40px;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    padding: 0 70px;
  }
}
@media (min-width: 1200px) {
  .container-full {
    max-width: 95%;
    width: 95%;
  }
}
.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container-fill {
    max-width: 540px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container-fill {
    max-width: 720px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container-fill {
    max-width: 960px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .container-fill {
    padding: 0 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 1367px) {
  .container-stage {
    margin-left: calc((100% - 1250px) / 2);
    width: auto;
    max-width: inherit;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .row {
    --bs-gutter-x: 1.5rem;
  }
}
.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-fit {
  background-size: 100% 100% !important;
  background-position: center !important;
}

/*-------------------------------------------------------
32. Price css
---------------------------------------------------------*/
.price-box-content {
  border-radius: 24px;
  padding: 6rem 4rem;
  background: var(--surface-tertiary);
}

.price-box-content-bg {
  background: var(--color-surface);
  box-shadow: 0px 20px 60px -6px color-mix(in srgb, var(--color-absolute-black) 4%, transparent);
}

.price-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: 4rem;
}
.price-up .price-value {
  color: var(--text-heading-strong);
  font-size: 48px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 0;
}
.price-up .price-value span {
  color: var(--text-secondary);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  margin-bottom: 8px;
}
.price-up .price-ribbon {
  color: var(--text-heading-strong);
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 4rem;
}
.price-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--text-heading-strong);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 700;
}
.price-list li i {
  border-radius: 50%;
}

.price-btn {
  border-radius: 12px;
  padding: 20px 28px;
  border: 1px solid var(--text-heading-strong);
  background: var(--surface-tertiary);
  color: var(--text-heading-strong);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s ease;
}
.price-btn.active {
  background: var(--color-brand-teal);
  color: var(--clr-white);
  border: 1px solid transparent;
}
.price-btn:hover {
  background: var(--color-accent-soft);
  color: var(--clr-white);
  border: 1px solid transparent;
}

.price-btm-text {
  margin-top: 10px;
  color: var(--text-heading-strong);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
}

.price-btm-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 160px;
}

.price-tb ul#pills-tab {
  display: inline-flex;
  border-radius: 12px;
  background: var(--surface-primary);
  box-shadow: 0px 4px 60px color-mix(in srgb, var(--text-primary) 10%, transparent);
  padding: 5px;
  line-height: 1;
}
.price-tb ul#pills-tab li button {
  height: 44px;
  padding: 14px 18px;
  border: none;
  background: transparent;
  color: var(--text-primary);
  border-radius: 12px;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 700;
}
.price-tb ul#pills-tab li button:hover, .price-tb ul#pills-tab li button.active {
  background: var(--color-accent-soft);
  box-shadow: 0px 20px 60px -6px color-mix(in srgb, var(--color-absolute-black) 4%, transparent);
}

/*-------------------------------------------------------
33. Team css 
---------------------------------------------------------*/
.team-shapes img {
  position: absolute;
  z-index: -1;
}
.team-shapes img.team-shape-1 {
  top: 650px;
  right: 0;
}
.team-shapes img.team-shape-2 {
  bottom: 225px;
  left: 0;
}

.team-single .team-desc {
  margin-top: 25px;
}
.team-single .team-desc h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
  transition: all 0.5s ease;
}
.team-single .team-desc h4:hover {
  color: var(--color-accent-soft);
}
.team-single .team-desc span {
  display: block;
  font-size: 15px;
  color: var(--text-primary);
}

.pls {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  text-align: center;
  background: var(--clr-1);
  color: var(--clr-white);
}

.team-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.team-social li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(var(--primary-color));
  color: var(--clr-white);
  font-size: 1.6rem;
  border-radius: 50%;
}
.team-social li a i:hover {
  color: rgba(var(--primary-color));
  background: var(--clr-white);
}

.team-sldr.swiper .swiper-pagination {
  position: inherit;
  margin-bottom: -18px;
  margin-top: 40px;
}
.team-sldr.swiper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  height: 20px;
  width: 20px;
  border: 1px solid var(--text-primary);
  position: relative;
  z-index: 1;
  opacity: 1;
}
.team-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--text-primary);
}
.team-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--text-primary);
  transition: all 0.35s ease-in-out;
}

/*-------------------------------------------------------
34. Review css
---------------------------------------------------------*/
.review-star {
  line-height: 1;
}

.review-single {
  position: relative;
  background: var(--white-2);
  color: var(--primary-text-color);
  border-radius: var(--rounded-3);
  padding: 40px;
  overflow: hidden;
}
.review-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--primary-color));
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: 1;
}
.review-single .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  transform: translate(-26px, -20px);
  z-index: 2;
  opacity: 0;
  transition: 0.4s ease;
}
.review-single .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: transparent;
  border: 20px solid rgba(var(--primary-color));
  /* স্ট্রোক কালার */
  mix-blend-mode: screen;
  z-index: 2;
  opacity: 0;
  transition: 0.4s ease;
  transform: translate(120px, 120px);
}
.review-single .review-user-bio {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
  transition: 0.4s ease;
}
.review-single .review-user-bio .review-bio-pic {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.review-single .review-user-bio .review-bio-pic img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-single .review-user-bio .review-bio-text {
  line-height: 1;
}
.review-single .review-user-bio .review-bio-text .heading-5 {
  line-height: 20px;
  letter-spacing: -0.016em;
  margin-bottom: 0;
}
.review-single .review-user-bio .review-bio-text .heading-5 a {
  font-weight: 600;
}
.review-single .review-user-bio .review-bio-text .heading-5 a:hover {
  color: var(--primary-text-color);
}
.review-single .review-user-bio .review-bio-text span {
  line-height: 26px;
}
.review-single .content {
  position: relative;
  z-index: 3;
}
.review-single .review-quote {
  margin-top: 17px;
  margin-bottom: 28px;
  color: var(--primary-text-color);
  transition: 0.4s ease;
}
.review-single:hover {
  transition: 0.4s ease;
  --primary-text-color: var(--clr-white);
}
.review-single:hover .review-quote {
  transition: 0.4s ease;
}
.review-single:hover .shape-1 {
  opacity: 0.5;
  transition: 0.4s ease;
}
.review-single:hover .shape-2 {
  opacity: 1;
  transition: 0.4s ease;
}
.review-single:hover::before {
  opacity: 1;
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
}

.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  margin-top: 0;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 1px solid var(--border-color-2);
  background-color: var(--white);
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px color-mix(in srgb, var(--color-absolute-black) 5.9%, transparent);
  position: static;
  transition: 0.4s ease;
}
.swiper-navigation .swiper-button-next:hover,
.swiper-navigation .swiper-button-prev:hover {
  color: var(--clr-white);
  background-color: rgba(var(--primary-color));
  transition: 0.4s ease;
}
.swiper-navigation .swiper-button-next:hover:after,
.swiper-navigation .swiper-button-prev:hover:after {
  --primary-text-color: var(--clr-white);
  transition: 0.4s ease;
}

.swiper-navigation .swiper-button-prev:after,
.swiper-navigation .swiper-button-next:after {
  font-family: "fontawesome";
  font-size: 18px;
  color: var(--primary-text-color);
  transition: 0.4s ease;
}

.swiper-navigation .swiper-button-next:after {
  content: "\f061";
}

.swiper-navigation .swiper-button-prev:after {
  content: "\f060";
}

/*** Testimonial ***/
.testimonial {
  background-color: color-mix(in oklab, var(--white-3) 60%, var(--white-2));
  position: relative;
  z-index: 1;
}
.testimonial .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.testimonial .shape-1 img {
  width: 100%;
  height: 100%;
}

.testimonial-item {
  box-shadow: 0 0 45px color-mix(in srgb, var(--color-absolute-black) 11%, transparent);
  transition: 0.5s;
  border-radius: var(--rounded-3);
  padding: 45px 32px;
  padding-top: 60px;
  position: relative;
  background-color: var(--white-2);
  z-index: 1;
}
.testimonial-item:before {
  content: "\f10e";
  font-family: "fontawesome";
  font-size: 35px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: 0;
  background-color: var(--black);
  color: var(--clr-white);
  top: 0;
  transform: translate(-50%, -50%);
  box-shadow: var(--box-shadow);
  border: 6px solid var(--color-brand-teal);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: -1;
}

.swiper-slide .testimonial-item,
.testimonial-item * {
  transition: 0.5s;
}

.swiper-slide-active .testimonial-item {
  background: rgba(var(--primary-color));
}
.swiper-slide-active .testimonial-item h5 a {
  color: var(--clr-white);
}
.swiper-slide-active .testimonial-item h5 a:hover {
  color: var(--clr-white);
}

.swiper-slide-active .testimonial-item h5,
.swiper-slide-active .testimonial-item .designation,
.swiper-slide-active .testimonial-item p {
  color: var(--clr-white) !important;
}

.testimonial-item h5 {
  line-height: 24px;
}
.testimonial-item h5 a {
  font-weight: 600;
}

.testimonial-item span {
  font-size: 16px;
  line-height: 16px;
}

.testimonial-item .img-thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial .swiper-nav .swiper-button-next,
.testimonial .swiper-nav .swiper-button-prev {
  position: static;
  width: 60px;
  height: 60px;
  background-color: var(--color-surface);
  border: 1px solid var(--border-color-2);
  border-radius: 50%;
  margin-top: 0;
  transition: 0.4s;
}
.testimonial .swiper-nav .swiper-button-next:after,
.testimonial .swiper-nav .swiper-button-prev:after {
  font-size: 16px;
  color: var(--primary-text-color);
  transition: 0.4s;
}
.testimonial .swiper-nav .swiper-button-next:hover,
.testimonial .swiper-nav .swiper-button-prev:hover {
  background-color: rgba(var(--primary-color));
  transition: 0.4s;
}
.testimonial .swiper-nav .swiper-button-next:hover:after,
.testimonial .swiper-nav .swiper-button-prev:hover:after {
  --primary-text-color: var(--clr-white);
  transition: 0.4s;
}

.testimonial-carousel .swiper-pagination {
  position: static !important;
}
.testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(var(--primary-color));
  opacity: 1;
}
.testimonial-carousel .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.testimonial-carousel .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.testimonial-carousel .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
  position: absolute;
  width: 21px;
  height: 21px;
  line-height: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(var(--primary-color));
  content: "";
}

.testimonial-carousel .swiper-nav .swiper-button-next,
.testimonial-carousel .swiper-nav .swiper-button-prev {
  background: rgba(var(--primary-color));
  color: var(--text-inverse);
}

.review-area {
  background-color: color-mix(in oklab, var(--white-3) 60%, var(--white-2));
}

/*-------------------------------------------------------
35. Blog css  
---------------------------------------------------------*/
.blog-box {
  padding: 15px;
  border: 1px solid color-mix(in srgb, var(--color-primary) 10%, transparent);
  border-radius: 12px;
}
.blog-box:hover .blog-pic img {
  scale: 1.2;
}
.blog-box .blog-pic {
  overflow: hidden;
}
.blog-box .blog-pic img {
  border-radius: 12px;
  width: 100%;
  transition: all 0.5s ease;
}
.blog-box .blog-desc {
  padding: 30px 15px 15px 15px;
}
.blog-box .blog-desc .blog-meta {
  margin-bottom: 15px;
}
.blog-box .blog-desc .blog-meta p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.blog-box .blog-desc h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.blog-box .blog-desc h5:hover {
  color: rgba(var(--primary-color));
}

.blog-btnn {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--primary-text-color);
  display: inline-block;
  transition: all 0.5s ease;
}
.blog-btnn:hover {
  color: rgba(var(--primary-color));
}
.blog-btnn i {
  font-size: 12px;
}

.blog-box-2 {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
.blog-box-2:last-child {
  margin-bottom: 0;
}
.blog-box-2 .blog-desc {
  padding: 0;
}

.blog-single-2 {
  box-shadow: var(--box-shadow);
  overflow: hidden;
  border-radius: 0.675rem;
  background-color: var(--white-2);
}
.blog-single-2:hover .blog-pic-2 img {
  scale: 1.2;
}
.blog-single-2 .blog-pic-2 {
  overflow: hidden;
  position: relative;
  padding-top: 70%;
}
.blog-single-2 .blog-pic-2 img {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-single-2 .blog-desc-2 {
  padding: 2rem;
}
.blog-single-2 .blog-desc-2 .blog-meta-2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 16px;
  justify-content: space-between;
}
.blog-single-2 .blog-desc-2 .blog-meta-2 li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--secondary-text-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.blog-text .heading-5 {
  line-height: 26px;
  margin-bottom: 10px;
}

.blog-text p {
  margin-bottom: 16px;
}

.blog-sldr .swiper-button-next, .blog-sldr .swiper-button-prev {
  margin-top: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: rgba(var(--primary-color));
  background-color: var(--color-surface);
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px color-mix(in srgb, var(--color-absolute-black) 5.9%, transparent);
}
.blog-sldr .swiper-button-next:hover, .blog-sldr .swiper-button-prev:hover {
  color: var(--clr-white);
  background-color: rgba(var(--primary-color));
}

.blog-sldr .swiper-button-prev:after, .blog-sldr .swiper-button-next:after {
  font-family: "IcoFont";
  font-size: 18px;
  line-height: 30px;
}

.blog-sldr .swiper-button-next:after {
  content: "\ea5d";
}

.blog-sldr .swiper-button-prev:after {
  content: "\ea5c";
}

.blog-sldr .swiper-button-prev, .blog-sldr .swiper-button-next {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.blog-sldr:hover .swiper-button-prev, .blog-sldr:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.blog-search .blog-search-form {
  position: relative;
  z-index: 1;
}
.blog-search .blog-search-form .form-control {
  padding-left: 60px;
  border-radius: var(--rounded-square);
  font-size: 100%;
}
.blog-search .blog-search-form .blog-btn-v {
  position: absolute;
  left: 25px;
  top: 51%;
  transform: translate(0, -50%);
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: var(--primary-text-color);
}

.blog-sldr-2 .swiper-button-next, .blog-sldr-2 .swiper-button-prev {
  margin-top: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid var(--border-color-1);
  line-height: 50px;
  color: var(--primary-text-color);
  background-color: var(--white);
  text-align: center;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
}
.blog-sldr-2 .swiper-button-next:hover, .blog-sldr-2 .swiper-button-prev:hover {
  color: var(--clr-white);
  background-color: rgba(var(--primary-color));
}

.blog-sldr-2 .swiper-button-next {
  right: 0;
}

.blog-sldr-2 .swiper-button-prev {
  left: 0;
}

.blog-sldr-2 .swiper-button-prev:after, .blog-sldr-2 .swiper-button-next:after {
  font-family: "IcoFont";
  font-size: 18px;
  line-height: 30px;
}

.blog-sldr-2 .swiper-button-next:after {
  content: "\ea5d";
}

.blog-sldr-2 .swiper-button-prev:after {
  content: "\ea5c";
}

.blog-sldr-2 .swiper-button-prev, .blog-sldr-2 .swiper-button-next {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.blog-sldr-2:hover .swiper-button-prev, .blog-sldr-2:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

/*==========================================================================
* Blog One CSS
==========================================================================*/
.blog__one {
  background-color: var(--white);
}
.blog__one-item {
  overflow: hidden;
  background-color: var(--white-2);
  height: 100%;
}
.blog__one-item-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 60%;
}
.blog__one-item-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: color-mix(in srgb, var(--color-white) 11.3%, transparent);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.blog__one-item-image img {
  transition: transform 0.55s ease-in-out;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__one-item-image-date {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: var(--bs-white);
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  padding: 5px;
}
.blog__one-item-image-date h5 {
  background: rgba(var(--primary-color));
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--clr-white);
}
.blog__one-item-image-date span {
  font-weight: 700;
  font-size: 15px;
  color: var(--primary-text-color);
}
.blog__one-item-content h4 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
.blog__one-item-content h4 a {
  color: var(--primary-text-color);
}
.blog__one-item-content-meta {
  margin-bottom: 20px;
}
.blog__one-item-content-meta ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.blog__one-item-content-meta ul li {
  display: inline-block;
  list-style: none;
}
.blog__one-item-content-meta ul li a {
  transition: 0.4s;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: var(--primary-text-color);
  padding-right: 10px;
  border-right: 1px solid var(--border-color-1);
}
.blog__one-item-content-meta ul li a i {
  color: rgba(var(--primary-color));
  font-size: 15px;
  margin-right: 10px;
}
.blog__one-item-content-meta ul li a:hover {
  color: rgba(var(--primary-color));
}
.blog__one-item-content-meta ul li:last-child a {
  margin: 0;
  padding: 0;
  border: 0;
}
.blog__one-item-content h4 a {
  transition: 0.4s;
}
.blog__one-item-content h4 a:hover {
  color: rgba(var(--primary-color));
}
.blog__one-item-content p {
  margin: 0;
  color: var(--secondary-text-color);
}
.blog__one-item-btn {
  overflow: hidden;
}
.blog__one-item-btn a {
  overflow: hidden;
  color: var(--text-heading-strong);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.blog__one-item-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: rgba(var(--primary-color));
  opacity: 0;
  transform: translateX(-50%);
  transition: all 400ms ease;
  z-index: -1;
}
.blog__one-item:hover .blog__one-item-image img {
  transform: scale(1.05);
}
.blog__one-item:hover .blog__one-item-image::before {
  animation: circle 0.9s;
}
.blog__one-item:hover .blog__one-item-btn a {
  color: var(--clr-white);
}
.blog__one-item:hover .blog__one-item-btn a::after {
  width: 100%;
  opacity: 1;
}

/*-------------------------------------------------------
36. Reg css 
---------------------------------------------------------*/
.reg-area {
  position: relative;
  z-index: 1;
}
.reg-area::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(var(--primary-color)) 0, var(--color-brand-navy) 100%);
  opacity: 1;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  bottom: 0;
  left: 0;
}

.reg-wpr {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.login-shape {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.login-form {
  text-align: center;
  width: 47rem;
  padding: 6rem 5rem;
  box-shadow: 0px 0px 50px 0px color-mix(in srgb, var(--color-absolute-black) 10%, transparent);
  border-radius: 2rem;
  background-color: var(--color-surface);
}
.login-form .header-icon {
  display: block;
  margin-bottom: 3rem;
}
.login-form .input-style-2 {
  height: 5.5rem;
  border-radius: 4px;
  border: 1px solid var(--border-neutral);
}
.login-form .input-style-2::-moz-placeholder {
  font-size: 1.6rem;
}
.login-form .input-style-2::placeholder {
  font-size: 1.6rem;
}
.login-form .login-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.login-form .reg-acc {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.005em;
  margin-top: 3rem;
}
.login-form .reg-acc a {
  color: rgba(var(--primary-color));
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
  margin-top: 0;
  vertical-align: top;
  float: inherit;
  margin-left: -3em;
}

.rs-ps {
  margin-top: -7px;
  display: block;
  font-size: 1.4rem;
}

.form-check-label {
  color: var(--text-secondary);
  margin-left: 0.5rem;
}

.register-title {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.005em;
}

/*-------------------------------------------------------
37. Step css
---------------------------------------------------------*/
.step-box {
  text-align: center;
}
.step-box .step-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.step-box .step-icon .step-note-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 60px;
}
.step-box .step-icon .step-num {
  position: absolute;
  top: 35px;
  right: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 50%;
  background-color: rgba(var(--primary-color));
  color: var(--clr-white);
}
.step-box .step-desc {
  transform: translateX(-50px);
}

.step-elm-elm {
  position: relative;
  z-index: 1;
}

.step-elm {
  display: flex;
  align-items: center;
  gap: 3rem;
}

/*-------------------------------------------------------
38. Sub css
---------------------------------------------------------*/
.sub-shape-1 {
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 125px;
}

.sub-shape-2 {
  position: absolute;
  z-index: -1;
  bottom: 60px;
  right: 0;
}

.sub-form-style-1 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sub-input {
  width: 308px;
  padding: 20px 35px;
  color: var(--text-primary);
  border-radius: 40px;
  border: none;
  outline: none;
  background: var(--color-surface);
  line-height: 1;
}
.sub-input::-moz-placeholder {
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.sub-input::placeholder {
  color: color-mix(in srgb, var(--color-black) 50%, transparent);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.sub-input:focus {
  box-shadow: none;
  outline: none;
}

.form-btn {
  padding: 20px 35px;
  border: none;
  display: flex;
  line-height: 1;
  font-size: 18px;
  align-items: center;
  border-radius: 40px;
  background: rgba(var(--primary-color));
  color: var(--text-primary);
  transition: all 0.5s ease;
}
.form-btn:hover {
  background: var(--text-primary);
  color: var(--clr-white);
}

.sub-area-3 {
  position: relative;
  z-index: 9;
  padding-bottom: 1rem;
}

.sub-style-1 {
  position: relative;
  z-index: 1;
  padding: 60px 175px;
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 10rem;
  align-items: center;
}
.sub-style-1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: var(--color-surface);
  height: 100%;
  width: 100%;
  z-index: -1;
  border: 2px solid var(--color-black);
}
.sub-style-1::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  background: var(--color-accent);
  height: 100%;
  width: 100%;
  z-index: -2;
}

.sub-form-style-2 {
  position: relative;
  z-index: 1;
}
.sub-form-style-2 .sub-input-2 {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--clr-rgb-1);
  padding-bottom: 3rem;
  background: transparent;
}
.sub-form-style-2 .sub-input-2::-moz-placeholder {
  color: var(--clr-rgb-1);
  font-size: 18px;
  font-weight: 400;
}
.sub-form-style-2 .sub-input-2::placeholder {
  color: var(--clr-rgb-1);
  font-size: 18px;
  font-weight: 400;
}
.sub-form-style-2 .sub-input-2:focus {
  box-shadow: none;
  outline: none;
}
.sub-form-style-2 .form-btn-2 {
  padding: 12px 16px;
  background: var(--color-accent);
  color: var(--text-heading-strong);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  line-height: 1;
}
.sub-form-style-2 .form-btn-2:hover {
  background: var(--text-heading-strong);
  color: var(--clr-white);
}

.sub-style-left h2 {
  font-size: 40px;
}

.sub-style-2::before {
  background: var(--color-accent);
}
.sub-style-2::after {
  background: var(--color-surface);
}

.pech-shape {
  position: absolute;
  z-index: -1;
  top: -70px;
  right: -70px;
  width: 290px;
}

.sub-style-3 {
  border-bottom: 1px solid color-mix(in srgb, var(--color-white) 20%, transparent);
  padding-bottom: 50px;
  margin-bottom: 80px;
}

.sub-style-tx h2 {
  color: var(--clr-white);
}

.sub-form-3 {
  position: relative;
  z-index: 1;
}
.sub-form-3 button {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 12px;
  background: var(--color-accent-soft);
  color: var(--text-heading-strong);
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
}
.sub-form-3 button:hover {
  background: var(--color-brand-teal);
  color: var(--clr-white);
}

.input-style-3 {
  border-radius: 12px;
  background: var(--color-surface);
  width: 100%;
  border: none;
  height: 48px;
  padding-left: 2rem;
}
.input-style-3::-moz-placeholder {
  color: color-mix(in srgb, var(--text-heading-strong) 60%, transparent);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
}
.input-style-3::placeholder {
  color: color-mix(in srgb, var(--text-heading-strong) 60%, transparent);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
}
.input-style-3:focus {
  outline: none;
  box-shadow: none;
}

/*-------------------------------------------------------
39. Project Single css 
---------------------------------------------------------*/
.project-client-single h5 {
  line-height: 1;
  margin-bottom: 1rem;
}

.project-single-text p {
  padding-right: 6rem;
}

.pw {
  width: 100%;
}

.project-client-info {
  background: var(--color-brand-teal);
  padding: 50px;
}

.project-client-single h5 {
  color: var(--clr-white);
}
.project-client-single p {
  color: var(--clr-white);
}

/*-------------------------------------------------------
40. Service Single css 
---------------------------------------------------------*/
.service-single-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.service-single-list li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: 500;
}
.service-single-list li i {
  font-size: 1.4rem;
  color: rgba(var(--primary-color));
}

/*-------------------------------------------------------
41. Feature css
---------------------------------------------------------*/
.feature-box {
  text-align: center;
  padding: 3rem;
  border-radius: 6px;
}
.feature-box .feature-icon {
  margin-bottom: 2rem;
}
.feature-box .feature-icon i {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
}
.feature-box .feature-desc h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 2rem;
}
.feature-box .feature-desc p {
  margin-bottom: 0;
}

.feature-clr-1 {
  border: 1px solid var(--color-danger);
  box-shadow: 0px 20px 50px 0px color-mix(in srgb, var(--color-danger) 10%, transparent);
}
.feature-clr-1 .feature-icon i {
  background: var(--color-danger);
}
.feature-clr-1 .feature-desc h5 {
  color: var(--color-danger);
}

.feature-clr-2 {
  border: 1px solid var(--color-warning);
  box-shadow: 0px 20px 50px 0px color-mix(in srgb, var(--color-warning) 10%, transparent);
}
.feature-clr-2 .feature-icon i {
  background: var(--color-warning);
}
.feature-clr-2 .feature-desc h5 {
  color: var(--color-warning);
}

.feature-clr-3 {
  border: 1px solid var(--color-info);
  box-shadow: 0px 20px 50px 0px color-mix(in srgb, var(--color-info) 10%, transparent);
}
.feature-clr-3 .feature-icon i {
  background: var(--color-info);
}
.feature-clr-3 .feature-desc h5 {
  color: var(--color-info);
}

.feature-clr-4 {
  border: 1px solid var(--color-success);
  box-shadow: 0px 20px 50px 0px color-mix(in srgb, var(--color-success) 10%, transparent);
}
.feature-clr-4 .feature-icon i {
  background: var(--color-success);
}
.feature-clr-4 .feature-desc h5 {
  color: var(--color-success);
}

/*==========================================================================
* Work Area CSS
==========================================================================*/
.work__area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: var(--surface-secondary);
}
.work__area-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.work__area-item {
  text-align: center;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.work__area-item::after {
  content: "";
  position: absolute;
  left: 85%;
  top: 35px;
  background-image: url("../../assets/img/shape/work-2.png");
  width: 120px;
  height: 55px;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: -1;
}
.work__area-item-icon {
  display: inline-flex;
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.work__area-item-icon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 120px;
  left: 0;
  border: 1px solid rgba(var(--primary-color));
  border-radius: 50%;
  opacity: 0.1;
}
.work__area-item-icon span {
  position: absolute;
  right: -30px;
  top: 0;
  background: rgba(var(--primary-color));
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--clr-white);
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
}
.work__area-item-icon span::before {
  position: absolute;
  content: "";
  left: 3px;
  bottom: -3px;
  display: block;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 24px solid rgba(var(--primary-color));
  border-top: 15px solid transparent;
  border-bottom: 12px solid transparent;
  transform: rotate(21deg);
}
.work__area-item-icon i::before {
  font-size: 50px;
  line-height: 50px;
  color: rgba(var(--primary-color));
  background: var(--bs-light);
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 400ms ease;
}
.work__area-item-content p {
  margin: 0;
  margin-top: 5px;
  color: var(--primary-text-color);
}
.work__area-item:hover .work__area-item-icon i::before {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: rgba(var(--primary-color));
  color: var(--clr-white);
  font-size: 55px;
  line-height: 55px;
}
.work__area .row.work-n .col-xl-3:last-child .work__area-item {
  margin: 0;
}
.work__area .row.work-n .col-xl-3:last-child .work__area-item::after {
  display: none;
}
.work__area .row.work-n .col-xl-3:nth-child(2) .work__area-item {
  margin: 0;
}

@media (max-width: 1399px) {
  .work__area-item {
    padding: 0 25px;
  }
}
@media (max-width: 1199px) {
  .work__area .row.work-n .col-xl-3:nth-child(3) .work__area-item::after {
    display: none;
  }
  .work__area .row.work-n .col-xl-3:first-child .work__area-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .work__area .row.work-n .col-xl-3:nth-child(3) .work__area-item {
    margin: 0;
  }
  .work__area .row.work-n .col-xl-3:nth-child(3) .work__area-item::after {
    display: block;
  }
  .work__area .row.work-n .col-xl-3:first-child .work__area-item {
    margin: 0;
  }
  .work__area .row.work-n .col-xl-3:nth-child(2) .work__area-item {
    margin-bottom: 30px;
  }
  .work__area .row.work-n .col-xl-3:nth-child(2) .work__area-item::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .work__area .row.work-n .col-xl-3:first-child .work__area-item, .work__area .row.work-n .col-xl-3:nth-child(3) .work__area-item {
    margin-bottom: 30px;
  }
  .work__area .row.work-n .col-xl-3:first-child .work__area-item::after, .work__area .row.work-n .col-xl-3:nth-child(3) .work__area-item::after {
    display: none;
  }
}
/* ========= how work style start =========*/
.how-work-accordion .accordion-item {
  border: 1px solid var(--border-color-2);
  border-radius: var(--rounded-2);
  margin-bottom: 10px;
  position: relative;
  background-color: var(--white-2);
  overflow: hidden;
}
.how-work-accordion .accordion-item span {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-text-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid var(--border-color-2);
  background-color: var(--white-2);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 30px;
  z-index: 9;
}
.how-work-accordion .accordion-item .icon {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 40px;
  color: rgba(var(--primary-color));
  z-index: 9;
}
.how-work-accordion .accordion-item .accordion-button {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0 !important;
  padding-left: 65px;
  background-color: var(--white-2);
  color: var(--primary-text-color);
  padding: 30px 80px 30px 100px;
  display: flex;
  align-items: center;
}
.how-work-accordion .accordion-item .accordion-button:after {
  display: none;
}
.how-work-accordion .accordion-item .accordion-button.collapsed {
  background-color: transparent;
  color: var(--primary-text-color);
}
.how-work-accordion .accordion-item .accordion-body {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  background-color: var(--white-2);
}
.how-work-accordion .accordion-item .accordion-body p {
  color: var(--secondary-text-color);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 0;
}

/* ========= how work style Ends =========*/
/* ========= how work two start ========*/
.how-work-two {
  position: relative;
  z-index: 1;
  background-color: var(--surface-dark-blue);
  color: var(--clr-white);
  text-align: center;
  counter-reset: count;
}
.how-work-two .section-title {
  margin-bottom: 150px;
}
.how-work-two .work-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.15;
}
.how-work-two .plane-shape {
  position: absolute;
  top: -100px;
  right: 0;
  opacity: 0.5;
  filter: invert(1);
}
.how-work-two .work-step {
  position: relative;
  z-index: 1;
  display: block;
}
.how-work-two .work-step .work-step-shape {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
.how-work-two .work-step .work-step-shape img {
  max-width: -moz-max-content;
  max-width: max-content;
  width: auto;
}
.how-work-two .work-step .work-step-list {
  position: relative;
  display: flex;
  gap: 120px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.how-work-two .work-step .work-step-list li .work-step-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.how-work-two .work-step .work-step-list li .work-step-icon .step-count {
  position: absolute;
  right: -120px;
  z-index: 2;
}
.how-work-two .work-step .work-step-list li .work-step-icon .step-count:before {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--clr-white);
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background-color: rgba(var(--primary-color));
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 4px solid var(--color-white);
}
.how-work-two .work-step .work-step-list li .work-step-icon .step-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px dashed var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-work-two .work-step .work-step-list li .work-step-icon .step-shape-1 img {
  width: 165px;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.how-work-two .work-step .work-step-list li .work-step-icon .step-main-icon {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: rgba(var(--primary-color));
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
  z-index: 2;
}
.how-work-two .work-step .work-step-list li .step-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.016em;
  margin-top: 118px;
  margin-bottom: 0;
}
.how-work-two .work-step .work-step-list li .step-text a {
  color: var(--clr-white);
  transition: all 500ms linear;
  font-weight: 700;
}
.how-work-two .work-step .work-step-list li:hover .step-main-icon {
  transition: all 500ms linear;
  transform: scale(0.9);
}
.how-work-two .work-step .work-step-list li:hover .step-shape-1 img {
  transition: all 200ms linear;
  transform: scale(1.05);
}
.how-work-two .work-step .work-step-list li:hover .step-text a {
  transition: all 500ms linear;
  color: rgba(var(--primary-color));
}

@media (max-width: 768px) {
  .how-work-accordion .accordion-item .accordion-button {
    padding: 20px 80px 20px 100px;
  }
  .how-work-accordion .accordion-item .accordion-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 14px;
  }
  .how-work-two .work-step .work-step-list {
    justify-content: center;
  }
}
/* ========= how work two Ends ========*/
/*-------------------------------------------------------
42. Benefit css 
---------------------------------------------------------*/
.benefit-pading {
  padding-left: 330px;
  width: 700px;
}

.benefit-opt {
  display: flex;
  flex-direction: column;
}
.benefit-opt li {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-neutral);
}
.benefit-opt li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.count-pech {
  position: absolute;
  top: -180px;
  right: 0;
  z-index: -1;
}

/*-------------------------------------------------------
43. Promo css
---------------------------------------------------------*/
.promo-margin {
  margin-left: 333px;
}

.promo-area {
  background-size: cover;
  background-attachment: fixed;
  background-position: top left;
  background-repeat: no-repeat;
}

.pattern-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.promo-right-content .heading-5 {
  color: var(--clr-white);
  margin-bottom: 3rem;
}
.promo-right-content .promo-number {
  display: block;
  color: var(--clr-white);
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5rem;
}

/*-------------------------------------------------------
44. Requ css
---------------------------------------------------------*/
.requ-delivery {
  background-color: color-mix(in srgb, var(--color-brand-navy) 78%, var(--color-primary));
}

.requ-contact {
  padding: 6rem 6rem 6rem 6rem;
  background-color: color-mix(in srgb, var(--color-brand-navy) 78%, var(--color-primary));
  max-width: 850px;
}
.requ-contact .heading-1 {
  color: var(--clr-white);
}

.req-delivery-two {
  max-width: 610px;
}

.requ-contact-pic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.contact-form-requ .input-style-2 {
  background-color: color-mix(in srgb, var(--color-brand-navy) 75%, var(--color-absolute-black));
  border: none;
  color: var(--clr-white);
  margin-bottom: 2.9rem;
}
.contact-form-requ .input-style-2::-moz-placeholder {
  color: var(--clr-white);
  font-size: 1.5rem;
}
.contact-form-requ .input-style-2::placeholder {
  color: var(--clr-white);
  font-size: 1.5rem;
}
.contact-form-requ .input-style-2:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.requ-left-pic {
  height: 100%;
}

.delivery-requ {
  border: 2px solid var(--border-color-1);
  box-shadow: 0px 0px 50px 0px color-mix(in srgb, var(--color-absolute-black) 5.9%, transparent);
  background-color: var(--surface-muted);
  border-radius: 12px;
}
.delivery-requ .contact-form-requ .input-style-2 {
  border-radius: 6px;
  border: 1px solid var(--border-color-2) !important;
}
.delivery-requ .contact-form-requ .input-style-2::-moz-placeholder {
  color: var(--clr-white);
  font-size: 1.5rem;
}
.delivery-requ .contact-form-requ .input-style-2::placeholder {
  color: var(--clr-white);
  font-size: 1.5rem;
}
.delivery-requ .heading-5 {
  font-size: 18px;
  font-weight: 600;
}

.input-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--secondary-text-color);
  margin-bottom: 15px;
}

.delivery-total.two {
  text-align: center;
  padding: 1.5rem;
  background-color: rgba(var(--primary-color));
}
.delivery-total.two h6 {
  --primary-text-color: var(--clr-white);
}

.requ-contact-white .heading-1 {
  color: var(--text-primary);
}
.requ-contact-white .btn-1 {
  width: 100%;
}
.requ-contact-white input[type=number] {
  color: var(--text-secondary) !important;
}
.requ-contact-white .contact-form-requ .input-style-2 {
  background-color: var(--surface-muted);
  border: 1px solid var(--text-secondary);
  color: var(--text-primary);
  margin-bottom: 2.9rem;
}
.requ-contact-white .contact-form-requ .input-style-2::-moz-placeholder {
  color: var(--text-secondary);
  font-size: 1.5rem;
}
.requ-contact-white .contact-form-requ .input-style-2::placeholder {
  color: var(--text-secondary);
  font-size: 1.5rem;
}
.requ-contact-white .contact-form-requ .input-style-2:focus {
  border: 1px solid var(--text-secondary);
  outline: none;
  box-shadow: none;
}
.requ-contact-white .contact-form-requ select.form-control.input-style-2.form-select {
  color: var(--secondary-text-color);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
}
.requ-contact-white .contact-form-requ .sst-title {
  color: var(--text-secondary);
}
.requ-contact-white .contact-form-requ .styled-checkbox + label {
  color: var(--text-secondary);
}
.requ-contact-white .contact-form-requ .styled-checkbox + label:before {
  border: 1px solid var(--text-secondary);
}

.cal-style .input-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--clr-white);
}
.cal-style .input-style-2 {
  background: var(--surface-primary);
  font-size: 16px;
  border: 1px solid color-mix(in srgb, var(--color-white) 10%, transparent);
  color: var(--clr-white);
}
.cal-style select.form-control.input-style-2.form-select {
  position: relative;
  z-index: 1;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
  background-size: 14px;
  font-size: 14px;
  font-weight: 300;
}

.calculator-thumb {
  position: relative;
  padding-top: 100%;
}
.calculator-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.delivery-total {
  margin-top: 2rem;
  margin-bottom: 20px;
  text-align: center;
}
.delivery-total h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
  color: var(--primary-text-color);
}

.cal-up {
  margin-bottom: 4rem;
}
.cal-up p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: color-mix(in srgb, var(--text-secondary) 55%, var(--surface-primary));
}

.destination {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  line-height: 18px;
  color: var(--clr-white);
  font-size: 1.5rem;
  font-weight: 400;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid var(--clr-white);
}
.styled-checkbox:hover + label:before {
  background: rgba(var(--primary-color));
}
.styled-checkbox:focus + label:before {
  box-shadow: none;
}
.styled-checkbox:checked + label:before {
  background: rgba(var(--primary-color));
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: var(--clr-white);
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 var(--clr-white), 4px 0 0 var(--clr-white), 4px -2px 0 var(--clr-white), 4px -4px 0 var(--clr-white), 4px -6px 0 var(--clr-white), 4px -8px 0 var(--clr-white);
  transform: rotate(45deg);
}
.styled-checkbox:disabled + label {
  color: color-mix(in srgb, var(--text-secondary) 55%, var(--surface-primary));
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: var(--border-neutral-strong);
}

.requ-input-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.requ-input-label label {
  font-size: 1.5rem;
  color: var(--clr-white);
  display: block;
}
.requ-input-label input {
  font-size: 1.5rem;
  color: var(--clr-white);
  display: block;
  background-color: transparent;
  border: none;
  text-align: end;
}
.requ-input-label input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.requ-sldr {
  margin-bottom: 3rem;
}
.requ-sldr input::-webkit-outer-spin-button,
.requ-sldr input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.requ-sldr {
  /* Firefox */
}
.requ-sldr input[type=number] {
  -moz-appearance: textfield;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 15px;
  color: var(--clr-white);
}
.requ-sldr input[type=number]:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.requ-sldr .ui-slider.ui-widget-content {
  background: rgba(var(--primary-color));
  border: none;
}
.requ-sldr .ui-slider.ui-slider-horizontal {
  height: 5px;
}
.requ-sldr .ui-slider .ui-slider-handle {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: -4px;
}
.requ-sldr .ui-slider .ui-widget-header {
  background: rgba(var(--primary-color));
}

.calculate-right {
  height: 750px;
}
.calculate-right .image-section {
  height: 750px;
}
.calculate-right .image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.calculate-right form {
  background-color: rgba(var(--primary-color));
  padding: 100px 40px 100px 100px;
  height: 750px;
}
.calculate-right form .charge-container div:first-child {
  max-width: 480px;
  position: relative;
  z-index: 2;
}
.calculate-right form .charge-container {
  color: var(--clr-white);
  width: 100%;
}
.calculate-right form .charge-container h6,
.calculate-right form .charge-container h2,
.calculate-right form .charge-container p {
  color: var(--clr-white);
}
.calculate-right form .charge-container .form-select {
  padding: 12px 14px;
  background-color: var(--text-secondary) !important;
  border-color: var(--border-color-2) !important;
  color: var(--primary-text-color) !important;
  height: 50px;
  visibility: visible;
  font-size: 16px;
}

.illustration {
  position: absolute;
  bottom: -84px;
  right: -80px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .calculate-right {
    height: auto;
  }
  .calculate-right .image-section {
    height: auto;
  }
  .calculate-right form {
    padding: 40px 40px;
    height: auto;
  }
}
/*========== delivery calculator new ==========*/
.dely-calculator {
  background-color: var(--black);
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: color-mix(in srgb, var(--text-secondary) 58%, var(--surface-primary));
}
.dely-calculator .section-title,
.dely-calculator .circular-container,
.dely-calculator .circular-container .heading-5 {
  color: var(--clr-white);
}
.dely-calculator .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}
.dely-calculator .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  z-index: -1;
}
.dely-calculator .shape-3 {
  position: absolute;
  bottom: 0;
  right: -405px;
  z-index: -1;
  width: 1250px;
  /* height: 700px; */
}
.dely-calculator .calculator-btn {
  margin-top: 40px;
}
.dely-calculator .calculator-btn .btn-1:hover {
  --primary-text-color: var(--text-heading-strong);
}

.circular-container {
  margin-top: 48px;
}
.circular-container .circular-progress {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: conic-gradient(rgba(var(--primary-color)) 320deg, var(--border-neutral) 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.circular-container .circular-progress:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--black);
}
.circular-container .progress-value {
  position: relative;
  color: var(--clr-white);
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.04em;
}
.circular-container .heading-5 {
  margin-left: 25px;
}

.single-progress {
  padding-top: 6px;
  margin-bottom: 40px;
}
.single-progress .progress-title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 4px;
  font-weight: 700;
  color: var(--primary-text-color);
}
.single-progress .progress {
  border-radius: 0;
  height: 10px;
  overflow: visible;
}
.single-progress .progress .progress-bar {
  background-color: rgba(var(--primary-color));
  position: relative;
  overflow: visible;
}
.single-progress .progress .progress-bar .count-text {
  position: absolute;
  right: -3px;
  bottom: -4px;
  border-radius: 50%;
  background-color: rgba(var(--primary-color));
  border: 3px solid var(--black);
  width: 18px;
  height: 18px;
  transition: all 500ms ease;
}

.right-form {
  position: relative;
  display: block;
  padding: 35px 50px 44px;
  background-color: var(--white-2);
  box-shadow: var(--box-shadow);
  color: var(--primary-text-color);
}
.right-form .heading-3 {
  color: var(--primary-text-color);
}
.right-form .form-control,
.right-form .form-select {
  margin-bottom: 20px;
}
.right-form .review-star-content h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.list-container {
  margin-top: 20px;
}
.list-container li .list-icon {
  font-size: 15px;
  color: var(--clr-yellow);
  display: inline-block;
  font-weight: 900;
}
.list-container li p {
  margin-left: 15px;
}

.calculator-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--clr-white);
  background-color: var(--black);
}
.calculator-two .section-title p {
  color: var(--clr-white);
}
.calculator-two .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.calculator-two .shape-1 img {
  width: 100%;
  height: 100%;
}
.calculator-two .shape-2 {
  position: absolute;
  top: 0;
  right: 20px;
  opacity: 0.8;
  z-index: -1;
}
.calculator-two .shape-2 img {
  max-width: 100%;
  height: auto;
}
.calculator-two .shape-3 {
  position: absolute;
  top: 30%;
  width: 200px;
  right: 20px;
  opacity: 0.8;
  z-index: -1;
}
.calculator-two .shape-3 img {
  max-width: 100%;
  height: auto;
}
.calculator-two .shape-4 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}
.calculator-two .shape-4 img {
  max-width: 100%;
  height: auto;
}
.calculator-two .select-box {
  background: transparent;
  color: var(--clr-white);
  border: 1px solid var(--border-color-1);
}
.calculator-two .select-box::after {
  color: var(--clr-white);
}
.calculator-two .options {
  background: var(--black);
  border: 1px solid var(--border-color-1);
}

@media (max-width: 768px) {
  .right-form {
    padding: 24px;
  }
}
/*-------------------------------------------------------
45. CTA css  
---------------------------------------------------------*/
.cta-wpr {
  padding: 6rem 7rem;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.cta-wpr span {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: var(--clr-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.cta-wpr .heading-3 {
  color: var(--clr-white);
  line-height: 1.3;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.cta-gari {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.cta-baton {
  padding: 15px 16px 15px 16px;
  border-radius: var(--rounded-square);
  background: var(--color-surface);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(var(--primary-color));
  transition: all 0.5s ease;
}
.cta-baton:hover {
  color: var(--text-primary);
  background: var(--color-accent);
}

.cta-section .cta-left-image {
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  height: 300px;
}
.cta-section .cta-left-image .icon-box {
  position: absolute;
  top: calc(50% - 65px);
  right: calc(0% - 65px);
  width: 130px;
  height: 130px;
  font-size: 60px;
  line-height: 145px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: var(--clr-white);
  border: 1px solid color-mix(in srgb, var(--color-brand-navy) 82%, var(--color-black));
  background-color: color-mix(in srgb, var(--color-brand-navy) 82%, var(--color-black));
  transition: all 500ms ease;
}
.cta-section .cta-right {
  padding: 92px 103px 92px 137px;
  background-color: rgba(var(--primary-color));
  height: 300px;
}
.cta-section .cta-right h4 {
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .cta-section .cta-right {
    padding: 30px;
  }
}
/*-------------------------------------------------------
45.Woocommerce css 
---------------------------------------------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid var(--border-neutral-strong);
  padding: 11px 20px;
  background-color: var(--text-secondary);
  color: var(--clr-white);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 5px;
}
.woocommerce-message a,
.woocommerce-info a {
  color: inherit;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--border-neutral-strong);
  font-weight: 900;
  margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: rgba(var(--primary-color));
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  display: none;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: rgba(var(--primary-color));
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .form-group {
  margin-bottom: 0.5rem;
}
.woocommerce-checkout .form-control {
  margin-bottom: 15px;
}
.woocommerce-checkout .shipping_address {
  display: none;
}

.woocommerce-product-rating .star-rating {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid var(--border-neutral);
  margin-bottom: 45px;
}
.cart_table thead {
  background-color: var(--surface-muted);
}
.cart_table td:before,
.cart_table th {
  font-family: var(--primary-font);
  color: var(--text-primary);
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 27px 15px;
}
.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  transform: translateY(-50%);
  display: none;
}
.cart_table td {
  border: none;
  border-bottom: 1px solid var(--surface-muted);
  color: color-mix(in srgb, var(--text-secondary) 76%, var(--surface-primary));
  padding: 20px 10px;
  position: relative;
}
.cart_table .product-quantity {
  color: var(--text-primary);
}
.cart_table .cart-productname {
  font-weight: 600;
  font-family: var(--primary-font);
  color: inherit;
}
.cart_table .cart-productimage {
  display: inline-block;
  border: 1px solid var(--border-neutral-strong);
}
.cart_table .remove {
  color: red;
  font-size: 18px;
}
.cart_table .quantity {
  display: inline-flex;
  align-items: center;
}
.cart_table .qut-btn {
  border: 2px solid var(--color-menu-accent);
  background-color: transparent;
  color: color-mix(in srgb, var(--text-secondary) 55%, var(--surface-primary));
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 0;
}
.cart_table .qut-btn.quantity-minus {
  top: 0;
}
.cart_table .qut-btn:hover {
  background-color: rgba(var(--primary-color));
  color: var(--clr-white);
  border-color: transparent;
}
.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--color-menu-accent);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: color-mix(in srgb, var(--color-brand-navy) 58%, var(--text-primary));
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  padding-right: 0;
}
.cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart_table .qty-input {
  /* Firefox */
}
.cart_table .qty-input[type=number] {
  -moz-appearance: textfield;
}
.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}
.cart_table .actions > .vs-btn {
  margin-right: 15px;
}
.cart_table .actions > .vs-btn:last-child {
  margin-right: 0;
}
.cart_table .tb-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: flex;
}
.cart_table .tb-cart-coupon input {
  height: 5rem;
  width: calc(100% - 200px);
  margin-right: 10px;
  padding-left: 20px;
}
.cart_table .tb-cart-coupon .vs-btn {
  width: 200px;
  padding-left: 0;
  padding-right: 0;
}

.cart_totals {
  border: 1px solid var(--surface-muted);
}
.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid var(--surface-muted);
  font-size: 14px;
  color: var(--text-primary);
  width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: var(--surface-tertiary);
  font-weight: 700;
  font-size: 14px;
  color: color-mix(in srgb, var(--text-primary) 82%, var(--color-black));
}
.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--text-primary);
  font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
  color: rgba(var(--primary-color));
}
.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}
.cart_totals .shipping-calculator-form {
  display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}
.cart_totals .shipping-calculator-form .vs-btn {
  padding: 5px 30px;
}
.cart_totals .amount {
  font-weight: 700;
}
.cart_totals .order-total .amount {
  color: color-mix(in srgb, var(--color-brand-teal) 82%, var(--color-white));
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 0;
  background-position: right 13px center;
}
.shipping-calculator-form .vs-btn {
  font-size: 14px;
  padding: 0 20px;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-secondary);
  border: 1px solid var(--border-neutral);
  text-align: right;
  padding: 5px 20px;
}
.checkout-ordertable th {
  text-align: left;
}
.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}
.checkout-ordertable .order-total .amount {
  color: var(--color-brand-teal);
}
.checkout-ordertable input[type=hidden] ~ label {
  color: var(--color-brand-teal);
}

.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-checkout-payment ul li {
  padding-top: 10px;
  border-bottom: 1px solid var(--border-neutral-strong);
  border-radius: 4px;
}
.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
  color: color-mix(in srgb, var(--text-secondary) 68%, var(--surface-primary));
  background-color: rgba(var(--primary-color));
  border: 1px solid var(--border-neutral-strong);
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}
.woocommerce-checkout-payment input[type=radio] ~ label {
  margin-bottom: 15px;
  color: var(--text-secondary);
}
.woocommerce-checkout-payment input[type=radio] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--border-neutral-strong);
  font-weight: 700;
  font-size: 14px;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--color-brand-navy);
  float: left;
  top: 0;
  left: 0;
  font-weight: 400;
  position: absolute;
  letter-spacing: 3px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--color-brand-navy);
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--border-neutral-strong);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--color-brand-navy);
}
.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .tb-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
  }
  .cart_table .actions {
    text-align: center;
  }
  .cart_table .tb-udp button {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .tb-udp button {
    margin-bottom: 1rem;
  }
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid var(--surface-muted);
    border-bottom: none;
    font-size: 1.3rem;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid var(--surface-muted);
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .vs-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .vs-btn:last-child {
    margin-right: auto;
  }
  .cart_table .tb-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .tb-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  tfoot.checkout-ordertable th {
    display: none;
  }
  .woocommerce-checkout-payment ul input[type=radio] ~ label img {
    max-width: 150px;
  }
  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 5px 10px;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}
/*-------------------------------------------------------
46.Shop css 
---------------------------------------------------------*/
/*Shop Page*/
.tb-pagination {
  text-align: center;
}
.tb-pagination ul {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.tb-pagination ul li a {
  display: inline-block;
  height: 5rem;
  width: 5rem;
  line-height: 4.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  border: 2px solid var(--surface-muted);
  border-radius: 50%;
}
.tb-pagination ul li a.active, .tb-pagination ul li a:hover {
  color: var(--clr-white);
  background-color: rgba(var(--primary-color));
  border-color: transparent;
}

.select-opt {
  display: flex;
  gap: 5rem;
  justify-content: flex-end;
}
.select-opt .select-option {
  display: grid;
  align-items: center;
  grid-template-columns: 7rem 1fr;
}
.select-opt .select-option label {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--text-primary);
}
.select-opt .select-option .form-select {
  height: 35px;
  border-width: 2px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  color: var(--text-primary);
  padding-right: 30px;
  padding-left: 20px;
  font-size: 14px;
  margin: 0;
}

.shop-filter {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.shop-filter a {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  background-color: rgba(var(--primary-color));
  color: var(--text-primary);
  display: inline-block;
}

.products-wpr.product-list.grid-2 {
  grid-row-gap: 4.5rem;
}

.product-list .products-box {
  display: flex;
  align-items: center;
  background-color: var(--color-surface);
}
.product-list .products-box .products-desc {
  border: none;
}

/*Shop details*/
.sh-de-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-gap: 6rem;
}

.shop-datails-pic img,
.sh-pic img {
  border: 1px solid var(--border-neutral-strong);
}

.sh-de-left .nav-tabs {
  border-bottom: none;
}
.sh-de-left .nav-tabs .nav-link {
  border: none;
  padding: 0;
}
.sh-de-left .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.sh-de-left nav {
  margin-top: 2rem;
}

.sh-pic img {
  background-color: var(--surface-tertiary);
  width: 100%;
}

.shop-datails-pic img {
  background-color: var(--surface-tertiary);
  width: 100%;
}

/*Shop Quantity Number*/
.quantity {
  display: inline-block;
}

.quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border-neutral);
}

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 41px;
  background-color: var(--surface-primary);
  border: 1px solid var(--border-neutral);
  cursor: pointer;
}

.quantity.buttons_added .minus {
  border-right: 0;
}

.quantity.buttons_added .plus {
  border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
  background: var(--border-neutral);
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: none;
}

.sh-de-header h4 {
  text-transform: capitalize;
  font-weight: 700;
}
.sh-de-header p {
  margin-bottom: 2rem;
}

.sh-de-rating {
  margin-bottom: 1.5rem;
}
.sh-de-rating i {
  color: var(--color-rating);
  margin-right: 8px;
}

.sh-de-price {
  margin-bottom: 2rem;
}
.sh-de-price span {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--primary-font);
  display: block;
}

.sh-de-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.sh-de-quantity .quantity.buttons_added {
  margin-right: 0;
}

.sh-de-color {
  margin-bottom: 1.5rem;
}
.sh-de-color ul li {
  display: inline-block;
  margin-right: 1rem;
}
.sh-de-color ul li:last-child {
  display: inline-block;
  margin-right: 0;
}
.sh-de-color ul li .d-colors span {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.sh-de-color ul li .d-colors span:first-child {
  background-color: var(--color-product-danger);
}
.sh-de-color ul li .d-colors span:nth-child(2) {
  background-color: var(--color-rating);
}
.sh-de-color ul li .d-colors span:nth-child(3) {
  background-color: var(--color-product-muted);
}

.sh-de-btn a {
  display: inline-block;
  padding: 1rem 3rem;
  border: 1px solid var(--border-neutral);
  margin-right: 1rem;
  transition: 0.5s ease;
  text-transform: uppercase;
  line-height: 1;
  color: var(--heading-color);
}
.sh-de-btn a:hover {
  background: var(--primary-text-color);
  border: 1px solid transparent;
  color: var(--clr-white);
}
.sh-de-btn {
  margin-bottom: 2rem;
}
.sh-de-btn .sh-de-btn-1 i {
  margin-left: 7px;
}
.sh-de-btn .sh-de-btn-2 i {
  margin-right: 7px;
}

.product-rev-wrapper .nav-item {
  overflow: hidden;
  display: inline-block;
  margin-right: 1.5rem;
}
.product-rev-wrapper .nav-item:last-child {
  margin-right: 0;
}
.product-rev-wrapper .nav-pills .nav-link {
  border-radius: 0;
  text-align: center;
  border: 1px solid var(--border-neutral);
  width: 100%;
}
.product-rev-wrapper div#pills-tabContent {
  margin-top: 3rem;
}

.nav-pills .nav-link.active {
  color: var(--text-primary);
  background-color: var(--surface-tertiary);
}
.nav-pills .show > .nav-link {
  color: var(--text-primary);
  background-color: var(--surface-tertiary);
}

/*Cart Page Css*/
.form-cop .input-style-2 {
  height: 7rem;
  margin-right: 1rem;
}

.ui-w-40 {
  width: 40px !important;
  height: auto;
}

.ui-product-color {
  display: inline-block;
  overflow: hidden;
  margin: 0.144em;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 10rem;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--color-absolute-black) 15%, transparent) inset;
  vertical-align: middle;
}

.cart-qty .card {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.cart-qty .card-body {
  padding: 0;
}
.cart-qty .card-body .media {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cart-qty .table thead th {
  border-bottom: none;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--text-secondary);
}
.cart-qty .close {
  color: var(--border-neutral-strong);
  font-size: 4.6rem;
  font-weight: 100;
  opacity: 1;
}
.cart-qty .form-control.bk {
  padding: 17px 1rem;
  border: none;
  border-radius: 1.25rem;
  background-color: var(--surface-primary);
  font-size: 1.6rem;
  outline: none;
}

.cart-tl ul li {
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-neutral-strong);
  padding-bottom: 1.5rem;
}
.cart-tl .cart-tl-title {
  color: var(--text-primary);
  border-bottom: 1px solid var(--border-neutral-strong);
  padding-bottom: 1.5rem;
}

.cart-tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-n p {
  margin-bottom: 1.2rem;
  line-height: 1;
}
.cart-n p:last-child {
  margin-bottom: 0;
}

.cr-tl-btn {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.cr-tl-btn a {
  padding: 1rem 3rem;
  text-align: center;
  border: 1px solid var(--border-neutral-strong);
  display: inline-block;
  margin-right: 3rem;
  transition: 0.5s ease;
}
.cr-tl-btn a:hover {
  background-color: rgba(var(--primary-color));
  color: var(--text-primary);
}
.cr-tl-btn a:last-child {
  margin-right: 0;
}

.course-over-fet {
  background-color: var(--color-surface);
  box-shadow: 0 3px 1.5rem color-mix(in srgb, var(--text-secondary) 16%, transparent);
  padding: 6rem;
}

.course-over-bio {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.course-over-name {
  margin-left: 2.5rem;
}
.course-over-name h5 {
  line-height: 1;
  margin-bottom: 9px;
}
.course-over-name h6 {
  line-height: 1;
  margin-bottom: 3px;
}

.course-over-rating i {
  color: rgba(var(--primary-color));
}

.course-ovr-wrp .single-content-title {
  margin-bottom: 2.5rem;
}
.course-ovr-wrp .single-comments-section {
  margin-top: 3rem;
}
.course-ovr-wrp .row.csf.align-items-center {
  margin-top: -3.5rem;
}

.single-comments-section-form h2 {
  margin-bottom: 3rem;
}

/*Comment Section*/
.single-comments-section .single-commentor .single-commentor-user {
  display: grid;
  grid-template-columns: 7rem 1fr;
  align-items: center;
  grid-gap: 2rem;
}
.single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head h6 {
  text-transform: capitalize;
  margin-bottom: 7px;
}
.single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head h6 span {
  text-transform: uppercase;
  color: var(--text-secondary);
  position: relative;
  z-index: 1;
  padding-left: 2rem;
}
.single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head h6 span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 1rem;
  height: 1.6rem;
  width: 1px;
  background: var(--color-commerce-accent);
  transform: translate(0, -50%);
}
.single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head a i {
  font-size: 1.4rem;
  margin-right: 7px;
}
.single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head a:hover i {
  color: var(--color-commerce-accent);
}
.single-comments-section .single-commentor .single-commentor-user p {
  margin-bottom: 0;
}
.single-comments-section .single-commentor ul li {
  margin-bottom: 3rem;
}
.single-comments-section .single-commentor .single-commentor-user.rlp .single-commentor-user-bio-head h6 {
  color: rgba(var(--primary-color));
}

.single-commentor-user.rlp {
  padding-left: 7rem;
}

/*single-comments-section-form*/
.single-comments-section-form form .form-control {
  outline: none;
  height: 5rem;
  border: 1px solid var(--border-neutral);
  background: var(--surface-tertiary);
  padding: 1rem 3rem;
  line-height: 1;
  margin-bottom: 3.5rem;
}
.single-comments-section-form form .form-control::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1;
  text-transform: capitalize;
}
.single-comments-section-form form .form-control::placeholder {
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1;
  text-transform: capitalize;
}
.single-comments-section-form form textarea.form-control {
  height: 15rem;
}

/*Slider wrp*/
.sldr.owl-theme .owl-nav [class*=owl-] {
  color: rgba(var(--primary-color));
  font-size: 3rem;
  margin: 0;
  padding: 0;
  background: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.sldr.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: rgba(var(--primary-color));
  text-decoration: none;
}

.sldr.owl-theme .owl-nav .owl-prev {
  left: 0rem;
}

.sldr.owl-theme .owl-nav .owl-next {
  right: 0rem;
}

.sldr.owl-theme .owl-nav .owl-prev,
.sldr.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/*-------------------------------------------------------
12. Products css 
---------------------------------------------------------*/
.product-tree img {
  position: absolute;
  z-index: -1;
}
.product-tree img:first-child {
  bottom: 0;
  right: 0;
}
.product-tree img:nth-child(2) {
  top: 0;
  left: 2rem;
}

.products-wpr.grid-4 {
  row-gap: 4.5rem;
}

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
@keyframes circle-hover {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.products-box {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  background-color: var(--color-surface);
}
.products-box .products-pic {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.products-box .products-pic img {
  background: var(--surface-tertiary);
}
.products-box .products-pic::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: color-mix(in srgb, var(--color-white) 20%, transparent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}
.products-box .products-pic .carts {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  flex-direction: column;
  gap: 1.5rem;
  transform: translateY(-140%);
  transition: all 0.5s ease-in-out;
}
.products-box .products-pic .carts li a i {
  height: 3rem;
  width: 3rem;
  line-height: 3.2rem;
  text-align: center;
  background-color: rgba(var(--primary-color));
  color: var(--text-primary);
  display: block;
  font-size: 1.4rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  padding-left: 2px;
}
.products-box .products-pic .carts li a i:hover {
  background-color: var(--primary-text-color);
  color: var(--clr-white);
}
.products-box .products-desc {
  border: 1px solid var(--border-neutral);
  border-top: none;
  padding: 3rem 2rem 4.5rem 2rem;
}
.products-box .products-desc h5 {
  text-transform: capitalize;
  margin-bottom: 2rem;
}
.products-box .products-desc p {
  margin-bottom: 2rem;
}
.products-box .products-desc .products-price {
  line-height: 1;
  margin-bottom: 2rem;
}
.products-box .products-desc .products-price span {
  font-weight: 600;
  color: var(--text-primary);
  display: inline-block;
}
.products-box .products-desc .add-to-cart {
  line-height: 1;
}
.products-box .products-desc .add-to-cart .cart-btn {
  padding: 7px 1.5rem;
  line-height: 1;
  background-color: rgba(var(--primary-color));
  color: var(--text-primary);
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 1.6rem;
}
.products-box .products-desc .add-to-cart .cart-btn::before {
  position: absolute;
  height: 0%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-text-color);
  content: "";
  z-index: -1;
  transition: all 0.5s ease-in-out;
  border-radius: 2rem 2rem 0 0;
}
.products-box .products-desc .add-to-cart .cart-btn::after {
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--primary-text-color);
  content: "";
  z-index: -1;
  transition: all 0.5s ease-in-out;
  border-radius: 0 0 2rem 2rem;
}
.products-box:hover .carts {
  transform: translateY(0%);
}
.products-box:hover .add-to-cart .cart-btn {
  color: var(--clr-white);
}
.products-box:hover .add-to-cart .cart-btn::before {
  height: 50%;
}
.products-box:hover .add-to-cart .cart-btn::after {
  height: 50%;
}
.products-box:hover .products-pic::before {
  animation: circle-hover 0.75s;
}

.load-more {
  line-height: 14px;
}

/*-------------------------------------------------------
20. Checkout css
---------------------------------------------------------*/
.checkout-wrapper {
  display: flex;
  justify-content: center;
  animation: slideUp 2000ms ease;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.checkout h2 {
  align-self: center;
}

.checkout {
  background-color: var(--color-brand-teal);
  box-shadow: 9px 13px 25px 0px color-mix(in srgb, var(--color-absolute-black) 18%, transparent);
  border-radius: 1rem;
  padding: 6rem 4rem;
}
.checkout input {
  width: 100%;
  min-height: 25px;
  border: 0;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  color: var(--text-primary);
  border-radius: 10px;
  margin-bottom: 2rem;
}
.checkout label {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  color: var(--clr-white);
  margin-bottom: 1rem;
}
.checkout h2 {
  font-size: 24px;
  line-height: 1;
  color: var(--clr-white);
  letter-spacing: 1px;
}

.name {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.name div {
  width: 45%;
}

.address-info {
  display: flex;
  justify-content: space-between;
}
.address-info div {
  width: 30%;
}

.cc-info {
  display: flex;
  justify-content: space-between;
}
.cc-info div {
  width: 45%;
}

.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}
.btns button {
  margin: 0;
  color: var(--text-primary);
  background-color: var(--color-surface);
  text-transform: uppercase;
  border: 0;
  border-radius: 1rem;
  letter-spacing: -1px;
  font-weight: 600;
  padding: 1.2rem 3rem;
  line-height: 1;
}
.btns button:hover {
  animation-name: btn-hov;
  animation-duration: 550ms;
  animation-fill-mode: forwards;
}

@keyframes btn-hov {
  100% {
    background-color: color-mix(in srgb, var(--color-primary) 20%, var(--surface-primary));
    color: color-mix(in srgb, var(--color-brand-navy) 62%, var(--text-secondary));
    transform: scale(1.05);
  }
}
input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

.p-info {
  font-size: 24px;
  line-height: 1;
  color: var(--clr-white);
  letter-spacing: 1px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 736px) {
  .checkout-wrapper {
    width: 100%;
  }
  .btns {
    flex-direction: column;
  }
  .btns button {
    width: 100%;
  }
  .checkout h2 {
    text-align: center;
    line-height: 1.4;
  }
  .name,
  .address-info,
  .cc-info {
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
  }
  .name div,
  .address-info div,
  .cc-info div {
    align-items: center;
    flex-direction: column;
    width: 100%;
    display: flex;
  }
  .street,
  .cc-num {
    text-align: center;
  }
  .checkout input {
    margin: 5px 0;
    min-height: 30px;
  }
}
/*-------------------------------------------------------
46. About css 
---------------------------------------------------------*/
.marquee {
  position: relative;
  z-index: 1;
  height: 100px;
  background: rgba(var(--primary-color));
}
.marquee:hover .mrg-wrp {
  animation-play-state: paused;
}

.mrg-wrp {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  grid-gap: 3rem;
  position: absolute;
  width: 200%;
  height: 100%;
  overflow: hidden;
  animation: marquee 20s linear infinite;
  left: 0;
  top: 0;
}

.lk {
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--clr-white);
  position: relative;
  z-index: 1;
  padding-left: 10rem;
}
.lk::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 80px;
  height: 1px;
  background: var(--surface-primary);
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
/*-------------------------------------------------------
47. Team Single css 
---------------------------------------------------------*/
/*Team Single*/
.team-details-wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 4rem;
}

.team-details-wrapper .team-single-box .team-single-desc {
  padding: 3rem;
  background-color: var(--color-surface);
  box-shadow: 0px 19px 109px 0px color-mix(in srgb, var(--color-absolute-black) 4%, transparent);
}

.team-details-wrapper .team-single-box .team-single-desc h4 {
  margin-bottom: 6px;
  text-transform: capitalize;
}

.team-details-wrapper .team-single-box .team-single-desc p {
  margin-bottom: 5px;
}

.team-details-wrapper .team-single-box .team-single-desc span {
  margin-bottom: 1rem;
  display: block;
}

.team-details-wrapper .team-single-box .team-single-desc .team-single-social {
  display: flex;
  align-items: center;
}

.team-details-wrapper .team-single-box .team-single-desc .team-single-social li {
  margin-right: 1.5rem;
}

.team-details-wrapper .team-single-box .team-single-desc .team-single-social li:last-child {
  margin-right: 0;
}

.team-details-wrapper .team-single-box .team-single-desc .team-single-social li a i:hover {
  color: var(--theme-color-3);
}

.team-details-wrapper .table {
  width: 80%;
  margin-bottom: 0;
  color: var(--body-color);
}

.team-single-personal {
  padding: 3rem;
  background-color: var(--color-surface);
  box-shadow: 0px 19px 109px 0px color-mix(in srgb, var(--color-absolute-black) 4%, transparent);
  margin-top: 3rem;
}

.team-single-personal ul li {
  display: flex;
  margin-bottom: 1rem;
}

.team-single-personal ul li:last-child {
  margin-bottom: 0;
}

.team-single-personal ul li p {
  margin-bottom: 0rem;
  margin-right: 2rem;
}

h4.team-single-title {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  padding-bottom: 1.5rem;
}

h4.team-single-title::before {
  position: absolute;
  content: "";
  background-image: -ms-linear-gradient(90deg, var(--color-info) 0%, color-mix(in srgb, var(--color-primary) 70%, var(--color-brand-navy)) 99%);
  width: 65px;
  height: 2px;
  bottom: 0;
  left: 0;
}

.team-single-about.about p {
  margin-bottom: 0;
}

.team-single-about {
  margin-bottom: 3rem;
}

.team-single-about:last-child {
  margin-bottom: 0;
}

.team-area.t-de .site-title {
  margin-top: 0;
}

/*-------------------------------------------------------
48. Partner css
---------------------------------------------------------*/
.partner-margin-top {
  margin-top: 19rem;
}

.partner-border {
  position: relative;
}
.partner-border::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent 0%, color-mix(in srgb, var(--color-brand-navy) 10.24%, transparent) 49.76%, transparent 100%);
}
.partner-border::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent 0%, color-mix(in srgb, var(--color-brand-navy) 10.24%, transparent) 49.76%, transparent 100%);
}

.partner-btm-2 {
  padding: 0 11rem;
}

.partner-up-pic {
  width: 250px;
  height: 88px;
  border-radius: 6px;
  border: 1px solid var(--border-neutral);
  text-align: center;
  line-height: 88px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.partner-up-pic:hover {
  box-shadow: 0 0 10px color-mix(in srgb, var(--color-absolute-black) 9%, transparent);
}

.shadow-xs {
  box-shadow: 0px 1px 7px 0px color-mix(in srgb, var(--text-secondary) 12%, transparent);
}

.shadow-xs:hover {
  box-shadow: 0px 5px 20px 1px color-mix(in srgb, var(--text-secondary) 18%, transparent);
}

.client-slider-1 {
  border: 0;
  border-radius: var(--rounded-3);
  transition: 0.4s;
}
.client-slider-1 .card-body {
  padding: 30px 24px;
}
.client-slider-1 .partner-logo {
  width: 80px;
  height: 80px;
  border: 1px solid var(--border-color-2);
  background-color: var(--surface-tertiary);
  border-radius: 50%;
  padding: 15px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 15px;
}
.client-slider-1 .partner-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.client-slider-1 .desc {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 20px;
}
.client-slider-1:hover {
  transition: 0.4s;
}

.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border-color-2);
  background-color: var(--white);
  color: var(--primary-text-color);
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  font-size: 16px;
  transition: 0.3s;
}
.social-icons a:hover {
  background-color: rgba(var(--primary-color));
  border-color: rgba(var(--primary-color));
  color: var(--clr-white);
  transition: 0.3s;
}

.swiper-margin {
  margin-top: -16px;
  margin-bottom: -16px;
  margin-right: -16px;
  margin-left: -16px;
}

.partner-thumb {
  width: 130px;
  height: 50px;
  position: relative;
  transform: skew(-10deg);
  background-color: var(--white-2);
}
.partner-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: skew(10deg);
}

/*-------------------------------------------------------
49. Skill Progress css 
---------------------------------------------------------*/
.progress-box {
  margin-bottom: 3rem;
}
.progress-box:last-child {
  margin-bottom: 0;
}
.progress-box h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-box .progress .progress-bar {
  background-color: rgba(var(--primary-color));
}

/*-------------------------------------------------------
50. Best css 
---------------------------------------------------------*/
.charge-table {
  background-color: var(--white-2);
}
.charge-table.p-lg-5 {
  padding: 2rem !important;
}
.charge-table table thead {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.charge-table table.border-primary {
  border-color: var(--border-color-2) !important;
}
.charge-table .table > :not(caption) > * > * {
  padding: 1rem;
  line-height: 24px;
  font-size: 16px;
}

.charge-wpr .nav {
  margin-bottom: 2rem;
  background-color: var(--white-2);
  justify-content: center;
  padding: 20px;
}
.charge-wpr .nav .nav-item {
  margin-right: 10px;
}
.charge-wpr .nav .nav-item:last-child {
  margin-right: 0;
}
.charge-wpr .nav .nav-item .nav-link {
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 14px 20px;
  color: var(--primary-text-color);
  border: 0;
  border-radius: var(--rounded-square);
}
.charge-wpr .nav .nav-item .nav-link:hover, .charge-wpr .nav .nav-item .nav-link.active {
  background-color: rgba(var(--primary-color));
  color: var(--clr-white);
}

/*-------------------------------------------------------
51. Benefit css 
---------------------------------------------------------*/
.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: var(--color-surface);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 1050;
  padding-top: 60px;
  box-shadow: 0px 20.3884487152px 61.1653442383px -6.1165342331px color-mix(in srgb, var(--color-absolute-black) 4%, transparent);
}
.sidenav:hover::before {
  opacity: 0.2;
}
.sidenav::before {
  height: 100vh;
  width: 100vw;
  margin-left: 250px;
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  content: "";
  opacity: 0;
  background-color: var(--color-primary);
  transition: opacity 0.2s ease-in;
  pointer-events: none;
}
.sidenav a {
  text-align: center;
  padding-bottom: 8px;
  padding-top: 8px;
  text-decoration: none;
  font-size: 18px;
  color: var(--text-heading-strong);
  display: block;
  transition: 0.3s;
  font-weight: 400;
}
.sidenav a:hover {
  color: var(--color-accent-soft);
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/*-------------------------------------------------------
52. Single-Sidebar css 
---------------------------------------------------------*/
.blog-mta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.blog-mta li {
  position: relative;
  z-index: 1;
  padding-left: 2.5rem;
}
.blog-mta li::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: var(--color-accent-soft);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.blog-ex-tag {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.blog-ex-tag li a {
  padding: 12px 24px;
  border-radius: 40px;
  background: color-mix(in srgb, var(--color-black) 5%, transparent);
  color: var(--text-primary);
  display: inline-block;
  transition: all 0.5s ease;
}
.blog-ex-tag li a:hover {
  background: var(--color-accent);
}

.blog-blockquote {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.blog-blockquote .blog-qt {
  display: inline-block;
  margin-top: 5px;
}
.blog-blockquote p {
  color: var(--text-primary);
  font-family: var(--primary-font);
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
}

.comment-form .input-style-2 {
  margin-bottom: 3rem;
}

.comments-user-single {
  padding: 4rem;
  background: var(--color-surface);
  margin-bottom: 3rem;
}
.comments-user-single:last-child {
  margin-bottom: 0;
}
.comments-user-single .comments-user-bios {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.comments-user-single .comments-user-bios img {
  border-radius: 50%;
}
.comments-user-single .comments-user-bios .comments-biob h4 {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.comments-user-single .comments-user-bios .comments-biob span {
  display: block;
  line-height: 1;
}

/*-------------------------------------------------------
53. Sidebar 2
---------------------------------------------------------*/
.blog_ex {
  padding: 30px;
  border: 1px solid var(--border-color-2);
  background: var(--white-2);
  margin-bottom: 3rem;
  box-shadow: 0px 4px 30px 0px color-mix(in srgb, var(--color-absolute-black) 5.9%, transparent);
}
.blog_ex:last-child {
  margin-bottom: 0;
}

.blog-btn-v {
  position: absolute;
  left: 25px;
  top: 51%;
  transform: translate(0, -50%);
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: color-mix(in srgb, var(--text-secondary) 70%, var(--surface-primary));
}

.blog-post-v-single {
  border-bottom: 1px solid var(--border-color-2);
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.blog-post-v-single:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-post-v-single h6 {
  margin-bottom: 8px;
  transition: all 0.5s ease;
}
.blog-post-v-single h6:hover {
  color: rgba(var(--primary-color));
}
.blog-post-v-single span {
  display: block;
  line-height: 1;
  color: var(--secondary-text-color);
}

.blg-detail-thumb {
  width: 65px;
  height: 65px;
  border-radius: var(--rounded-square);
  overflow: hidden;
}
.blg-detail-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------
53. Covarage css 
---------------------------------------------------------*/
.covarage-list-select .form-select {
  border: 1px solid var(--border-neutral);
  height: 60px;
  border-radius: 6px;
  font-size: 15px;
}
.covarage-list-select .form-select:focus {
  box-shadow: none;
  outline: none;
}

.country-flag {
  width: 20px;
}

.country-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--text-heading-strong);
  margin-bottom: 0;
}

.covarage-list-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.covarage-box {
  width: 200px;
  height: 70px;
  line-height: 70px;
  border-radius: 6px;
  border: 1px solid var(--border-neutral);
  text-align: center;
  transition: all 0.5s ease;
}
.covarage-box:hover {
  background: var(--color-accent);
  border: 1px solid transparent;
}
.covarage-box:hover span {
  color: var(--text-heading-strong);
}
.covarage-box span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.coverage-area-2 {
  background-color: var(--surface-tertiary);
}
.coverage-area-2 .coverage-right {
  position: relative;
  margin-left: -75%;
}
.coverage-area-2 .coverage-right .inner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coverage-area-2 .coverage-right .map-circle {
  width: 250px;
  height: 250px;
  border: 10px solid rgba(var(--primary-color));
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-light);
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: translateY(-34%);
  right: -46px;
  z-index: 2;
}
.coverage-area-2 .coverage-right .map-circle div {
  width: 100%;
  height: 250px;
}
.coverage-area-2 .coverage-right .map-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coverage-area-2 .coverage-left .left-icons .icon {
  font-size: 45px;
  color: rgba(var(--primary-color));
  line-height: 1;
  margin-bottom: 16px;
}
.coverage-area-2 .coverage-left .left-icons h5 {
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
}
.coverage-area-2 .coverage-left .left-icons p {
  line-height: 24px;
}

.google-map .map {
  width: 100%;
  height: 500px;
  border-radius: 16px;
}

.covarage-list-3 .table thead th {
  background-color: var(--table-light);
}
.covarage-list-3 .table th,
.covarage-list-3 .table td {
  padding: 10px 14px;
  vertical-align: middle;
  color: var(--primary-text-color) !important;
  border-color: var(--bs-table-border-color);
}

body.dark-mode .coverage-area-2 .coverage-left .left-icons .icon {
  filter: brightness(0) invert(1);
}

@media (max-width: 1200px) {
  .coverage-area-2 .coverage-right {
    margin-left: 0;
  }
}
/*-------------------------------------------------------
55. Form css 
---------------------------------------------------------*/
.rounded {
  border-radius: var(--rounded-square) !important;
}

.rounded-pill {
  border-radius: var(--rounded-pill) !important;
}

.contact-page-3 {
  border: 1px solid var(--border-neutral);
  box-shadow: 0px 4px 30px 0px color-mix(in srgb, var(--color-absolute-black) 5.9%, transparent);
  padding: 3rem;
}

.contact-form-1 .form-group {
  margin-bottom: 20px;
}

.input-style-contact {
  border: 1px solid var(--border-neutral);
  height: 50px;
  border-radius: 6px;
  font-size: 16px;
  padding: 0.375rem 1.75rem;
}
.input-style-contact::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.input-style-contact::placeholder {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.input-style-contact:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid var(--border-neutral);
}

.label-page {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--text-body-muted);
}

.label-forgot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.label-forgot a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: color-mix(in srgb, var(--color-danger) 72%, var(--color-white));
}

.contact-btm-text {
  margin-top: 30px;
}
.contact-btm-text span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--text-body-muted);
}
.contact-btm-text span a {
  color: rgba(var(--primary-color));
  font-weight: 400;
}

.contact-phone span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: rgba(var(--primary-color));
}

.contact-ll-sc {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.contact-ll-sc li {
  width: 285px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid var(--border-neutral);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-ll-sc li a {
  display: flex;
  align-items: center;
  gap: 7px;
}
.contact-ll-sc li a span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: var(--text-body-muted);
}

.contact-form-style-2 .input-style-t {
  height: 170px;
  padding: 2rem;
}

.inp-white-clr {
  color: var(--color-on-primary);
}

.form-check {
  margin-bottom: 2rem;
}

.form-check-input[type=checkbox] {
  margin-left: 0;
  border-radius: 4px;
}

.form-check-label {
  font-size: 16px;
}

.contact-page-bx {
  padding: 3rem 2rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-page-bx .contact-page-icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--clr-white);
  font-size: 20px;
}
.contact-page-bx .contact-page-element h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--text-heading-strong);
  margin-bottom: 5px;
}
.contact-page-bx .contact-page-element p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-body-muted);
}

.contact-clr-1 {
  background: color-mix(in srgb, var(--color-danger) 5.9%, transparent);
}
.contact-clr-1 .contact-page-icon i {
  background: var(--color-danger);
}

.contact-clr-2 {
  background: color-mix(in srgb, var(--color-warning) 5.9%, transparent);
}
.contact-clr-2 .contact-page-icon i {
  background: var(--color-accent);
}

.contact-clr-3 {
  background: color-mix(in srgb, var(--color-primary) 5.9%, transparent);
}
.contact-clr-3 .contact-page-icon i {
  background: rgba(var(--primary-color));
}

.contact-clr-4 {
  background: color-mix(in srgb, var(--color-success) 5.9%, transparent);
}
.contact-clr-4 .contact-page-icon i {
  background: var(--color-success);
}

.max-form {
  max-width: 1200px;
  margin: 0 auto;
}

.new-login-form .form-left .img-thumb {
  width: 100%;
  position: relative;
  height: 97%;
}
.new-login-form .form-left .img-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid rgba(var(--primary-color));
  border-radius: 2rem;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: -1;
}
.new-login-form .form-left .img-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.new-login-form .card {
  padding: 4rem 2.5rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  background: var(--clr-gradient-2);
}
.new-login-form .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/dot/13.png");
  opacity: 0.6;
  background-position: top center;
  z-index: -1;
}
.new-login-form .card .card-header {
  background-color: transparent;
}
.new-login-form .card .card-header h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--secondary-text-color);
}
.new-login-form .card .card-header .form-hd-btn {
  padding: 12px 20px;
  background-color: var(--btn-white);
  color: var(--secondary-text-color);
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.new-login-form .card .card-header .form-hd-btn.active, .new-login-form .card .card-header .form-hd-btn:hover {
  color: var(--clr-white);
  background-color: rgba(var(--primary-color));
  transition: all 0.4s ease-in;
}
.new-login-form .card .card-body .form-group {
  position: relative;
}
.new-login-form .card .card-body .form-group .form-control {
  box-shadow: none;
  padding: 14px 16px 14px 44px;
  font-size: 16px;
}
.new-login-form .card .card-body .form-group .form-select {
  box-shadow: none;
  padding: 14px 16px 14px 44px;
  font-size: 16px;
}
.new-login-form .card .card-body .form-group .first-icon {
  position: absolute;
  left: 20px;
  top: 16px;
  color: var(--secondary-text-color);
}
.new-login-form .card .card-body .form-group .second-icon {
  position: absolute;
  right: 20px;
  top: 16px;
  cursor: pointer;
  color: var(--secondary-text-color);
}
.new-login-form .card .card-body .form-group .form-check {
  margin-bottom: 0;
}
.new-login-form .card .card-body .form-group .btn-two {
  padding: 18px 12px;
  border-color: rgba(var(--primary-color));
  font-size: 16px;
}
.new-login-form .card .card-body .bottom-btn .form-btn {
  background-color: transparent;
  color: var(--primary-text-color);
  border: 1px solid var(--border-color-2);
  border-radius: var(--rounded-square);
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  padding: 18px 18px;
  width: 100%;
}
.new-login-form .card .card-body .bottom-btn .form-btn:hover {
  background-color: rgba(var(--primary-color));
  color: var(--clr-white);
  transition: all 0.4s ease-in;
  border-color: rgba(var(--primary-color));
}
.new-login-form .horizontal {
  border-bottom: 1px solid var(--border-color-2);
  width: 100%;
}

.form-check-input {
  width: 20px;
  height: 20px;
}

.contact-box {
  background: var(--surface-primary);
  border-radius: 10px;
  padding: 30px;
}

.maps iframe {
  width: 100%;
  height: 450px;
  border-radius: var(--rounded-3);
  overflow: hidden;
}

@media (max-width: 768px) {
  .new-login-form .card .card-body .form-group .form-control {
    padding: 12px 16px 12px 44px;
    line-height: 1;
  }
  .new-login-form .card .card-body .form-group .form-select {
    padding: 12px 16px 12px 44px;
    line-height: 1.4;
  }
  .new-login-form .card .card-body .form-group .first-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .new-login-form .card .card-body .form-group .second-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .new-login-form .card .card-body .bottom-btn .form-btn {
    padding: 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .new-login-form .card {
    padding: 2rem 1.4rem;
  }
}
/*-------------------------------------------------------
56. Timeline css 
---------------------------------------------------------*/
.track-up .hero-track .hero-track-form {
  margin: 0 auto;
}

.track-title {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-neutral);
}

.track-timeline-wpr {
  margin-top: 50px;
}

.track-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.track-time-box {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  grid-gap: 30px;
}

.track-time-left p,
.track-time-right p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.track-time-left span,
.track-time-right span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--text-body-muted);
  display: inline-block;
}

.track-time-mid i {
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.track-time-left {
  text-align: right;
}

.track-time-clr-1 .track-time-mid i {
  background: var(--color-danger);
}
.track-time-clr-1 .track-time-left p,
.track-time-clr-1 .track-time-right p {
  color: var(--color-danger);
}

.track-time-clr-2 .track-time-mid i {
  background: rgba(var(--primary-color));
}
.track-time-clr-2 .track-time-left p,
.track-time-clr-2 .track-time-right p {
  color: rgba(var(--primary-color));
}

.track-time-clr-3 .track-time-mid i {
  background: var(--color-accent);
}
.track-time-clr-3 .track-time-left p,
.track-time-clr-3 .track-time-right p {
  color: var(--color-accent);
}

.track-time-clr-4 .track-time-mid i {
  background: rgba(var(--primary-color));
}
.track-time-clr-4 .track-time-left p,
.track-time-clr-4 .track-time-right p {
  color: rgba(var(--primary-color));
}

.track-time-clr-5 .track-time-mid i {
  background: color-mix(in srgb, var(--color-success) 5.9%, transparent);
}
.track-time-clr-5 .track-time-left p,
.track-time-clr-5 .track-time-right p {
  color: var(--color-success);
}

/* ========= New Tracking page design ===========*/
.top-text {
  margin-bottom: 30px;
}
.top-text .heading-3 {
  margin-bottom: 10px;
  line-height: 26px;
}
.top-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
}

.track-search-bar {
  max-width: 700px;
  margin: 0 auto 45px auto;
  margin: auto;
  position: relative;
}
.track-search-bar .form-control {
  padding: 20px;
  padding-left: 50px;
  padding-right: 150px;
  font-size: 18px;
}
.track-search-bar i {
  position: absolute;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
}
.track-search-bar .btn-1 {
  position: absolute;
  right: 6px;
}

.info-container {
  max-width: 1000px;
  margin-top: 45px;
}

.delivery-badge {
  padding: 30px 30px 0 30px;
}

.delivery-date {
  padding: 0 30px;
}

.shipment-info {
  padding: 0 30px;
}
.shipment-info .info-title {
  border-bottom: 1px solid var(--border-color-2);
  line-height: 16px;
  padding-bottom: 16px;
}
.shipment-info .sending-info {
  padding: 30px;
}
.shipment-info .sending-info .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(var(--primary-color), 0.08);
  color: rgba(var(--primary-color));
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 16px;
}
.shipment-info .sender-name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.shipment-info .address {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.delivery-man-info {
  padding: 30px;
}
.delivery-man-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.delivery-man-info .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.delivery-man-info .rating {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.delivery-man-info .rating .r-number {
  font-size: 24px;
}

.tracking-container {
  background-color: var(--white-2);
  border-radius: 10px;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.tracking-container .left-icon div i {
  width: 100px;
  height: 100px;
  border-radius: var(--rounded-square);
  font-size: 80px;
  line-height: 100px;
  text-align: center;
  background-color: rgba(var(--primary-color), 0.08);
  color: rgba(var(--primary-color));
  display: block;
}

.tracking-header {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: color-mix(in srgb, var(--text-primary) 82%, var(--color-black));
}

.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 160px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: color-mix(in srgb, var(--text-secondary) 33%, transparent);
}

.timeline-item {
  position: relative;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 72px;
  align-items: center;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item:before {
  content: "";
  position: absolute;
  left: 121px;
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(var(--primary-color));
  border: 2px solid rgba(var(--primary-color));
}

.timeline-date {
  font-weight: bold;
  color: var(--primary-text-color);
  margin-bottom: 5px;
  line-height: 20px;
}

.timeline-time {
  color: var(--secondary-text-color);
  font-size: 0.9rem;
  line-height: 20px;
}

.timeline-content {
  padding: 12px;
  border-left: 2px solid rgba(var(--primary-color));
  border-radius: 10px;
  box-shadow: 0px 0px 15px color-mix(in srgb, var(--text-secondary) 15.8%, transparent);
}
.timeline-content h5 {
  font-size: 16px;
}
.timeline-content i {
  line-height: 24px;
  padding: 10px;
  border-radius: var(--rounded-square);
  background-color: rgba(var(--primary-color), 0.08);
  color: rgba(var(--primary-color));
  font-size: 18px;
  line-height: 16px;
}

.custom-badge {
  padding: 6px 10px;
  padding-left: 18px;
  line-height: 16px;
  font-size: 16px;
  border-radius: var(--rounded-square);
  display: inline-flex;
  align-items: center;
  position: relative;
}
.custom-badge:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(var(--primary-color));
  position: absolute;
  left: 8px;
}
.custom-badge.badge-primary {
  background-color: rgba(var(--primary-color), 0.08);
  color: rgba(var(--primary-color));
}

@media (max-width: 768px) {
  .top-text .heading-3 {
    line-height: 20px;
    font-size: 20px;
  }
  .top-text p {
    font-size: 14px;
    line-height: 16px;
  }
  .track-search-bar .btn-1 {
    padding: 12px;
  }
  .track-search-bar .form-control {
    padding: 11px;
    padding-left: 42px;
    font-size: 16px;
    padding-right: 90px;
  }
  .track-search-bar i {
    font-size: 16px;
  }
  .shipment-info .sending-info {
    padding: 30px 0 0;
  }
  .timeline:before {
    left: 0;
  }
  .timeline-item:before {
    left: -39px;
  }
  .timeline-content h5 {
    font-size: 0.875rem;
  }
  .timeline-item {
    gap: 10px;
    padding-bottom: 20px;
  }
}
/* ========= New Tracking page design ===========*/
/*================================ 
    #RESPONSIVE CSS 
====================================*/
/* Large Device: 1200px. */
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .navbar-container {
    padding: 0 10rem;
  }
  .navbar-bar-shape {
    width: 500px;
  }
  .top-bar-shape {
    right: -10rem;
    width: 260px;
  }
  .navbar-extra-logo {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  /*	Breadcrumb*/
  .site-breadcrumb-wpr::before {
    height: 150px;
  }
  .navbar-extra-logo {
    padding-right: 0;
  }
  /*	Hero 1*/
  .hero-single .hero-content .hero-title {
    font-size: 60px;
    line-height: 1.2;
  }
  .hero-single .hero-content p {
    line-height: 3.2rem;
    margin-bottom: 5rem;
    padding-right: 20%;
    font-size: 18px;
  }
  .navbar-container {
    grid-template-columns: 180px 1fr;
    padding: 0 3rem;
  }
  .navbar-bar-shape {
    height: 100%;
    width: 300px;
  }
  /*	Top bar*/
  .top-header-menu {
    padding-left: 3rem;
  }
  .top-bar-shape {
    right: -30px;
    height: 100%;
    width: 250px;
  }
  .top-bar-area::before {
    width: 100%;
  }
  main.main {
    overflow: hidden;
  }
  /*	Review*/
  .review-single {
    padding: 5rem 3rem;
  }
}
/* Large Device: 1200px. */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .navbar .dropdown-menu.fade-up {
    left: -110px;
  }
  .navbar .navbar-brand img {
    height: 100%;
  }
  .navbar-extra-logo {
    padding-right: 0;
  }
  /*	Breadcrumb*/
  /*	Hero*/
  .hero-single .hero-content {
    margin-top: 0;
  }
  .hero-dashboard img {
    border-radius: 4rem 4rem 0 0;
  }
  .hero-bg {
    background-position: top right !important;
  }
  .hero-single .hero-content h2 {
    font-size: 68px;
  }
  .bg-position-bottom {
    background-size: 50% !important;
  }
  .navbar-container {
    grid-template-columns: 180px 1fr;
    padding: 0 1.5rem;
  }
  .navbar-bar-shape {
    height: 100%;
    width: 210px;
  }
  .navbar-extra-logo a img {
    width: 140px;
  }
  /*	Top bar*/
  .top-box span {
    font-size: 13px;
  }
  .top-bar-area::before {
    width: 104%;
  }
  .top-bar-shape {
    right: -1.5rem;
    height: 100%;
    width: 250px;
  }
  .top-box {
    gap: 1rem;
  }
  .top-header-menu {
    padding-left: 15px;
  }
  .search-cart .cart-li li .site-cart .site-cart-list {
    left: -250px;
  }
  .navbar.bsnav-transparent .navbar-nav .nav-item .nav-link {
    margin-right: 3rem;
  }
  /*	Hero 2*/
  .hero-single-2 {
    height: 600px;
  }
  .hero-title {
    font-size: 4rem;
    line-height: 1.1em;
  }
  .top-box.mr-30 {
    margin-right: 1.5rem;
  }
  .bg-position-bottom-2 {
    background-position: bottom 70px right 20px !important;
    background-size: 500px !important;
  }
  /*	Button*/
  .btn-sm {
    padding: 1.5rem 2.5rem;
  }
  /*	About*/
  .footer-widget.about-us {
    padding-right: 0;
  }
  /*	Partner*/
  .partner-up-pic {
    width: 100%;
  }
  /*	Coverage*/
  .covarage-box {
    width: 100%;
  }
  /*	Calculator*/
  .cal-right {
    display: flex;
    align-items: center;
  }
  /*	Contact Style*/
  .contact-style-wpr {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-style-right img {
    width: 100%;
  }
  /*	Blog*/
  .blog-single-2 .blog-desc-2 .blog-meta-2 {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-single-2 .blog-desc-2 .blog-text h5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }
  /*	Partner*/
  .partner-margin-top {
    margin-top: 12rem;
  }
  /*	Contact*/
  .contact-page-bx {
    padding: 2rem;
    gap: 2rem;
    flex-direction: column;
    text-align: center;
  }
  .contact-ll-sc {
    justify-content: center;
  }
  /*	Contact*/
  .contact-area {
    overflow: hidden;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1250px) {
  .site-heading {
    font-size: 30px;
    line-height: 42px;
  }
  .navbar .navbar-brand img {
    height: 100%;
  }
  /*	Navbar*/
  .navbar.bsnav-transparent .navbar-nav .nav-item .nav-link {
    margin-right: 2rem;
  }
  .navbar .dropdown-menu.fade-up {
    left: -110px;
  }
  /*Hero*/
  .hero-single .hero-content {
    margin-top: 0;
  }
  .wavy-shape {
    height: auto;
  }
  .hero-single {
    height: auto;
    padding-bottom: 0;
    padding-top: 12rem;
  }
  .hero-content-desc {
    padding-bottom: 0;
  }
  .hero-single .hero-content {
    margin-top: 2rem;
  }
  .bg-position-bottom {
    background-size: 0vw auto !important;
  }
  .bg-position-bottom-2 {
    background-size: 0vw auto !important;
  }
  .hero-bg {
    background-position: top right !important;
  }
  .hero-shapes img.hero-sprk {
    display: none;
  }
  .hero-sldr.owl-theme .owl-nav {
    margin-top: 0px;
    display: none;
  }
  .hero-single .hero-content p {
    padding: 0;
  }
  .hero-title {
    font-size: 4rem;
    line-height: 60px;
  }
  .navbar-container {
    grid-template-columns: 200px 1fr;
    padding: 0 2rem;
  }
  .top-header-menu {
    padding-left: 0;
  }
  .search-cart .cart-li li .site-cart .site-cart-list {
    left: -250px;
  }
  .top-bar-area {
    display: none;
  }
  .navbar-bar-shape {
    height: 100%;
    width: 250px;
  }
  /*	Hero 2*/
  .mt-160 {
    margin-top: 0;
  }
  .hero-single-2 {
    height: auto;
    padding: 7rem 0 10rem 0;
  }
  .hero-single-2 .hero-content .hero-title {
    font-size: 60px;
  }
  /*	Hero 3*/
  .hero-main-ui-1 {
    right: 60px;
  }
  .hero-main-ui-shape {
    width: 270px;
  }
  /*	Breadcrumb*/
  .site-breadcrumb {
    margin-top: 0;
  }
  .site-breadcrumb-wpr {
    margin-top: 0px;
  }
  /*	Scroll Top*/
  #scrtop {
    bottom: 100px;
  }
  /*	Buton*/
  .btn-md {
    padding: 2rem 2.4rem;
  }
  .btn-sm {
    padding: 1.5rem 2rem;
  }
  /*	Partner*/
  .partner-margin-top {
    margin-top: 12rem;
  }
  /*	Delivery*/
  .delivery-left {
    padding-right: 0;
  }
  .requ-contact {
    padding: 3rem;
  }
  /*	About*/
  .about-wpr {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-right {
    padding-left: 0;
  }
  /*	Blog*/
  .blog-wpr {
    grid-template-columns: repeat(1, 1fr);
  }
  /*	Feature*/
  .feature-wpr {
    grid-template-columns: repeat(2, 1fr);
  }
  /*	Counter*/
  .counter-right {
    display: flex;
    align-items: center;
  }
  /*	Calculator*/
  .cal-right {
    display: flex;
    align-items: center;
  }
  /*	Faq*/
  .faq-right-2 {
    display: flex;
    align-items: center;
  }
  /*	Partner*/
  .partner-up-pic {
    width: 100%;
  }
  /*	Counter*/
  .contact-style-wpr {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-style-right img {
    width: 100%;
  }
  .contact-ll-sc {
    justify-content: center;
  }
  /*	Covarage*/
  .covarage-box {
    width: 100%;
  }
  /*	Contact*/
  .contact-page-bx {
    padding: 2rem;
    flex-direction: column;
    text-align: center;
  }
}
/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*	Grid*/
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  /*	Nav*/
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
  }
  .g-nop {
    display: inline-block;
  }
  /*NavBar*/
  .navbar {
    height: inherit;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    height: inherit;
    line-height: 50px;
    padding: 0;
    margin-right: 0;
  }
  .navbar-nav.navbar-mobile.mr-0 {
    margin-top: 3rem;
  }
  .bsnav-mobile .navbar-nav .nav-item .navbar-nav {
    margin-left: 10px;
    margin-right: 0;
    padding: 0;
  }
  .bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-item .nav-link {
    line-height: 40px;
  }
  .top-bar-area.bg-black.py-3 {
    margin-top: 5rem;
  }
  .navbar ul.navbar-nav .nav-item a {
    color: var(--text-primary) !important;
  }
  .navbar.sticked.in ul.navbar-nav .nav-item a {
    color: var(--text-primary);
  }
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 2.5rem;
  }
  .navbar {
    padding: 10px 0;
  }
  .navbar::before {
    display: none;
  }
  .header-border-black .navbar .navbar-brand {
    padding-right: 0rem;
  }
  .dropdown-menu .dropdown-item {
    font-size: 1.6rem !important;
  }
  .header-1 .navbar .search-cart .cart-li li i {
    color: var(--text-primary);
  }
  .search-cart.nav-profile {
    order: 0;
  }
  .search-cart.nav-profile.ml-40 {
    margin-left: 0;
  }
  .bsnav-mobile .navbar {
    padding: 100px 0 15px;
  }
  /*  Defferent Logo*/
  .bsnav-mobile .navbar {
    padding: 40px 0 0 1.5rem;
  }
  .navbar .navbar-brand .logo-scrolled {
    display: block;
  }
  /*Top Bar*/
  .top-area {
    display: none;
  }
  /*Hero*/
  .hero-area.mt-90 {
    margin-top: 7rem;
  }
  .hero-single .hero-content {
    margin-top: 0;
  }
  .mt-160 {
    margin-top: 0;
  }
  .hero-single {
    height: auto;
    padding-top: 150px;
    padding-bottom: 0;
    overflow: hidden;
  }
  .bg-position-bottom {
    background-size: 0vw auto !important;
  }
  .hero-single .hero-content-desc {
    padding-bottom: 0;
  }
  .navbar-container {
    grid-template-columns: 1fr;
    align-items: center;
    padding: 0 0;
  }
  .top-bar-area {
    display: none;
  }
  .navbar-extra-logo {
    display: none;
  }
  .navbar-bar-shape {
    display: none;
  }
  .top-header-menu {
    padding-left: 0;
  }
  /*	Home 2*/
  .hero-single-2 .hero-content-desc {
    margin-bottom: 5rem;
  }
  .hero-single-2 {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .bg-position-bottom-2 {
    background-size: 0vw auto;
  }
  .hero-area.pos-rel.bg-top-center.home-2 {
    background-size: 0vw auto !important;
    background-color: var(--surface-brand-soft);
  }
  .header-hero-top {
    display: grid;
    grid-template-columns: 1fr;
  }
  .owl-nav {
    display: none;
  }
  .navbar-toggler {
    order: 1;
  }
  .navbar-toggler-icon {
    background-size: 0vw auto;
  }
  .top-box {
    display: none;
  }
  .hero-2-shapes {
    display: none;
  }
  .bg-bottom-right {
    background-size: 30%;
  }
  /*	Breadcrumb*/
  /*	Button*/
  .btn-md {
    padding: 2rem 4rem;
  }
  /*	Site Title*/
  .site-title.mb-0 {
    padding-right: 20rem;
  }
  /*	About	*/
  .about-left-img img {
    width: 100%;
  }
  .about-right {
    padding-left: 0;
  }
  .about-page-box-right {
    padding-left: 0;
  }
  .about-page-box-right img {
    width: 100%;
  }
  /*	Merchant*/
  .contact-style-right img {
    width: 100%;
  }
  /*	Counter*/
  .counter-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  /*	Service*/
  .service-right .service-box {
    border-left: none;
  }
  /*	Table*/
  .charge-table .table > :not(caption) > * > * {
    padding: 2rem 1rem;
  }
  /* CTA	*/
  .cta-gari {
    width: 150px;
  }
  /*	Covarage*/
  .covarage-box-wpr {
    grid-template-columns: repeat(3, 1fr);
  }
  .covarage-box {
    width: 100%;
  }
  /*	Faq*/
  .faq-right-2 img {
    width: 100%;
  }
  /*	Partner*/
  .partner-btm-2 {
    padding: 0 0rem;
  }
  .partner-up-pic {
    width: 100%;
  }
  .partner-up-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-margin-top {
    margin-top: 12rem;
  }
  /*	Copyright*/
  .copyright-element .footer-social {
    margin: 0 auto;
  }
  .copyright-element {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center !important;
  }
  .copyright p,
  .copyright p a {
    font-weight: 700;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .btn-lgn .bt-text {
    display: none;
  }
  .btn-lgn .bt-text-signin {
    display: none;
  }
  /*	Padding*/
  .de-padding {
    padding: 6rem 0;
  }
  .de-pt {
    padding-top: 6rem;
  }
  .pt-120 {
    padding-top: 6rem;
  }
  .pt-105 {
    padding-top: 6rem;
  }
  .pt-210 {
    padding-top: 13rem;
  }
  .de-pb {
    padding-bottom: 6rem;
  }
  .pb-120 {
    padding-bottom: 6rem;
  }
  .pb-105 {
    padding-bottom: 6rem;
  }
  .pb-80 {
    padding-bottom: 6rem;
  }
  .btn-md {
    padding: 2rem 4rem;
  }
  /*	Breadcrumb*/
  .site-breadcrumb .breadcrumb-title {
    font-size: 2rem;
  }
  .site-breadcrumb-title h2 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .site-title {
    margin-bottom: 3.4rem;
  }
  .site-title h2 {
    font-size: 3rem;
    line-height: 1.3;
  }
  .site-title p {
    padding: 0;
  }
  /*NavBar*/
  .hero-area {
    margin-top: 0;
  }
  .g-nop {
    display: inline-block;
  }
  .navbar::before {
    display: none;
  }
  .navbar {
    height: inherit;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    height: inherit;
    line-height: 50px;
    padding: 0;
    margin-right: 0;
  }
  .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }
  .bsnav-mobile .navbar-nav .nav-item .navbar-nav {
    margin-left: 10px;
    margin-right: 0;
    padding: 0;
  }
  .bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-item .nav-link {
    line-height: 2;
    font-size: 14px;
  }
  .top-bar-area.bg-black.py-3 {
    margin-top: 5rem;
  }
  .navbar ul.navbar-nav .nav-item a {
    color: var(--text-primary) !important;
  }
  .navbar.sticked.in ul.navbar-nav .nav-item a {
    color: var(--text-primary);
  }
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 2.5rem;
  }
  .navbar-toggler {
    order: 1;
  }
  .navbar {
    padding: 10px 0;
  }
  .dropdown-menu .dropdown-item {
    font-size: 1.6rem !important;
  }
  .header-1 .navbar .search-cart .cart-li li i {
    color: var(--text-primary);
  }
  .search-cart.nav-profile {
    order: 0;
    /* display: none; */
  }
  .search-cart.nav-profile {
    order: 0;
    /* display: none; */
  }
  .navbar-toggler-icon {
    background-size: 0vw auto;
  }
  .hero-track-form {
    width: 100%;
  }
  /*  Defferent Logo*/
  .navbar .navbar-brand .logo-scrolled {
    display: block;
  }
  .bsnav-mobile.in .navbar img {
    max-width: 65%;
  }
  .footer-logo img {
    display: block;
    max-width: 50%;
  }
  /*	Grids*/
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-4 {
    grid-template-columns: 1fr;
  }
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
  /*	Hero*/
  .hero-single .hero-content {
    margin-top: 0;
  }
  .hero-single {
    height: auto;
    padding: 7rem 0 0 0;
  }
  .bg-position-bottom {
    background-size: 0 !important;
  }
  .partner-margin-top {
    margin-top: 5rem;
  }
  .hero-single .hero-content h2 {
    margin-bottom: 2rem;
    font-size: 3.6rem;
    line-height: 1.4;
  }
  .hero-single .hero-content p {
    padding: 0 0rem 0 0;
  }
  .hero-single .hero-content .para {
    padding-right: 0;
  }
  .hero-content-desc {
    padding-bottom: 0;
  }
  .element-center {
    height: inherit;
  }
  .hero-shapes {
    display: none;
  }
  .hero-single .hero-content .hero-sub-title {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
  .hero-content-desc {
    text-align: center;
  }
  .hero-btn .btn-1.btn-md {
    margin-right: 0;
  }
  .navbar-container {
    grid-template-columns: 1fr;
    align-items: center;
    padding: 0 0;
  }
  .hero-shapes img.hero-car {
    display: none;
  }
  .top-bar-area {
    display: none;
  }
  .navbar-extra-logo {
    display: none;
  }
  .navbar-bar-shape {
    display: none;
  }
  .top-header-menu {
    padding-left: 0;
  }
  .hero-btn {
    display: inherit;
    gap: 2rem;
  }
  .hero-btn a {
    margin-right: 0;
    display: inline-block;
    margin-bottom: 2rem;
  }
  .btn-transparent-md {
    padding: 2rem 5rem;
  }
  .heading-1,
  .heading-2 {
    font-size: 32px;
  }
  /* Hero 2*/
  .mt-160 {
    margin-top: 0;
  }
  .hero-sub-2 {
    justify-content: center;
  }
  .hero-single-2 .hero-content .hero-title {
    font-size: 32px;
    line-height: 1.2;
  }
  .hero-single-2 .hero-content .hero-sub-title {
    font-size: 13px;
  }
  .hdr-pic {
    text-align: center;
  }
  .hdr-pic img {
    width: 70%;
    display: inline-block;
  }
  .title-up::before {
    display: none;
  }
  .hero-single-2 .hero-content p {
    padding-right: 0;
  }
  /*
  	.hero-single.hero-2-bg {
  		background-size: 0vw auto;
  	}
  */
  .header-hero-top {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-2-shapes .hero-dag {
    display: none;
  }
  /* Topbar	*/
  .top-box {
    display: none;
  }
  .hero-title-3 {
    font-size: 24px;
  }
  /*	About*/
  .about-left-img::before {
    display: none;
  }
  .about-right {
    padding-left: 0;
  }
  .about-left-img {
    padding: 0;
  }
  .about-page-box-right {
    padding-left: 0;
  }
  /*	Service*/
  .service-box {
    padding: 25px 15px;
    flex-direction: column !important;
    justify-content: center;
    text-align: center !important;
    border: none;
  }
  /*	Counter*/
  .counter-pics-wpr {
    grid-template-columns: 1fr;
  }
  .fun-fact {
    text-align: center;
  }
  .counter-1 .fun-fact .counter {
    justify-content: center;
  }
  /* Delivery */
  .delivery-left {
    padding-right: 0;
  }
  .requ-contact {
    padding: 4rem 2rem;
    max-width: 850px;
  }
  /*	Blog */
  .blog-box-2 {
    grid-template-columns: 1fr;
  }
  /*	CTA*/
  .cta-wpr {
    padding: 4rem 2rem;
  }
  .cta-gari {
    position: inherit;
    bottom: inherit;
    right: inherit;
  }
  /*	Partner*/
  .partner-btm-2 {
    padding: 0 0;
  }
  /*	Contact*/
  .contact-ll-sc {
    flex-wrap: wrap;
  }
  .contact-ll-sc li {
    width: 240px;
  }
  .contact-page-bx {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  /*	Covarage*/
  .covarage-list-up {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }
  .covarage-box-wpr {
    grid-template-columns: repeat(1, 1fr);
  }
  .covarage-box {
    width: 100%;
  }
  /*  Footer  */
  .footer-btm {
    display: none;
  }
  .footer-shape {
    display: none;
  }
  .footer-upr-content .footer-widget {
    margin-top: 30px;
  }
  .footer-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-widget {
    padding-left: 0;
  }
  .copyright-element {
    flex-direction: column;
    text-align: center;
  }
  .copyright-element .footer-social {
    margin-top: 2rem;
  }
  .footer-logo {
    margin-bottom: 2rem;
  }
  .about-us {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-lgn .bt-text {
    display: none;
  }
  .top-adss {
    gap: 50px;
  }
  .top-adss li:not(:last-child)::after {
    left: 112%;
  }
  .top-social-2 {
    gap: 50px;
  }
  .top-social-2 li:not(:last-child)::after {
    left: 104%;
  }
}
@media (max-width: 1600px) {
  .navbar-nav.nav-one {
    padding-left: 50px;
  }
}
@media (max-width: 1500px) {
  .navbar .navbar-nav.nav-one .nav-item .nav-link {
    margin-right: 25px;
  }
  .text-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 991px) {
  .nav-item-in-out {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .search-cart.nav-profile {
    display: none;
  }
  .nav-item-in-out .search-cart.nav-profile {
    display: block;
  }
}
@media (max-width: 1400px) {
  .hero-one .swiper-pagination {
    left: auto;
    right: 4%;
  }
}
/* =================== Delivery success section style Start ==================*/
.delivery__container {
  background-color: var(--white-3);
  position: relative;
}
.delivery__container .sec-shape {
  position: absolute;
  left: 68px;
  top: 0;
}
.delivery__container-inner .swiper-wrapper {
  box-sizing: border-box;
}
.delivery__container-inner .img-thumb {
  width: 100%;
  padding-top: 90%;
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.delivery__container-inner .img-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.delivery__container-inner .img-thumb .img-overly {
  background-color: color-mix(in srgb, var(--color-absolute-black) 20%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.delivery__container-inner .img-thumb .content {
  position: absolute;
  left: 3px;
  bottom: 0;
  width: 95%;
  background-color: var(--surface-primary);
  color: var(--primary-text-color);
  z-index: 2;
  transform: translateY(-20px);
  padding: 26px 32px;
  transition: all 0.4s ease-in-out;
  box-shadow: color-mix(in srgb, var(--text-secondary) 20%, transparent) 0px 2px 8px 0px;
  visibility: hidden;
  opacity: 0;
}
.delivery__container-inner .img-thumb .content:hover {
  border-left: 3px solid rgba(var(--primary-color));
  transition: all 0.4s ease-in;
}
.delivery__container-inner .img-thumb .content .img-content h3 {
  color: var(--text-heading-strong);
}
.delivery__container-inner .img-thumb .content .img-btn a {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(var(--primary-color));
  color: rgba(var(--primary-color));
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.delivery__container-inner .img-thumb .content .img-btn a:hover {
  background-color: rgba(var(--primary-color));
  color: var(--clr-white);
  transition: all 0.4s ease-in-out;
}
.delivery__container-inner .img-thumb:hover .content {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in;
  transform: translateY(0);
}

/* =================== Delivery success section style Start ==================*/
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes float-bob-x {
  0% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(30px);
  }
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes float-bob-x {
  0% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(30px);
  }
}
.fixed-banner {
  position: fixed;
  background-color: var(--white-2);
  border-radius: 10px;
  z-index: 1055;
  box-shadow: 0 0 15px color-mix(in srgb, var(--color-absolute-black) 15%, transparent);
  transition: all 0.3s ease;
  padding: 1rem;
  max-width: 360px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fixed-banner.show {
  opacity: 1;
  transform: translateY(0);
}
.fixed-banner.fade-out {
  opacity: 0;
  transform: translateY(20px);
}
.fixed-banner--top-left {
  top: 20px;
  left: 20px;
}
.fixed-banner--top-center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.fixed-banner--top-right {
  top: 20px;
  right: 20px;
}
.fixed-banner--center-left {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.fixed-banner--center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed-banner--center-right {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.fixed-banner--bottom-left {
  bottom: 20px;
  left: 20px;
}
.fixed-banner--bottom-center {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) !important;
}
.fixed-banner--bottom-right {
  bottom: 20px;
  right: 20px;
}
.fixed-banner--sm {
  max-width: 280px;
}
.fixed-banner--md {
  max-width: 360px;
}
.fixed-banner--lg {
  max-width: 480px;
}
.fixed-banner--xl {
  max-width: 600px;
}
.fixed-banner--full {
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 0;
}
.fixed-banner__content {
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--text-primary) 82%, var(--color-black));
  margin-bottom: 1rem;
}
.fixed-banner__actions {
  display: flex;
  gap: 0.5rem;
}
.fixed-banner__actions .btn {
  flex: 1 1 50%;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--border-radius-3);
}
.fixed-banner__actions .btn-outline-danger {
  border-color: var(--color-danger);
  color: var(--color-danger);
}
.fixed-banner__actions .btn-outline-danger:hover {
  background-color: var(--color-danger);
  color: var(--text-inverse);
}
.fixed-banner__actions .btn-success {
  background-color: var(--bg-primary, var(--color-success));
  border-color: var(--bg-primary, var(--color-success));
}
.fixed-banner__actions .btn-success:hover {
  background-color: var(--hover-primary, var(--color-success));
  border-color: var(--hover-primary, var(--color-success));
}
@media (max-width: 576px) {
  .fixed-banner {
    max-width: none;
    border-radius: 8px;
    left: 10px !important;
    right: 10px !important;
  }
  .fixed-banner--top-center, .fixed-banner--bottom-center {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .fixed-banner--center-left, .fixed-banner--center-right {
    top: 50%;
    transform: translateY(-50%);
  }
}

#imageModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: color-mix(in srgb, var(--color-absolute-black) 70%, transparent);
  display: none;
  align-items: center;
  justify-content: center;
}

#modalContent {
  position: relative;
  text-align: center;
}

.custom-select {
  position: relative;
  width: 260px;
}

.select-box {
  padding: 14px 16px;
  line-height: 28px;
  background: var(--white-rgb-1);
  border: 1px solid var(--border-color-2);
  border-radius: var(--rounded-square);
  cursor: pointer;
  display: block;
  transition: border 0.3s;
  position: relative;
}

.select-box span {
  line-height: 1;
}

.select-box.active {
  border-color: rgba(var(--primary-color));
}

.select-box::after {
  content: "\f078";
  font-family: "fontawesome";
  color: var(--primary-text-color);
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 15px;
  line-height: 26px;
}

.options {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--border-color-2);
  border-radius: var(--rounded-square);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}

.options.show {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.options li {
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.options li:hover {
  background: rgba(var(--primary-color), 0.08);
  color: rgba(var(--primary-color));
}

/*-------------------------------------------------------
Home Three — Premium logistics landing page
---------------------------------------------------------*/
.home-3 {
  --pf3-radius-sm: 14px;
  --pf3-radius: 10px;
  --pf3-radius-lg: 10px;
  margin: 0;
  color: var(--pf3-ink);
  background: var(--pf3-page-bg);
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
.home-3 *,
.home-3 *::before,
.home-3 *::after {
  box-sizing: border-box;
}
.home-3 img {
  display: block;
  max-width: 100%;
}
.home-3 a {
  color: inherit;
  text-decoration: none;
}
.home-3 button,
.home-3 input,
.home-3 textarea {
  font: inherit;
}
.home-3 button:focus-visible,
.home-3 a:focus-visible {
  outline: 3px solid rgba(var(--pf3-primary-rgb), 0.4);
  outline-offset: 4px;
}
.home-3 h1,
.home-3 h2,
.home-3 h3,
.home-3 p,
.home-3 ul,
.home-3 ol,
.home-3 figure,
.home-3 blockquote {
  margin: 0;
}
.home-3 h1,
.home-3 h2,
.home-3 h3 {
  color: var(--pf3-ink);
  font-family: var(--secondary-font);
  font-weight: 700;
  letter-spacing: -0.035em;
}
.home-3 ul,
.home-3 ol {
  padding: 0;
  list-style: none;
}
.home-3 .pf3-shell {
  width: min(1320px, 100% - 48px);
  margin-inline: auto;
}
.home-3 .pf3-section {
  position: relative;
  padding-block: clamp(40px, 8vw, 100px);
}
.home-3 .pf3-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 18px;
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border-radius: 10px;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}
.home-3 .pf3-skip-link:focus {
  transform: translateY(0);
}
.home-3 [data-pf3-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.home-3 [data-pf3-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.home-3 .pf3-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;
  color: var(--pf3-primary);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-3 .pf3-eyebrow > span {
  width: 27px;
  height: 2px;
  background: currentColor;
  border-radius: 10px;
}
.home-3 .pf3-eyebrow--light {
  color: var(--pf3-accent);
}
.home-3 .pf3-btn {
  position: relative;
  z-index: 1;
  min-height: 54px;
  padding: 14px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  border: 1px solid var(--pf3-transparent);
  border-radius: var(--rounded-square);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.home-3 .pf3-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(var(--pf3-white-rgb), 0.2);
  border-radius: inherit;
  transform: translateX(-105%) skewX(-18deg);
  transition: transform 0.5s ease;
}
.home-3 .pf3-btn i {
  transition: transform 0.3s ease;
}
.home-3 .pf3-btn:hover {
  transform: translateY(-3px);
}
.home-3 .pf3-btn:hover::before {
  transform: translateX(105%) skewX(-18deg);
}
.home-3 .pf3-btn:hover i {
  transform: translateX(4px);
}
.home-3 .pf3-btn--primary {
  color: var(--pf3-white);
  background: var(--pf3-primary);
  box-shadow: 0 12px 26px rgba(var(--pf3-primary-rgb), 0.25);
}
.home-3 .pf3-btn--primary:hover {
  color: var(--pf3-white);
  background: var(--pf3-primary-dark);
  box-shadow: 0 16px 32px rgba(var(--pf3-primary-rgb), 0.32);
}
.home-3 .pf3-btn--accent {
  color: var(--pf3-navy-deep);
  background: var(--pf3-accent);
  box-shadow: 0 12px 28px rgba(var(--pf3-accent-rgb), 0.22);
}
.home-3 .pf3-btn--accent:hover {
  color: var(--pf3-navy-deep);
  background: var(--pf3-accent-hover);
  box-shadow: 0 16px 34px rgba(var(--pf3-accent-rgb), 0.3);
}
.home-3 .pf3-btn--glass {
  color: var(--pf3-white);
  background: rgba(var(--pf3-white-rgb), 0.08);
  border-color: rgba(var(--pf3-white-rgb), 0.22);
  backdrop-filter: blur(12px);
}
.home-3 .pf3-btn--glass:hover {
  color: var(--pf3-white);
  background: rgba(var(--pf3-white-rgb), 0.15);
  border-color: rgba(var(--pf3-white-rgb), 0.4);
}
.home-3 .pf3-btn--outline {
  color: var(--pf3-ink);
  background: var(--pf3-transparent);
  border-color: var(--pf3-line);
}
.home-3 .pf3-btn--outline:hover {
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border-color: var(--pf3-primary);
}
.home-3 .pf3-btn--block {
  width: 100%;
}
.home-3 .pf3-section-heading {
  margin-bottom: 24px;
}
.home-3 .pf3-section-heading h2 {
  max-width: 780px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
}
.home-3 .pf3-section-heading > p {
  max-width: 485px;
  color: var(--pf3-muted);
  font-size: 17px;
}
.home-3 .pf3-section-heading--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.home-3 .pf3-section-heading--center {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}
.home-3 .pf3-section-heading--center .pf3-eyebrow {
  justify-content: center;
}
.home-3 .pf3-stars {
  display: flex;
  gap: 3px;
  color: var(--pf3-accent);
  font-size: 12px;
}
.home-3 {
  /* Header */
}
.home-3 .pf3-header {
  position: relative;
  z-index: 1000;
  width: 100%;
}
.home-3 .pf3-header .pf3-shell {
  width: 100%;
  margin-inline: auto;
}
.home-3 .pf3-topbar {
  min-height: 42px;
  display: flex;
  align-items: center;
  color: rgba(var(--pf3-white-rgb), 0.76);
  background: var(--pf3-navy-deep);
  padding-inline: clamp(16px, 3vw, 60px);
  font-size: 14px;
  font-weight: 500;
}
.home-3 .pf3-topbar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.home-3 .pf3-topbar__contact, .home-3 .pf3-topbar__right, .home-3 .pf3-topbar__hours {
  display: flex;
  align-items: center;
}
.home-3 .pf3-topbar__right {
  justify-content: flex-end;
  gap: 20px;
}
.home-3 .pf3-topbar__contact {
  gap: 24px;
}
.home-3 .pf3-topbar__contact li,
.home-3 .pf3-topbar__contact a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-3 .pf3-topbar__contact a {
  transition: color 0.2s ease;
}
.home-3 .pf3-topbar__contact a:hover {
  color: var(--pf3-white);
}
.home-3 .pf3-topbar__hours {
  gap: 8px;
  white-space: nowrap;
}
.home-3 .pf3-language__trigger {
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--pf3-white);
  background: var(--pf3-transparent);
  border: 0;
  font-size: 12px;
  font-weight: 600;
}
.home-3 .pf3-language__menu {
  min-width: 175px;
  margin-top: 10px !important;
  padding: 8px;
  background: var(--pf3-card-bg);
  border: 1px solid var(--pf3-line);
  border-radius: 10px;
  box-shadow: var(--pf3-shadow-lg);
}
.home-3 .pf3-language__menu .dropdown-item {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--pf3-ink);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.home-3 .pf3-language__menu .dropdown-item:hover, .home-3 .pf3-language__menu .dropdown-item:focus {
  color: var(--pf3-primary);
  background: var(--pf3-surface-blue);
}
.home-3 .pf3-socials {
  display: flex;
  align-items: center;
  gap: 6px;
}
.home-3 .pf3-socials a {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: rgba(var(--pf3-white-rgb), 0.72);
  border: 1px solid rgba(var(--pf3-white-rgb), 0.14);
  border-radius: 6px;
  font-size: 11px;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.home-3 .pf3-socials a:hover {
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border-color: var(--pf3-primary);
  transform: translateY(-2px);
}
.home-3 .pf3-main {
  min-height: 88px;
  display: flex;
  align-items: center;
  background: rgba(var(--pf3-card-rgb), 0.97);
  transition: min-height 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  padding-inline: clamp(16px, 3vw, 60px);
  padding-inline-start: 0;
}
.home-3 .pf3-main__inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 290px minmax(520px, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
}
.home-3 .pf3-main.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 74px;
  box-shadow: 0 12px 35px rgba(var(--pf3-navy-deep-rgb), 0.11);
  animation: pf3SlideDown 0.35s ease;
}
.home-3 .pf3-main.is-sticky .pf3-main__inner {
  min-height: 74px;
}
.home-3 .pf3-main.is-sticky .pf3-logo {
  min-height: 74px;
}
.home-3 .pf3-logo {
  position: relative;
  z-index: 1;
  min-height: 88px;
  margin-left: 0;
  padding: 0 64px 0 clamp(16px, 4.2vw, 60px);
  display: inline-flex;
  align-items: center;
  isolation: isolate;
  max-width: 350px;
}
.home-3 .pf3-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: color-mix(in srgb, var(--pf3-logo-panel) 15%, var(--pf3-transparent));
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  transform: rotateX(180deg);
}
.home-3 .pf3-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--pf3-primary);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  transform: rotateX(180deg);
}
.home-3 .pf3-logo img {
  width: auto;
  max-width: 168px;
  max-height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-3 .pf3-logo__dark {
  display: none;
}
.home-3.dark-mode .pf3-logo__light {
  display: none;
}
.home-3.dark-mode .pf3-logo__dark {
  display: block;
}
.home-3.dark-mode .pf3-main {
  background: rgba(var(--pf3-card-rgb), 0.98);
  border-bottom-color: rgba(var(--pf3-line-rgb), 0.7);
}
.home-3.dark-mode .pf3-theme-toggle {
  color: var(--pf3-navy-deep);
  background: var(--pf3-accent);
  border-color: var(--pf3-accent);
}
.home-3.dark-mode .pf3-theme-toggle:hover {
  color: var(--pf3-navy-deep);
  background: var(--pf3-accent-hover);
  border-color: var(--pf3-accent-hover);
}
.home-3 .pf3-navigation {
  height: 100%;
}
.home-3 .pf3-navigation__list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.75vw, 30px);
}
.home-3 .pf3-navigation__item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.home-3 .pf3-navigation__item--dropdown:hover > .pf3-dropdown, .home-3 .pf3-navigation__item--dropdown:focus-within > .pf3-dropdown, .home-3 .pf3-navigation__item--dropdown.is-open > .pf3-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.home-3 .pf3-navigation__item--dropdown:hover > .pf3-navigation__link i, .home-3 .pf3-navigation__item--dropdown:focus-within > .pf3-navigation__link i, .home-3 .pf3-navigation__item--dropdown.is-open > .pf3-navigation__link i {
  transform: rotate(180deg);
}
.home-3 .pf3-navigation__link {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pf3-ink);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.home-3 .pf3-navigation__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--pf3-primary);
  border-radius: 8px 8px 0 0;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.home-3 .pf3-navigation__link i {
  font-size: 12px;
  transition: transform 0.25s ease;
}
.home-3 .pf3-navigation__link:hover, .home-3 .pf3-navigation__link.is-active {
  color: var(--pf3-primary);
}
.home-3 .pf3-navigation__link:hover::after, .home-3 .pf3-navigation__link.is-active::after {
  transform: scaleX(1);
}
.home-3 .pf3-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: -22px;
  z-index: 50;
  width: 245px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(var(--pf3-card-rgb), 0.99);
  border: 1px solid var(--pf3-line);
  border-top: 3px solid var(--pf3-primary);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 24px 60px rgba(var(--pf3-navy-deep-rgb), 0.17);
  transform: translateY(14px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.home-3 .pf3-dropdown a {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--pf3-ink);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.25s ease, background-color 0.25s ease, padding 0.25s ease;
}
.home-3 .pf3-dropdown a i {
  color: var(--pf3-primary);
  font-size: 10px;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.home-3 .pf3-dropdown a:hover, .home-3 .pf3-dropdown a:focus, .home-3 .pf3-dropdown a.is-active {
  padding-left: 16px;
  color: var(--pf3-primary);
  background: var(--pf3-surface-blue);
}
.home-3 .pf3-dropdown a:hover i, .home-3 .pf3-dropdown a:focus i, .home-3 .pf3-dropdown a.is-active i {
  opacity: 1;
  transform: translateX(0);
}
.home-3 .pf3-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.home-3 .pf3-actions .pf3-btn {
  min-height: 50px;
  font-size: 16px;
  padding: 12px 18px;
}
.home-3 .pf3-theme-toggle {
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--pf3-ink);
  background: var(--pf3-surface);
  border: 1px solid var(--pf3-line);
  border-radius: 50%;
  font-size: 16px;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.home-3 .pf3-theme-toggle:hover {
  color: var(--pf3-white);
  background: var(--pf3-navy);
  border-color: var(--pf3-navy);
  transform: translateY(-2px);
}
.home-3 .pf3-call {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-3 .pf3-call__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border-radius: var(--rounded-square);
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}
.home-3 .pf3-call small,
.home-3 .pf3-call strong {
  display: block;
  line-height: 1.3;
  white-space: nowrap;
}
.home-3 .pf3-call small {
  color: var(--pf3-muted);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.home-3 .pf3-call strong {
  margin-top: 2px;
  color: var(--pf3-ink);
  font-size: 16px;
  font-weight: 700;
}
.home-3 .pf3-call:hover strong {
  color: var(--pf3-primary);
}
.home-3 .pf3-header-track {
  min-height: 48px;
  padding: 10px 19px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border-radius: var(--rounded-square);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(var(--pf3-primary-rgb), 0.22);
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.home-3 .pf3-header-track:hover {
  color: var(--pf3-white);
  background: var(--pf3-primary-dark);
  transform: translateY(-2px);
}
.home-3 .pf3-account-link {
  width: 45px;
  height: 45px;
  min-height: 48px;
  display: grid;
  place-items: center;
  color: var(--pf3-ink);
  background: var(--pf3-surface);
  border: 1px solid var(--pf3-line);
  border-radius: var(--rounded-square);
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.home-3 .pf3-account-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.home-3 .pf3-account-link:hover {
  color: var(--pf3-white);
  background: var(--pf3-navy);
  border-color: var(--pf3-navy);
  transform: translateY(-2px);
}
.home-3 .pf3-account-link:hover i {
  transform: translateX(0);
}
.home-3 .dark-mode-toggle {
  width: 47px;
  height: 47px;
}
.home-3 .pf3-menu-button {
  width: 47px;
  height: 47px;
  padding: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--pf3-navy);
  border: 0;
  border-radius: 50%;
}
.home-3 .pf3-menu-button span {
  width: 19px;
  height: 2px;
  background: var(--pf3-white);
  border-radius: 5px;
}
.home-3 .pf3-offcanvas {
  width: min(390px, 92vw);
  color: var(--pf3-white);
  background: var(--pf3-navy-deep);
  border: 0;
}
.home-3 .pf3-offcanvas .offcanvas-header {
  padding: 28px;
  border-bottom: 1px solid rgba(var(--pf3-white-rgb), 0.1);
}
.home-3 .pf3-offcanvas .offcanvas-body {
  padding: 28px;
}
.home-3 .pf3-offcanvas__logo img {
  max-width: 160px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-3 .pf3-offcanvas__close {
  width: 43px;
  height: 43px;
  padding: 0;
  display: grid;
  place-items: center;
  color: var(--pf3-white);
  background: rgba(var(--pf3-white-rgb), 0.08);
  border: 1px solid rgba(var(--pf3-white-rgb), 0.13);
  border-radius: 50%;
  font-size: 20px;
}
.home-3 .pf3-offcanvas__contact {
  margin: 34px 0;
  padding: 22px;
  background: rgba(var(--pf3-white-rgb), 0.06);
  border: 1px solid rgba(var(--pf3-white-rgb), 0.09);
  border-radius: var(--pf3-radius-sm);
}
.home-3 .pf3-offcanvas__contact span {
  display: block;
  color: var(--pf3-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-3 .pf3-offcanvas__contact a {
  display: block;
  margin: 7px 0;
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 700;
}
.home-3 .pf3-offcanvas__contact p {
  color: rgba(var(--pf3-white-rgb), 0.62);
  font-size: 13px;
}
.home-3 .pf3-mobile-nav__item + .home-3 .pf3-mobile-nav__item {
  border-top: 1px solid rgba(var(--pf3-white-rgb), 0.09);
}
.home-3 .pf3-mobile-nav__link, .home-3 .pf3-mobile-nav__trigger {
  width: 100%;
  min-height: 55px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--pf3-white);
  background: var(--pf3-transparent);
  border: 0;
  font-family: var(--secondary-font);
  font-size: 17px;
  font-weight: 700;
  text-align: start;
  transition: color 0.25s ease;
}
.home-3 .pf3-mobile-nav__link i, .home-3 .pf3-mobile-nav__trigger i {
  color: var(--pf3-teal);
  font-size: 12px;
  transition: color 0.25s ease, transform 0.3s ease;
}
.home-3 .pf3-mobile-nav__item.is-active > .pf3-mobile-nav__link, .home-3 .pf3-mobile-nav__item.is-active > .pf3-mobile-nav__trigger, .home-3 .pf3-mobile-nav__link:hover, .home-3 .pf3-mobile-nav__trigger:hover {
  color: var(--pf3-accent);
}
.home-3 .pf3-mobile-nav__trigger[aria-expanded=true] i {
  color: var(--pf3-accent);
  transform: rotate(45deg);
}
.home-3 .pf3-mobile-nav__panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.38s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.25s ease;
}
.home-3 .pf3-mobile-nav__panel > div {
  margin: 0 0 13px 13px;
  padding: 8px 13px;
  background: rgba(var(--pf3-white-rgb), 0.055);
  border-left: 2px solid var(--pf3-primary);
  border-radius: 0 12px 12px 0;
}
.home-3 .pf3-mobile-nav__panel a {
  padding: 9px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: rgba(var(--pf3-white-rgb), 0.68);
  font-size: 13px;
  font-weight: 700;
  transition: color 0.25s ease, padding 0.25s ease;
}
.home-3 .pf3-mobile-nav__panel a i {
  color: var(--pf3-teal);
  font-size: 9px;
}
.home-3 .pf3-mobile-nav__panel a:hover, .home-3 .pf3-mobile-nav__panel a.is-active {
  padding-left: 11px;
  color: var(--pf3-white);
}
.home-3 .pf3-mobile-nav__panel.is-open {
  opacity: 1;
}
.home-3 .pf3-mobile-tools {
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid rgba(var(--pf3-white-rgb), 0.09);
}
.home-3 .pf3-mobile-tools__languages {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.home-3 .pf3-mobile-tools__languages a {
  min-width: 52px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(var(--pf3-white-rgb), 0.66);
  background: rgba(var(--pf3-white-rgb), 0.05);
  border: 1px solid rgba(var(--pf3-white-rgb), 0.1);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 800;
}
.home-3 .pf3-mobile-tools__languages a.is-active, .home-3 .pf3-mobile-tools__languages a:hover {
  color: var(--pf3-navy-deep);
  background: var(--pf3-accent);
  border-color: var(--pf3-accent);
}
.home-3 .pf3-mobile-tools__socials {
  margin-top: 17px;
}
.home-3 .pf3-mobile-tools__socials a {
  width: 36px;
  height: 36px;
}
.home-3 .pf3-offcanvas__actions {
  display: grid;
  gap: 10px;
}
.home-3 {
  /* Hero */
}
.home-3 .pf3-hero {
  position: relative;
  overflow: hidden;
  color: var(--pf3-white);
  background: var(--pf3-hero-bg);
  isolation: isolate;
}
.home-3 .pf3-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.04;
  background-image: repeating-radial-gradient(ellipse at 9% 16%, var(--pf3-transparent) 0 31px, rgba(var(--pf3-white-rgb), 0.7) 32px 33px, var(--pf3-transparent) 34px 58px), repeating-radial-gradient(ellipse at 65% 58%, var(--pf3-transparent) 0 42px, rgba(var(--pf3-white-rgb), 0.55) 43px 44px, var(--pf3-transparent) 45px 76px);
  background-size: 620px 430px, 760px 520px;
  transform: rotate(-3deg) scale(1.08);
}
.home-3 .pf3-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
  align-items: center;
  gap: clamp(20px, 2.25vw, 40px);
}
.home-3 .pf3-hero__content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 790px;
  padding-block: clamp(72px, 9.5vw, 200px);
}
.home-3 .pf3-hero .pf3-eyebrow {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-3 .pf3-hero h1 {
  max-width: 790px;
  color: var(--pf3-white);
  font-size: clamp(46px, 8vw, 75px);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.home-3 .pf3-hero h1 > span {
  display: block;
}
.home-3 .pf3-hero h1 em {
  color: var(--pf3-primary);
  font-style: normal;
}
.home-3 .pf3-hero__content > p {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(var(--pf3-white-rgb), 0.74);
  font-size: 17px;
  line-height: 1.65;
}
.home-3 .pf3-hero__content > .pf3-hero__eyebrow {
  margin-top: 0;
  color: var(--pf3-primary);
  font-size: 14px;
  line-height: 1.4;
}
.home-3 .pf3-hero__footer {
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 30px;
}
.home-3 .pf3-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.home-3 .pf3-hero__actions .pf3-btn--accent {
  min-height: 52px;
  padding-inline: 27px 20px;
  color: var(--pf3-white);
  background: var(--pf3-primary);
  box-shadow: 0 14px 30px rgba(var(--pf3-hero-orange-rgb), 0.25);
}
.home-3 .pf3-hero__actions .pf3-btn--accent:hover {
  color: var(--pf3-white);
  background: var(--pf3-hero-cta-hover);
}
.home-3 .pf3-hero__track-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(var(--pf3-white-rgb), 0.8);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: color 0.25s ease, gap 0.25s ease;
}
.home-3 .pf3-hero__track-link:hover {
  gap: 13px;
  color: var(--pf3-white);
}
.home-3 .pf3-hero__proof {
  display: flex;
  align-items: center;
  gap: 13px;
}
.home-3 .pf3-hero__proof strong {
  display: block;
  color: var(--pf3-white);
  font-size: 14px;
  line-height: 1.25;
  text-transform: capitalize;
}
.home-3 .pf3-hero__proof span {
  display: block;
  margin-top: 3px;
  color: rgba(var(--pf3-white-rgb), 0.7);
  font-size: 12px;
  line-height: 1.25;
}
.home-3 .pf3-hero__visual {
  position: relative;
  z-index: 2;
  width: min(50vw, 720px);
  height: 100%;
}
.home-3 .pf3-hero__shape-1 {
  position: absolute;
  top: -300px;
  bottom: -300px;
  right: -5px;
  width: 250px;
  background: var(--pf3-primary);
  transform: rotate(34deg);
  z-index: -1;
}
.home-3 .pf3-hero__shape-2 {
  position: absolute;
  top: 330px;
  bottom: -150px;
  right: 452px;
  width: 100px;
  background: var(--pf3-primary);
  transform: rotate(34deg);
  z-index: -1;
}
.home-3 .pf3-hero__truck {
  position: absolute;
  right: -15%;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 120%;
  max-width: none;
  filter: drop-shadow(0 34px 25px rgba(var(--pf3-black-rgb), 0.28));
  /* animation: movingX 5.8s ease-in-out infinite; */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-3 .pf3-hero__cargo {
  position: absolute;
  top: 0;
  right: 3%;
  z-index: 1;
  width: 60%;
  max-width: none;
  filter: drop-shadow(0 18px 18px rgba(var(--pf3-black-rgb), 0.2));
  animation: pf3Float 6.5s ease-in-out -1.7s infinite;
}
.home-3 .pf3-avatar-stack {
  display: flex;
}
.home-3 .pf3-avatar-stack img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--pf3-white);
  border: 3px solid var(--pf3-primary, var(--pf3-navy));
  border-radius: 50%;
}
.home-3 .pf3-avatar-stack img + img {
  margin-left: -12px;
}
.home-3 {
  /* About */
}
.home-3 .pf3-about {
  padding-top: clamp(40px, 8vw, 100px);
}
.home-3 .pf3-about__grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
}
.home-3 .pf3-about__visual {
  position: relative;
  min-height: 610px;
}
.home-3 .pf3-about__image {
  overflow: hidden;
  border-radius: var(--pf3-radius);
  box-shadow: var(--pf3-shadow-lg);
}
.home-3 .pf3-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s ease;
}
.home-3 .pf3-about__image:hover img {
  transform: scale(1.045);
}
.home-3 .pf3-about__image--main {
  width: 75%;
  height: 550px;
  border-radius: 160px 24px 24px 24px;
}
.home-3 .pf3-about__image--small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 280px;
  border: 8px solid var(--pf3-white);
}
.home-3 .pf3-about__content h2 {
  max-width: 710px;
  font-size: clamp(36px, 4.3vw, 60px);
  line-height: 1.12;
}
.home-3 .pf3-about__content > p {
  max-width: 680px;
  margin-top: 23px;
  color: var(--pf3-muted);
  font-size: 17px;
}
.home-3 .pf3-about__content > .pf3-btn {
  margin-top: 34px;
}
.home-3 .pf3-experience-badge {
  position: absolute;
  top: 50px;
  right: 4px;
  width: 180px;
  min-height: 155px;
  padding: 24px;
  color: var(--pf3-white);
  background: linear-gradient(145deg, var(--pf3-primary), var(--pf3-primary-dark));
  border: 7px solid var(--pf3-white);
  border-radius: 22px;
  box-shadow: var(--pf3-shadow-lg);
}
.home-3 .pf3-experience-badge strong,
.home-3 .pf3-experience-badge span {
  display: block;
}
.home-3 .pf3-experience-badge strong {
  color: var(--pf3-white);
  font-family: var(--secondary-font);
  font-size: 43px;
  line-height: 1;
}
.home-3 .pf3-experience-badge span {
  margin-top: 8px;
  color: rgba(var(--pf3-white-rgb), 0.78);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.home-3 .pf3-feature-pairs {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.home-3 .pf3-feature-pairs article {
  display: flex;
  gap: 14px;
}
.home-3 .pf3-feature-pairs article > span {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  color: var(--pf3-primary);
  background: var(--pf3-surface-blue);
  border-radius: 14px;
  font-size: 18px;
}
.home-3 .pf3-feature-pairs article h3 {
  margin-bottom: 3px;
  font-size: 17px;
  letter-spacing: -0.02em;
}
.home-3 .pf3-feature-pairs article p {
  color: var(--pf3-muted);
  font-size: 13px;
  line-height: 1.55;
}
.home-3 .pf3-check-list {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
}
.home-3 .pf3-check-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--pf3-ink);
  font-size: 14px;
  font-weight: 700;
}
.home-3 .pf3-check-list i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: var(--pf3-white);
  background: var(--pf3-teal);
  border-radius: 50%;
  font-size: 9px;
}
.home-3 {
  /* Capability marquee */
}
.home-3 .pf3-marquee {
  overflow: hidden;
  color: var(--pf3-navy);
  background: var(--pf3-surface);
  border-block: 1px solid var(--pf3-line);
}
.home-3 .pf3-marquee__track {
  width: -moz-max-content;
  width: max-content;
  padding-block: 28px;
  display: flex;
  align-items: center;
  animation: pf3Marquee 28s linear infinite;
}
.home-3 .pf3-marquee__track span {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
  font-family: var(--secondary-font);
  font-size: clamp(27px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.home-3 .pf3-marquee__track i {
  color: var(--pf3-accent-dark);
  font-size: 18px;
}
.home-3 .pf3-marquee:hover .pf3-marquee__track {
  animation-play-state: paused;
}
.home-3 {
  /* Services */
}
.home-3 .pf3-services {
  background: var(--pf3-page-bg);
}
.home-3 .pf3-services .swiper {
  overflow: visible;
}
.home-3 .pf3-services .swiper-slide {
  height: auto;
}
.home-3 .pf3-slider-wrap {
  overflow: hidden;
  margin-inline: calc((100vw - min(1320px, 100vw - 48px)) / -2);
  padding-inline: calc((100vw - min(1320px, 100vw - 48px)) / 2);
}
.home-3 .pf3-service-card {
  height: 100%;
  overflow: hidden;
  background: var(--pf3-card-bg);
  border: 1px solid var(--pf3-line);
  border-radius: var(--pf3-radius);
  box-shadow: 0 12px 35px rgba(var(--pf3-navy-rgb), 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.home-3 .pf3-service-card__media {
  position: relative;
}
.home-3 .pf3-service-card__media img {
  width: 100%;
  aspect-ratio: 1.48;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.home-3 .pf3-service-card__media > span {
  position: absolute;
  right: 20px;
  bottom: -25px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border: 4px solid var(--pf3-white);
  border-radius: 10px;
  font-size: 20px;
  transition: transform 0.35s ease, border-radius 0.35s ease;
}
.home-3 .pf3-service-card__body {
  padding: 34px 27px 28px;
}
.home-3 .pf3-service-card__body > small {
  color: rgba(var(--pf3-ink-rgb), 0.23);
  font-family: var(--secondary-font);
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}
.home-3 .pf3-service-card__body h3 {
  margin-top: 8px;
  font-size: 23px;
}
.home-3 .pf3-service-card__body p {
  min-height: 70px;
  margin-top: 11px;
  color: var(--pf3-muted);
  font-size: 14px;
  line-height: 1.65;
}
.home-3 .pf3-service-card__body a {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pf3-primary);
  font-size: 16px;
  font-weight: 700;
}
.home-3 .pf3-service-card__body a i {
  transition: transform 0.25s ease;
}
.home-3 .pf3-service-card__body a:hover i {
  transform: translateX(5px);
}
.home-3 .pf3-service-card:hover {
  border-color: rgba(var(--pf3-primary-rgb), 0.32);
  box-shadow: var(--pf3-shadow-lg);
  transform: translateY(-10px);
}
.home-3 .pf3-service-card:hover .pf3-service-card__media img {
  transform: scale(1.07);
}
.home-3 .pf3-service-card:hover .pf3-service-card__media > span {
  border-radius: 50%;
  transform: rotate(8deg);
}
.home-3 .pf3-slider-controls {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.home-3 .pf3-slider-button {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  color: var(--pf3-ink);
  background: var(--pf3-card-bg);
  border: 1px solid var(--pf3-line);
  border-radius: 50%;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.home-3 .pf3-slider-button:hover {
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border-color: var(--pf3-primary);
  transform: translateY(-3px);
}
.home-3 .pf3-services-pagination {
  width: auto !important;
  display: flex;
  align-items: center;
}
.home-3 .pf3-services-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 5px !important;
  background: var(--pf3-primary);
  transition: width 0.25s ease, border-radius 0.25s ease;
}
.home-3 .pf3-services-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
}
.home-3 {
  /* Skills */
}
.home-3 .pf3-skills {
  overflow: hidden;
  color: var(--pf3-white);
  background: var(--pf3-navy);
}
.home-3 .pf3-skills__grid {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home-3 .pf3-skills__content {
  width: min(660px, 100% - 48px);
  margin-left: max(24px, (100vw - 1320px) / 2);
  padding: clamp(85px, 9vw, 140px) clamp(40px, 7vw, 105px) clamp(85px, 9vw, 140px) 0;
}
.home-3 .pf3-skills__content h2 {
  color: var(--pf3-white);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.12;
}
.home-3 .pf3-skills__content > p {
  margin-top: 22px;
  color: rgba(var(--pf3-white-rgb), 0.64);
}
.home-3 .pf3-skills__content > .pf3-btn {
  margin-top: 36px;
}
.home-3 .pf3-skills__visual {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
.home-3 .pf3-skills__visual > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-3 .pf3-skills__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(var(--pf3-navy-rgb), 0.4), var(--pf3-transparent) 60%);
}
.home-3 .pf3-skills__callout {
  position: absolute;
  left: 13%;
  bottom: 45px;
  z-index: 2;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--pf3-ink);
  background: rgba(var(--pf3-card-rgb), 0.94);
  border-radius: 17px;
  box-shadow: var(--pf3-shadow-lg);
  backdrop-filter: blur(14px);
}
.home-3 .pf3-skills__callout > i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--pf3-white);
  background: var(--pf3-teal);
  border-radius: 13px;
}
.home-3 .pf3-skills__callout strong,
.home-3 .pf3-skills__callout span {
  display: block;
  line-height: 1.35;
}
.home-3 .pf3-skills__callout strong {
  font-size: 14px;
}
.home-3 .pf3-skills__callout span {
  color: var(--pf3-muted);
  font-size: 11px;
}
.home-3 .pf3-progress-list {
  margin-top: 35px;
  display: grid;
  gap: 20px;
}
.home-3 .pf3-progress > div:first-child {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--pf3-white);
  font-size: 13px;
}
.home-3 .pf3-progress span {
  color: var(--pf3-accent);
  font-weight: 800;
}
.home-3 .pf3-progress__track {
  height: 6px;
  overflow: hidden;
  background: rgba(var(--pf3-white-rgb), 0.12);
  border-radius: 99px;
}
.home-3 .pf3-progress__track span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--pf3-primary), var(--pf3-teal));
  border-radius: inherit;
  transition: width 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.home-3 {
  /* Projects */
}
.home-3 .pf3-projects {
  background: linear-gradient(135deg, var(--pf3-transparent) 74%, rgba(var(--pf3-primary-rgb), 0.04) 74%), var(--pf3-white);
}
.home-3 .pf3-project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.home-3 .pf3-project-card {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: var(--pf3-radius);
}
.home-3 .pf3-project-card > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s ease;
}
.home-3 .pf3-project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(var(--pf3-navy-deep-rgb), 0.9), var(--pf3-transparent) 65%);
}
.home-3 .pf3-project-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px;
  transform: translateY(20px);
  transition: transform 0.35s ease;
}
.home-3 .pf3-project-card__overlay span {
  color: var(--pf3-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-3 .pf3-project-card__overlay h3 {
  max-width: 230px;
  margin-top: 5px;
  color: var(--pf3-white);
  font-size: 21px;
  line-height: 1.25;
}
.home-3 .pf3-project-card__overlay a {
  width: 45px;
  height: 45px;
  margin-top: 18px;
  display: grid;
  place-items: center;
  color: var(--pf3-navy);
  background: var(--pf3-white);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}
.home-3 .pf3-project-card__overlay a:hover {
  background: var(--pf3-accent);
}
.home-3 .pf3-project-card:hover > img {
  transform: scale(1.07);
}
.home-3 .pf3-project-card:hover .pf3-project-card__overlay {
  transform: translateY(0);
}
.home-3 .pf3-project-card:hover .pf3-project-card__overlay a {
  opacity: 1;
  transform: translateY(0);
}
.home-3 {
  /* Quote */
}
.home-3 .pf3-quote {
  background: var(--pf3-surface);
}
.home-3 .pf3-quote__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(50px, 7vw, 105px);
}
.home-3 .pf3-quote__content h2 {
  font-size: clamp(36px, 4vw, 57px);
  line-height: 1.12;
}
.home-3 .pf3-quote__content > p {
  margin-top: 21px;
  color: var(--pf3-muted);
  font-size: 17px;
}
.home-3 .pf3-quote__content .pf3-check-list {
  grid-template-columns: 1fr;
}
.home-3 .pf3-benefit-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}
.home-3 .pf3-benefit-grid article {
  padding: 22px;
  background: var(--pf3-card-bg);
  border: 1px solid var(--pf3-line);
  border-radius: var(--pf3-radius-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-3 .pf3-benefit-grid article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border-radius: 8px;
}
.home-3 .pf3-benefit-grid article h3 {
  margin-top: 16px;
  font-size: 18px;
}
.home-3 .pf3-benefit-grid article p {
  margin-top: 10px;
  color: var(--pf3-muted);
  font-size: 14px;
  line-height: 1.55;
}
.home-3 .pf3-benefit-grid article:hover {
  box-shadow: var(--pf3-shadow-sm);
  transform: translateY(-5px);
}
.home-3 .pf3-quote-card {
  padding: clamp(30px, 4vw, 50px);
  background: var(--pf3-card-bg);
  border: 1px solid rgba(var(--pf3-line-rgb), 0.8);
  border-radius: var(--pf3-radius-lg);
  box-shadow: var(--pf3-shadow-lg);
}
.home-3 .pf3-quote-card__heading {
  margin-bottom: 30px;
}
.home-3 .pf3-quote-card__heading span {
  color: var(--pf3-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-3 .pf3-quote-card__heading h3 {
  margin-top: 6px;
  font-size: clamp(27px, 3vw, 38px);
}
.home-3 .pf3-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.home-3 .pf3-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--pf3-ink);
  font-size: 12px;
  font-weight: 800;
}
.home-3 .pf3-field label span {
  color: var(--pf3-danger);
}
.home-3 .pf3-field > div {
  position: relative;
}
.home-3 .pf3-field > div i {
  position: absolute;
  top: 50%;
  left: 17px;
  color: var(--pf3-muted);
  font-size: 13px;
  transform: translateY(-50%);
}
.home-3 .pf3-field input,
.home-3 .pf3-field textarea {
  width: 100%;
  color: var(--pf3-ink);
  background: var(--pf3-surface);
  border: 1px solid var(--pf3-transparent);
  border-radius: var(--rounded-square);
  outline: 0;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.home-3 .pf3-field input::-moz-placeholder, .home-3 .pf3-field textarea::-moz-placeholder {
  color: var(--pf3-placeholder);
}
.home-3 .pf3-field input::placeholder,
.home-3 .pf3-field textarea::placeholder {
  color: var(--pf3-placeholder);
}
.home-3 .pf3-field input:focus,
.home-3 .pf3-field textarea:focus {
  background: var(--pf3-card-bg);
  border-color: var(--pf3-primary);
  box-shadow: 0 0 0 4px rgba(var(--pf3-primary-rgb), 0.1);
}
.home-3 .pf3-field input {
  height: 52px;
  padding: 10px 15px 10px 43px;
}
.home-3 .pf3-field textarea {
  min-height: 120px;
  padding: 15px;
  resize: vertical;
}
.home-3 .pf3-field > small {
  display: block;
  margin-top: 5px;
  color: var(--pf3-danger);
  font-size: 11px;
}
.home-3 .pf3-field--full {
  grid-column: 1/-1;
}
.home-3 .pf3-quote-card .pf3-btn {
  margin-top: 24px;
  border: 0;
}
.home-3 .pf3-form-note {
  margin-top: 13px;
  color: var(--pf3-muted);
  font-size: 11px;
  text-align: center;
}
.home-3 .pf3-form-note i {
  margin-right: 5px;
  color: var(--pf3-teal);
}
.home-3 {
  /* Process */
}
.home-3 .pf3-process {
  overflow: hidden;
}
.home-3 .pf3-process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 740px;
  height: 420px;
  background: radial-gradient(circle, rgba(var(--pf3-primary-rgb), 0.06), var(--pf3-transparent) 70%);
  transform: translate(-50%, -50%);
}
.home-3 .pf3-process__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.home-3 .pf3-process__list::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--pf3-primary), var(--pf3-teal));
}
.home-3 .pf3-process__list li {
  position: relative;
  z-index: 1;
  padding: 0 18px;
  text-align: center;
}
.home-3 .pf3-process__list h3 {
  margin-top: 20px;
  font-size: 22px;
}
.home-3 .pf3-process__list p {
  margin-top: 12px;
  color: var(--pf3-muted);
  font-size: 16px;
  line-height: 1.6;
}
.home-3 .pf3-process__icon {
  position: relative;
  width: 82px;
  height: 82px;
  margin-inline: auto;
  display: grid;
  place-items: center;
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border: 9px solid var(--pf3-white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--pf3-line), 0 13px 35px rgba(var(--pf3-primary-rgb), 0.22);
  font-size: 23px;
  transition: transform 0.35s ease, background-color 0.35s ease;
}
.home-3 .pf3-process__number {
  position: absolute;
  top: -8px;
  left: calc(50% + 20px);
  z-index: 3;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--pf3-navy-deep);
  background: var(--pf3-accent);
  border: 3px solid var(--pf3-white);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}
li:hover .home-3 .pf3-process__icon {
  background: var(--pf3-teal);
  transform: translateY(-7px) rotate(5deg);
}
.home-3 {
  /* Testimonials */
}
.home-3 .pf3-testimonials {
  position: relative;
  overflow: hidden;
  padding-block: clamp(88px, 8vw, 130px);
  color: var(--pf3-white);
  background: radial-gradient(circle at 85% 20%, rgba(var(--pf3-teal-rgb), 0.16), var(--pf3-transparent) 30%), var(--pf3-navy-deep);
}
.home-3 .pf3-testimonials::after {
  content: "“";
  position: absolute;
  right: 4%;
  bottom: -230px;
  color: rgba(var(--pf3-white-rgb), 0.025);
  font-family: Georgia, serif;
  font-size: 620px;
  line-height: 1;
}
.home-3 .pf3-testimonials__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: clamp(45px, 7vw, 100px);
}
.home-3 .pf3-testimonials__intro h2 {
  color: var(--pf3-white);
  font-size: clamp(36px, 4vw, 55px);
  line-height: 1.12;
}
.home-3 .pf3-testimonials__intro p {
  margin-top: 19px;
  color: color-mix(in srgb, var(--pf3-white) 70%, transparent);
}
.home-3 .pf3-testimonial-nav {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
.home-3 .pf3-testimonial-nav .pf3-slider-button {
  color: var(--pf3-white);
  background: rgba(var(--pf3-white-rgb), 0.06);
  border-color: rgba(var(--pf3-white-rgb), 0.14);
}
.home-3 .pf3-testimonial-nav .pf3-slider-button:hover {
  background: var(--pf3-primary);
  border-color: var(--pf3-primary);
}
.home-3 .pf3-testimonial-slider {
  width: 100%;
}
.home-3 .pf3-testimonial-slider .swiper-slide {
  height: auto;
}
.home-3 .pf3-testimonial-card {
  height: 100%;
  min-height: 370px;
  padding: clamp(30px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  background: var(--pf3-card-bg);
  border-radius: var(--pf3-radius);
  box-shadow: 0 22px 60px rgba(var(--pf3-black-rgb), 0.18);
}
.home-3 .pf3-testimonial-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-3 .pf3-testimonial-card__top > i {
  color: var(--pf3-surface-blue);
  font-size: 51px;
}
.home-3 .pf3-testimonial-card blockquote {
  margin: 27px 0 30px;
  color: var(--pf3-ink);
  font-family: var(--secondary-font);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.02em;
}
.home-3 .pf3-testimonial-card figcaption {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
.home-3 .pf3-testimonial-card figcaption img {
  width: 58px;
  height: 58px;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--pf3-surface);
  border-radius: 50%;
}
.home-3 .pf3-testimonial-card figcaption strong,
.home-3 .pf3-testimonial-card figcaption span {
  display: block;
  line-height: 1.4;
}
.home-3 .pf3-testimonial-card figcaption strong {
  color: var(--pf3-ink);
  font-size: 15px;
}
.home-3 .pf3-testimonial-card figcaption span {
  color: var(--pf3-muted);
  font-size: 12px;
}
.home-3 {
  /* Stats */
}
.home-3 .pf3-stats {
  padding-block: clamp(65px, 7vw, 92px);
  background: var(--pf3-page-bg);
}
.home-3 .pf3-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.home-3 .pf3-stats__grid article {
  padding: 20px 30px;
  text-align: center;
}
.home-3 .pf3-stats__grid article + article {
  border-left: 1px solid var(--pf3-line);
}
.home-3 .pf3-stats__grid article > span {
  width: 58px;
  height: 58px;
  margin: 0 auto 17px;
  display: grid;
  place-items: center;
  color: var(--pf3-primary);
  background: var(--pf3-surface-blue);
  border-radius: 10px;
  font-size: 21px;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.home-3 .pf3-stats__grid article > strong {
  display: block;
  color: var(--pf3-ink);
  font-family: var(--secondary-font);
  font-size: clamp(32px, 3vw, 47px);
  letter-spacing: -0.04em;
  line-height: 1;
}
.home-3 .pf3-stats__grid article p {
  margin-top: 9px;
  color: var(--pf3-muted);
  font-size: 13px;
  font-weight: 500;
}
.home-3 .pf3-stats__grid article:hover > span {
  color: var(--pf3-white);
  background: var(--pf3-primary);
  transform: translateY(-5px) rotate(-5deg);
}
.home-3 {
  /* Video */
}
.home-3 .pf3-video {
  position: relative;
  min-height: 600px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.home-3 .pf3-video > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 8s ease;
}
.home-3 .pf3-video:hover > img {
  transform: scale(1.06);
}
.home-3 .pf3-video__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(var(--pf3-navy-deep-rgb), 0.93), rgba(var(--pf3-navy-deep-rgb), 0.58));
}
.home-3 .pf3-video__content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.home-3 .pf3-video__content h2 {
  max-width: 880px;
  margin-inline: auto;
  color: var(--pf3-white);
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.12;
}
.home-3 .pf3-play-button {
  margin: 38px auto 0;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--pf3-white);
  background: var(--pf3-transparent);
  border: 0;
}
.home-3 .pf3-play-button > span {
  position: relative;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: var(--pf3-navy-deep);
  background: var(--pf3-accent);
  border-radius: 50%;
  font-size: 18px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.home-3 .pf3-play-button > span::before, .home-3 .pf3-play-button > span::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(var(--pf3-white-rgb), 0.4);
  border-radius: 50%;
  animation: pf3Pulse 2.2s ease-out infinite;
}
.home-3 .pf3-play-button > span::after {
  animation-delay: 1.1s;
}
.home-3 .pf3-play-button strong {
  font-size: 15px;
}
.home-3 .pf3-play-button:hover > span {
  background: var(--pf3-white);
  transform: scale(1.07);
}
.home-3 {
  /* Team */
}
.home-3 .pf3-team {
  background: radial-gradient(circle at 50% 20%, rgba(var(--pf3-primary-rgb), 0.05), var(--pf3-transparent) 34%), var(--pf3-surface);
}
.home-3 .pf3-team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
}
.home-3 .pf3-team-card {
  padding: 11px 11px 22px;
  background: var(--pf3-card-bg);
  border: 1px solid var(--pf3-line);
  border-radius: var(--pf3-radius);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.home-3 .pf3-team-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 17px;
}
.home-3 .pf3-team-card__media img {
  width: 100%;
  aspect-ratio: 0.88;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: transform 0.6s ease;
}
.home-3 .pf3-team-card__media a {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--pf3-navy-deep);
  background: var(--pf3-accent);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.home-3 .pf3-team-card > div:last-child {
  padding: 19px 10px 0;
}
.home-3 .pf3-team-card > div:last-child h3 {
  font-size: 19px;
}
.home-3 .pf3-team-card > div:last-child p {
  margin-top: 2px;
  color: var(--pf3-muted);
  font-size: 12px;
}
.home-3 .pf3-team-card:hover {
  box-shadow: var(--pf3-shadow-lg);
  transform: translateY(-9px);
}
.home-3 .pf3-team-card:hover img {
  transform: scale(1.055);
}
.home-3 .pf3-team-card:hover .pf3-team-card__media a {
  opacity: 1;
  transform: translateY(0);
}
.home-3 {
  /* FAQ */
}
.home-3 .pf3-faq__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: clamp(55px, 7vw, 100px);
}
.home-3 .pf3-faq__intro h2 {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.12;
}
.home-3 .pf3-faq__intro > p {
  margin-top: 20px;
  color: var(--pf3-muted);
}
.home-3 .pf3-faq__image {
  position: relative;
  margin-top: 34px;
}
.home-3 .pf3-faq__image img {
  width: 100%;
  aspect-ratio: 1.45;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--pf3-radius);
}
.home-3 .pf3-faq__image span {
  position: absolute;
  right: -20px;
  bottom: -20px;
  min-width: 142px;
  padding: 18px;
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border: 6px solid var(--pf3-white);
  border-radius: 17px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.home-3 .pf3-faq__image span strong {
  display: block;
  color: var(--pf3-white);
  font-family: var(--secondary-font);
  font-size: 30px;
  line-height: 1;
}
.home-3 .pf3-accordion {
  display: grid;
  gap: 13px;
}
.home-3 .pf3-accordion__item {
  overflow: hidden;
  background: var(--pf3-card-bg);
  border: 1px solid var(--pf3-line);
  border-radius: 10px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.home-3 .pf3-accordion__item h3 {
  line-height: 1;
}
.home-3 .pf3-accordion__item button {
  width: 100%;
  min-height: 74px;
  padding: 17px 20px 17px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--pf3-ink);
  background: var(--pf3-transparent);
  border: 0;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
}
.home-3 .pf3-accordion__item button i {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: var(--pf3-primary);
  background: var(--pf3-surface-blue);
  border-radius: var(--rounded-square);
  font-size: 12px;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.3s ease;
}
.home-3 .pf3-accordion__item > div {
  padding: 0 75px 22px 24px;
}
.home-3 .pf3-accordion__item p {
  color: var(--pf3-muted);
  font-size: 14px;
}
.home-3 .pf3-accordion__item.is-open {
  border-color: rgba(var(--pf3-primary-rgb), 0.3);
  box-shadow: var(--pf3-shadow-sm);
}
.home-3 .pf3-accordion__item.is-open button i {
  color: var(--pf3-white);
  background: var(--pf3-primary);
  transform: rotate(45deg);
}
.home-3 {
  /* App */
}
.home-3 .pf3-app {
  position: relative;
  overflow: hidden;
  color: var(--pf3-white);
  background: radial-gradient(circle at 75% 30%, rgba(var(--pf3-teal-rgb), 0.2), var(--pf3-transparent) 30%), linear-gradient(120deg, var(--pf3-navy-deep), var(--pf3-gradient-navy));
}
.home-3 .pf3-app::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: radial-gradient(rgba(var(--pf3-white-rgb), 0.35) 1px, var(--pf3-transparent) 1px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(to right, var(--pf3-black), var(--pf3-transparent) 70%);
          mask-image: linear-gradient(to right, var(--pf3-black), var(--pf3-transparent) 70%);
}
.home-3 .pf3-app__grid {
  position: relative;
  z-index: 1;
  min-height: 580px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
.home-3 .pf3-app__content {
  padding-block: 85px;
}
.home-3 .pf3-app__content h2 {
  max-width: 620px;
  color: var(--pf3-white);
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.1;
}
.home-3 .pf3-app__content p {
  max-width: 560px;
  margin-top: 20px;
  color: rgba(var(--pf3-white-rgb), 0.66);
}
.home-3 .pf3-app__buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.home-3 .pf3-app__buttons a {
  overflow: hidden;
  border: 1px solid rgba(var(--pf3-white-rgb), 0.16);
  border-radius: 10px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.home-3 .pf3-app__buttons a:hover {
  border-color: rgba(var(--pf3-white-rgb), 0.45);
  transform: translateY(-4px);
}
.home-3 .pf3-app__buttons img {
  height: 52px;
  width: auto;
}
.home-3 .pf3-app__visual {
  position: relative;
  align-self: end;
  min-height: 560px;
}
.home-3 .pf3-app__courier {
  position: absolute;
  right: -10%;
  bottom: 10px;
  width: 470px;
  z-index: 2;
  filter: drop-shadow(0 25px 25px rgba(var(--pf3-black-rgb), 0.3));
}
.home-3 .pf3-phone {
  position: absolute;
  top: 40px;
  left: 14%;
  z-index: 1;
  width: 275px;
  height: 530px;
  padding: 10px;
  background: var(--pf3-phone-frame);
  border: 2px solid rgba(var(--pf3-white-rgb), 0.24);
  border-radius: 40px;
  box-shadow: 0 35px 70px rgba(var(--pf3-black-rgb), 0.36);
  transform: rotate(-7deg);
}
.home-3 .pf3-phone__top {
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: 3;
  width: 82px;
  height: 21px;
  background: var(--pf3-phone-frame);
  border-radius: 99px;
  transform: translateX(-50%);
}
.home-3 .pf3-phone__screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: var(--pf3-surface);
  border-radius: 31px;
}
.home-3 .pf3-phone__screen > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.28;
}
.home-3 .pf3-phone__status {
  position: absolute;
  top: 115px;
  left: 20px;
  right: 20px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--pf3-ink);
  background: var(--pf3-card-bg);
  border-radius: 17px;
  box-shadow: var(--pf3-shadow-sm);
}
.home-3 .pf3-phone__status > i {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border-radius: 13px;
}
.home-3 .pf3-phone__status small,
.home-3 .pf3-phone__status strong {
  display: block;
  line-height: 1.35;
}
.home-3 .pf3-phone__status small {
  color: var(--pf3-muted);
  font-size: 10px;
}
.home-3 .pf3-phone__status strong {
  font-size: 14px;
}
.home-3 {
  /* Blog */
}
.home-3 .pf3-blog {
  background: var(--pf3-page-bg);
}
.home-3 .pf3-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.home-3 .pf3-blog-card {
  overflow: hidden;
  background: var(--pf3-card-bg);
  border: 1px solid var(--pf3-line);
  border-radius: var(--pf3-radius);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.home-3 .pf3-blog-card__media {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-3 .pf3-blog-card__media img {
  width: 100%;
  aspect-ratio: 1.52;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.home-3 .pf3-blog-card__media > span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 6px 12px;
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.home-3 .pf3-blog-card__body {
  padding: 25px 26px 28px;
}
.home-3 .pf3-blog-card__body > h3 {
  margin-top: 12px;
  font-size: 21px;
  line-height: 1.35;
}
.home-3 .pf3-blog-card__body > h3 a {
  transition: color 0.25s ease;
}
.home-3 .pf3-blog-card__body > h3 a:hover {
  color: var(--pf3-primary);
}
.home-3 .pf3-blog-card__body > p:not(.pf3-blog-card__meta) {
  margin-top: 10px;
  color: var(--pf3-muted);
  font-size: 13px;
  line-height: 1.6;
}
.home-3 .pf3-blog-card__meta {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--pf3-muted);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.home-3 .pf3-blog-card__meta i {
  color: var(--pf3-primary);
}
.home-3 .pf3-blog-card__meta span {
  width: 3px;
  height: 3px;
  background: var(--pf3-muted);
  border-radius: 50%;
}
.home-3 .pf3-blog-card__link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pf3-primary);
  font-size: 14px;
  font-weight: 700;
}
.home-3 .pf3-blog-card__link i {
  transition: transform 0.25s ease;
}
.home-3 .pf3-blog-card__link:hover i {
  transform: translateX(5px);
}
.home-3 .pf3-blog-card:hover {
  box-shadow: var(--pf3-shadow-lg);
  transform: translateY(-8px);
}
.home-3 .pf3-blog-card:hover .pf3-blog-card__media img {
  transform: scale(1.065);
}
.home-3 {
  /* Partners */
}
.home-3 .pf3-partners {
  padding-block: 52px;
  overflow: hidden;
  background: var(--pf3-surface);
  border-top: 1px solid var(--pf3-line);
}
.home-3 .pf3-partners .pf3-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: center;
  gap: 45px;
}
.home-3 .pf3-partners p {
  color: var(--pf3-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}
.home-3 .pf3-partner-slider {
  width: 100%;
}
.home-3 .pf3-partner-slider .swiper-slide {
  height: auto;
}
.home-3 .pf3-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--pf3-muted-alt);
  font-family: var(--secondary-font);
  font-size: 17px;
  font-weight: 800;
  filter: grayscale(1);
  transition: color 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}
.home-3 .pf3-partner i {
  font-size: 22px;
}
.home-3 .pf3-partner:hover {
  color: var(--pf3-primary);
  filter: grayscale(0);
  transform: translateY(-3px);
}
.home-3 {
  /* Footer */
}
.home-3 .pf3-footer {
  padding-top: 0;
  color: color-mix(in srgb, var(--pf3-white) 80%, transparent);
  background: radial-gradient(circle at 8% 80%, rgba(var(--pf3-primary-rgb), 0.11), var(--pf3-transparent) 30%), var(--pf3-navy-deep);
}
.home-3 .pf3-footer h2 {
  color: var(--pf3-white);
  font-size: 24px;
}
.home-3 .pf3-footer p {
  color: color-mix(in srgb, var(--pf3-white) 80%, transparent);
}
.home-3 .pf3-footer .pf3-socials a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.home-3 .pf3-footer__grid {
  padding-block: 80px 70px;
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.8fr 1fr;
  gap: clamp(35px, 5vw, 72px);
}
.home-3 .pf3-footer__grid nav h2,
.home-3 .pf3-footer__grid .pf3-footer__contact h2 {
  margin-bottom: 22px;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.home-3 .pf3-footer__grid nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.home-3 .pf3-footer__grid nav a {
  font-size: 16px;
  transition: color 0.25s ease, transform 0.25s ease;
}
.home-3 .pf3-footer__grid nav a:hover {
  color: var(--pf3-primary);
  transform: translateX(4px);
}
.home-3 .pf3-footer__about > a:first-child {
  display: inline-block;
  margin-bottom: 22px;
}
.home-3 .pf3-footer__about > a:first-child img {
  max-width: 175px;
  max-height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-3 .pf3-footer__about > p {
  max-width: 355px;
  font-size: 16px;
}
.home-3 .pf3-footer__phone {
  margin-top: 23px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--pf3-white);
}
.home-3 .pf3-footer__phone > i {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border-radius: 50%;
}
.home-3 .pf3-footer__phone small,
.home-3 .pf3-footer__phone span {
  display: block;
}
.home-3 .pf3-footer__phone small {
  color: color-mix(in srgb, var(--pf3-white) 80%, transparent);
  font-size: 10px;
}
.home-3 .pf3-footer__contact p {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 16px;
}
.home-3 .pf3-footer__contact p + p {
  margin-top: 16px;
}
.home-3 .pf3-footer__contact p i {
  width: 18px;
  margin-top: 5px;
  color: var(--pf3-teal);
  text-align: center;
}
.home-3 .pf3-footer__contact a {
  transition: color 0.25s ease;
}
.home-3 .pf3-footer__contact a:hover {
  color: var(--pf3-white);
}
.home-3 .pf3-footer__bottom {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(var(--pf3-white-rgb), 0.09);
  font-size: 16px;
}
.home-3 .pf3-footer__bottom div {
  display: flex;
  gap: 24px;
}
.home-3 .pf3-footer__bottom a:hover {
  color: var(--pf3-primary);
  text-decoration: underline;
}
.home-3 .pf3-newsletter {
  position: relative;
  z-index: 2;
  padding: 38px clamp(28px, 5vw, 66px);
  display: grid;
  grid-template-columns: 1fr minmax(390px, 0.75fr);
  align-items: center;
  gap: 50px;
  background: linear-gradient(105deg, var(--pf3-primary), var(--pf3-newsletter-gradient-end));
  border-radius: 0 0 var(--pf3-radius-lg) var(--pf3-radius-lg);
  box-shadow: 0 25px 60px rgba(var(--pf3-black-rgb), 0.2);
}
.home-3 .pf3-newsletter span {
  color: var(--pf3-newsletter-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-3 .pf3-newsletter h2 {
  max-width: 650px;
  margin-top: 5px;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.3;
}
.home-3 .pf3-newsletter form > div {
  position: relative;
  display: flex;
  align-items: center;
}
.home-3 .pf3-newsletter form > div > .ns-icon {
  position: absolute;
  left: 18px;
  color: var(--pf3-ink);
  font-size: 16px;
}
.home-3 .pf3-newsletter input {
  width: 100%;
  height: 58px;
  padding: 10px 155px 10px 47px;
  color: var(--pf3-ink);
  background: var(--pf3-card-bg);
  border: 0;
  border-radius: 999px;
  outline: 0;
}
.home-3 .pf3-newsletter input:focus {
  box-shadow: 0 0 0 4px rgba(var(--pf3-accent-rgb), 0.35);
}
.home-3 .pf3-newsletter form > p {
  min-height: 18px;
  margin: 7px 17px 0;
  color: rgba(var(--pf3-white-rgb), 0.84);
  font-size: 11px;
}
.home-3 .pf3-newsletter form > p.is-error {
  color: var(--pf3-danger-soft);
}
.home-3 .pf3-newsletter .pf3-btn {
  min-height: auto;
}
.home-3 {
  /* Modal and scroll top */
}
.home-3 .pf3-video-modal {
  width: min(960px, 100% - 32px);
  padding: 0;
  overflow: visible;
  background: var(--pf3-black);
  border: 0;
  border-radius: 20px;
}
.home-3 .pf3-video-modal::backdrop {
  background: rgba(var(--pf3-modal-backdrop-rgb), 0.88);
  backdrop-filter: blur(8px);
}
.home-3 .pf3-video-modal > button {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--pf3-white);
  background: rgba(var(--pf3-white-rgb), 0.12);
  border: 1px solid rgba(var(--pf3-white-rgb), 0.2);
  border-radius: 50%;
}
.home-3 .pf3-video-modal__frame {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 20px;
}
.home-3 .pf3-video-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.home-3 .pf3-scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 900;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--pf3-white);
  background: var(--pf3-primary);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(var(--pf3-navy-deep-rgb), 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}
.home-3 .pf3-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.home-3 .pf3-scroll-top:hover {
  color: var(--pf3-navy-deep);
  background: var(--pf3-accent-hover-strong);
  transform: translateY(-4px);
}
.home-3.dark-mode {
  color-scheme: dark;
  --pf3-ink: var(--color-text);
  --pf3-ink-rgb: 243, 250, 255;
  --pf3-muted: var(--color-muted);
  --pf3-muted-alt: color-mix(in srgb, var(--color-muted) 88%, var(--color-white));
  --pf3-muted-alt-2: color-mix(in srgb, var(--color-muted) 82%, var(--color-white));
  --pf3-placeholder: color-mix(in srgb, var(--color-muted) 76%, var(--color-black));
  --pf3-surface: var(--color-surface-muted);
  --pf3-surface-blue: color-mix(in srgb, var(--color-primary) 12%, var(--color-surface));
  --pf3-line: var(--color-border-strong);
  --pf3-line-rgb: 75, 85, 99;
  --pf3-page-bg: var(--color-background);
  --pf3-card-bg: var(--color-surface);
  --pf3-card-rgb: 27, 36, 48;
  --pf3-logo-shape-end: color-mix(in srgb, var(--color-primary) 24%, var(--color-surface));
  --pf3-logo-panel: color-mix(in srgb, var(--color-primary) 20%, var(--color-white));
  --pf3-hero-bg: color-mix(in srgb, var(--color-brand-teal) 22%, var(--surface-dark-blue));
  --pf3-gradient-navy: color-mix(in srgb, var(--color-brand-teal) 24%, var(--surface-dark-blue));
  --pf3-newsletter-gradient-end: color-mix(in srgb, var(--color-primary) 52%, var(--surface-dark-blue));
  --pf3-newsletter-soft: color-mix(in srgb, var(--color-white) 82%, transparent);
  --pf3-phone-frame: #050b16;
  --pf3-shadow-sm: 0 12px 30px rgba(0, 0, 0, 0.24);
  --pf3-shadow-lg: 0 28px 70px rgba(0, 0, 0, 0.38);
  color: var(--pf3-ink);
  background: var(--pf3-page-bg);
}
.home-3.dark-mode h1,
.home-3.dark-mode h2,
.home-3.dark-mode h3 {
  color: var(--pf3-ink);
}
.home-3.dark-mode p,
.home-3.dark-mode li,
.home-3.dark-mode .pf3-section-heading > p {
  color: var(--pf3-muted);
}
.home-3.dark-mode .pf3-topbar,
.home-3.dark-mode .pf3-offcanvas,
.home-3.dark-mode .pf3-footer {
  background-color: var(--pf3-navy-deep);
}
.home-3.dark-mode .pf3-main,
.home-3.dark-mode .pf3-dropdown,
.home-3.dark-mode .pf3-language__menu,
.home-3.dark-mode .pf3-service-card,
.home-3.dark-mode .pf3-quote-card,
.home-3.dark-mode .pf3-benefit-grid article,
.home-3.dark-mode .pf3-testimonial-card,
.home-3.dark-mode .pf3-team-card,
.home-3.dark-mode .pf3-accordion__item,
.home-3.dark-mode .pf3-blog-card,
.home-3.dark-mode .pf3-phone__status {
  border-color: var(--pf3-line);
  box-shadow: var(--pf3-shadow-sm);
}
.home-3.dark-mode .pf3-main {
  background: rgba(var(--pf3-card-rgb), 0.98);
}
.home-3.dark-mode .pf3-section,
.home-3.dark-mode .pf3-about,
.home-3.dark-mode .pf3-faq {
  background: var(--pf3-page-bg);
}
.home-3.dark-mode .pf3-hero {
  background: var(--pf3-hero-bg);
}
.home-3.dark-mode .pf3-app {
  background: radial-gradient(circle at 75% 30%, rgba(var(--pf3-teal-rgb), 0.2), var(--pf3-transparent) 30%), linear-gradient(120deg, var(--pf3-navy-deep), var(--pf3-gradient-navy));
}
.home-3.dark-mode .pf3-projects,
.home-3.dark-mode .pf3-services,
.home-3.dark-mode .pf3-quote,
.home-3.dark-mode .pf3-stats,
.home-3.dark-mode .pf3-team,
.home-3.dark-mode .pf3-blog {
  background: linear-gradient(135deg, var(--pf3-transparent) 74%, rgba(var(--pf3-primary-rgb), 0.08) 74%), var(--pf3-page-bg);
}
.home-3.dark-mode .pf3-marquee,
.home-3.dark-mode .pf3-partners {
  background: var(--pf3-surface);
  color: var(--pf3-muted-alt);
}
.home-3.dark-mode .pf3-service-card,
.home-3.dark-mode .pf3-quote-card,
.home-3.dark-mode .pf3-benefit-grid article,
.home-3.dark-mode .pf3-testimonial-card,
.home-3.dark-mode .pf3-team-card,
.home-3.dark-mode .pf3-accordion__item,
.home-3.dark-mode .pf3-blog-card,
.home-3.dark-mode .pf3-phone__status {
  background: var(--pf3-card-bg);
  color: var(--pf3-ink);
}
.home-3.dark-mode .pf3-service-card p,
.home-3.dark-mode .pf3-benefit-grid p,
.home-3.dark-mode .pf3-testimonial-card p,
.home-3.dark-mode .pf3-team-card p,
.home-3.dark-mode .pf3-accordion__item p,
.home-3.dark-mode .pf3-blog-card p,
.home-3.dark-mode .pf3-quote__content > p,
.home-3.dark-mode .pf3-faq__intro > p,
.home-3.dark-mode .pf3-about__content > p {
  color: var(--pf3-muted);
}
.home-3.dark-mode .pf3-about__image--small,
.home-3.dark-mode .pf3-experience-badge,
.home-3.dark-mode .pf3-service-card__media > span,
.home-3.dark-mode .pf3-process__icon,
.home-3.dark-mode .pf3-process__number,
.home-3.dark-mode .pf3-faq__image span {
  border-color: var(--pf3-page-bg);
}
.home-3.dark-mode .pf3-avatar-stack img,
.home-3.dark-mode .pf3-testimonial-card figcaption img,
.home-3.dark-mode .pf3-play-button:hover > span {
  background: var(--pf3-card-bg);
}
.home-3.dark-mode .pf3-project-card__overlay a,
.home-3.dark-mode .pf3-play-button:hover > span {
  color: var(--pf3-navy-deep);
  background: var(--pf3-accent);
}
.home-3.dark-mode .pf3-field input,
.home-3.dark-mode .pf3-field textarea,
.home-3.dark-mode .pf3-newsletter input {
  color: var(--pf3-ink);
  background: var(--pf3-card-bg);
  border-color: var(--pf3-line);
  caret-color: var(--pf3-primary);
}
.home-3.dark-mode .pf3-field input:focus,
.home-3.dark-mode .pf3-field textarea:focus,
.home-3.dark-mode .pf3-newsletter input:focus {
  background: var(--pf3-page-bg);
  border-color: var(--pf3-primary);
  box-shadow: 0 0 0 4px rgba(var(--pf3-primary-rgb), 0.18);
}
.home-3.dark-mode .pf3-field > div i,
.home-3.dark-mode .pf3-newsletter form > div > .ns-icon {
  color: var(--pf3-muted);
}
.home-3.dark-mode .pf3-phone {
  background: var(--pf3-phone-frame);
  border-color: rgba(var(--pf3-white-rgb), 0.18);
  box-shadow: 0 35px 70px rgba(var(--pf3-black-rgb), 0.5);
}
.home-3.dark-mode .pf3-phone__top {
  background: var(--pf3-phone-frame);
}
.home-3.dark-mode .pf3-phone__screen > img {
  opacity: 0.34;
}
.home-3.dark-mode .pf3-process__list::before,
.home-3.dark-mode .pf3-marquee,
.home-3.dark-mode .pf3-partners,
.home-3.dark-mode .pf3-footer__bottom {
  border-color: var(--pf3-line);
}
.home-3.dark-mode .pf3-team-card__media a,
.home-3.dark-mode .pf3-faq__image span,
.home-3.dark-mode .pf3-process__number,
.home-3.dark-mode .pf3-mobile-tools__languages a.is-active,
.home-3.dark-mode .pf3-mobile-tools__languages a:hover {
  color: var(--pf3-navy-deep);
}
.home-3.dark-mode .pf3-newsletter {
  background: linear-gradient(105deg, var(--pf3-primary), var(--pf3-newsletter-gradient-end));
  box-shadow: var(--pf3-shadow-lg);
}
.home-3.dark-mode .pf3-newsletter span {
  color: var(--pf3-newsletter-soft);
}
.home-3 {
  /* Responsive */
}
@media (max-width: 1199px) {
  .home-3 .pf3-main__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
  }
  .home-3 .pf3-navigation,
  .home-3 .pf3-call {
    display: none;
  }
  .home-3 .pf3-actions {
    gap: 16px;
    justify-content: flex-end;
    min-width: 0;
  }
  .home-3 .pf3-menu-button {
    flex: 0 0 auto;
    display: flex;
  }
  .home-3 .pf3-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    gap: 30px;
  }
  .home-3 .pf3-hero__visual {
    width: min(54vw, 700px);
    margin-right: -6vw;
  }
  .home-3 .pf3-about__grid {
    gap: 65px;
  }
  .home-3 .pf3-project-grid,
  .home-3 .pf3-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-3 .pf3-project-card {
    min-height: 520px;
  }
  .home-3 .pf3-footer__grid {
    grid-template-columns: 1.3fr 0.7fr 0.8fr;
  }
  .home-3 .pf3-footer__contact {
    grid-column: 2/-1;
  }
}
@media (max-width: 991px) {
  .home-3 .pf3-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home-3 .pf3-hero__content {
    max-width: 720px;
  }
  .home-3 .pf3-hero__visual {
    justify-self: center;
    width: min(100%, 720px);
    height: 350px;
    margin-right: 0;
  }
  .home-3 .pf3-hero__orange-panel {
    inset: -25px -30vw -70px 34%;
  }
  .home-3 .pf3-hero__truck {
    right: -7%;
    width: 108%;
  }
  .home-3 .pf3-hero__cargo {
    top: -18%;
    right: 1%;
    width: 42%;
  }
  .home-3 .pf3-about__grid,
  .home-3 .pf3-quote__grid,
  .home-3 .pf3-faq__grid {
    grid-template-columns: 1fr;
  }
  .home-3 .pf3-about__visual {
    width: min(680px, 100%);
    margin-inline: auto;
  }
  .home-3 .pf3-skills__grid {
    grid-template-columns: 1fr;
  }
  .home-3 .pf3-skills__content {
    width: min(720px, 100% - 48px);
    margin-inline: auto;
    padding-right: 0;
  }
  .home-3 .pf3-skills__visual {
    min-height: 560px;
    clip-path: none;
  }
  .home-3 .pf3-skills__callout {
    left: 24px;
  }
  .home-3 .pf3-testimonials__grid {
    grid-template-columns: 1fr;
  }
  .home-3 .pf3-testimonials__intro {
    max-width: 700px;
  }
  .home-3 .pf3-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 0;
  }
  .home-3 .pf3-stats__grid article:nth-child(3) {
    border-left: 0;
  }
  .home-3 .pf3-app__grid {
    grid-template-columns: 1fr;
  }
  .home-3 .pf3-app__content {
    padding-bottom: 20px;
  }
  .home-3 .pf3-app__visual {
    width: min(680px, 100%);
    margin-inline: auto;
  }
  .home-3 .pf3-blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-3 .pf3-blog-card:last-child {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home-3 .pf3-blog-card:last-child .pf3-blog-card__media img {
    height: 100%;
    aspect-ratio: auto;
  }
  .home-3 .pf3-newsletter {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .home-3 .pf3-shell {
    width: min(100% - 32px, 1320px);
  }
  .home-3 .home-3 .pf3-hero__shape-2 {
    top: 30px;
    bottom: -150px;
    right: 360px;
  }
  .home-3 .pf3-topbar__inner {
    justify-content: space-between;
  }
  .home-3 .pf3-topbar__contact {
    width: auto;
  }
  .home-3 .pf3-topbar__right {
    gap: 0;
  }
  .home-3 .pf3-main,
  .home-3 .pf3-main__inner {
    min-height: 74px;
  }
  .home-3 .pf3-header-track {
    width: 46px;
    height: 46px;
    min-height: 46px;
    padding: 0;
    justify-content: center;
  }
  .home-3 .pf3-header-track span {
    display: none;
  }
  .home-3 .pf3-logo {
    width: min(220px, 100%);
    min-height: 74px;
    margin-left: 0;
  }
  .home-3 .pf3-logo img {
    max-width: 132px;
    max-height: 43px;
  }
  .home-3 .pf3-offcanvas {
    width: min(370px, 100vw);
  }
  .home-3 .pf3-section-heading--split {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-3 .pf3-hero__grid {
    gap: 20px;
  }
  .home-3 .pf3-hero h1 {
    font-size: clamp(30px, 8vw, 58px);
  }
  .home-3 .pf3-hero .pf3-eyebrow {
    margin: 0px 0 14px;
    font-size: 12px;
  }
  .home-3 .pf3-hero__footer {
    margin-top: 24px;
  }
  .home-3 .pf3-hero__content > p {
    font-size: 14px;
    margin-top: 16px;
  }
  .home-3 .pf3-hero__content {
    padding-block: clamp(40px, 9.5vw, 200px);
  }
  .home-3 .pf3-hero__visual {
    width: 100%;
    height: 250px;
  }
  .home-3 .pf3-hero__orange-panel {
    inset: 10px -36vw -50px 26%;
  }
  .home-3 .pf3-hero__cargo {
    top: -8%;
    width: 43%;
  }
  .home-3 .pf3-about__grid {
    gap: 24px;
  }
  .home-3 .pf3-about__visual {
    min-height: 520px;
  }
  .home-3 .pf3-about__image--main {
    height: 470px;
  }
  .home-3 .pf3-about__image--small {
    height: 235px;
  }
  .home-3 .pf3-about__content > p {
    margin-top: 20px;
    font-size: 14px;
  }
  .home-3 .home-3 .pf3-section-heading--split {
    gap: 24px;
  }
  .home-3 .pf3-section-heading h2 {
    font-size: 24px;
  }
  .home-3 .pf3-section-heading > p {
    font-size: 14px;
  }
  .home-3 .pf3-feature-pairs article h3 {
    margin-bottom: 3px;
    font-size: 16px;
  }
  .home-3 .pf3-skills__content {
    padding: clamp(40px, 7vw, 140px) clamp(40px, 7vw, 105px) clamp(40px, 7vw, 140px) 0;
  }
  .home-3 .pf3-skills__content h2 {
    font-size: 24px;
  }
  .home-3 .pf3-section-heading--split {
    gap: 24px;
  }
  .home-3 .pf3-section-heading {
    margin-bottom: 24px;
  }
  .home-3 .pf3-testimonials {
    padding-block: clamp(40px, 7vw, 130px);
  }
  .home-3 .pf3-testimonial-card blockquote {
    margin: 16px 0 16px;
    font-size: clamp(16px, 2vw, 25px);
  }
  .home-3 .pf3-testimonial-card {
    min-height: auto;
    padding: 24px;
  }
  .home-3 .pf3-stats {
    padding-block: clamp(40px, 7vw, 92px);
  }
  .home-3 .home-3 .pf3-video {
    min-height: auto;
    padding-block: clamp(40px, 7vw, 92px);
  }
  .home-3 .pf3-app__grid {
    min-height: auto;
    padding-block: clamp(40px, 7vw, 92px);
    gap: 24px;
  }
  .home-3 .home-3 .pf3-app__content {
    padding-block: 0;
  }
  .home-3 .pf3-feature-pairs,
  .home-3 .pf3-check-list,
  .home-3 .pf3-benefit-grid {
    grid-template-columns: 1fr;
  }
  .home-3 .pf3-project-grid,
  .home-3 .pf3-team__grid,
  .home-3 .pf3-blog__grid {
    grid-template-columns: 1fr;
  }
  .home-3 .pf3-project-card {
    min-height: 500px;
  }
  .home-3 .pf3-form-grid {
    grid-template-columns: 1fr;
  }
  .home-3 .pf3-process__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 20px;
  }
  .home-3 .pf3-process__list::before {
    display: none;
  }
  .home-3 .pf3-stats__grid article {
    padding-inline: 15px;
  }
  .home-3 .pf3-video {
    min-height: auto;
    padding-block: 40px;
  }
  .home-3 .pf3-blog-card:last-child {
    grid-column: auto;
    display: block;
  }
  .home-3 .pf3-blog-card:last-child .pf3-blog-card__media img {
    height: auto;
    aspect-ratio: 1.52;
  }
  .home-3 .pf3-partners .pf3-shell {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
  }
  .home-3 .pf3-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-3 .pf3-footer__about {
    grid-column: 1/-1;
  }
  .home-3 .pf3-footer__contact {
    grid-column: 1/-1;
  }
  .home-3 .pf3-footer__grid {
    padding-block: 40px;
  }
  .home-3 .pf3-section-heading h2,
  .home-3 .pf3-about__content h2,
  .home-3 .pf3-skills__content h2,
  .home-3 .pf3-quote__content h2,
  .home-3 .pf3-testimonials__intro h2,
  .home-3 .pf3-video__content h2,
  .home-3 .pf3-faq__intro h2,
  .home-3 .pf3-app__content h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .home-3 .pf3-main,
  .home-3 .pf3-main__inner {
    min-height: 68px;
  }
  .home-3 .home-3 .pf3-hero__shape-1 {
    width: 200px;
  }
  .home-3 .pf3-main__inner {
    gap: 10px;
  }
  .home-3 .pf3-actions {
    gap: 10px;
  }
  .home-3 .pf3-logo {
    width: min(190px, 100vw - 135px);
    min-height: 68px;
    padding-right: 28px;
  }
  .home-3 .pf3-logo img {
    max-width: min(124px, 100%);
    max-height: 40px;
  }
  .home-3 .dark-mode-toggle {
    width: 42px;
    height: 42px;
  }
  .home-3 .pf3-menu-button {
    width: 42px;
    height: 42px;
    gap: 4px;
  }
  .home-3 .pf3-menu-button span {
    width: 17px;
  }
  .home-3 .pf3-theme-toggle {
    width: 42px;
    height: 42px;
  }
  .home-3 .pf3-offcanvas .offcanvas-header,
  .home-3 .pf3-offcanvas .offcanvas-body {
    padding: 22px;
  }
  .home-3 .pf3-eyebrow {
    font-size: 11px;
  }
  .home-3 .pf3-hero__footer {
    align-items: stretch;
    flex-direction: column;
    gap: 25px;
  }
  .home-3 .pf3-hero__track-link {
    justify-content: center;
  }
  .home-3 .pf3-hero__visual {
    width: 100%;
    height: 150px;
  }
  .home-3 .pf3-hero__truck {
    right: -14%;
    bottom: 15%;
    width: 120%;
  }
  .home-3 .pf3-hero__cargo {
    top: -3%;
    right: -2%;
    width: 44%;
  }
  .home-3 .pf3-hero__orange-panel {
    inset: 25px -55vw -36px 24%;
  }
  .home-3 .pf3-about__visual {
    min-height: 440px;
  }
  .home-3 .pf3-about__image--main {
    width: 86%;
    height: 405px;
    border-radius: 100px 20px 20px;
  }
  .home-3 .pf3-about__image--small {
    width: 55%;
    height: 185px;
  }
  .home-3 .pf3-experience-badge {
    top: 24px;
    width: 145px;
    min-height: 128px;
    padding: 19px;
  }
  .home-3 .pf3-experience-badge strong {
    font-size: 35px;
  }
  .home-3 .pf3-skills__visual {
    min-height: 450px;
  }
  .home-3 .pf3-project-card {
    min-height: 430px;
  }
  .home-3 .pf3-process__list {
    grid-template-columns: 1fr;
  }
  .home-3 .pf3-testimonial-card {
    min-height: 420px;
    padding: 28px;
  }
  .home-3 .pf3-stats__grid article + article {
    border-top: 1px solid var(--pf3-line);
    border-left: 0;
  }
  .home-3 .home-3 .pf3-stats__grid article > strong {
    font-size: clamp(24px, 3vw, 47px);
  }
  .home-3 .home-3 .pf3-stats__grid article > span {
    width: 50px;
    height: 50px;
    margin: 0 auto 14px;
    font-size: 18px;
  }
  .home-3 .pf3-faq__image span {
    right: 10px;
  }
  .home-3 .pf3-app__visual {
    min-height: 470px;
  }
  .home-3 .pf3-phone {
    left: 4%;
    width: 230px;
    height: 440px;
  }
  .home-3 .pf3-app__courier {
    width: 340px;
    right: -18%;
  }
  .home-3 .pf3-footer__grid {
    grid-template-columns: 1fr;
  }
  .home-3 .pf3-footer__about,
  .home-3 .pf3-footer__contact {
    grid-column: auto;
  }
  .home-3 .pf3-footer__bottom {
    padding-block: 23px;
    align-items: flex-start;
    flex-direction: column;
  }
  .home-3 .pf3-newsletter {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 32px 20px;
    border-radius: 0 0 25px 25px;
  }
  .home-3 .pf3-newsletter input {
    padding-right: 100px;
  }
  .home-3 .pf3-newsletter button {
    width: 45px;
    height: 45px;
    min-height: 45px;
    padding: 0;
    display: grid;
    place-items: center;
  }
  .home-3 .pf3-newsletter button i {
    margin: 0;
  }
  .home-3 .pf3-newsletter button {
    font-size: 0;
  }
  .home-3 .pf3-footer__grid nav {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-3 *,
  .home-3 *::before,
  .home-3 *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .home-3 [data-pf3-reveal] {
    opacity: 1;
    transform: none;
  }
}

@keyframes pf3SlideDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pf3Float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes movingX {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}
@keyframes pf3Marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes pf3Pulse {
  from {
    opacity: 0.8;
    transform: scale(0.9);
  }
  to {
    opacity: 0;
    transform: scale(1.4);
  }
}/*# sourceMappingURL=style.css.map */