HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/dreamssalon-wp-market/wp-content/themes/dreamsalon/assets/css/style.css
@charset "UTF-8";

/*---------------------------------------------------------------------------------

    Template Name: Dream Salon
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1. Variables
2. Button
3. Avatar
4. Accordion
5. Badge
6. Border
7. Background
8. Card
9. Forms
10. Dropdown
11. Breadcrumb
12. Bootstrap
13. Tables
14. Header
15. Content
16. Footer
17. RTL
18. Dark Mode
19. Banner
20. Category
21. Faq
22. About
23. Service
24. Location
25. Counter
26. Support
27. Feature
28. Offer
29. Listing Grid
30. Booking Details
31. Listing Details
32. Blogs
33. Contact-us
34. Login
35. Testimonials
36. Teams
37. Sub-aboutus
38. Pricing
39. Customer Dashboard
40. Customer Sidebar
41. Wallet
42. Notifications
43. Cart
44. Calender
45. Datatables
46. Rangepicker Plugin
47. Datetimepicker
48. Quill Editor
49. Select2

============================*/
/*============================
    1. Typography
============================*/
header {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

:root {
  --primary: #c25414;
  --primary-rgb: 194, 84, 20;
  --secondary: #3444A5;
  --light: #F7F8F8;
  --dark: #1E1B1B;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --success: #27AE60;
  --info: #2F80ED;
  --danger: #EF1E1E;
  --indigo: #3538CD;
  --orange: #E04F16;
  --pink: #DD2590;
  --purple: #800080;
  --teal: #0E9384;
  --cyan: #06AED4;
  --warning: #FDAF22;
  --black: #000;
  --gray-100: #E5E5E5;
  --gray-200: #CBCBCB;
  --gray-300: #B2B2B2;
  --gray-400: #9A9A9A;
  --gray-500: #828282;
  --gray-600: #6B6B6B;
  --gray-700: #555555;
  --gray-800: #404040;
  --gray-900: #2C2C2C;
  --gray-950: #191919;
  --light-100: #FCFCFC;
  --light-200: #FBFBFB;
  --light-300: #FAFAFA;
  --light-400: #F8F8F8;
  --light-500: #F7F7F4;
  --light-600: #F5F5F5;
  --light-700: #F4F4F4;
  --light-800: #F3F3F3;
  --light-900: #F1F1F1;
  --light-950: #D3D3D3;
  --cyan-transparent: #E9F8FB;
  --danger-transparent: #FEF4F4;
  --dark-transparent: #FAFAFA;
  --gray-transparent: #FAFAFA;
  --indigo-transparent: #EDEDFB;
  --info-transparent: #F4F9FE;
  --light-transparent: #FEFEFE;
  --orange-transparent: #FDF6F3;
  --pink-transparent: #FDF4F9;
  --primary-transparent: #FFF9F6;
  --secondary-transparent: #F2F5FF;
  --purple-transparent: #F9F2F9;
  --success-transparent: #F4FBF7;
  --teal-transparent: #E9F5F4;
  --warning-transparent: #FEFBF1;
  --primary-100: #FFF3ED;
  --primary-200: #FFE6DA;
  --primary-300: #FFDAC8;
  --primary-400: #FECDB6;
  --primary-500: #FDC1A3;
  --primary-600: #FBB491;
  --primary-700: #F9A77E;
  --primary-800: #F79A6A;
  --primary-900: #F48D56;
  --primary-950: #AE4000;
  --secondary-100: #E8ECF7;
  --secondary-200: #D2D9EF;
  --secondary-300: #BCC6E7;
  --secondary-400: #A6B4DE;
  --secondary-500: #91A1D5;
  --secondary-600: #7D8FCC;
  --secondary-700: #697DC3;
  --secondary-800: #566AB9;
  --secondary-900: #4557AF;
  --secondary-950: #2C3A8F;
  --danger-100: #FDE9E9;
  --danger-200: #FCD2D2;
  --danger-300: #FABCBC;
  --danger-400: #F9A5A5;
  --danger-500: #F78F8F;
  --danger-600: #F57878;
  --danger-700: #F46262;
  --danger-800: #F24B4B;
  --danger-900: #F13535;
  --danger-950: #D93030;
  --warning-100: #FDF6E3;
  --warning-200: #FCF2D5;
  --warning-300: #FCEDC6;
  --warning-400: #FBE8B7;
  --warning-500: #FAE4A8;
  --warning-600: #F9DF99;
  --warning-700: #F8DA89;
  --warning-800: #F7D475;
  --warning-900: #F6D065;
  --warning-950: #CEAD47;
  --success-100: #E9F7EF;
  --success-200: #D4EFDF;
  --success-300: #BEE7CF;
  --success-400: #A9DFBF;
  --success-500: #93D7B0;
  --success-600: #7DCEA0;
  --success-700: #68C690;
  --success-800: #52BE80;
  --success-900: #3DB670;
  --success-950: #37A465;
  --info-100: #EAF2FD;
  --info-200: #D5E6FB;
  --info-300: #C1D9FA;
  --info-400: #ACCCF8;
  --info-500: #97C0F6;
  --info-600: #82B3F4;
  --info-700: #6DA6F2;
  --info-800: #6DA6F2;
  --info-900: #448DEF;
  --info-950: #3D7FD7;
  --cyan-100: #ECF7FB;
  --cyan-200: #D9EFF7;
  --cyan-300: #C6E7F3;
  --cyan-400: #B3DFEF;
  --cyan-500: #9FD7EA;
  --cyan-600: #8BCFE6;
  --cyan-700: #75C7E2;
  --cyan-800: #5DBFDD;
  --cyan-800: #3FB6D9;
  --cyan-950: #39A4C3;
  --indigo-100: #E7ECFC;
  --indigo-200: #D0DAF9;
  --indigo-300: #BAC7F5;
  --indigo-400: #A4B4F1;
  --indigo-500: #8EA2EC;
  --indigo-600: #7A8FE7;
  --indigo-700: #667BE1;
  --indigo-800: #5467DB;
  --indigo-900: #4351D4;
  --indigo-950: #3C49BF;
  --orange-100: #FFEEE9;
  --orange-200: #FEDED4;
  --orange-300: #FCCDBE;
  --orange-400: #FABDA9;
  --orange-500: #F7AC94;
  --orange-600: #F49B7E;
  --orange-700: #EF8968;
  --orange-800: #EB7752;
  --orange-900: #E66438;
  --orange-950: #CF5A32;
  --pink-100: #FFECF4;
  --pink-200: #FED9E8;
  --pink-300: #FDC6DD;
  --pink-400: #FAB2D2;
  --pink-500: #F79FC6;
  --pink-600: #F38BBB;
  --pink-700: #EF76B0;
  --pink-800: #E960A5;
  --pink-900: #E4479B;
  --pink-950: #E4479B;
  --purple-100: #F2E6F2;
  --purple-200: #E6CCE6;
  --purple-300: #D9B3D9;
  --purple-400: #CC99CC;
  --purple-500: #C080C0;
  --purple-600: #B366B3;
  --purple-700: #A64DA6;
  --purple-800: #993399;
  --purple-900: #8D1A8D;
  --purple-950: #7F177F;
  --teal-100: #D4ECE9;
  --teal-200: #BEE2DE;
  --teal-300: #A8D8D3;
  --teal-400: #ADD3CC;
  --teal-500: #98C9C0;
  --teal-600: #83BEB3;
  --teal-700: #6DB3A7;
  --teal-800: #56A89B;
  --teal-900: #3B9E90;
  --teal-950: #358E82;
  --form-bg: #fff;
  --heading-color: #2C2C2C;
  --border-color: #E5E5E5;
  --body-color: #555555;
  --input-border: #E5E5E5;
}

:root[data-bs-theme=dark] {
  --white: #0C0602;
  --dark: #FFFBF9;
  --gray-100: #1C1B1B;
  --gray-200: #282828;
  --gray-300: #464443;
  --gray-400: #505050;
  --gray-500: #595959;
  --gray-600: #817b78;
  --gray-700: #BAB4B0;
  --gray-800: #D7D0CC;
  --gray-900: #EFE9E6;
  --gray-950: #E0DDDB;
  --light-100: #92908E;
  --light-200: #898684;
  --light-300: #797979;
  --light-400: #6C6A69;
  --light-500: #625F5E;
  --light-600: #565352;
  --light-700: #413F3E;
  --light-800: #2F2F2F;
  --light-900: #222120;
  --light-950: #171615;
  --form-bg: #0C0602;
  --input-border: #1C1B1B;
  --heading-color: #EFE9E6;
  --body-color: #BAB4B0;
  --border-color: #1C1B1B;
  --light: #141312;
  --light-rgb: 20, 19, 18;
  --light-dark: rgb(17, 16.15, 15.3);
  --white: #100F0E;
  --white-rgb: 16, 15, 14;
  --white-dark: rgb(10.2, 5.1, 1.7);
}

.theme-1 {
  --primary: #50723B;
  --primary-950: #3A532A;
  --primary-transparent: #EFF2ED;
}

.theme-2 {
  --primary: #E15362;
  --primary-linear-gradient: linear-gradient(90deg, #E15362 0%, #C64D9E 50%, #A356BB 100%);
  --primary-hover-gradient: linear-gradient(270deg, #E15362 0%, #C64D9E 50%, #A356BB 100%);
  --dark-linear-gradient: linear-gradient(181.77deg, rgba(0, 0, 0, 0.54) -139.23%, rgba(26, 21, 22, 0.6) 98.5%);
}

/*============================
    2. Button
============================*/
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn.show:hover,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff !important;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .btn {
    padding: 8px 12px;
  }
}

.btn:focus {
  box-shadow: none !important;
}

.btn:hover {
  transition: all 0.5s;
}

.btn.btn-md {
  padding: 10px 16px;
  font-size: 14px;
}

.btn.btn-lg {
  padding: 10px 14px;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .btn.btn-lg {
    padding: 8px 12px;
    font-size: 15px;
  }
}

.btn.btn-sm {
  padding: 6px 10px;
  font-size: 13px;
}

.btn.btn-xs {
  padding: 4px 8px;
  font-size: 12px;
}

.btn-outline-primary {
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}

.btn-outline-secondary {
  color: var(--secondary);
  border: 1px solid var(--secondary);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: var(--white);
}

.btn-outline-dark {
  color: var(--dark);
  border: 1px solid var(--dark);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
  background-color: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white);
}

.btn-outline-light {
  color: var(--light);
  border: 1px solid var(--light);
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:active,
.btn-outline-light.active {
  background-color: var(--light);
  border: 1px solid var(--light);
  color: var(--white);
}

.btn-outline-info {
  color: var(--info);
  border: 1px solid var(--info);
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info.active {
  background-color: var(--info);
  border: 1px solid var(--info);
  color: var(--white);
}

.btn-outline-danger {
  color: var(--danger);
  border: 1px solid var(--danger);
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
  background-color: var(--danger);
  border: 1px solid var(--danger);
  color: var(--white);
}

.btn-outline-success {
  color: var(--success);
  border: 1px solid var(--success);
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success.active {
  background-color: var(--success);
  border: 1px solid var(--success);
  color: var(--white);
}

.btn-outline-warning {
  color: var(--warning);
  border: 1px solid var(--warning);
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
  background-color: var(--warning);
  border: 1px solid var(--warning);
  color: var(--white);
}

.btn-outline-cyan {
  color: var(--cyan);
  border: 1px solid var(--cyan);
}

.btn-outline-cyan:hover,
.btn-outline-cyan:focus,
.btn-outline-cyan.focus,
.btn-outline-cyan:active,
.btn-outline-cyan.active {
  background-color: var(--cyan);
  border: 1px solid var(--cyan);
  color: var(--white);
}

.btn-outline-indigo {
  color: var(--indigo);
  border: 1px solid var(--indigo);
}

.btn-outline-indigo:hover,
.btn-outline-indigo:focus,
.btn-outline-indigo.focus,
.btn-outline-indigo:active,
.btn-outline-indigo.active {
  background-color: var(--indigo);
  border: 1px solid var(--indigo);
  color: var(--white);
}

.btn-outline-pink {
  color: var(--pink);
  border: 1px solid var(--pink);
}

.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink.focus,
.btn-outline-pink:active,
.btn-outline-pink.active {
  background-color: var(--pink);
  border: 1px solid var(--pink);
  color: var(--white);
}

.btn-outline-orange {
  color: var(--orange);
  border: 1px solid var(--orange);
}

.btn-outline-orange:hover,
.btn-outline-orange:focus,
.btn-outline-orange.focus,
.btn-outline-orange:active,
.btn-outline-orange.active {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
}

.btn-outline-purple {
  color: var(--purple);
  border: 1px solid var(--purple);
}

.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple.focus,
.btn-outline-purple:active,
.btn-outline-purple.active {
  background-color: var(--purple);
  border: 1px solid var(--purple);
  color: var(--white);
}

.btn-outline-teal {
  color: var(--teal);
  border: 1px solid var(--teal);
}

.btn-outline-teal:hover,
.btn-outline-teal:focus,
.btn-outline-teal.focus,
.btn-outline-teal:active,
.btn-outline-teal.active {
  background-color: var(--teal);
  border: 1px solid var(--teal);
  color: var(--white);
}

.btn-outline-white {
  color: var(--white);
  border: 1px solid var(--white);
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white.focus,
.btn-outline-white:active,
.btn-outline-white.active {
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--white);
}

.btn-primary {
  color: #fff;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  background-color: var(--primary-950);
  border: 1px solid var(--primary-950);
  color: #fff;
}

.btn-secondary {
  color: #fff;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: var(--secondary-950);
  border: 1px solid var(--secondary-950);
  color: #fff;
}

.btn-dark {
  color: #fff;
  border: 1px solid var(--dark);
  background-color: var(--dark);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active {
  background-color: var(--dark-950);
  border: 1px solid var(--dark-950);
  color: #fff;
}

.btn-light {
  color: #fff;
  border: 1px solid var(--light);
  background-color: var(--light);
}

.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:active,
.btn-light.active {
  background-color: var(--light-950);
  border: 1px solid var(--light-950);
  color: #fff;
}

.btn-info {
  color: #fff;
  border: 1px solid var(--info);
  background-color: var(--info);
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  background-color: var(--info-950);
  border: 1px solid var(--info-950);
  color: #fff;
}

.btn-danger {
  color: #fff;
  border: 1px solid var(--danger);
  background-color: var(--danger);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  background-color: var(--danger-950);
  border: 1px solid var(--danger-950);
  color: #fff;
}

.btn-success {
  color: #fff;
  border: 1px solid var(--success);
  background-color: var(--success);
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  background-color: var(--success-950);
  border: 1px solid var(--success-950);
  color: #fff;
}

.btn-warning {
  color: #fff;
  border: 1px solid var(--warning);
  background-color: var(--warning);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  background-color: var(--warning-950);
  border: 1px solid var(--warning-950);
  color: #fff;
}

.btn-cyan {
  color: #fff;
  border: 1px solid var(--cyan);
  background-color: var(--cyan);
}

.btn-cyan:hover,
.btn-cyan:focus,
.btn-cyan.focus,
.btn-cyan:active,
.btn-cyan.active {
  background-color: var(--cyan-950);
  border: 1px solid var(--cyan-950);
  color: #fff;
}

.btn-indigo {
  color: #fff;
  border: 1px solid var(--indigo);
  background-color: var(--indigo);
}

.btn-indigo:hover,
.btn-indigo:focus,
.btn-indigo.focus,
.btn-indigo:active,
.btn-indigo.active {
  background-color: var(--indigo-950);
  border: 1px solid var(--indigo-950);
  color: #fff;
}

.btn-pink {
  color: #fff;
  border: 1px solid var(--pink);
  background-color: var(--pink);
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active {
  background-color: var(--pink-950);
  border: 1px solid var(--pink-950);
  color: #fff;
}

.btn-orange {
  color: #fff;
  border: 1px solid var(--orange);
  background-color: var(--orange);
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active {
  background-color: var(--orange-950);
  border: 1px solid var(--orange-950);
  color: #fff;
}

.btn-purple {
  color: #fff;
  border: 1px solid var(--purple);
  background-color: var(--purple);
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active {
  background-color: var(--purple-950);
  border: 1px solid var(--purple-950);
  color: #fff;
}

.btn-teal {
  color: #fff;
  border: 1px solid var(--teal);
  background-color: var(--teal);
}

.btn-teal:hover,
.btn-teal:focus,
.btn-teal.focus,
.btn-teal:active,
.btn-teal.active {
  background-color: var(--teal-950);
  border: 1px solid var(--teal-950);
  color: #fff;
}

.btn-white {
  color: #fff;
  border: 1px solid var(--white);
  background-color: var(--white);
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active {
  background-color: var(--white-950);
  border: 1px solid var(--white-950);
  color: #fff;
}

.btn-primary {
  color: #fff;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
}

.btn-white {
  color: var(--gray-900);
  border: 1px solid var(--border-color);
  background-color: var(--white);
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff !important;
}

.btn-dark {
  color: var(--white);
  border: 1px solid var(--dark);
  background-color: var(--dark);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}

.btn-light {
  color: var(--gray-900) !important;
}

.btn-outline-light {
  color: var(--gray-900) !important;
  border: 1px solid var(--border-color);
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:active,
.btn-outline-light.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff !important;
}

[data-bs-theme=dark] .btn.btn-dark {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--dark);
}

[data-bs-theme=dark] .btn.btn-dark:hover {
  background-color: var(--primary);
}

.theme-1 .btn {
  border-radius: 1.5rem;
}

.theme-2 .btn-primary {
  position: relative;
  display: inline-block;
  background: var(--primary-linear-gradient);
  background-size: 200% auto;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 0;
  border: none;
}

.theme-2 .btn-primary:hover {
  background-position: right center;
}

/*============================
    3. Avatar
============================*/
.avatar-xxs {
  height: 1rem;
  width: 1rem;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 2rem;
  width: 2rem;
}

.avatar-md {
  height: 2.25rem;
  width: 2.25rem;
}

.avatar-lg {
  height: 3rem;
  width: 3rem;
}

.avatar-xl {
  height: 5rem;
  width: 5rem;
}

.avatar-title {
  align-items: center;
  color: var(--white);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  display: inline-flex;
}

.avatar-group .avatar {
  margin-left: -0.75rem;
  transition: all 0.2s;
  line-height: 1;
  width: 2.625rem;
  height: 2.625rem;
}

.avatar-group .avatar .avatar-img,
.avatar-group .avatar>.initial-wrap {
  border: 2px solid var(--white);
  font-size: 0.9rem;
}

.avatar-group .avatar:hover {
  position: relative;
  transform: translateY(-3px);
  z-index: 1;
}

.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
  margin-left: -0.5rem;
}

.avatar-group.avatar-group-sm .avatar>.initial-wrap {
  font-size: 0.6rem;
}

.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}

.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}

.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}

.avatar-group.avatar-group-lg .avatar>.initial-wrap {
  font-size: 0.95rem;
}

.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}

.user-img {
  height: 1em;
  width: 1em;
}

.avatar {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
}

.avatar a.badge:hover {
  color: #fff;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.avatar.avatar-rounded {
  border-radius: 50%;
}

.avatar.avatar-rounded img {
  border-radius: 50%;
}

.avatar.avatar-radius-0 {
  border-radius: 0;
}

.avatar.avatar-radius-0 img {
  border-radius: 0;
}

.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid var(--white);
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar.online:before,
.avatar.offline:before,
.avatar.away:before {
  position: absolute;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid var(--white) !important;
  z-index: 1;
}

.avatar.online:before {
  background-color: var(--success);
}

.avatar.offline:before {
  background-color: var(--danger);
}

.avatar.away:before {
  background-color: var(--warning);
}

.avatar.avatar-xss {
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
  font-size: 0.65rem;
}

.avatar.avatar-xss .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}

.avatar.avatar-xss.online:before,
.avatar.avatar-xss.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}

.avatar.avatar-xs {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.65rem;
}

.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}

.avatar.avatar-xs.online:before,
.avatar.avatar-xs.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}

.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.65rem;
}

.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -28%;
  inset-inline-end: -0.45rem;
}

.avatar.avatar-sm.online:before,
.avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}

.avatar.avatar-md {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 0.8rem;
}

.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}

.avatar.avatar-md.online:before,
.avatar.avatar-md.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}

.avatar.avatar-md svg {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}

.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}

.avatar.avatar-lg.online:before,
.avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
}

.avatar.avatar-lg svg {
  width: 1.8rem;
  height: 1.8rem;
}

.avatar.avatar-xl {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.25rem;
}

.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}

.avatar.avatar-xl.online:before,
.avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}

.avatar.avatar-xl.border.online::before {
  width: 10px;
  height: 10px;
  inset-inline-end: 5px;
}

.avatar.avatar-xxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.5rem;
}

.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}

.avatar.avatar-xxl.online:before,
.avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar.avatar-xxxl {
  width: 7.5rem;
  height: 7.5rem;
  line-height: 7.5rem;
  font-size: 1.75rem;
}

.avatar.avatar-xxxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}

.avatar.avatar-xxxl.online:before,
.avatar.avatar-xxxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar-list-stacked {
  padding: 0;
}

.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}

.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}

.avatar-list-stacked.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}

.avatar-list-stacked.avatar-group-lg .avatar>.initial-wrap {
  font-size: 0.95rem;
}

.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}

.avatar-list-stacked.avatar-group-sm .avatar {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar-list-stacked.avatar-group-sm .avatar>.initial-wrap {
  font-size: 0.6rem;
}

.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.avatar-list-stacked.avatar-group-xs .avatar {
  width: 1rem;
  height: 1rem;
  margin-inline-end: -6px !important;
}

.avatar-list-stacked.avatar-group-xs .avatar>.initial-wrap {
  font-size: 0.6rem;
}

.avatar-list-stacked.avatar-group-xs.avatar-group-overlapped .avatar {
  margin-right: -6px;
}

.avatar-list-stacked .avatar {
  margin-inline-end: -0.875rem !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
}

.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}

.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}

.alert .custom-btn-close {
  background-image: none;
}

/*============================
    4. Accordion
============================*/
.accordion-button {
  background-color: var(--white);
  color: var(--gray-900);
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  color: var(--gray-900);
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed):after {
  color: var(--gray-900);
  background-image: none;
}

.accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
}

.accordion-button:after {
  content: "\eb0b";
  font-family: "tabler-icons" !important;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: var(--gray-900);
  background-image: none;
}

.accordion-body {
  padding: 0 20px 20px;
  font-size: 16px;
  color: var(--body-color);
}

.accordion-item {
  color: var(--body-color);
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  position: relative;
}

.accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 1rem;
}

.accordions-items-seperate .accordion-item {
  border-block-start: 1px solid var(--border-color);
  border-radius: 6px;
  overflow: hidden;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.accordion.accordionicon-none .accordion-button:after {
  display: none;
}

.accordion.accordionicon-left .accordion-button {
  padding-inline-start: 2.5rem;
}

.accordion.accordionicon-left .accordion-button:after {
  position: absolute;
  inset-inline-start: 0.625rem;
}

.accordion.accordion-list .accordion-item {
  border: 0;
  background: transparent;
}

.accordion.accordion-list .accordion-item:last-child {
  border-bottom: 0 !important;
}

.accordion.accordion-list .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
}

.accordion.accordion-list .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "\f0d8";
  transform: none;
}

.accordion.accordion-list .accordion-item .accordion-header .accordion-button:after {
  content: "\f0d7";
  color: var(--gray-600);
  font-size: 16px;
}

.accordion.accordion-list .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}

/*============================
    5. Badge
============================*/
.badge-soft-primary {
  color: var(--primary);
  background-color: var(--primary-100);
}

.badge-soft-primary[href] {
  color: var(--primary);
  text-decoration: none;
}

.badge-soft-primary[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--primary-300);
}

.badge-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.badge-soft-secondary {
  color: var(--secondary);
  background-color: var(--secondary-100);
}

.badge-soft-secondary[href] {
  color: var(--secondary);
  text-decoration: none;
}

.badge-soft-secondary[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--secondary-300);
}

.badge-outline-secondary {
  color: var(--secondary);
  border-color: var(--secondary);
}

.badge-soft-dark {
  color: var(--dark);
  background-color: var(--dark-100);
}

.badge-soft-dark[href] {
  color: var(--dark);
  text-decoration: none;
}

.badge-soft-dark[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--dark-300);
}

.badge-outline-dark {
  color: var(--dark);
  border-color: var(--dark);
}

.badge-soft-light {
  color: var(--light);
  background-color: var(--light-100);
}

.badge-soft-light[href] {
  color: var(--light);
  text-decoration: none;
}

.badge-soft-light[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--light-300);
}

.badge-outline-light {
  color: var(--light);
  border-color: var(--light);
}

.badge-soft-info {
  color: var(--info);
  background-color: var(--info-100);
}

.badge-soft-info[href] {
  color: var(--info);
  text-decoration: none;
}

.badge-soft-info[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--info-300);
}

.badge-outline-info {
  color: var(--info);
  border-color: var(--info);
}

.badge-soft-danger {
  color: var(--danger);
  background-color: var(--danger-100);
}

.badge-soft-danger[href] {
  color: var(--danger);
  text-decoration: none;
}

.badge-soft-danger[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--danger-300);
}

.badge-outline-danger {
  color: var(--danger);
  border-color: var(--danger);
}

.badge-soft-success {
  color: var(--success);
  background-color: var(--success-100);
}

.badge-soft-success[href] {
  color: var(--success);
  text-decoration: none;
}

.badge-soft-success[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--success-300);
}

.badge-outline-success {
  color: var(--success);
  border-color: var(--success);
}

.badge-soft-warning {
  color: var(--warning);
  background-color: var(--warning-100);
}

.badge-soft-warning[href] {
  color: var(--warning);
  text-decoration: none;
}

.badge-soft-warning[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--warning-300);
}

.badge-outline-warning {
  color: var(--warning);
  border-color: var(--warning);
}

.badge-soft-cyan {
  color: var(--cyan);
  background-color: var(--cyan-100);
}

.badge-soft-cyan[href] {
  color: var(--cyan);
  text-decoration: none;
}

.badge-soft-cyan[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--cyan-300);
}

.badge-outline-cyan {
  color: var(--cyan);
  border-color: var(--cyan);
}

.badge-soft-indigo {
  color: var(--indigo);
  background-color: var(--indigo-100);
}

.badge-soft-indigo[href] {
  color: var(--indigo);
  text-decoration: none;
}

.badge-soft-indigo[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--indigo-300);
}

.badge-outline-indigo {
  color: var(--indigo);
  border-color: var(--indigo);
}

.badge-soft-pink {
  color: var(--pink);
  background-color: var(--pink-100);
}

.badge-soft-pink[href] {
  color: var(--pink);
  text-decoration: none;
}

.badge-soft-pink[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--pink-300);
}

.badge-outline-pink {
  color: var(--pink);
  border-color: var(--pink);
}

.badge-soft-orange {
  color: var(--orange);
  background-color: var(--orange-100);
}

.badge-soft-orange[href] {
  color: var(--orange);
  text-decoration: none;
}

.badge-soft-orange[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--orange-300);
}

.badge-outline-orange {
  color: var(--orange);
  border-color: var(--orange);
}

.badge-soft-purple {
  color: var(--purple);
  background-color: var(--purple-100);
}

.badge-soft-purple[href] {
  color: var(--purple);
  text-decoration: none;
}

.badge-soft-purple[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--purple-300);
}

.badge-outline-purple {
  color: var(--purple);
  border-color: var(--purple);
}

.badge-soft-teal {
  color: var(--teal);
  background-color: var(--teal-100);
}

.badge-soft-teal[href] {
  color: var(--teal);
  text-decoration: none;
}

.badge-soft-teal[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--teal-300);
}

.badge-outline-teal {
  color: var(--teal);
  border-color: var(--teal);
}

.badge-soft-white {
  color: var(--white);
  background-color: var(--white-100);
}

.badge-soft-white[href] {
  color: var(--white);
  text-decoration: none;
}

.badge-soft-white[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--white-300);
}

.badge-outline-white {
  color: var(--white);
  border-color: var(--white);
}

.badge {
  vertical-align: middle;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 500;
}

.badge-sm {
  padding: 5px 7px;
  font-size: 12px;
}

/*============================
    6. Border
============================*/
.border {
  border: 1px solid var(--border-color) !important;
}

.border.border-dashed {
  border-style: dashed !important;
}

.border.border-dotted {
  border-style: dotted !important;
}

.border.border-primary {
  border: 1px solid var(--primary) !important;
  opacity: 1;
}

.border.border-secondary {
  border: 1px solid var(--secondary) !important;
  opacity: 1;
}

.border.border-info {
  border-color: var(--info) !important;
  opacity: 1;
}

.border.border-success {
  border-color: var(--success) !important;
  opacity: 1;
}

.border.border-warning {
  border: 1px solid var(--warning) !important;
  opacity: 1;
}

.border.border-danger {
  border: 1px solid var(--danger) !important;
  opacity: 1;
}

.border.border-white {
  border: 1px solid var(--white) !important;
  opacity: 1;
}

.border.border-light {
  border: 1px solid var(--light) !important;
  opacity: 1;
}

.border.border-dark {
  border: 1px solid var(--dark) !important;
  opacity: 1;
}

.border.border-1 {
  border-width: 1px !important;
}

.border.border-2 {
  border-width: 2px !important;
}

.border.border-3 {
  border-width: 3px !important;
}

.border.border-4 {
  border-width: 4px !important;
}

.border.border-5 {
  border-width: 5px !important;
}

.border.border-block-start-dashed {
  border-top-style: dashed;
}

.border.border-block-start-dotted {
  border-top-style: dotted;
}

.border.border-inline-end-dashed {
  border-inline-end-style: dashed;
}

.border.border-inline-end-dotted {
  border-inline-end-style: dotted;
}

.border.border-block-end-dashed {
  border-bottom-style: dashed;
}

.border.border-block-end-dotted {
  border-bottom-style: dotted;
}

.border.border-inline-start-dashed {
  border-inline-start-style: dashed;
}

.border.border-inline-start-dotted {
  border-inline-start-style: dotted;
}

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

.border.border-top-0 {
  border-block-start: 0 !important;
}

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

.border.border-bottom-0 {
  border-block-end: 0 !important;
}

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

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

.border-top.border-block-start-dashed {
  border-top-style: dashed !important;
}

.border-top.border-block-start-dotted {
  border-top-style: dotted !important;
}

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

.border-top.border-secondary {
  border-color: var(--secondary) !important;
}

.border-top.border-warning {
  border-color: var(--warning) !important;
}

.border-top.border-info {
  border-color: var(--info) !important;
}

.border-top.border-success {
  border-color: var(--success) !important;
}

.border-top.border-danger {
  border-color: var(--danger) !important;
}

.border-top.border-light {
  border-color: var(--light) !important;
}

.border-top.border-dark {
  border-color: var(--dark) !important;
}

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

.border-end.border-inline-end-dashed {
  border-inline-end-style: dashed !important;
}

.border-end.border-inline-end-dotted {
  border-inline-end-style: dotted !important;
}

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

.border-end.border-secondary {
  border-color: var(--secondary) !important;
}

.border-end.border-warning {
  border-color: var(--warning) !important;
}

.border-end.border-info {
  border-color: var(--info) !important;
}

.border-end.border-success {
  border-color: var(--success) !important;
}

.border-end.border-danger {
  border-color: var(--danger) !important;
}

.border-end.border-light {
  border-color: var(--light) !important;
}

.border-end.border-dark {
  border-color: var(--dark) !important;
}

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

.border-bottom.border-block-end-dashed {
  border-bottom-style: dashed !important;
}

.border-bottom.border-block-end-dotted {
  border-bottom-style: dotted !important;
}

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

.border-bottom.border-secondary {
  border-color: var(--secondary) !important;
}

.border-bottom.border-warning {
  border-color: var(--warning) !important;
}

.border-bottom.border-info {
  border-color: var(--info) !important;
}

.border-bottom.border-success {
  border-color: var(--success) !important;
}

.border-bottom.border-danger {
  border-color: var(--danger) !important;
}

.border-bottom.border-light {
  border-color: var(--light) !important;
}

.border-bottom.border-dark {
  border-color: var(--dark) !important;
}

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

.border-start.border-inline-start-dashed {
  border-inline-start-style: dashed !important;
}

.border-start.border-inline-start-dotted {
  border-inline-start-style: dotted !important;
}

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

.border-start.border-secondary {
  border-color: var(--secondary) !important;
}

.border-start.border-warning {
  border-color: var(--warning) !important;
}

.border-start.border-info {
  border-color: var(--info) !important;
}

.border-start.border-success {
  border-color: var(--success) !important;
}

.border-start.border-danger {
  border-color: var(--danger) !important;
}

.border-start.border-light {
  border-color: var(--light) !important;
}

.border-start.border-dark {
  border-color: var(--dark) !important;
}

.border-dashed.border-primary {
  border-style: dashed !important;
}

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

/*============================
    7. Background
============================*/
.bg-primary {
  background-color: var(--primary) !important;
}

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

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

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

.bg-info {
  background-color: var(--info) !important;
}

.bg-danger {
  background-color: var(--danger) !important;
}

.bg-success {
  background-color: var(--success) !important;
}

.bg-warning {
  background-color: var(--warning) !important;
}

.bg-cyan {
  background-color: var(--cyan) !important;
}

.bg-indigo {
  background-color: var(--indigo) !important;
}

.bg-pink {
  background-color: var(--pink) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.bg-purple {
  background-color: var(--purple) !important;
}

.bg-teal {
  background-color: var(--teal) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-primary:hover,
.link-primary:focus {
  color: var(--primary-950) !important;
}

.link-secondary {
  color: var(--secondary) !important;
}

.link-secondary:hover,
.link-secondary:focus {
  color: var(--secondary-950) !important;
}

.link-dark {
  color: var(--dark) !important;
}

.link-dark:hover,
.link-dark:focus {
  color: var(--dark-950) !important;
}

.link-light {
  color: var(--light) !important;
}

.link-light:hover,
.link-light:focus {
  color: var(--light-950) !important;
}

.link-info {
  color: var(--info) !important;
}

.link-info:hover,
.link-info:focus {
  color: var(--info-950) !important;
}

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

.link-danger:hover,
.link-danger:focus {
  color: var(--danger-950) !important;
}

.link-success {
  color: var(--success) !important;
}

.link-success:hover,
.link-success:focus {
  color: var(--success-950) !important;
}

.link-warning {
  color: var(--warning) !important;
}

.link-warning:hover,
.link-warning:focus {
  color: var(--warning-950) !important;
}

.link-cyan {
  color: var(--cyan) !important;
}

.link-cyan:hover,
.link-cyan:focus {
  color: var(--cyan-950) !important;
}

.link-indigo {
  color: var(--indigo) !important;
}

.link-indigo:hover,
.link-indigo:focus {
  color: var(--indigo-950) !important;
}

.link-pink {
  color: var(--pink) !important;
}

.link-pink:hover,
.link-pink:focus {
  color: var(--pink-950) !important;
}

.link-orange {
  color: var(--orange) !important;
}

.link-orange:hover,
.link-orange:focus {
  color: var(--orange-950) !important;
}

.link-purple {
  color: var(--purple) !important;
}

.link-purple:hover,
.link-purple:focus {
  color: var(--purple-950) !important;
}

.link-teal {
  color: var(--teal) !important;
}

.link-teal:hover,
.link-teal:focus {
  color: var(--teal-950) !important;
}

.link-white {
  color: var(--white) !important;
}

.link-white:hover,
.link-white:focus {
  color: var(--white-950) !important;
}

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

.bg-secondary-300 {
  background-color: var(--secondary-300);
}

.bg-dark-300 {
  background-color: var(--dark-300);
}

.bg-light-300 {
  background-color: var(--light-300);
}

.bg-info-300 {
  background-color: var(--info-300);
}

.bg-danger-300 {
  background-color: var(--danger-300);
}

.bg-success-300 {
  background-color: var(--success-300);
}

.bg-warning-300 {
  background-color: var(--warning-300);
}

.bg-cyan-300 {
  background-color: var(--cyan-300);
}

.bg-indigo-300 {
  background-color: var(--indigo-300);
}

.bg-pink-300 {
  background-color: var(--pink-300);
}

.bg-orange-300 {
  background-color: var(--orange-300);
}

.bg-purple-300 {
  background-color: var(--purple-300);
}

.bg-teal-300 {
  background-color: var(--teal-300);
}

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

.bg-dark {
  background: #1E1B1B !important;
}

.text-body {
  color: var(--gray-700) !important;
}

.heading-color {
  color: var(--gray-900) !important;
}

.gradient-text {
  background: linear-gradient(0deg, #6B9C4C 0%, #008979 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*============================
   8. Card
============================*/
.card {
  background-color: var(--white);
  border: 1px solid var(--border-color);
  margin-bottom: 24px;
  color: inherit;
}

.card .card-title {
  color: var(--gray-900);
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
}

.card .card-body {
  padding: 24px;
}

.card-header {
  border-color: var(--border-color);
  padding: 1rem 1.5rem;
  background: var(--white);
  position: relative;
}

.card-header::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -1px;
  width: 32px;
  height: 2px;
  background: var(--primary);
  animation: movebounce 4s ease-in-out infinite;
}

.card-footer {
  background-color: var(--white);
  border-color: var(--border-color);
  padding: 15px 20px;
}

@keyframes movebounce {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

/*============================
    9. Forms
============================*/
.form-control {
  border-color: var(--input-border);
  color: var(--gray-900);
  background-color: var(--form-bg);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  min-height: 44px;
  transition: all 0.5s;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--input-border);
  background-color: var(--form-bg);
  color: var(--gray-900);
}

.form-control:focus::-webkit-input-placeholder,
.form-control:focus::placeholder {
  color: var(--gray-400);
  padding-inline-start: 0;
}

.form-control::-webkit-input-placeholder {
  color: var(--gray-400);
  padding-inline-start: 0;
  transition: padding-inline-start 0.1s ease-in;
}

.form-control:-moz-placeholder {
  color: var(--gray-400);
}

.form-control::-moz-placeholder {
  color: var(--gray-400);
}

.form-control:-ms-input-placeholder {
  color: var(--gray-400);
}

.form-control-sm {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  height: auto;
  min-height: 32px;
}

.form-control-lg {
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  min-height: 40px;
}

textarea.form-control {
  min-height: 38px;
  height: auto;
}

textarea {
  resize: none;
}

.form-control[type=file] {
  padding: 0.3rem 0.5rem;
}

.form-control[type=file].form-control-sm {
  padding: 0.25rem 0.5rem !important;
}

.form-control[type=file].form-control-lg {
  padding: 0.5rem 1rem !important;
}

input.form-control[type=color],
input.form-control[type=range] {
  min-height: 38px;
}

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

.form-check {
  min-height: inherit !important;
}

.col-form-label-lg,
.col-form-label-sm,
.col-form-label {
  font-weight: 500;
}

.col-form-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color);
}

.form-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.custom-select:invalid:focus,
.form-control:invalid:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.custom-select:valid:focus,
.form-control:valid:focus {
  box-shadow: none !important;
}

select.form-control:not([size]):not([multiple]) {
  height: 38px;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 32px;
}

.password-eye {
  cursor: pointer;
}

.password-eye:before {
  font-family: tabler-icons;
  content: "\ea9a";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 16px;
}

.show-password .password-eye:before {
  content: "\f06d1";
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
  color: transparent !important;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(3.5rem - 4px);
}

.form-floating.floating-primary label {
  color: var(--primary);
  opacity: 1;
}

.form-floating.floating-primary input {
  border: 1px solid var(--primary);
}

.form-floating.floating-primary>.form-control:focus~label {
  color: var(--primary) !important;
}

.form-floating.floating-secondary label {
  color: var(--secondary);
  opacity: 1;
}

.form-floating.floating-secondary input {
  border: 1px solid var(--secondary);
}

.form-floating.floating-secondary>.form-control:focus~label {
  color: var(--secondary) !important;
}

.form-floating.floating-warning label {
  color: var(--warning);
  opacity: 1;
}

.form-floating.floating-warning input {
  border: 1px solid var(--warning);
}

.form-floating.floating-warning>.form-control:focus~label {
  color: var(--warning) !important;
}

.form-floating.floating-info label {
  color: var(--info);
  opacity: 1;
}

.form-floating.floating-info input {
  border: 1px solid var(--info);
}

.form-floating.floating-info>.form-control:focus~label {
  color: var(--info) !important;
}

.form-floating.floating-success label {
  color: var(--success);
  opacity: 1;
}

.form-floating.floating-success input {
  border: 1px solid var(--success);
}

.form-floating.floating-success>.form-control:focus~label {
  color: var(--success) !important;
}

.form-floating.floating-danger label {
  color: var(--danger);
  opacity: 1;
}

.form-floating.floating-danger input {
  border: 1px solid var(--danger);
}

.form-floating.floating-danger>.form-control:focus~label {
  color: var(--danger) !important;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
  background-color: var(--white);
  border-radius: 6px;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--success);
  box-shadow: none;
}

.input-group-flat:focus-within {
  border-radius: 6px;
}

.input-group-flat:focus-within .form-control,
.input-group-flat:focus-within .input-group-text {
  border-color: var(--input-border) !important;
  background: var(--white) !important;
}

.input-group-flat .form-control:focus {
  border-color: var(--input-border);
  box-shadow: none;
}

.input-group-flat .form-control:not(:last-child) {
  border-right: 0;
}

.input-group-flat .form-control:not(:first-child) {
  border-left: 0;
}

.input-group-flat .input-group-text {
  background-color: var(--form-bg);
  border-color: var(--input-border);
  transition: all 0.5s;
}

.input-group-flat .input-group-text:first-child {
  padding-right: 0;
}

.input-group-flat .input-group-text:last-child {
  padding-left: 0;
}

.input-group-flat .input-group-text i {
  color: var(--gray-300);
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-check-input:checked~label {
  color: var(--gray-900);
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check-input~label {
  color: var(--gray-700);
}

.file-uploader {
  position: relative;
}

.file-uploader input {
  font-size: 0;
  opacity: 0;
  position: absolute;
}

.file-uploader .input-file {
  width: 100%;
  background: var(--light);
  border-radius: 5px;
  display: flex;
  height: 38px;
  align-items: center;
}

.file-uploader .input-file .browse-btn {
  height: 38px;
  background: var(--dark);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
}

.file-uploader .input-file .browse-text {
  font-size: 14px;
  color: var(--gray-300);
  padding-left: 12px;
}

.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400);
  pointer-events: none;
  font-size: 14px;
  padding: 0 12px 0 12px;
}

.input-icon-addon:last-child {
  right: 0;
  left: auto;
}

.input-icon-end .input-icon-addon {
  right: 0;
  left: auto;
}

.input-icon-end .form-control {
  padding-right: 32px;
}

.input-icon-start .form-control {
  padding-left: 32px;
}

.input-group-text {
  background-color: transparent;
  border-color: var(--border-color);
}

.form-control.bookingrange {
  height: 35px;
  font-size: 13px;
}

/*============================
   10. Dropdown
============================*/
.dropdown-menu {
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  animation-name: DropDownSlideUp;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  will-change: transform;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid var(--border-color);
  background-color: var(--white);
}

.dropdown-menu[data-popper-placement=top-start],
.dropdown-menu[data-popper-placement=top] {
  animation-name: DropDownSlideDown;
}

.dropdown-menu .dropdown-item {
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-600);
  padding: 8px 16px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: var(--heading-color);
  background: var(--light);
}

@keyframes DropDownSlideUp {
  100% {
    margin-top: -1px;
  }

  0% {
    margin-top: 5px;
  }
}

@keyframes DropDownSlideDown {
  100% {
    margin-bottom: 0;
  }

  0% {
    margin-bottom: 5px;
  }
}

.dropdown-divider {
  border-color: var(--border-color);
}

.dropdown-menu-lg {
  width: 400px;
}

@media (max-width: 767.98px) {
  .dropdown-menu-lg {
    width: 300px;
  }
}

.dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0;
  content: "\ea5f";
  font-family: "tabler-icons";
  border: 0;
  font-size: 14px;
  position: relative;
}

/*============================
    11. Breadcrumb
============================*/
.breadcrumb-bar {
  padding: 60px 0;
  background: #1E1B1B;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .breadcrumb-bar {
    padding: 40px 0;
  }
}

.breadcrumb-bar .breadcrumb-title {
  color: #fff;
  margin-bottom: 1rem;
}

.breadcrumb-bar .breadcrumb-img-01 {
  position: absolute;
  top: 40px;
  right: 107px;
}

.breadcrumb-bar .breadcrumb-img-02 {
  position: absolute;
  top: 78px;
  left: 175px;
  z-index: 1;
}

.breadcrumb-bar .breadcrumb-img-03 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.breadcrumb-bar .breadcrumb-shadow-01 {
  position: absolute;
  left: 0;
  top: 0;
}

.breadcrumb-bar .breadcrumb-shadow-02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.breadcrumb-bar .breadcrumb-shadow-03 {
  inset: 0;
  margin: auto;
  position: absolute;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
  color: #fff;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
}

.breadcrumb .breadcrumb-item a:hover {
  color: var(--primary);
}

.breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item span i {
  color: var(--primary);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--gray-600);
  opacity: 0.4;
}

.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  font-size: 16px;
  opacity: 1;
  position: relative;
}

[data-theme-mode=dark] .embedded-breadcrumb:before {
  filter: invert(1);
}

/*============================
    12. Bootstrap
============================*/
hr {
  border-color: var(--border-color);
  opacity: 1;
}

.fs-7 {
  font-size: 0.4375rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem;
}

.fs-10 {
  font-size: 0.75em !important;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-27 {
  font-size: 1.6875rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-29 {
  font-size: 1.8125rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-42 {
  font-size: 2.625rem;
}

.fs-44 {
  font-size: 2.75rem;
}

.fs-46 {
  font-size: 2.875rem;
}

.fs-48 {
  font-size: 3rem;
}

.shadow {
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1) !important;
}

.rounded {
  border-radius: 6px !important;
}

.modal-content {
  background-color: var(--white);
}

.modal-header {
  border-color: var(--border-color);
  padding: 1rem 1.5rem;
}

.modal-body {
  padding: 1.5rem;
}

.modal-footer {
  border-color: var(--border-color);
  padding: 1rem 1.5rem;
}

/*============================
    13. Tables
============================*/
.table-responsive {
  overflow-x: auto;
}

.table {
  background-color: var(--white);
  margin-bottom: 0 !important;
  width: 100%;
}

.table thead tr th {
  background: var(--light);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 16px;
  color: var(--gray-900);
}

.table tbody tr td {
  padding: 9px 16px;
  font-size: 15px;
  vertical-align: middle;
  color: var(--gray-700);
}

.table tbody tr td a {
  color: var(--gray-900);
}

.table tbody tr td a:hover {
  color: var(--primary);
}

th {
  font-weight: 600;
  color: var(--gray-900);
}

.table> :not(caption)>*>* {
  background-color: var(--white);
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: var(--border-color);
}

.table-nowrap th,
.table-nowrap td {
  white-space: nowrap;
}

.action-item>a {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  color: var(--gray-700);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.action-item>a:hover {
  background-color: var(--light);
  color: var(--gray-900);
}

.table-header {
  padding: 15px 26px;
}

body {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  background-color: var(--white);
  color: var(--body-color);
  line-height: 1.6;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
}

/* Links & focus - accessible and theme-aware */
a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.25s ease;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover,
a:focus {
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
}

a:focus-visible {
  box-shadow: 0 0 0 4px rgba(194, 84, 20, 0.35);
  border-radius: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-weight: 700;
}

h1 {
  font-size: 52px;
  letter-spacing: -0.5px;
}

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

@media (max-width: 767.98px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 36px;
  letter-spacing: -0.4px;
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 22px;
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  h4 {
    font-size: 17px;
  }
}

h5 {
  font-size: 18px;
}

@media (max-width: 991.98px) {
  h5 {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  h6 {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  h6 {
    font-size: 14px;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

::selection {
  background: var(--primary);
  color: var(--white);
  text-shadow: none;
  -webkit-text-fill-color: white;
  /* Chrome/Safari for gradient text */
  -moz-text-fill-color: white;
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }

  a:focus-visible {
    box-shadow: 0 0 0 3px rgba(194, 84, 20, 0.35);
  }
}

/*============================
    14. Header
============================*/
header {
  background: var(--white);
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 111;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  border-bottom: 1px solid var(--border-color);
}

header.header-one {
  position: absolute;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  border: 0;
}
 
@media (max-width: 991.98px) {
  header.header-one {
    background: var(--white);
  }
}

header.header-one.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}

@media (min-width: 992px) {
  header.header-one.fixed .navbar-header .navbar-brand.logo {
    display: block;
  }
}

header.header-one.fixed .navbar-header .navbar-brand.logo-white {
  display: none;
}

header.header-one.fixed .header-items .topbar-link {
  color: var(--gray-900);
}

header.header-one.fixed .header-items .topbar-link:hover {
  color: var(--primary);
}

@media (min-width: 992px) {
  header.header-one .navbar-header .navbar-brand.logo {
    display: none;
  }
}

@media (min-width: 992px) {
  header.header-one .navbar-header .navbar-brand.logo-white {
    display: block;
  }
}

@media (max-width: 991.98px) {
  header.header-one .navbar-header .navbar-brand.logo-white {
    display: none;
  }
}

header.header-one .header-nav .main-menu-wrapper .main-nav>li>a {
  color: #fff;
}

header.header-one .header-nav .main-menu-wrapper .main-nav>li>a:hover {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  header.header-one .header-nav .main-menu-wrapper .main-nav>li>a {
    color: var(--gray-900);
  }

  header.header-one .header-nav .main-menu-wrapper .main-nav>li>a:hover {
    color: var(--primary);
  }
}

header.header-one .header-nav .main-menu-wrapper .main-nav>li.active>a {
  color: var(--primary);
}

header.header-one .header-items .topbar-link {
  color: #fff;
}

header.header-one .header-items .topbar-link:hover {
  color: var(--primary);
}

header.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

header.fixed .header-nav .main-menu-wrapper .main-nav>li.active>a,
header.fixed .header-nav .main-menu-wrapper .main-nav>li:hover>a {
  color: var(--primary);
}

header.fixed .header-nav .main-menu-wrapper .main-nav>li>a {
  color: var(--gray-900);
}

header.fixed .header-btn .theme-toggle {
  color: var(--gray-900);
}

header.header-three {
  border-bottom: 0;
}

header.header-three.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}

header.header-four {
  position: absolute;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  border: 0;
}

@media (max-width: 991.98px) {
  header.header-four {
    background: var(--white);
  }
}

header.header-four.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}

@media (max-width: 1199.98px) {
  header.header-four .navbar-header .navbar-brand {
    max-width: 210px;
  }
}

header.header-four .header-nav .main-menu-wrapper .main-nav>li>a::before {
  content: none;
}

header.header-four .header-nav .main-menu-wrapper .main-nav>li>a:hover {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  header.header-four .header-nav .main-menu-wrapper .main-nav>li>a {
    color: var(--gray-900);
  }

  header.header-four .header-nav .main-menu-wrapper .main-nav>li>a:hover {
    color: var(--primary);
  }
}

header.header-four .header-nav .main-menu-wrapper .main-nav>li.active>a {
  color: var(--primary);
}

header.header-four .header-nav .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper::before {
  filter: brightness(0) saturate(100%) invert(37%) sepia(56%) saturate(398%) hue-rotate(53deg) brightness(91%) contrast(82%);
}

header.header-four .header-items {
  gap: 12px;
}

header.header-four .header-items .topbar-link {
  color: var(--gray-900);
  border: 1px solid var(--border-color);
  background: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

header.header-four .header-items .topbar-link:hover {
  color: var(--primary);
}

header.header-four .header-items .dropdown-menu.show {
  margin-top: 15px !important;
}

header.header-five .header-logo .logo {
  display: none;
}

@media (max-width: 991.98px) {
  header.header-five .header-logo .logo {
    display: block;
  }
}

@media (max-width: 991.98px) {
  header.header-five .header-logo .logo-white {
    display: none;
  }
}

header.header-five .header-logo .navbar-brand {
  margin: 0;
}

header.header-five .header-nav .main-menu-wrapper .main-nav>li>a {
  color: #fff;
}

header.header-five .header-nav .main-menu-wrapper .main-nav>li>a::before {
  content: none;
}

header.header-five .header-nav .main-menu-wrapper .main-nav>li>a:hover {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  header.header-five .header-nav .main-menu-wrapper .main-nav>li>a {
    color: var(--gray-900);
  }

  header.header-five .header-nav .main-menu-wrapper .main-nav>li>a:hover {
    color: var(--primary);
  }
}

header.header-five .header-nav .main-menu-wrapper .main-nav>li.active>a {
  color: var(--primary);
}

header.header-five .header-items {
  gap: 12px;
}

header.header-five .header-items .topbar-link {
  color: #fff;
  border: none;
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

header.header-five .header-items .topbar-link:hover {
  color: var(--primary);
}

header.header-five.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}

header.header-five.fixed .header-nav .main-menu-wrapper .main-nav>li>a {
  color: var(--gray-900);
}

header.header-five.fixed .header-nav .main-menu-wrapper .main-nav>li>a::before {
  content: none;
}

header.header-five.fixed .header-nav .main-menu-wrapper .main-nav>li>a:hover {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  header.header-five.fixed .header-nav .main-menu-wrapper .main-nav>li>a {
    color: var(--gray-900);
  }

  header.header-five.fixed .header-nav .main-menu-wrapper .main-nav>li>a:hover {
    color: var(--primary);
  }
}

header.header-five.fixed .header-nav .main-menu-wrapper .main-nav>li.active>a {
  color: var(--primary);
}

header.header-five.fixed .header-items {
  gap: 12px;
}

header.header-five.fixed .header-items .topbar-link {
  color: var(--gray-900);
  border: none;
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

header.header-five.fixed .header-items .topbar-link:hover {
  color: var(--primary);
}

header.header-five.fixed .header-logo .logo {
  display: block;
}

header.header-five.fixed .header-logo .logo-white {
  display: none;
}

header.header-five.fixed .header-logo .navbar-brand {
  max-width: 260px;
}

header.header-five .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper::before {
  background: url(../img/home-5/bg/shadow-img-3.svg) no-repeat !important;
  right: -283px;
  bottom: 0px;
  filter: unset !important;
}

header.header-six {
  background: #1E1B1B;
  border-bottom: 0;
}

@media (max-width: 991.98px) {
  header.header-six .navbar-header #mobile_btn {
    color: #fff;
  }
}

header.header-six .navbar-header .navbar-brand.logo {
  display: none;
}

header.header-six .navbar-header .navbar-brand.logo-white {
  display: block;
}

header.header-six .header-nav .main-menu-wrapper .main-nav>li>a {
  color: #fff;
}

header.header-six .header-nav .main-menu-wrapper .main-nav>li>a:hover {
  color: var(--primary);
}

header.header-six .header-nav .main-menu-wrapper .main-nav>li>a::before {
  content: none;
}

@media (max-width: 991.98px) {
  header.header-six .header-nav .main-menu-wrapper .main-nav>li>a {
    color: var(--gray-900);
  }

  header.header-six .header-nav .main-menu-wrapper .main-nav>li>a:hover {
    color: var(--primary);
  }
}

header.header-six .header-nav .main-menu-wrapper .main-nav>li.active>a {
  color: var(--primary);
}

header.header-six .header-items .topbar-link {
  color: #fff;
}

header.header-six .header-items .topbar-link:hover {
  color: var(--primary);
}

header.header-six.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}

@media (max-width: 991.98px) {
  header.header-six.fixed .navbar-header #mobile_btn {
    color: var(--gray-900);
  }
}

header.header-six.fixed .navbar-header .navbar-brand.logo {
  display: block;
}

header.header-six.fixed .navbar-header .navbar-brand.logo-white {
  display: none;
}

header.header-six.fixed .header-nav .main-menu-wrapper .main-nav>li>a {
  color: var(--gray-900);
}

header.header-six.fixed .header-nav .main-menu-wrapper .main-nav>li>a:hover {
  color: var(--primary);
}

header.header-six.fixed .header-nav .main-menu-wrapper .main-nav>li>a::before {
  content: none;
}

@media (max-width: 991.98px) {
  header.header-six.fixed .header-nav .main-menu-wrapper .main-nav>li>a {
    color: var(--gray-900);
  }

  header.header-six.fixed .header-nav .main-menu-wrapper .main-nav>li>a:hover {
    color: var(--primary);
  }
}

header.header-six.fixed .header-nav .main-menu-wrapper .main-nav>li.active>a {
  color: var(--primary);
}

header.header-six.fixed .header-items .topbar-link {
  color: var(--gray-900);
}

header.header-six.fixed .header-items .topbar-link:hover {
  color: var(--primary);
}

header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

@media (max-width: 991.98px) {
  header .header-nav {
    height: 55px;
  }
  .header .navbar-header {
    padding: 0 !important;
}
}

header .header-nav .main-menu-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper {
    order: 3;
    width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background-color: var(--white);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    display: block;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li {
  padding: 30px 0;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li {
    width: 100%;
    padding: 0;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li>a {
  color: var(--gray-900);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

header .header-nav .main-menu-wrapper .main-nav>li>a:hover {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li>a {
    display: block;
    line-height: 20px;
    color: var(--gray-900);
  }

  header .header-nav .main-menu-wrapper .main-nav>li>a:hover {
    color: var(--primary);
  }

  header .header-nav .main-menu-wrapper .main-nav>li>a i {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li>a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li.active.has-submenu>a::after {
  left: calc(50% - 6px);
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li {
  position: relative;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li.active {
  color: var(--primary);
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li.active>a {
  color: var(--primary);
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li a {
  display: block;
  padding: 8px 16px;
  clear: both;
  white-space: nowrap;
  color: var(--gray-900);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li .submenu li a {
    padding: 8px 0 8px 20px;
    font-size: 14px;
    font-weight: 400;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li a:hover {
  color: var(--primary);
  padding-left: 20px;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li .submenu li a:hover {
    padding-left: 20px;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li .login-link {
  display: none;
}

header .navbar-header .navbar-brand {
  display: inline-block;
  padding: 0;
  line-height: 0;
}

@media (max-width: 1199.98px) {
  header .navbar-header .navbar-brand {
    max-width: 230px;
  }
}

@media (max-width: 991.98px) {
  header .navbar-header .navbar-brand {
    margin-right: 0;
  }

  header .navbar-header .navbar-brand img {
    max-width: 160px;
  }
}

header .navbar-header .navbar-brand.logo-white {
  display: none;
}

header .navbar-header .logo-small {
  display: none;
}

@media (max-width: 575.98px) {
  header .navbar-header .logo-small {
    display: block;
    width: 100%;
    text-align: center;
  }
}

header .navbar-header #mobile_btn {
  display: none;
  margin-left: 30px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  header .navbar-header #mobile_btn {
    display: inline-block;
    line-height: 0;
    color: var(--gray-900);
  }

  header .navbar-header #mobile_btn:hover {
    color: var(--primary);
  }
}

@media (max-width: 991.98px) {
  header .navbar-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 575.98px) {
  header .navbar-header {
    width: 100%;
  }
}

header .main-menu-wrapper {
  margin: 0;
}

header .main-menu-wrapper .menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    align-items: center;
    background: var(--white);
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header .menu-logo img {
    width: 160px;
  }
}

header .main-menu-wrapper .menu-header .menu-logo .logo-white {
  display: none;
}

header .main-menu-wrapper .menu-header .menu-close {
  font-size: 18px;
  color: var(--gray-500);
  cursor: pointer;
}

header .main-menu-wrapper .menu-header .menu-close:hover {
  color: var(--primary);
}

header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav {
    position: relative;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav.active {
    position: unset;
  }
}

header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}

@media (min-width: 1400px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 30px !important;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1399.98px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 18px !important;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 10px !important;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li {
    width: 100%;
    padding: 0;
    margin-right: 0 !important;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }
}

header .main-menu-wrapper .main-nav>li.active>a,
header .main-menu-wrapper .main-nav>li:hover>a {
  color: var(--primary);
}

header .main-menu-wrapper .main-nav>li.active>a::before {
  opacity: 1;
}

header .main-menu-wrapper .main-nav>li>a {
  position: relative;
}

header .main-menu-wrapper .main-nav>li>a::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: calc(50% - 10px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url("../images/menu-icon.svg");
  width: 20px;
  height: 6px;
  opacity: 0;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li>a::before {
    display: none;
  }
}

header .main-menu-wrapper .main-nav>li a i {
  font-size: 16px;
  margin-left: 4px;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li a {
    display: block;
    line-height: 20px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
  }

  header .main-menu-wrapper .main-nav>li a i {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}

header .main-menu-wrapper .main-nav>li:last-child {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li {
    border-bottom: 1px solid var(--border-color);
    padding: 0;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li {
    display: block;
    position: relative;
    margin-right: 30px;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
    left: 100%;
    top: 10%;
    font-size: 14px;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    z-index: 1000;
    border-top: 0;
    display: unset;
    background: var(--white);
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
    left: 0;
  }
}

header .main-menu-wrapper .main-nav>li .submenu>li ul li.has-submenu:hover .submenu {
  top: 0;
  position: relative;
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li>ul {
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transform-origin: top center;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
    border-radius: 0 0 10px 10px;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li>ul::before {
    border: 7px solid var(--white);
    border-color: transparent transparent var(--white) var(--white);
    content: "";
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  }
}

header .main-menu-wrapper .main-nav>li>ul.mega-submenu.home-two-menu {
  margin-left: 260px !important;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li>ul.mega-submenu.home-two-menu {
    margin-left: 0px !important;
  }
}

header .main-menu-wrapper .main-nav>li>ul.mega-submenu.home-two-menu1 {
  margin-left: 60px !important;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li>ul.mega-submenu.home-two-menu1 {
    margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li>ul.mega-submenu {
    width: 100%;
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 680px;
    left: -100px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
    border-radius: 0 0 10px 10px;
  }

  header .main-menu-wrapper .main-nav>li>ul.mega-submenu::before {
    content: none;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li>ul.mega-submenu {
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li.megamenu {
    position: unset;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li.megamenu .mega-submenu {
    left: -220px;
    min-width: 930px;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }
}

@media (min-width: 1200px) {
  header .main-menu-wrapper .main-nav>li.megamenu .mega-submenu {
    left: -300px;
    min-width: 1100px;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu {
    position: unset;
  }
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  padding: 30px;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper {
    padding: 0;
  }
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper::before {
  content: "";
  background: url("../img/bg/menu-bg.png") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: bottom right;
  background-size: contain;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper::before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper {
    box-shadow: none;
  }
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-label {
  color: var(--heading-color);
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-label {
    font-size: 14px;
  }
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li {
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li {
    margin: 0;
    padding: 8px 0;
  }
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li:last-child {
  margin-bottom: 0;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a {
  padding: 0 0 0 20px;
  font-weight: 400;
  color: var(--gray-900);
  font-size: 16px;
  position: relative;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a::before {
  content: "\ea61";
  font-family: "tabler-icons";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a::before {
    content: none;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a {
    font-size: 14px;
  }
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li.active a {
  color: var(--primary);
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu {
    min-width: 685px;
    width: auto;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 1px;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    border-radius: 0 0 10px 10px;
  }

  header .main-menu-wrapper .main-nav li.has-submenu:hover>.submenu .submenu li a {
    color: var(--body-color);
  }

  header .main-menu-wrapper .main-nav li.has-submenu:hover>.submenu .submenu li a:hover {
    color: var(--primary);
  }

  header .main-menu-wrapper .main-nav li.has-submenu.megamenu:hover>.submenu {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
  }

  header .main-menu-wrapper .main-nav .has-submenu .submenu~ul ul {
    display: block !important;
  }
}

header .main-menu-wrapper .main-nav li.login-link {
  display: none;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}

header .header-items {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1199.98px) {
  header .header-items {
    gap: 10px;
  }
}

@media (max-width: 991.98px) {
  header .header-items {
    display: none;
  }
}

header .header-items .btn {
  font-weight: 600;
}

header .header-items .topbar-link {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  font-size: 20px;
  background: transparent;
  border: 0;
}

@media (max-width: 1199.98px) {

  header .header-items .topbar-lang,
  header .header-items .topbar-add {
    display: none !important;
  }
}

header .header-items .topbar-profile .dropdown-menu {
  min-width: 300px;
  border: 1px solid var(--gray-100);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

header .header-items .topbar-profile .dropdown-menu .user-profile {
  background: var(--light);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 8px;
}

header .header-items .topbar-profile .dropdown-menu .user-profile img {
  border: 1px solid var(--white);
}

header .header-items .topbar-profile .dropdown-menu .user-profile h6 {
  font-size: 16px;
  font-weight: 500;
}

header .header-items .topbar-profile .dropdown-menu .user-profile span {
  font-size: 14px;
  color: var(--gray-500);
}

header .header-items .topbar-profile .dropdown-menu .form-switch .form-check-label {
  color: var(--gray-500);
}

header .header-items .topbar-profile .dropdown-menu .form-switch .form-check-input {
  width: 30px;
  height: 15px;
}

header .header-items .topbar-profile .dropdown-menu .form-switch:hover .form-check-label {
  color: var(--gray-900);
}

header .header-items .topbar-profile .dropdown-menu.show {
  margin-top: 18px !important;
}

header .header-items .dropdown-menu.show {
  margin-top: 28px !important;
  border: 1px solid var(--border-color);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

header.header-two {
  border-bottom: none;
}

header.header-two.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0) !important;
}

.menu-opened .main-menu-wrapper body {
  overflow: hidden;
}

.menu-opened .menu-wrapper {
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 991.98px) {
  .menu-opened .menu-wrapper {
    opacity: 1;
    transform: translateX(0%) !important;
  }
}

.menu-opened header.header-one.fixed,
.menu-opened header.header-three.fixed,
.menu-opened header.header-four.fixed,
.menu-opened header.header-six.fixed,
.menu-opened header.header-five.fixed,
.menu-opened header.header-two.fixed {
  backdrop-filter: none;
}

.menu-opened body {
  overflow: hidden !important;
}

.menu-wrapper {
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 991.98px) {
  .menu-wrapper {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    z-index: 1040;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-100%);
    transform-origin: left center;
  }
}

@media (max-width: 991.98px) {
  .menu-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    position: absolute;
  }
}

.menu-overlay .opened {
  z-index: 1;
}

.megamenu-wrapper {
  padding: 30px 30px 6px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

@media (max-width: 1199.98px) {
  .megamenu-wrapper {
    padding: 20px;
  }
}

@media (max-width: 991.98px) {
  .megamenu-wrapper {
    padding: 0;
    box-shadow: none;
    border: 0;
  }
}

.megamenu-wrapper h6 {
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .megamenu-wrapper h6 {
    display: none;
  }
}

.megamenu-wrapper .single-demo {
  padding: 15px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  border: 1px solid var(--border-color);
  transition: 0.4s;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo {
    margin-bottom: 0;
  }
}

.megamenu-wrapper .single-demo a {
  padding: 0 !important;
}

@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo a {
    padding: 8px 0 8px 20px !important;
  }
}

.megamenu-wrapper .single-demo .demo-img {
  margin-bottom: 10px;
}

.megamenu-wrapper .single-demo .demo-img img {
  border-radius: 6px;
}

@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo .demo-img {
    display: none;
  }
}

.megamenu-wrapper .single-demo .demo-info a {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo .demo-info a {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .megamenu-wrapper .single-demo:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo {
    box-shadow: none;
    padding: 0;
    border: 0;
    text-align: left;
  }
}

.megamenu-wrapper .btn:hover {
  padding-left: 15px !important;
}

.single-demo.active .demo-info a {
  color: var(--primary) !important;
}

.menu-img {
  border-radius: 10px;
  max-width: 246px;
  margin-left: auto;
  overflow: hidden;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  border: 4px solid var(--white);
}

.menu-img img {
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}

.menu-img:hover img {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}

@media (max-width: 991.98px) {
  .menu-img {
    display: none;
  }
}

.theme-toggle {
  display: none;
}

.theme-toggle.activate {
  display: block;
}

@media (max-width: 991.98px) {
  #mobile-menu {
    display: none;
  }
}

.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .sidebar-overlay.opened {
    display: block;
  }
}

.menu-dropdown {
  display: block;
  background: var(--light);
  border-radius: 6px;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .menu-dropdown {
    display: none;
  }
}

.menu-dropdown .dropdown>a {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: var(--white);
  padding: 6px 12px;
  display: flex;
  color: var(--gray-900);
  font-size: 14px;
}

.menu-dropdown .dropdown .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 12px;
}

.menu-dropdown .cart-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-dropdown .cart-item h6 {
  font-weight: 500;
}

.menu-dropdown .icon-btn>a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  background: var(--white);
  font-size: 16px;
}

.menu-dropdown .icon-btn>a:hover {
  background: var(--light);
}

.menu-login {
  margin-top: 20px;
  width: 100%;
}

.menu-login .btn {
  margin-bottom: 16px;
}

.menu-login .btn:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .menu-login {
    display: none;
  }
}

.modal-search .modal-backdrop {
  background: var(--white);
  backdrop-filter: blur(14px);
}

.badge-icon {
  position: absolute;
  top: 0;
  right: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.notification-head {
  padding: 12px 20px;
  border-bottom: 1px solid var(--border-color);
}

.notification-body {
  min-height: 280px;
  max-height: 280px;
}

.notification-item {
  background-color: var(--white);
  position: relative;
  cursor: pointer;
  border-radius: 0 !important;
  padding: 16px 20px !important;
}

.notification-item .notification-item-close {
  position: absolute;
  right: 0;
  display: none;
  top: 0;
  bottom: 0;
  padding: 15px;
  background-color: var(--body-color);
}

.notification-item .avatar {
  margin-right: 12px;
}

.notification-item .notification-action {
  display: none !important;
}

.notification-item .notification-action .btn {
  color: var(--body-color);
  display: flex;
}

.notification-item .notification-action .btn i {
  font-size: 12px;
}

.notification-item .notification-read {
  display: block;
  width: 8px;
  height: 8px;
}

.notification-item .notification-badge {
  height: 22px;
  width: 22px;
  text-align: center;
  color: var(--white);
  top: -12px;
  right: -8px;
  border: 2px solid var(--body-color);
  line-height: 18px;
  font-size: 11px;
}

.notification-item:hover .notification-item-close {
  display: block;
}

.notification-item:hover .notification-action {
  display: flex !important;
}

.notification-footer {
  padding: 12px 20px;
  border-top: 1px solid var(--border-color);
}

.notification-footer a {
  color: var(--primary);
  font-size: 14px;
}

.animate-ring {
  animation: tada 1.5s ease infinite;
}

@keyframes tada {
  0% {
    transform: scaleZ(1);
  }

  10%,
  20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scaleZ(1) rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  to {
    transform: scaleZ(1);
  }
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile__menu {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
}

.mobile-menu-visible .mobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .mobile__menu .close-btn {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.mobile__menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
}

.mobile__menu .main-nav li>ul {
  display: none;
}

.mobile__menu .nav-logo {
  position: relative;
  padding: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile__menu .nav-logo img {
  max-width: 150px;
}

.mobile__menu .nav-logo .logo-white {
  display: none;
}

.mobile__menu .nav-logo .topbar-cart {
  position: relative;
  font-size: 16px;
  display: flex;
}

.mobile__menu .nav-logo .topbar-cart .badge-icon {
  top: -2px;
  right: 0;
}

.mobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.mobile__menu .close-btn {
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-size: 16px;
  color: var(--gray-900);
  cursor: pointer;
  padding: 2px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobile__menu .mobile__menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--white);
  padding: 0 0;
  z-index: 5;
}

.mobile__menu .mobile__menu-outer {
  padding: 4px 20px;
}

.mobile__menu .mobile__menu-outer .menu-header {
  display: none;
}

.mobile__menu .mobile__menu-outer .main-nav>li {
  border-bottom: 1px solid var(--border-color);
}

.mobile__menu .mobile__menu-outer .main-nav>li.active>a {
  color: var(--primary);
}

.mobile__menu .mobile__menu-outer .main-nav>li.active li.active>a {
  color: var(--primary);
}

.mobile__menu .mobile__menu-outer .main-nav>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gray-900);
  padding: 16px 0;
  font-weight: 500;
}

.mobile__menu .mobile__menu-outer .main-nav>li .submenu ul {
  padding-left: 20px;
}

.mobile__menu .mobile__menu-outer .main-nav>li ul li {
  margin-bottom: 8px;
}

.mobile__menu .mobile__menu-outer .main-nav>li ul li a {
  font-size: 14px;
  color: var(--gray-500);
}

.mobile__menu .mobile__menu-outer .main-nav>li ul li a:hover {
  color: var(--primary);
}

/*============================
    15. Content
============================*/
.content {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .content {
    padding: 24px 0;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: var(--white);
  z-index: 99999999999 !important;
}

[data-loader=circle-side] {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 6px solid var(--primary-100);
  border-top: 5px solid var(--primary);
  border-radius: 100%;
}

@-webkit-keyframes circle {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
  }

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

@keyframes circle {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
  }

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

/*============================
    16. Footer
============================*/
footer {
  position: relative;
}
.footer-top-address {
background: rgba(255, 255, 255, 0.09);
padding: 24px;
}
footer.footer-three .footer-top .footer-top-newsletter .input-group {
background: rgba(255, 255, 255, 0.09);
justify-content: space-between;
}

footer.footer-three .footer-top .footer-top-newsletter .input-group.input-group-flat.home5 .form-control {
       padding: 0 !important;
    padding-left: 20px !important;
}

footer.footer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../img/bg/footer-bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 172px;
  z-index: -1;
}
.footer-phoneemail .ti {
    background: #C25414;
    color: #fff;
        width: 36px;
    height: 36px;
     border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
 }
footer.footer-dark .footer-widget .footer-phoneemail p {
    color: #fff;
}
footer.footer-dark .footer-widget .footer-phoneemail p span {
   text-decoration: underline;
}
footer.footer-dark .footer-widget .footer-phoneemail a {
    color: #fff;
}
footer.footer-dark .footer-widget .footer-phoneemail a:hover {
    color: #fff;
}
footer.footer-dark .footer-widget .footer-phoneemail a:hover .ti{
    background: #C25414;
}

@media (max-width: 575.98px) {
  footer.footer::before {
    background-size: cover;
  }
}

footer.footer .footer-subscribe h6 {
  margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  footer.footer .footer-subscribe h6 {
    margin-bottom: 1rem;
  }
}

footer.footer .footer-subscribe p {
  margin-bottom: 16px;
}

footer.footer .footer-subscribe .input-group {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  footer.footer .footer-subscribe .input-group {
    margin-bottom: 24px;
  }
}

footer.footer .footer-subscribe .input-group.input-group-flat:focus-within .form-control,
footer.footer .footer-subscribe .input-group.input-group-flat:focus-within .input-group-text {
  border-color: #404040 !important;
  background: transparent !important;
}

footer.footer .footer-subscribe .input-group .form-control {
  background: transparent;
  border-color: #404040;
  padding-left: 16px;
  color: #fff;
  font-size: 16px;
}

footer.footer .footer-subscribe .input-group .form-control:focus {
  border-color: #404040;
  background: transparent !important;
}

footer.footer .footer-subscribe .input-group .input-group-text {
  background: transparent;
  border-color: #404040;
  border-left: 0;
  padding: 7px 7px 7px 0;
}

footer.footer .footer-subscribe .input-group .input-group-text .btn {
  padding: 6px 16px;
}

footer.footer .footer-subscribe .input-group .input-group-text:focus {
  background: transparent !important;
}

footer.footer .footer-subscribe .social-links h6 {
  margin-bottom: 16px;
}

footer.footer .download-app {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  footer.footer .download-app {
    margin-bottom: 20px;
  }
}

@media (max-width: 1399.98px) {
  footer.footer .download-app img {
    max-width: 150px;
  }
}

@media (max-width: 1199.98px) {
  footer.footer .download-app img {
    max-width: 135px;
  }
}

footer.footer .download-app .footer-widget .footer-title {
  position: relative;
  display: inline-block;
  padding-right: 21px;
}

footer.footer .download-app .footer-widget .footer-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  width: 13px;
  height: 3px;
  background: var(--primary);
}

footer.footer-dark.footer-one {
  background:#1A0C03 !important;
  z-index: 1;
}



 footer.footer-dark.footer-one .footer-widget .footer-menu li a{
  display: inline-block;
  transition: all 0.3s ease;
}
footer.footer-dark.footer-one .footer-widget .footer-menu li a:hover {
   transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
}

footer.footer-dark.footer-one .footer-bottom { 
   background:#1A0C03 !important;
   border:none !important;
}
footer.footer-dark {
  background: #1E1B1B;
  z-index: 1;
}
footer.footer-dark.footer-three {
  background: #1A0C03;
  z-index: 1;
}

@media (max-width: 991.98px) {
  footer.footer-dark .footer-widget {
    margin-bottom: 10px;
  }
}

footer.footer-dark .footer-widget h3 {
  color: #fff;
}

footer.footer-dark .footer-widget p {
  color: #F7F8F8;
}

footer.footer-dark .footer-widget .footer-title {
  color: #fff;
}

footer.footer-dark .footer-widget .footer-menu li {
  margin-bottom: 12px;
}
footer.footer-dark.footer_style2 .footer-border {
     border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
}
footer.footer-dark.footer_style2 .footer-menu li a i{
 color: #fff;
 font-size: 14px;
}
footer.footer-dark.footer_style2 .footer-menu li a:hover i{
 color: var(--primary);
}
footer.footer-dark .footer-widget .footer-menu li a {
  position: relative;
  color: #F7F8F8;
}

footer.footer-dark .footer-widget .footer-menu li a:hover {
  color: var(--primary);
}

footer.footer-dark .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

footer.footer-dark .footer-bottom {
  border-top: 1px solid #404040;
}

footer.footer-dark .footer-bottom p {
  color: #fff;
  margin-bottom: 0;
}

footer.footer-dark .footer-bottom p a {
  color: #fff;
}

footer.footer-dark .footer-bottom p a:hover {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  footer.footer-dark .footer-bottom p {
    text-align: center;
  }
}

footer.footer-two {
  z-index: 1;
  overflow: hidden;
}

footer.footer-two .footer-top .footer-about .footer-logo {
  margin-bottom: 95px;
}

@media (max-width: 767.98px) {
  footer.footer-two .footer-top .footer-about .footer-logo {
    margin-bottom: 96px;
  }
}

@media (max-width: 575.98px) {
  footer.footer-two .footer-top .footer-about .footer-logo {
    margin-bottom: 40px;
  }
}

footer.footer-two .footer-top .footer-widget .footer-title {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  footer.footer-two .footer-top .footer-widget .footer-title {
    margin-bottom: 16px;
  }
}

footer.footer-two .footer-top .footer-contact p {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

footer.footer-two .footer-top .footer-contact p:last-child {
  margin-bottom: 0;
}

footer.footer-two .social-icon a {
  width: 40px;
  height: 40px;
  color: #2C2C2C;
}

@media (max-width: 1199.98px) {
  footer.footer-two .social-icon a {
    width: 32px;
    height: 32px;
  }
}

footer.footer-two .footer-bg-01 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

footer.footer-two .footer-bg-02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

footer.footer-two .footer-bottom .copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 991.98px) {
  footer.footer-two .footer-bottom .copyright-content {
    flex-direction: column;
  }
}

footer.footer-two .footer-bottom .copyright-content .copyright p a {
  color: #fff;
}

footer.footer-three .footer-top {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  footer.footer-three .footer-top {
    padding: 40px 0 40px;
  }
}

footer.footer-three .footer-top .footer-widget .footer-title {
  margin-bottom: 16px;
}

footer.footer-three .footer-top .input-group {
  margin-bottom: 38px;
}

@media (max-width: 767.98px) {
  footer.footer-three .footer-top .input-group {
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  footer.footer-three .footer-top .footer-gallery img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 575.98px) {
  footer.footer-three .footer-top .footer-gallery img {
    width: 50px;
    height: 50px;
  }
}

footer.footer-three .footer-top .social-icon a {
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}

footer.footer-three .footer-top .social-icon a:hover {
  background: var(--primary);
}

footer.footer-three .footer-logo-white {
  display: none;
}

footer.footer-three .image-popup-desc {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
}

footer.footer-three .image-popup-desc img {
  transition: transform 0.3s ease;
}

footer.footer-three .image-popup-desc:hover img {
  transform: scale(1.05);
}

footer.footer-three .image-popup-desc:hover::after {
  opacity: 1;
}

footer.footer-three .image-popup-desc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 991.98px) {
  footer.footer-three .footer-widget {
    margin-bottom: 10px;
  }
}

footer.footer-three .footer-widget .footer-menu li {
  margin-bottom: 12px;
}

footer.footer-three .footer-widget .footer-menu li a {
  color: #F7F8F8;
}

footer.footer-three .footer-widget .footer-menu li a:hover {
  color: var(--primary);
}

footer.footer-three .footer-bottom-three {
  padding: 15px 0;
  border-top: 1px solid var(--gray-100);
}

footer.footer-three .footer-bottom-three .policy-link a {
  margin-left: 21px;
}

footer.footer-three .footer-bottom-three .policy-link a:hover {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  footer.footer-three .footer-bottom-three .policy-link {
    justify-content: center;
  }
}

footer.footer-three .input-group-text {
  padding-right: 0.375rem;
}

footer.footer-four .footer-contact {
  padding: 40px 0;
}

@media (max-width: 991.98px) {
  footer.footer-four .footer-contact {
    padding: 30px 0;
  }
}

footer.footer-four .footer-contact .footer-contact-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

footer.footer-four .footer-contact .footer-contact-info span {
  width: 56px;
  height: 56px;
  background: linear-gradient(0deg, #6B9C4C 0%, #008979 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  footer.footer-four .footer-contact .footer-contact-info span {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

footer.footer-four .footer-contact .footer-contact-info h5 {
  color: #fff;
}

footer.footer-four .footer-contact .footer-contact-info p {
  color: #F7F8F8;
  margin-bottom: 0;
  text-decoration: underline;
}

footer.footer-four .footer-top {
  border-top: 1px solid #2C2C2C;
}

footer.footer-four .footer-top .footer-widget .footer-menu li a {
  color: #fff;
  position: relative;
  padding-left: 20px;
}

footer.footer-four .footer-top .footer-widget .footer-menu li a::before {
  content: "\ea61";
  font-family: "tabler-icons" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

footer.footer-four .footer-top .footer-widget .footer-menu li a:hover {
  color: var(--primary);
}

footer.footer-four .footer-about p {
  max-width: 414px;
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  footer.footer-four .footer-about p {
    margin-bottom: 20px;
  }
}

footer.footer-four .footer-logo {
  margin-bottom: 12px;
}

footer.footer-four .social-icon a {
  background: #2C2C2C;
  color: #fff;
}

footer.footer-four .social-icon a:hover {
  background: linear-gradient(0deg, #6B9C4C 0%, #008979 100%);
}

footer.footer-four .footer-bottom {
  border-top: 1px solid #2C2C2C;
}

footer.footer-four .footer-bottom .copyright {
  text-align: center;
}

footer.footer-four .footer-bottom .copyright p a {
  color: #fff;
}

footer.footer-five .footer-support {
  border-bottom: 1px solid var(--gray-900);
}

footer.footer-five .footer-support .footer-promo {
  color: #fff;
}

footer.footer-five .footer-support h2 {
  color: #fff !important;
}

footer.footer-five .footer-support .social-tag {
  position: relative;
  z-index: 1;
}

footer.footer-five .footer-support .social-tag .btn {
  background: var(--gray-950);
  transition: all 0.3s;
  padding: 6px 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
}

footer.footer-five .footer-support .social-tag .btn:hover {
  background: var(--primary-linear-gradient);
}

footer.footer-five .footer-support .booking-btn {
  width: 160px;
  height: 160px;
  font-size: 18px;
  background: var(--gray-950);
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

@media (max-width: 767.98px) {
  footer.footer-five .footer-support .booking-btn {
    width: 100px;
    height: 100px;
    font-size: 11px;
  }
}

footer.footer-five .footer-support .booking-btn:hover {
  background: var(--primary-linear-gradient);
}

footer.footer-five .footer-support .booking-btn i {
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  footer.footer-five .footer-support .booking-btn i {
    font-size: 18px;
  }
}

footer.footer-five .footer-support .shadow-img-2 {
  position: absolute;
  right: 0;
  top: -20px;
  left: 0;
  margin: auto;
}

footer.footer-five .footer-bottom {
  border-top: 1px solid var(--gray-900);
}

footer.footer-five .footer-subscribe {
  position: relative;
  border: 1px solid var(--gray-900);
  padding: 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-bottom: 52px;
}

@media (max-width: 575.98px) {
  footer.footer-five .footer-subscribe {
    margin-bottom: 20px;
  }
}

footer.footer-five .footer-subscribe .form-control {
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
}

footer.footer-five .footer-subscribe .btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.footer-five .copyright-content a {
  color: #fff;
  transition: all 0.3s;
}

footer.footer-five .copyright-content a:hover {
  color: var(--primary);
}

@media (max-width: 767.98px) {
  footer.footer-five .copyright-content a {
    font-size: 12px !important;
  }
}

@media (max-width: 767.98px) {
  footer.footer-five .copyright-content p {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  footer.footer-five .copyright-content .copyright {
    justify-content: center !important;
  }
}

footer.footer-five .footer-logo {
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  footer.footer-five .footer-logo {
    margin-bottom: 20px;
  }
}

footer.footer-six {
  z-index: 1;
  overflow: hidden;
  padding: 60px 0 30px;
}

@media (max-width: 991.98px) {
  footer.footer-six {
    padding: 40px 0 30px;
  }
}

footer.footer-six .footer-top {
  padding: 0 0 50px;
}

@media (max-width: 991.98px) {
  footer.footer-six .footer-top {
    padding: 0 0 20px;
  }
}

footer.footer-six .footer-top .footer-about .footer-logo {
  margin-bottom: 95px;
}

@media (max-width: 767.98px) {
  footer.footer-six .footer-top .footer-about .footer-logo {
    margin-bottom: 96px;
  }
}

@media (max-width: 575.98px) {
  footer.footer-six .footer-top .footer-about .footer-logo {
    margin-bottom: 40px;
  }
}

footer.footer-six .footer-top .footer-about .footer-logo5 {
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  footer.footer-six .footer-top .footer-about .footer-logo5 {
    margin-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  footer.footer-six .footer-top .footer-about .footer-logo5 {
    margin-bottom: 25px;
  }
}

footer.footer-six .footer-top .footer-widget .footer-title {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  footer.footer-six .footer-top .footer-widget .footer-title {
    margin-bottom: 16px;
  }
}

footer.footer-six .footer-top .footer-contact p {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

footer.footer-six .footer-top .footer-contact p:last-child {
  margin-bottom: 0;
}

footer.footer-six .social-icon a {
  width: 40px;
  height: 40px;
  color: #2C2C2C;
}

@media (max-width: 1199.98px) {
  footer.footer-six .social-icon a {
    width: 32px;
    height: 32px;
  }
}

footer.footer-six .footer-bg-01 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

footer.footer-six .footer-bg-02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

footer.footer-six .footer-bottom {
  padding: 30px 0 0;
}

@media (max-width: 991.98px) {
  footer.footer-six .footer-bottom {
    padding: 30px 0 0;
  }
}

footer.footer-six .footer-bottom .copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 991.98px) {
  footer.footer-six .footer-bottom .copyright-content {
    flex-direction: column;
  }
}

footer.footer-six .footer-bottom .copyright-content .copyright p a {
  color: #fff;
}

footer .footer-bg .bg-1 {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: -1;
}

footer .footer-bg .bg-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

footer .footer-bg .bg-3 {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: -1;
}

footer .footer-top {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  footer .footer-top {
    padding: 40px 0 30px;
  }
}

@media (max-width: 991.98px) {
  footer .footer-top .footer-widget {
    margin-bottom: 10px;
  }
}

footer .footer-top .footer-widget .footer-title {
  margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  footer .footer-top .footer-widget .footer-title {
    margin-bottom: 1rem;
  }
}

footer .footer-top .footer-menu li {
  margin-bottom: 8px;
}

footer .footer-top .footer-menu li:last-child {
  margin-bottom: 0;
}

footer .footer-bottom {
  padding: 20px 0;
}

footer .footer-bottom .copyright-content {
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  footer .footer-bottom .copyright-content {
    justify-content: center;
    flex-direction: column;
  }
}

footer .footer-bottom .copy-right {
  color: var(--gray-900);
  margin-bottom: 0;
}

footer .footer-bottom .company-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

footer .footer-bottom .company-logo p {
  font-size: 14px;
  font-weight: 500;
}

footer .footer-bottom .policy-link {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  footer .footer-bottom .policy-link {
    justify-content: center;
  }
}

footer .footer-bottom .policy-link a {
  color: #fff;
  margin-right: 12px;
}

footer .footer-bottom .policy-link a:hover {
  color: var(--primary);
}

footer .footer-bottom .policy-link a:last-child {
  margin-right: 0;
}

footer .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

footer .social-icon a {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C2C2C;
}

footer .social-icon a:hover {
  background: var(--primary);
  color: #fff;
}

footer .social-icon a:hover i {
  animation: verticalRotate 0.5s linear 1;
}

footer .join-sec {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  footer .join-sec {
    padding: 30px;
  }
}

footer .join-sec h2 {
  color: var(--white);
  margin-bottom: 8px;
}

footer .join-sec p {
  color: var(--light);
  margin-bottom: 0;
}

 

.input-group.input-group-flat.home5 .form-control {
  border-color: transparent;
  background-color: transparent;
  color: var(--white);
  padding-left: 20px;
  max-width: 290px;
  outline:none!important;
}

.input-group.input-group-flat.home5 .form-control:focus,
.input-group.input-group-flat.home5 .form-control:visited {
  border-color: transparent !important;
  background-color: transparent !important;
  color: var(--white) !important;
}

.input-group.input-group-flat.home5:focus-within .form-control {
  border-color: transparent !important;
  background-color: transparent !important;
  color: var(--white) !important;
}

.input-group.input-group-flat.home5 .input-group-text {
  border-color: transparent !important;
  background-color:  transparent !important;
  color: var(--white) !important;
  padding-right: 6px;
}

.input-group.input-group-flat.home5 .input-group-text:focus {
  border-color: transparent !important;
  background-color: transparent !important;
  color: var(--white) !important;
}

.input-group.input-group-flat.home5 .input-group-text:focus-within {
  border-color: transparent !important;
  background-color: transparent !important;
  color: var(--white) !important;
}

.input-group.input-group-flat.home5 i {
  color: var(--white);
}

.social-icon.home-5 a {
  background-color: rgba(255, 255, 255, 0.05);
}

.social-icon.home-5 a i {
  color: var(--white);
}

.footer-title.home-5 {
  position: relative;
  margin-bottom: 38px !important;
}

@media (max-width: 1199.98px) {
  .footer-title.home-5 {
    margin-bottom: 38px !important;
  }
}

@media (max-width: 767.98px) {
  .footer-title.home-5 {
    margin-bottom: 38px !important;
  }
}
.footer-title.home-5::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 40px;
  left: 0;
  bottom: -16px;
  background-color: #404040;
}
.footer-title.home-5::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 13px;
  left: 0;
  bottom: -17px;
  background-color: var(--primary);
}

.footer-top-newsletter .wpcf7-not-valid-tip {
    
    position: absolute;
}


footer.footer-three .footer-top-newsletter input:-webkit-autofill,
footer.footer-three .footer-top-newsletter input:-webkit-autofill:hover,
footer.footer-three .footer-top-newsletter input:-webkit-autofill:focus,
footer.footer-three .footer-top-newsletter input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff; /* change if needed */
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 9999s ease-in-out 0s;
}
footer.footer-one .footer-top-newsletter  .input-group.input-group-flat.home5 .form-control {
  color: #fff !important;
}

footer.footer-one .footer-top-newsletter input:-webkit-autofill,
footer.footer-one .footer-top-newsletter input:-webkit-autofill:hover,
footer.footer-one .footer-top-newsletter input:-webkit-autofill:focus,
footer.footer-one .footer-top-newsletter input:-webkit-autofill:active {
  -webkit-text-fill-color: #000; /* change if needed */
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 9999s ease-in-out 0s;
}
footer.footer-one .footer-top-newsletter  .input-group.input-group-flat.home5 .form-control {
  color: #000 !important;
}

footer.footer-one .footer-top .footer-top-newsletter .input-group {
background: rgba(255, 255, 255, 1);
justify-content: space-between;
}
footer.footer-one .footer-top .footer-top-newsletter .input-group.input-group-flat.home5 .form-control {
       padding: 0 !important;
    padding-left: 20px !important;
}

.footer-top-newsletter .input-group {
     flex-wrap: nowrap;
}
.footer-bottom.home-5 {
  background: rgb(30, 27, 27);
}

/*============================
    18. Dark Mode
============================*/
[data-bs-theme=dark] #light-dark-mode .ti-sun::before {
  content: "\eaf8";
}

[data-bs-theme=dark] header .navbar-header .navbar-brand.logo {
  display: none;
}

[data-bs-theme=dark] header .navbar-header .navbar-brand.logo-white {
  display: block;
}

[data-bs-theme=dark] header.header-one.fixed {
  background: rgba(16, 15, 14, 0.8);
}

[data-bs-theme=dark] header.header-one.fixed .navbar-header .navbar-brand.logo {
  display: none;
}

[data-bs-theme=dark] header.header-one.fixed .navbar-header .navbar-brand.logo-white {
  display: block;
}

[data-bs-theme=dark] header .main-menu-wrapper .menu-header .menu-logo .logo {
  display: none;
}

[data-bs-theme=dark] header .main-menu-wrapper .menu-header .menu-logo .logo-white {
  display: block;
}

[data-bs-theme=dark] .mobile__menu .nav-logo .logo-white {
  display: block;
}

[data-bs-theme=dark] .mobile__menu .nav-logo .logo {
  display: none;
}

[data-bs-theme=dark] .work-section {
  background: #1E1B1B;
}

[data-bs-theme=dark] .booking-section {
  background: #1E1B1B;
}

[data-bs-theme=dark] .booking-section img {
  filter: brightness(0) invert(0.1);
}

[data-bs-theme=dark] .footer-three .footer-logo-white {
  display: block;
}

[data-bs-theme=dark] .footer-three .footer-logo {
  display: none;
}

[data-bs-theme=dark] .partners-section .partners-slider .partners-slide img {
  filter: brightness(0) invert(1);
}

[data-bs-theme=dark] .service-item-two .service-icon img {
  filter: brightness(0) invert(1);
}

[data-bs-theme=dark] .feature-item .feature-icon img {
  filter: brightness(0) invert(1);
}

[data-bs-theme=dark] .banner-section-three {
  background: #1E1B1B;
}

[data-bs-theme=dark] .banner-section-three .banner-content .text-white {
  color: #fff !important;
}

[data-bs-theme=dark] .blog-grid-item .blog-grid-content {
  background: #1E1B1B;
}

[data-bs-theme=dark] .contact-us-section-2 .contact-us-item-3.one {
  background: var(--white);
}

[data-bs-theme=dark] .contact-us-section-2 .contact-us-item-3.two {
  background: var(--white);
}

[data-bs-theme=dark] .contact-us-section-2 .contact-us-item-3.three {
  background: var(--white);
}

[data-bs-theme=dark] .btn-primary {
  color: #fff;
}

[data-bs-theme=dark] .badge.bg-gray-transparent.text-dark {
  background-color: #1E1B1B !important;
}

[data-bs-theme=dark] .bg-dark .text-white {
  color: #fff !important;
}

[data-bs-theme=dark] .invoice-logo {
  display: none;
}

[data-bs-theme=dark] .invoice-dark-logo {
  display: block;
}

[data-bs-theme=dark] .mode-img {
  filter: brightness(0) invert(1);
}

[data-bs-theme=dark] .report-bg {
  filter: brightness(0.1);
}

[data-bs-theme=dark] .gm-ui-hover-effect>span {
  filter: invert(1);
}

[data-bs-theme=dark] .banner-section .banner-content .banner-search {
  background-image: linear-gradient(var(--light), var(--light)), linear-gradient(90deg, #F17F3F 0%, #0052B4 100%);
}

[data-bs-theme=dark] .banner-section .banner-img .app-view {
  background: var(--white);
  color: var(--dark);
}

[data-bs-theme=dark] .banner-section .banner-img .app-view::before {
  border-color: transparent transparent var(--white) var(--white);
}

[data-bs-theme=dark] .counter-item .counter-icon {
  background: var(--white);
}

[data-bs-theme=dark] .categories-item .categories-info h6 a {
  color: #fff;
}

[data-bs-theme=dark] .categories-item .categories-info p {
  color: #fff;
}

[data-bs-theme=dark] .listing-tab-item .nav-link.active {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--dark);
}

[data-bs-theme=dark] .social-icon-item a {
  background-color: var(--light);
  color: var(--dark);
}

[data-bs-theme=dark] .social-icon-item a:hover {
  background-color: var(--primary);
}

[data-bs-theme=dark] .faq-sidebar-item .faq-sidebar li .nav-link.active {
  background-color: var(--light);
  color: var(--dark);
}

[data-bs-theme=dark] .profile-image-wrap .edit-icon {
  background-color: var(--light);
  color: var(--dark);
}

[data-bs-theme=dark] .section-header.title-two .text-white {
  color: #fff !important;
}

[data-bs-theme=dark] .header-top .text-white,
[data-bs-theme=dark] .top-section-item .text-white {
  color: #fff !important;
}

[data-bs-theme=dark] .header-top .text-light,
[data-bs-theme=dark] .top-section-item .text-light {
  color: #F7F8F8 !important;
}

[data-bs-theme=dark] .booking-wrap .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1E1B1B !important;
}

[data-bs-theme=dark] .service-section::before,
[data-bs-theme=dark] footer.footer::before {
  content: none;
}

[data-bs-theme=dark] .banner-section-two {
  background: #1E1B1B;
}

[data-bs-theme=dark] .banner-section-two .item-padding img {
  filter: invert(1) brightness(6.5);
}

[data-bs-theme=dark] .banner-section-two .shape-01,
[data-bs-theme=dark] .banner-section-two .shape-02 {
  display: none !important;
}

[data-bs-theme=dark] .banner-section-two .banner-search {
  box-shadow: none;
}

[data-bs-theme=dark] .banner-section-two .btn-dark {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

[data-bs-theme=dark] .banner-section-two .btn-dark:hover {
  border: var(--primary);
  color: #fff;
}

[data-bs-theme=dark] .listing-section .section-header h2,
[data-bs-theme=dark] .categories-section-four .section-header h2,
[data-bs-theme=dark] .blog-section-four .section-header h2 {
  color: #2C2C2C;
}

[data-bs-theme=dark] .categories-item-four .categories-img img {
  filter: invert(1);
}

[data-bs-theme=dark] header.header-two.fixed {
  background: rgba(16, 15, 14, 0.8);
}

[data-bs-theme=dark] header.header-three.fixed {
  background: rgba(16, 15, 14, 0.8);
}

[data-bs-theme=dark] header.header-four.fixed {
  background: rgba(16, 15, 14, 0.8);
}

[data-bs-theme=dark] header.header-six.fixed {
  background: rgba(16, 15, 14, 0.8);
}

[data-bs-theme=dark] header.header-six.fixed .navbar-header .navbar-brand.logo {
  display: none;
}

[data-bs-theme=dark] header.header-six.fixed .navbar-header .navbar-brand.logo-white {
  display: block;
}

[data-bs-theme=dark] .header-five.fixed .header-logo .logo {
  display: none;
}

[data-bs-theme=dark] .header-five.fixed .header-logo .logo-white {
  display: block;
}

[data-bs-theme=dark] .team-section-five {
  background: #1E1B1B !important;
  padding: 80px 0px !important;
}

[data-bs-theme=dark] .footer-five .footer-support {
  border-color: var(--gray-300) !important;
}

[data-bs-theme=dark] .footer-five .footer-support .social-tag .btn {
  background: #1E1B1B;
}

[data-bs-theme=dark] .footer-five .footer-support .booking-btn {
  background: var(--light-900);
}

[data-bs-theme=dark] .footer-five .footer-support .booking-btn:hover {
  background: var(--light-950);
}

[data-bs-theme=dark] .footer-five .footer-bottom {
  border-color: var(--gray-300) !important;
}

[data-bs-theme=dark] .footer-five .footer-subscribe {
  border-color: var(--gray-300) !important;
}

[data-bs-theme=dark] .footer-five .text-white {
  color: #fff !important;
}

[data-bs-theme=dark] .banner-slide .support-item h2 {
  -webkit-text-stroke: 1px var(--gray-700) !important;
}

[data-bs-theme=dark] .location-item .location-content {
  background: rgba(35, 32, 32, 0.9);
}

[data-bs-theme=dark] .banner-section-three .banner-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: transparent !important;
}

[data-bs-theme=dark] .banner-section-three .banner-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: transparent !important;
}

[data-bs-theme=dark] .counter-item-three .counter-icon {
  background: #1E1B1B;
}

[data-bs-theme=dark] .blog-item-two .blog-item-two-content {
  background: rgba(35, 32, 32, 0.9);
}

[data-bs-theme=dark] .about-section-two .btn-dark {
  background: #1E1B1B;
}

[data-bs-theme=dark] .offer-section-three .item-hover:hover {
  background: #1E1B1B;
}

[data-bs-theme=dark] .top-section-item .custom-btn:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1E1B1B;
}

[data-bs-theme=dark] .social-icon.home-5 a i {
  color: #fff;
}

[data-bs-theme=dark] .input-group.input-group-flat.home5 .form-control {
  border-color: transparent;
  background-color: transparent;
  color: #fff;
  max-width: 290px;
}

[data-bs-theme=dark] .input-group.input-group-flat.home5 .form-control:focus {
  border-color: transparent;
  background-color: transparent;
  color: #fff !important;
}

[data-bs-theme=dark] .input-group.input-group-flat.home5:focus-within .form-control {
  border-color: transparent;
  background-color: transparent;
  color: #fff !important;
}

[data-bs-theme=dark] .input-group.input-group-flat.home5 .input-group-text {
  border-color: transparent;
  background-color: transparent;
  color: #fff !important;
}

[data-bs-theme=dark] .input-group.input-group-flat.home5 .input-group-text:focus {
  border-color: transparent;
  background-color: transparent;
  color: #fff !important;
}

[data-bs-theme=dark] .input-group.input-group-flat.home5 .input-group-text:focus-within {
  border-color: transparent;
  background-color: transparent;
  color: #fff !important;
}

[data-bs-theme=dark] .input-group.input-group-flat.home5 i {
  color: #fff;
}

[data-bs-theme=dark] .categories-section-four {
  background: #1E1B1B;
}

[data-bs-theme=dark] .categories-section-four .section-header h2 {
  color: #fff;
}

[data-bs-theme=dark] .categories-section-four .card-shape {
  background: #1E1B1B;
}

[data-bs-theme=dark] .categories-section-four .card-shape::before {
  background: #1E1B1B;
}

[data-bs-theme=dark] .categories-section-four .card-shape .shape-one,
[data-bs-theme=dark] .categories-section-four .card-shape .shape-two {
  box-shadow: 0.313rem 0.313rem 0 0.313rem #1E1B1B;
}

[data-bs-theme=dark] .blog-section-four .section-header h2,
[data-bs-theme=dark] .listing-section .section-header h2 {
  color: #fff;
}

[data-bs-theme=dark] .feature-img::before {
  background: linear-gradient(#1E1B1B, #1E1B1B) padding-box, linear-gradient(90deg, #6B9C4C 0%, #008979 100%) border-box;
}

[data-bs-theme=dark] .home-5-shape {
  display: none !important;
}

[data-bs-theme=dark] .statistics-section-five {
  background: none;
}

[data-bs-theme=dark] .statistics-section-five .stat-item p.text-light {
  color: #F7F8F8 !important;
}

[data-bs-theme=dark] .counter-section-four .section-header .text-white {
  color: #fff !important;
}

[data-bs-theme=dark] .categories-item .categories-info h3 a {
  color: #fff;
}

[data-bs-theme=dark] .categories-item .categories-info h3 a:hover {
  color: var(--primary);
}

/*============================
    17. Dark Mode
============================*/
[dir=rtl] header {
  right: 0;
}

[dir=rtl] header.header-one {
  right: 0;
}

[dir=rtl] header.fixed {
  right: 0;
}

@media (max-width: 991.98px) {
  [dir=rtl] header .header-nav .main-menu-wrapper {
    right: 0;
    left: auto;
    border-radius: 10px 0 0 10px;
    transform: translateX(320px);
    -webkit-transform: translateX(320px);
    -ms-transform: translateX(320px);
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  [dir=rtl] header .header-nav .main-menu-wrapper .main-nav>li>a i {
    float: left;
  }
}

[dir=rtl] header .header-nav .main-menu-wrapper .main-nav>li.active.has-submenu>a::after {
  right: calc(50% - 6px);
}

@media (max-width: 991.98px) {
  [dir=rtl] header .header-nav .main-menu-wrapper .main-nav>li .submenu li a {
    padding: 8px 0 8px 20px;
  }
}

[dir=rtl] header .header-nav .main-menu-wrapper .main-nav>li .submenu li a:hover {
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  [dir=rtl] header .header-nav .main-menu-wrapper .main-nav>li .submenu li a:hover {
    padding-right: 20px;
  }
}

@media (max-width: 991.98px) {
  [dir=rtl] header .navbar-header .navbar-brand {
    margin-left: 0;
  }
}

[dir=rtl] header .navbar-header #mobile_btn {
  margin: 0 30px 0 0;
}

[dir=rtl] header .main-menu-wrapper .main-nav:last-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
    right: 100%;
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
    right: 0;
  }
}

@media (min-width: 1400px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li {
    margin: 0 0 0 30px !important;
  }

  [dir=rtl] header .main-menu-wrapper .main-nav>li:last-child {
    margin: 0;
  }
}

@media (max-width: 1399.98px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li {
    margin: 0 0 0 18px !important;
  }

  [dir=rtl] header .main-menu-wrapper .main-nav>li:last-child {
    margin: 0;
  }
}

@media (max-width: 1199.98px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li {
    margin: 0 0 0 10px !important;
  }

  [dir=rtl] header .main-menu-wrapper .main-nav>li:last-child {
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li {
    margin: 0 !important;
  }

  [dir=rtl] header .main-menu-wrapper .main-nav>li:last-child {
    margin: 0;
  }
}

[dir=rtl] header .main-menu-wrapper .main-nav>li>a::before {
  left: calc(50% + 8px);
}

[dir=rtl] header .main-menu-wrapper .main-nav>li a i {
  margin: 0 4px 0 0;
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li a i {
    float: left;
  }
}

[dir=rtl] header .main-menu-wrapper .main-nav>li:last-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li {
    margin-left: 30px;
  }

  [dir=rtl] header .main-menu-wrapper .main-nav>li:last-child {
    margin-left: 0;
  }
}

@media (max-width: 1199.98px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li.megamenu .mega-submenu {
    right: -220px;
  }
}

@media (min-width: 1200px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li.megamenu .mega-submenu {
    right: -300px;
  }
}

@media (min-width: 992px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li>ul {
    right: 0;
    border-radius: 0 0 10px 10px;
  }
}

@media (min-width: 992px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li>ul::before {
    border: 7px solid var(--white);
    border-color: transparent transparent var(--white) var(--white);
    right: 45px;
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  [dir=rtl] header .main-menu-wrapper .main-nav>li>ul.mega-submenu {
    right: -100px;
    border-radius: 0 0 10px 10px;
  }
}

[dir=rtl] header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper {
  border-radius: 0 0 10px 10px;
}

[dir=rtl] header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper::before {
  left: 0;
  background-position: bottom right;
}

[dir=rtl] header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a {
  padding: 0 20px 0 0;
}

[dir=rtl] header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a::before {
  right: 0;
}

@media (min-width: 992px) {
  [dir=rtl] header .main-menu-wrapper .main-nav li.has-submenu:hover>.submenu {
    border-radius: 0 0 10px 10px;
  }
}

[dir=rtl] .menu-opened .main-menu-wrapper {
  transform: translateX(0) !important;
}

@media (max-width: 991.98px) {
  [dir=rtl] .menu-wrapper {
    right: 0;
    transform: translateX(100%);
    transform-origin: right center;
  }
}

[dir=rtl] .menu-opened .menu-wrapper {
  opacity: 1;
  transform: translateX(0%);
}

@media (max-width: 991.98px) {
  [dir=rtl] .megamenu-wrapper .single-demo a {
    padding: 8px 0 8px 20px !important;
  }
}

@media (max-width: 991.98px) {
  [dir=rtl] .megamenu-wrapper .single-demo {
    text-align: right;
  }
}

[dir=rtl] .megamenu-wrapper .btn:hover {
  padding-right: 15px !important;
}

[dir=rtl] .menu-img {
  margin-right: auto;
  margin-left: 0;
}

[dir=rtl] .sidebar-overlay {
  right: 0;
}

[dir=rtl] .menu-dropdown .dropdown .dropdown-toggle:after {
  left: 12px;
  right: auto;
}

[dir=rtl] .badge-icon {
  left: 2px;
}

[dir=rtl] .notification-item .notification-item-close {
  left: 0;
}

[dir=rtl] .notification-item .avatar {
  margin-left: 12px;
}

[dir=rtl] .notification-item .notification-badge {
  left: -8px;
}

[dir=rtl] .banner-section .banner-img {
  text-align: start;
  margin-right: 60px;
}

@media (max-width: 1199.98px) {
  [dir=rtl] .banner-section .banner-img {
    margin-right: 0;
  }
}

[dir=rtl] .banner-section .banner-img .banner-bg {
  left: 0;
}

[dir=rtl] .banner-section .banner-img .banner-bg-01 {
  left: 20%;
}

[dir=rtl] .banner-section .banner-img .banner-bg-02 {
  left: 5%;
}

[dir=rtl] .banner-section .banner-img .app-view {
  left: 15px;
  right: auto;
}

@media (max-width: 1399.98px) {
  [dir=rtl] .banner-section .banner-img .app-view {
    left: 0;
  }
}

[dir=rtl] .banner-section .banner-img .app-view::before {
  right: -2px;
  left: auto;
  border-color: var(--white) var(--white) transparent transparent;
}

[dir=rtl] .feature-item .feature-icon {
  margin: 0 0 0 12px;
}

[dir=rtl] .counter-item .counter-icon {
  margin: 0 0 0 16px;
}

[dir=rtl] .about-img {
  margin: 0 0 0 43px;
}

@media (max-width: 991.98px) {
  [dir=rtl] .about-img {
    margin: 0 0 24px 23px;
  }
}

[dir=rtl] .about-img .about-exp {
  left: 20px;
  right: auto;
}

[dir=rtl] .about-img .about-shape {
  left: -20px;
  right: auto;
}

[dir=rtl] .about-content .about-list p {
  padding: 0 0 0 26px;
}

[dir=rtl] .about-content .about-list p::before {
  right: 0;
}

[dir=rtl] .booking-wrap::before {
  left: 0;
  border-width: 60px 0 0 60px;
  border-color: transparent transparent transparent var(--white);
}

[dir=rtl] .booking-wrap::after {
  right: 0;
  border-width: 0 60px 60px 0;
  border-color: transparent var(--white) transparent transparent;
}

[dir=rtl] .booking-wrap .booking-img {
  padding: 0 56px 0 0;
  text-align: end;
}

[dir=rtl] .booking-wrap .booking-img img {
  left: 10px;
}

[dir=rtl] .booking-wrap .booking-bg {
  right: 40px;
  left: auto;
}

@media (max-width: 767.98px) {
  [dir=rtl] .booking-wrap .booking-bg {
    right: 0;
  }
}

[dir=rtl] footer.footer::before {
  left: 0;
  right: auto;
}

[dir=rtl] footer.footer .footer-subscribe .input-group .form-control {
  padding: 0 16px 0 12px;
}

[dir=rtl] footer.footer .footer-subscribe .input-group .input-group-text {
  border-right: 0;
  border-left: 1px solid #404040;
  padding: 7px 0 7px 7px;
}

[dir=rtl] footer.footer-dark .footer-widget .footer-title {
  padding: 0 0 0 21px;
}

[dir=rtl] footer.footer-dark .footer-widget .footer-title::before {
  left: 0;
  right: auto;
}

[dir=rtl] footer .footer-bottom .policy-link a {
  margin: 0 0 0 12px;
}

[dir=rtl] footer .footer-bottom .policy-link a:last-child {
  margin-left: 0;
}

[dir=rtl] .input-group-flat .form-control:not(:last-child) {
  border-left: 0;
  border-right: 1px solid var(--border-color);
}

[dir=rtl] .form-control {
  direction: rtl;
}

[dir=rtl] .horizontal-slide[data-direction=right] {
  --_animation-direction: reverse;
}

[dir=rtl] .horizontal-slide[data-direction=left] {
  --_animation-direction: backwards;
}

[dir=rtl] .horizontal-slide .slide-list {
  animation: scrolls var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}

@keyframes scrolls {
  to {
    transform: translate(calc(50% - 0.5rem));
  }
}

[dir=rtl] .about-content-three {
  padding-right: 24px;
}

[dir=rtl] .categories-item-four .categories-img::before {
  right: 10px;
  left: auto;
}

[dir=rtl] .inner-content {
  padding: 0 0 0 40px;
}

[dir=rtl] .card-shape {
  border-top-left-radius: 0;
  border-top-right-radius: 2em;
  inset: auto auto 0 0;
}

[dir=rtl] .card-shape::before {
  border-top-right-radius: 2.5em;
  border-top-left-radius: 2.5em;
}

[dir=rtl] .card-shape .shape-one {
  right: auto;
  left: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 0;
  box-shadow: -0.313rem 0.313rem 0 0.313rem var(--primary-transparent);
}

[dir=rtl] .card-shape .shape-two {
  right: -16px;
  left: auto;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 0;
  box-shadow: -0.313rem 0.313rem 0 0.313rem var(--primary-transparent);
}

[dir=rtl] .card-shape .view-icon {
  inset: auto auto 0 0;
}

[dir=rtl] .listing-item-two .listing-content .card-shape .shape-one,
[dir=rtl] .listing-item-two .listing-content .card-shape .shape-two {
  box-shadow: -0.313rem 0.313rem 0 0.313rem var(--light);
}

[dir=rtl] .blog-item-four .blog-img .card-shape .shape-one,
[dir=rtl] .blog-item-four .blog-img .card-shape .shape-two {
  box-shadow: -0.313rem 0.313rem 0 0.313rem var(--white);
}

[dir=rtl] .testimonial-item-three .card-shape .shape-one,
[dir=rtl] .testimonial-item-three .card-shape .shape-two {
  box-shadow: -0.313rem 0.313rem 0 0.313rem var(--light);
}

[dir=rtl] .listing-item-two .listing-img .favourite {
  left: auto;
  right: 20px;
}

[dir=rtl] .listing-item-two .listing-content .inner-content {
  padding: 0 0 0 30px;
}

[dir=rtl] footer.footer-four .footer-top .footer-widget .footer-menu li a {
  padding: 0 20px 0 0;
}

[dir=rtl] footer.footer-four .footer-top .footer-widget .footer-menu li a::before {
  right: 0;
  left: auto;
}

[dir=rtl] .banner-section-four .wave-container::before {
  right: -3%;
}

[dir=rtl] .banner-section-four .wave-container::after {
  left: -5%;
  right: auto;
}

[dir=rtl] .banner-section-four .banner-03 {
  left: 10%;
  right: auto;
}

[dir=rtl] .banner-section-four .banner-04 {
  right: 10%;
  left: auto;
}

[dir=rtl] .blog-item-four .blog-img .badge {
  right: 20px;
  left: auto;
}

[dir=rtl] .categories-section-four .categories-bg {
  right: auto;
  left: 0;
  transform: translate(-14%, -55%);
  -webkit-transform: translate(-14%, -55%);
  -ms-transform: translate(-14%, -55%);
  animation: spin-1-rtl 30s linear infinite;
}

@keyframes spin-1-rtl {
  from {
    transform: translate(-14%, -55%) rotate(0deg);
  }

  to {
    transform: translate(-14%, -55%) rotate(360deg);
  }
}

[dir=rtl] .testimonial-section-four {
  overflow: hidden;
  background: var(--light);
  z-index: 1;
}

[dir=rtl] .testimonial-section-four .blog-bg-01 {
  left: 0;
  right: auto;
  transform: translate(-30%, -93%);
  -webkit-transform: translate(-30%, -93%);
  -ms-transform: translate(-30%, -93%);
  opacity: 0.2;
  animation: spins-rtl 30s linear infinite;
}

@keyframes spins-rtl {
  from {
    transform: translate(-30%, -93%) rotate(0deg);
  }

  to {
    transform: translate(-30%, -93%) rotate(360deg);
  }
}

[dir=rtl] .testimonial-section-four .blog-bg-02 {
  right: 2%;
  left: auto;
}

[dir=rtl] .listing-section .listing-bg {
  left: auto;
  right: 0;
  transform: translate(28%, -31%);
  -webkit-transform: translate(28%, -31%);
  -ms-transform: translate(28%, -31%);
  z-index: -1;
  animation: spin-2-rtl 30s linear infinite;
}

@keyframes spin-2-rtl {
  from {
    transform: translate(28%, -31%) rotate(0deg);
  }

  to {
    transform: translate(28%, -31%) rotate(360deg);
  }
}

[dir=rtl] .feature-section .feature-bg-01 {
  right: -3%;
  left: auto;
  animation: updown-rtl 3.5s ease-in-out 0s infinite alternate;
}

@keyframes updown-rtl {
  0% {
    transform: translateY(0) rotate(260deg);
    -webkit-transform: translateY(0) rotate(260deg);
    -ms-transform: translateY(0) rotate(260deg);
  }

  50% {
    transform: translateY(-4px) rotate(260deg);
    -webkit-transform: translateY(-4px) rotate(260deg);
    -ms-transform: translateY(-4px) rotate(260deg);
  }

  100% {
    transform: translateY(0) rotate(260deg);
    -webkit-transform: translateY(0) rotate(260deg);
    -ms-transform: translateY(0) rotate(260deg);
  }
}

[dir=rtl] .feature-section .feature-bg-02 {
  left: 3%;
  right: auto;
}

/*============================
    19. Banner
============================*/
.banner-section {
  background: url("../img/banner/banner-bg.png") #1E1B1B;
  position: relative;
  padding-top: 74px;
}

/* .banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/banner-bg-01.png");
  height: 187px;
  width: 100%;
  background-size: 100% 100%;
} */

.banner-section .banner-content {
  padding: 85px 0;
}

@media (max-width: 1199.98px) {
  .banner-section .banner-content {
    padding: 60px 0;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-content {
    padding: 40px 0;
  }
}

.banner-section .banner-content .user-rating {
  gap: 12px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.27);
  display: inline-flex !important;
}

@media (max-width: 575.98px) {
  .banner-section .banner-content .user-rating {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    width: 100%;
  }
}

.banner-section .banner-content .user-rating .avatar-list-stacked img {
  border: 2px solid #fff;
}

.banner-section .banner-content .user-rating .rating {
  font-size: 14px;
}

.banner-section .banner-content .user-rating .rating i.filled {
  color: var(--warning);
}

@media (max-width: 575.98px) {
  .banner-section .banner-content .user-rating .rating {
    justify-content: center;
  }
}


.banner-section .banner-content .user-rating p{
  color: #160A05 !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
 
.banner-section .banner-content .user-rating span {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}

.banner-section .banner-content h1 {
  color: #160A05;
  font-size: 62px;
  font-weight:700;
}

@media (max-width: 1199.98px) {
  .banner-section .banner-content h1 {
    font-size: 44px;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-content h1 {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-content h1 {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .banner-section .banner-content h1 {
    text-align: center;
  }
}


.banner-section .banner-content p {
  color: #555555;
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .banner-section .banner-content p {
    text-align: center;
  }
}

.banner-section .banner-content .banner-search {
  position: relative;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 20px;
  z-index: 1;
  border: 3px solid transparent;
  background: rgba(var(--white-rgb), 0.1);
  background-image: linear-gradient(var(--dark), var(--dark)), linear-gradient(90deg, #F17F3F 0%, #0052B4 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-search {
    display: block;
    padding: 16px;
  }
}

.banner-section .banner-content .banner-search div {
  flex: 1;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-search div {
    margin-bottom: 24px;
  }
}

.banner-section .banner-content .banner-search .form-label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}

.banner-section .banner-content .banner-search .form-control {
  min-height: 24px;
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .banner-section .banner-content .banner-search .form-control {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-search .form-control {
    width: 100%;
  }
}

.banner-section .banner-content .banner-search button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

@media (min-width: 576px) {
  .banner-section .banner-content .banner-search button:hover {
    background-color: #AE4000;
    border-color: #AE4000;
  }
}

@media (min-width: 576px) {
  .banner-section .banner-content .banner-search button {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-search button {
    width: 100%;
  }
}

.banner-section .banner-img {
  position: relative;
  text-align: end;
  z-index: 1;
  margin-left: 0;
}

@media (max-width: 1199.98px) {
  .banner-section .banner-img {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .banner-section .banner-img {
    display: none;
  }
}

.banner-section .banner-img .banner-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  z-index: -1;
}

.banner-section .banner-img .banner-bg-01 {
  position: absolute;
  top: 26%;
  right: 20%;
  width: 27px;
  height: 27px;
  z-index: -1;
}

.banner-section .banner-img .banner-bg-02 {
  position: absolute;
  bottom: 43%;
  right: 5%;
  width: 27px;
  height: 27px;
  z-index: -1;
}

.banner-section .banner-img .app-view {
  background: #fff;
  padding: 12px;
  border-radius: 6px;
  position: absolute;
  right: 15px;
  top: 18%;
  font-size: 14px;
  font-weight: 600;
  color: #2C2C2C;
}

@media (max-width: 1399.98px) {
  .banner-section .banner-img .app-view {
    right: 0;
  }
}

@media (max-width: 1199.98px) {
  .banner-section .banner-img .app-view {
    top: 0;
  }
}

.banner-section .banner-img .app-view::before {
  border: 8px solid #fff;
  border-color: transparent transparent #fff #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  transform: rotate(45deg) translateY(-50%);
}

.banner-section-two {
  position: relative;
  background: #FFF7F4;
background: linear-gradient(180deg,rgba(255, 247, 244, 1) 0%, rgba(252, 227, 212, 1) 100%);
  padding: 80px 0 80px;
}

@media (max-width: 991.98px) {
  .banner-section-two {
    padding: 60px 0 60px;
  }
}

.banner-section-two .user-rating {
  padding: 9px 20px 9px 12px;
 }
.border-top.banner3{
  border-color: #F3D1C2 !important;
}
.banner-section-two .banner-bg4 {
  right: 39%;
  top: 8%;
}

.banner-section-two .banner-btns {
  margin-top: 34px;
  margin-bottom: 40px;
}

.banner-section-two .banner-content {
  padding-right: 86px;
}

@media (max-width: 1399.98px) {
  .banner-section-two .banner-content {
    padding-right: 60px;
  }
}

@media (max-width: 1199.98px) {
  .banner-section-two .banner-content {
    padding-right: 40px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-two .banner-content {
    padding-right: 0;
  }
}

.banner-section-two .banner-content h1 {
  font-size: 52px;
}

@media (max-width: 1199.98px) {
  .banner-section-two .banner-content h1 {
    font-size: 44px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-two .banner-content h1 {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-two .banner-content h1 {
    font-size: 30px;
  }
}

.banner-section-two .banner-content .item-padding {
  padding: 16px !important;
}

@media (max-width: 575.98px) {
  .banner-section-two .banner-content .item-padding {
    text-align: center;
  }
}

@media (max-width: 1199.98px) {
  .banner-section-two .banner-content .item-padding .item-text {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .banner-section-two .banner-content .item-padding .item-text {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 575.98px) {
  .banner-section-two .banner-content .item-padding .item-text {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .banner-section-two .banner-content .item-padding .item-text span {
    padding-left: 4px;
  }
}

.banner-section-two .banner-search {
  position: relative;
  padding: 16px;
  gap: 20px;
  background: var(--white);
  z-index: 1;
  text-align: left;
  max-width: 853px;
  width: 100%;
  margin: 80px auto -40px;
  border-radius: 6px;
  border: 2px solid var(--border-color);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

@media (max-width: 991.98px) {
  .banner-section-two .banner-search {
    margin-top: 60px;
  }
}

@media (max-width: 575.98px) {
  .banner-section-two .banner-search {
    flex-direction: column;
  }

  .banner-section-two .banner-search div {
    width: 100%;
  }

  .banner-section-two .banner-search .btn {
    width: 100%;
  }
}

.banner-section-two .banner-search .form-label {
  font-weight: 600;
  margin-bottom: 4px;
}

.banner-section-two .banner-search .form-control {
  font-size: 16px;
  min-height: 24px;
  width: 100%;
  background: transparent;
  color: var(--body-color);
}

@media (max-width: 575.98px) {
  .banner-section-two .banner-search .form-control {
    width: 100%;
  }
}

.banner-section-two .banner-image {
  min-height: 538px;
  position: relative;
  overflow: visible;
}

@media (max-width: 1399.98px) {
  .banner-section-two .banner-image {
    min-height: 458px;
  }
}

@media (max-width: 1199.98px) {
  .banner-section-two .banner-image {
    min-height: 370px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-two .banner-image {
    display: none;
  }
}

.banner-section-two .banner-image img {
  border-radius: 6px;
  border: 4px solid var(--white);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  position: absolute;
}

.banner-section-two .banner-image .banner-img1 {
  width: 53%;
  rotate: 9deg;
  left: 0;
  bottom: 20px;
  z-index: 3;
}

.banner-section-two .banner-image .banner-img2 {
  width: 57%;
  z-index: 1;
  right: 0;
  top: 0;
}

.banner-section-two .banner-image .banner-img3 {
  width: 33%;
  z-index: 2;
  rotate: 86deg;
  right: 73px;
  bottom: -51px;
}

.banner-section-three {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), radial-gradient(76.88% 100% at 50% 0%, #FFFDFB 0%, #FFECE2 100%);
  position: relative;
  padding: 120px 0;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .banner-section-three {
    padding: 50px 0;
  }
}

.banner-section-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/home-3/banner-bg-01.png");
  height: 100%;
  width: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: -1;
}

.banner-section-three .banner-content .badge {
  border: 1px solid var(--primary);
  margin-bottom: 20px;
  padding: 6px 8px;
  font-weight: 600;
}

.banner-section-three .banner-content h1 {
  font-size: 52px;
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .banner-section-three .banner-content h1 {
    font-size: 44px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-three .banner-content h1 {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-three .banner-content h1 {
    font-size: 30px;
  }
}

.banner-section-three .banner-content .avatar-list-stacked img {
  border: 2px solid var(--white);
}

.banner-section-three .banner-search {
  position: relative;
  padding: 16px;
  gap: 20px;
  background: rgba(var(--white-rgb), 1);
  z-index: 1;
  text-align: left;
  max-width: 788px;
  margin: 0 auto;
  border: 3px solid transparent;
  background-image: linear-gradient(var(--white), var(--white)), linear-gradient(90deg, #F17F3F 0%, #0052B4 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

@media (max-width: 991.98px) {
  .banner-section-three .banner-search {
    margin-bottom: 30px;
  }
}

.banner-section-three .banner-search div {
  flex: 1;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .banner-section-three .banner-search div {
    margin-bottom: 10px;
  }
}

.banner-section-three .banner-search div:first-child {
  max-width: 160px;
  padding-right: 16px;
  border-right: 1px solid var(--border-color);
}

@media (max-width: 575.98px) {
  .banner-section-three .banner-search div:first-child {
    max-width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}

.banner-section-three .banner-search .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-color: transparent;
  color: var(--gray-900);
  font-size: 16px;
  height: 32px;
  display: flex;
  align-items: center;
}

.banner-section-three .banner-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--gray-900) !important;
  padding-left: 4px;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .banner-section-three .banner-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}

.banner-section-three .banner-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  right: 0;
}

.banner-section-three .banner-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--gray-900);
  top: 50%;
}

.banner-section-three .banner-search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}

.banner-section-three .banner-search .select2-container--focus .select2-selection--single {
  background-color: transparent !important;
  height: 32px;
}

.banner-section-three .banner-search .form-label {
  font-weight: 600;
  margin-bottom: 4px;
}

.banner-section-three .banner-search .form-control {
  font-size: 16px;
  min-height: 24px;
  width: 100%;
  background: transparent;
  color: var(--gray-900);
}

@media (max-width: 575.98px) {
  .banner-section-three .banner-search .form-control {
    width: 100%;
  }
}

.banner-section-three .user-rating .rating i {
  color: var(--warning);
  font-size: 14px;
}

.banner-section-three .banner-bg1 {
  animation: sparkleFloat 5s ease-in-out infinite;
  left: 6%;
  bottom: 15%;
}

.banner-section-three .banner-bg2 {
  animation: sparkleFloat 5s ease-in-out infinite;
  right: 6%;
  top: 15%;
}

.banner-section-three .banner-bg3 {
  right: 0;
  bottom: 0;
}

.banner-section-three .section-content-margin {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .banner-section-three .section-content-margin {
    margin-bottom: 30px;
  }
}

.banner-section-four {
  background: url("../img/banner/banner-bg-01.png") var(--light);
  position: relative;
  padding-top: 74px;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .banner-section-four {
    padding-top: 55px;
  }
}

.banner-section-four .banner-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-section-four .banner-02 {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: -2;
}

.banner-section-four .banner-03 {
  position: absolute;
  top: 40%;
  right: 10%;
  z-index: -1;
  animation: updown 3.5s ease-in-out 0s infinite alternate;
}

.banner-section-four .banner-04 {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: -1;
  animation: updown 3.5s ease-in-out 0s infinite alternate;
}
.horizontal-slide.footer-slide .support-item{
display: inline-flex;
align-items: center;
justify-content: center;
}
.footerslide-separator {
    margin-left: 40px;
}
.footerslide-separator img {
    max-width: initial;
    height: auto;
}
.banner-slide.footer-slide .support-item span:hover {
    color: var(--primary);
     background:var(--primary);
    -webkit-text-stroke: 1px var(--primary);
      -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-section-four .horizontal-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}

.banner-section-four .horizontal-slide .slide-list {
  gap: 50px;
}

.banner-section-four .horizontal-slide span {
  font-size: 250px;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991.98px) {
  .banner-section-four .horizontal-slide span {
    font-size: 140px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-four .horizontal-slide span {
    font-size: 100px;
  }
}

@media (max-width: 575.98px) {
  .banner-section-four .horizontal-slide span {
    font-size: 40px;
  }
}

.banner-section-four .banner-content {
  text-align: center;
  padding: 76px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .banner-section-four .banner-content {
    padding: 50px 0;
  }
}

.banner-section-four .banner-content .wave-01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.banner-section-four .banner-content .wave {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.banner-section-four .banner-content .banner-img {
  text-align: center;
  position: relative;
}

@media (max-width: 575.98px) {
  .banner-section-four .banner-content .banner-img {
    max-width: 250px;
    margin: 0 auto;
  }
}

.banner-section-four .banner-content .banner-img::before {
  content: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 506px;
  height: 506px;
  background: var(--primary);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .banner-section-four .banner-content .banner-img img {
    margin: 0 auto;
  }
}

.banner-section-four .banner-content .banner-bg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: -1;
  animation: spin 30s linear infinite;
}

@media (max-width: 575.98px) {
  .banner-section-four .banner-content .banner-bg {
    max-width: 250px;
  }
}

.banner-section-four .wave-container {
  position: absolute;
  height: 506px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.banner-section-four .wave-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 506px;
  height: 506px;
  background: var(--primary);
  border-radius: 50%;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .banner-section-four .wave-container .circle {
    width: 290px;
    height: 290px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-four .wave-container .circle {
    width: 210px;
    height: 210px;
  }
}

.banner-section-four .wave-container::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 674 117' fill='none'><path d='M181.903 25.7396C85.1469 59.7082 5.01021 39.8932 -22.9636 25.7396V104.292C41.2115 131.892 151.5 104.292 181.903 90C250.071 57.9552 360.026 43.4071 426.262 68.2004C484.5 90 612.5 49.5 633.597 68.2004H670.621C675.557 33.5241 684.5 -9 601.509 8.75526C508.583 28.6361 524.993 10.8783 411.452 8.75526C297.912 6.63222 302.848 -16.7212 181.903 25.7396Z' fill='%23567642'/></svg>");
}

@media (max-width: 991.98px) {
  .banner-section-four .wave-container::before {
    height: 20%;
    bottom: 15%;
  }
}

.banner-section-four .wave-container::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 50%;
  background-repeat: repeat-x;
  background-size: 100% auto;
  top: 5%;
  right: -5%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 674 117' fill='none'><path d='M181.903 25.7396C85.1469 59.7082 5.01021 39.8932 -22.9636 25.7396V104.292C41.2115 131.892 151.5 104.292 181.903 90C250.071 57.9552 360.026 43.4071 426.262 68.2004C484.5 90 612.5 49.5 633.597 68.2004H670.621C675.557 33.5241 684.5 -9 601.509 8.75526C508.583 28.6361 524.993 10.8783 411.452 8.75526C297.912 6.63222 302.848 -16.7212 181.903 25.7396Z' fill='%23567642'/></svg>");
}

@media (max-width: 991.98px) {
  .banner-section-four .wave-container::after {
    height: 20%;
    top: 19%;
  }
}

@media (max-width: 767.98px) {
  .banner-section-four .wave-container::after {
    top: 28%;
  }
}

.banner-section-four .wave {
  position: absolute;
  width: 200%;
  height: 150px;
  animation: waveMove 8s linear infinite;
}

.banner-section-four .wave1 {
  animation: waveMove 8s linear infinite;
}

.banner-section-four .wave2 {
  animation: waveMove 12s linear infinite;
}

@keyframes waveMove {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }

  25% {
    transform: translateX(-5px) translateY(2px) rotate(0deg);
  }

  50% {
    transform: translateX(0) translateY(4px) rotate(0deg);
  }

  75% {
    transform: translateX(5px) translateY(2px) rotate(0deg);
  }

  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}

.banner-section-six {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #1E1B1B;
}

.banner-section-six video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: inherit;
  width: 100%;
  height: auto;
  object-fit: cover;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1199.98px) {
  .banner-section-six video {
    min-height: 100%;
  }
}

@media (max-width: 991.98px) {
  .banner-section-six video {
    height: 495px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-six video {
    height: 450px;
  }
}

@media (max-width: 575.98px) {
  .banner-section-six video {
    height: 480px;
  }
}

.banner-section-six .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(89.85deg, rgba(0, 0, 0, 0.7) 28.66%, rgba(0, 0, 0, 0.28) 48.52%, rgba(0, 0, 0, 0.7) 69.79%);
  opacity: 0.5;
  z-index: 1;
}

.banner-section-six .banner-content {
    padding: 155px 0 60px;
    position: relative;
    z-index: 2;
} 


.banner_btn {
  font-size: 15px;
  font-weight: 700;
  width: 155px;
  height: 155px;
  border-radius: 50% !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;

  /* pulse animation */
  animation: pulseShadow 1.8s infinite ease-out;
}

/* Stop animation on hover */
.banner_btn:hover {
  animation-play-state: paused;
}

/* Pulse animation */
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(194, 84, 20, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(194, 84, 20, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(194, 84, 20, 0);
  }
}


 

@media (max-width: 575.98px) {
  .banner-section-six .banner-content {
     text-align: center;
  }
}

.banner-section-six .banner-content h1 {
  color: #fff;
   margin-bottom: 16px;
      font-size: 110px;
    margin-bottom: 16px;
    font-family: "Bricolage Grotesque", sans-serif;

}
.banner-section-six .banner-content h1 span { 
  color:#C25414 !important;
}

@media (max-width: 1199.98px) {
  .banner-section-six .banner-content h1 {
    font-size: 44px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-six .banner-content h1 {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-six .banner-content h1 {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .banner-section-six .banner-content h1 {
    text-align: center;
  }
}

.banner-section-six .banner-content p {
  color: #fff;
 }

@media (max-width: 575.98px) {
  .banner-section-six .banner-content p {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .banner-section-six .section-badge {
    justify-content: center;
  }
}

.banner-section-six .banner-slide {
  padding-bottom: 30px;
}

.banner-section-five {
  padding: 230px 0px !important;
}

@media (max-width: 991.98px) {
  .banner-section-five {
    padding: 100px 0px !important;
  }
}

.banner-section-five:before {
  content: unset;
}

.banner-section-five .row {
  position: relative;
  z-index: 1;
}

.banner-section-five .banner-content {
  position: relative;
  padding-left: 67px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 991.98px) {
  .banner-section-five .banner-content {
    text-align: center;
    padding-left: 0px;
  }
}

.banner-section-five .banner-content .sub-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .banner-section-five .banner-content .sub-title {
    position: unset;
    transform: unset;
    margin-bottom: 4px;
  }
}

@media (max-width: 575.98px) {
  .banner-section-five .banner-content .sub-title {
    left: 32px;
  }
}

.banner-section-five .banner-content h1 {
  color: #fff;
  margin-bottom: 20px !important;
}

.banner-section-five .banner-content p {
  text-align: start;
}

@media (max-width: 991.98px) {
  .banner-section-five .banner-content p {
    text-align: center;
  }
}

.banner-section-five .banner-content .banner-btn {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .banner-section-five .banner-content .banner-btn {
    justify-content: center;
  }
}

.banner-section-five .banner-right {
  text-align: end;
}

@media (max-width: 991.98px) {
  .banner-section-five .banner-right {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin: 40px 0px 0px;
  }
}

@media (max-width: 575.98px) {
  .banner-section-five .banner-right {
    display: flex;
    flex-wrap: wrap;
  }
}

.banner-section-five .banner-right .banner-video {
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 255px;
}

@media (max-width: 991.98px) {
  .banner-section-five .banner-right .banner-video {
    margin-left: unset;
  }
}

.banner-section-five .banner-right .banner-video img {
  border-radius: 6px !important;
  width: 100%;
}

.banner-section-five .banner-right .banner-video .banner-vid-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.3s ease;
  position: absolute;
  inset: 0;
  margin: auto;
}

.banner-section-five .banner-right .banner-video .banner-vid-play-btn i {
  position: relative;
  z-index: 2;
}

.banner-section-five .banner-right .banner-video .banner-vid-play-btn:hover {
  transform: scale(1.05);
}

.banner-section-five .banner-right .banner-video .banner-vid-play-btn::before,
.banner-section-five .banner-right .banner-video .banner-vid-play-btn::after {
  content: "";
  position: absolute;
  border: 5px solid var(--primary-transparent);
  border-radius: 50%;
  inset: 0;
  animation: wave-pulse 2s infinite;
  z-index: 0;
}

.banner-section-five .banner-right .banner-video .banner-vid-play-btn::after {
  animation-delay: 1s;
}

.banner-section-five .banner-right .banner-group {
  background: var(--white);
  border-radius: 6px;
  text-align: start;
  width: fit-content;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .banner-section-five .banner-right .banner-group {
    margin-left: unset;
  }
}

.banner-section-five .banner-right .banner-group p {
  font-weight: 600;
  color: var(--gray-900);
}

.banner-section-five .banner-right .banner-group .avatar-item {
  padding: 12px;
}

.slider-item {
  overflow: hidden;
}

.slider-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--dark-linear-gradient);
  z-index: 1;
}

.slider-item .banner-slider-item {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.slider-item .banner-slider-item .banner-slider {
  height: 100%;
}

.slider-item .banner-slider-item .banner-slider .slick-list {
  height: 100%;
}

.slider-item .banner-slider-item .banner-slider .slick-list img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}

.slider-item .banner-slider-item .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 111;
  bottom: 40px;
  width: 100%;
  transform: translateX(0%);
}

.slider-item .banner-slider-item .slick-dots li {
  align-items: center;
  margin: 0px 18px;
}

.slider-item .banner-slider-item .slick-dots li .slick-number {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  display: inline-block;
  left: 0;
  opacity: 0.7;
}

.slider-item .banner-slider-item .slick-dots li.slick-active .slick-number {
  opacity: 1;
}

.slider-item .banner-slider-item .slick-dots li.slick-active .slick-number::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 4px;
  background: var(--primary);
  border-radius: 4px;
}

.slider-item .banner-slider-item .slick-track {
  height: 100%;
}

.slider-item .banner-slider-item .slick-track .slick-slide,
.slider-item .banner-slider-item .slick-track div,
.slider-item .banner-slider-item .slick-track .banner-slide {
  height: 100%;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.banner-slide .support-item {
  position: relative;
  margin-right: 40px;
  padding-right: 0;
}

.banner-slide .support-item::after {
  content: none;
}

.banner-slide .support-item span {
  display: block;
  font-weight: 700;
  font-size: 76px;
  white-space: nowrap;
  margin-bottom: 0;
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 991.98px) {
  .banner-slide .support-item span {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .banner-slide .support-item span {
    font-size: 38px;
  }
}

.banner-slide .support-item span:hover {
  color: #fff;
}

@keyframes wave-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(1.8);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/*============================
    20. Category
============================*/
.categories-item {
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: var(--white);
  position: relative;
  overflow: hidden;
}

.categories-item::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.54%, #000000 100%);
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

.categories-item .categories-img img {
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.6s;
}
.arrowbtn{
  display: none;
  font-size :24px;
 position: absolute;
 right: 20px;
 top: 20px;
  background: #fff;
    width: 56px;
    height: 56px;
    border:1px solid #CBCBCB;
  
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.categories-section.style1 .categories-item:hover .arrowbtn {
  display: inline-flex;
}
.categories-item .categories-info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  text-align: left;
  z-index: 2;
}
.categories-section.style1 .categories-item:hover::after {
  background: linear-gradient(180deg,rgba(0, 0, 0, 0) 53.54%, rgba(194, 84, 20, 1) 100%);

   position: absolute;
  content: "";
   top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  
}

.categories-item .categories-info h3 a {
  color: var(--white);
}

.categories-item .categories-info p {
  color: var(--white);
}

.categories-item:hover .categories-img img {
  transform: scale(1.1);
}

.categories-item-two .categories-img {
  border-radius: 10px;
  margin-bottom: 13px;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.categories-item-two .categories-img img {
  border-radius: 10px;
}

.categories-item-two .categories-img::before {
  opacity: 0;
  box-shadow: inset 0 0 0 1000px var(--primary);
  position: absolute;
  content: "";
  transform: rotate(-1.6deg);
  width: 94%;
  height: 106%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 30px;
  z-index: -1;
  left: 3%;
  top: -5px;
}

.categories-item-two .categories-img:hover::before {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.categories-item-three {
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}

.categories-item-three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

@media (max-width: 575.98px) {
  .categories-item-three img {
    height: 370px;
    object-fit: cover;
  }
}

.categories-item-three h3 {
  color: #fff;
}

.categories-item-three p {
  color: #F7F8F8;
}

.categories-item-four {
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.categories-item-four .categories-img {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.categories-item-four .categories-img::before {
  content: "";
  position: absolute;
  width: 73px;
  height: 46px;
  background: rgba(80, 114, 59, 0.15);
  border-radius: 0 0 120px 120px;
  bottom: 0;
  left: 10px;
  z-index: -1;
  transform: rotate(-22deg);
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  animation: rotate-smile 2.5s infinite ease-in-out;
}

.categories-item-four h5 {
  margin-bottom: 8px;
}

.categories-item-four p {
  margin-bottom: 20px;
}

@keyframes rotate-smile {
  0% {
    transform: rotate(45deg);
  }

  5% {
    transform: rotate(38deg);
  }

  10% {
    transform: rotate(30deg);
  }

  15% {
    transform: rotate(22deg);
  }

  20% {
    transform: rotate(14deg);
  }

  25% {
    transform: rotate(6deg);
  }

  30% {
    transform: rotate(0deg);
  }

  35% {
    transform: rotate(-6deg);
  }

  40% {
    transform: rotate(-14deg);
  }

  45% {
    transform: rotate(-22deg);
  }

  50% {
    transform: rotate(-30deg);
  }

  55% {
    transform: rotate(-38deg);
  }

  60% {
    transform: rotate(-45deg);
  }

  65% {
    transform: rotate(-38deg);
  }

  70% {
    transform: rotate(-30deg);
  }

  75% {
    transform: rotate(-22deg);
  }

  80% {
    transform: rotate(-14deg);
  }

  85% {
    transform: rotate(-6deg);
  }

  90% {
    transform: rotate(0deg);
  }

  95% {
    transform: rotate(22deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

.inner-content {
  padding-right: 40px;
}

.card-shape {
  z-index: 2;
  border-top-left-radius: 2em;
  width: 58px;
  height: 58px;
  inset: auto 0 0 auto;
  position: absolute;
  background: var(--primary-transparent);
}

.card-shape::before {
  content: "";
  position: absolute;
  background: var(--primary-transparent);
  border-top-left-radius: 2.5em;
  width: 120%;
  height: 120%;
  z-index: 1;
}

.card-shape .shape-one,
.card-shape .shape-two {
  position: absolute;
  content: "";
  background: transparent;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--primary-transparent);
}

.card-shape .shape-two {
  border-bottom-right-radius: 16px;
  bottom: -1px;
  left: -16px;
}

.card-shape .shape-one {
  border-bottom-right-radius: 16px;
  top: -16px;
  right: 0;
}

.card-shape .view-icon {
  z-index: 4;
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--white);
  color: var(--dark);
  font-size: 20px;
  position: absolute;
  inset: 12px 0 0 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.card-shape .view-icon:hover {
  background: linear-gradient(0deg, #6B9C4C 0%, #008979 100%);
  color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

@keyframes verticalRotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.view-more {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .view-more {
    margin-top: 30px;
  }
}

.section {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}

.section-header {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .section-header {
    margin-bottom: 30px;
  }
}

.section-header .title {
  position: relative;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.sub-ttitle {
  background: #F7F8F8;
  border:1px solid #E5E5E5;
  color:#160A05;
  display: inline-flex;
  position: relative; 
  align-items: center;
  font-size: 14px;
  text-transform: capitalize;
}
.sub-ttitle .clircle{ 
   
  width: 8px;
  height: 8px;
  background: #C25414;
  border-radius: 50%;
}
.title.title_style1 {
  line-height: 1.3;
}
.title.title_style1 span{
 color: #C25414;
}
.about-right .title.title_style1 {
  font-size:44px;
  font-weight:bold;
  color:#2C2C2C !important;


}
.about-section {
  color:#555555 !important;
}
.about-section .counter-item h5 {
  color:#2C2C2C;
}


@media (max-width: 991.98px) {
  /* .section {
    font-size:34px;
  } */

 .banner-section {
     padding-top: 55px;
}
.banner-section-six { 
  padding-top:55px;
}
.banner_btn.btn.btn-lg {
   margin-top: 30px;
}

 .banner-section-six .banner-content {
        padding: 30px 0 30px;
 }

}


@media (max-width: 767.98px) {
  /* .section {
    font-size:32px;
  } */
}

/* .section-header .title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -12px;
  width: 38px;
  height: 8px;
  background: url("../img/icons/title-icon.svg");
} */

.section-header .sub-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .section-header .sub-title {
    font-size: 14px;
  }
}

.section-header.white-title .title,
.section-header.white-title h2 {
  color: #fff;
}

.section-header.white-title p {
  color: #F7F8F8;
}

.section-header.title-two .title {
  position: relative;
  margin-bottom: 12px;
}

.section-header.title-two .title::before {
  content: none;
}

.section-header .header-icon {
  margin-bottom: 12px;
}

.section-header .section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: var(--primary);
  border-radius: 20px;
  padding: 4px 34px 4px 34px;
  position: relative;
}

.section-header .section-badge::before,
.section-header .section-badge::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.section-header .section-badge::before {
  left: 16px;
}

.section-header .section-badge::after {
  right: 16px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: var(--primary);
  border-radius: 20px;
  padding: 4px 34px 4px 34px;
  position: relative;
}

@media (max-width: 767.98px) {
  .section-badge {
    font-size: 16px;
  }
}

.section-badge::before,
.section-badge::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.section-badge::before {
  left: 16px;
}

.section-badge::after {
  right: 16px;
}

.section-heading-three {
  margin-bottom: 40px;
}

.section-heading-three span.section-title {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 4px 12px 4px 12px;
  background-color: var(--white);
  color: var(--gray-900);
  font-weight: 500;
  display: inline-flex;
  position: relative;
  margin-bottom: 12px;
}

.section-heading-three h2 {
  display: table;
  margin: 0 auto;
  padding-bottom: 10px;
  background-image: url("../img/home-3/shape-04.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.categories-section-four {
  background: var(--primary-transparent);
  overflow: hidden;
  z-index: 1;
}

.categories-section-four .categories-bg {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  transform: translate(14%, -55%);
  -webkit-transform: translate(14%, -55%);
  -ms-transform: translate(14%, -55%);
  z-index: -1;
  animation: spin-1 30s linear infinite;
}

@keyframes spin-1 {
  from {
    transform: translate(14%, -55%) rotate(0deg);
  }

  to {
    transform: translate(14%, -55%) rotate(360deg);
  }
}

.categories-section-four .categories-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.categories-section-four .categories-bg-02 {
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .categories-section-four .categories-bg-02 {
    display: none;
  }
}

.category-section-five {
  background: url("../img/home-5/bg/category-bg.png");
  background-size: 100% 100%;
  background-position: center;
  padding: 100px 0px 200px;
}

@media (max-width: 1199.98px) {
  .category-section-five {
    padding: 70px 0px 170px;
  }
}

@media (max-width: 575.98px) {
  .category-section-five {
    background-size: cover;
  }
}

.category-section-five .section-header h2 {
  color: #fff;
}

.category-section-five .slick-slide {
  text-align: center;
}

.category-section-five .category-slide {
  text-align: center;
  width: fit-content !important;
}

.category-section-five .category-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  width: fit-content;
  margin: 0px 12px;
  z-index: 1;
  transition: all 0.7s;
}

@media (max-width: 767.98px) {
  .category-section-five .category-item {
    margin: 0px auto 12px;
  }
}

@media (max-width: 575.98px) {
  .category-section-five .category-item {
    margin: 0px auto 12px;
  }
}

.category-section-five .category-item:after {
  content: "";
  position: absolute;
  background: var(--dark-linear-gradient);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.7s;
  border-radius: 6px;
}

.category-section-five .category-item:hover {
  transition: all 0.7s;
}

.category-section-five .category-item:hover:after {
  background: var(--primary-linear-gradient);
  opacity: 0.9;
  transition: all 0.7s;
}

.category-section-five .category-item:hover .category-overlay {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 11;
  transition: all 0.7s;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .category-section-five .category-item:hover .category-overlay {
    right: 15px;
  }
}

.category-section-five .category-item:hover .category-overlay a {
  border-radius: 50%;
}

.category-section-five .category-item .category-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 11;
}

.category-section-five .category-item .category-content h3 {
  color: #fff;
}

.category-section-five .category-item .category-content p {
  color: #F7F8F8;
}

.category-section-five .category-item .category-overlay {
  display: none;
}

.category-section-five .category-item .category-overlay a {
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-900);
  transition: all 0.7s;
}

.category-section-five .category-item .category-overlay a:hover {
  transform: rotate(45deg);
  transition: 0.7s;
}

.category-section-five .element-one {
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0.1;
}

.category-section-five .element-two {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 292px;
}

.category-section-five .slick-dots {
  bottom: -55px;
}

@media (max-width: 575.98px) {
  .category-section-five .slick-dots {
    bottom: -36px;
  }
}

.category-section-five .slick-dots li {
  text-align: center;
  margin: 0px;
}

.category-section-five .slick-dots .slick-active {
  margin: 0px 5px;
}

.category-section-five .slick-dots .slick-active button {
  background: var(--primary);
  width: 26px;
  border-radius: 10px;
}

.category-section-five .slick-dots button {
  width: 6px;
  height: 6px;
  padding: 0px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
}

.senses-section-five .senses-list {
  background: url(../img/home-5/categories/category-img-list-1.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
  padding: 50px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  margin: -160px 0px 0px 0px;
}

@media (max-width: 991.98px) {
  .senses-section-five .senses-list {
    background-size: cover;
  }
}

@media (max-width: 767.98px) {
  .senses-section-five .senses-list {
    padding: 30px;
  }
}

.senses-section-five .senses-list:before {
  content: "";
  position: absolute;
  background: var(--dark-linear-gradient);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 6px;
}

.senses-section-five .senses-list h2 {
  color: #fff;
}

.senses-section-five .senses-list .senses-item {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  transition: all 0.7s;
}

.senses-section-five .senses-list .senses-item:hover {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-10px);
}

.senses-section-five .senses-list .senses-item:hover .avatar {
  background: var(--primary-linear-gradient);
  transform: translateY(-5px) rotateY(360deg);
  transition: all 0.7s;
}

.senses-section-five .senses-list .senses-item:hover .avatar img {
  filter: brightness(0) invert(1);
}

.senses-section-five .senses-list .senses-item .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px;
  background: var(--white);
}

.senses-section-five .senses-list .senses-item .avatar img {
  transition: all 0.7s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.senses-section-five .senses-list .senses-item h3 {
  color: #fff;
}

.senses-section-five .senses-list .senses-item p {
  color: #fff;
}

.senses-section-five .shadow-img-1 {
  position: absolute;
  bottom: -140px;
  right: 0;
}

/*============================
    21. Faq
============================*/
.faq-section {
  background: var(--light);
}

.faq-accordion {
  position: relative;
  z-index: 9;
  border: 0;
}

.faq-accordion .accordion-item  .accordion-button:not(.collapsed) {
   background-color: var(--primary);
  color:#fff !important;
  border-bottom-left-radius: 0 !important;
   border-bottom-right-radius: 0 !important;
 
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
    color: #fff;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.faq-accordion .accordion-item {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.faq-accordion .accordion-item .accordion-button {
  border-radius: 0.375rem !important;
}

.faq-accordion .accordion-item:not(.collapsed) {
    border: 1px solid var(--primary);
}
.faq-accordion .accordion-item  .accordion-body { 
  padding: 20px;
}
.faq-accordion-two .accordion-item {
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.faq-accordion-two .accordion-item .accordion-button {
  border-radius: 0 !important;
}

.faq-accordion-two .accordion-item .accordion-button::after {
  content: "\ea5f";
  font-weight: 400;
}

.faq-accordion-two .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--light);
  padding-bottom: 8px;
}

.faq-accordion-two .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\ea62";
  transform: none;
}

.faq-accordion-two .accordion-body {
  background-color: var(--light);
}

.faq-accordion-two .accordion-body .accordion-content {
  padding: 12px;
}

.faq-accordion-two .accordion-body p {
  font-size: 16px;
}

.faq-accordion-three .accordion-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
}

.faq-accordion-three .accordion-item .accordion-button {
  border-radius: 10px !important;
}

.faq-accordion-three .accordion-item .accordion-button::after {
  content: "\ea69";
  font-weight: 400;
}

.faq-accordion-three .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 8px;
}

.faq-accordion-three .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\ea68";
  transform: none;
}

.faq-accordion-three .accordion-body .accordion-content {
  padding: 12px;
}

.faq-accordion-three .accordion-body p {
  font-size: 16px;
}

/*============================
    22. About
============================*/
.about-img {
  position: relative;
  margin-right: 43px;
}

@media (max-width: 991.98px) {
  .about-img {
    margin: 0 23px 24px 0;
  }
}

.about-img>img {
  border-radius: 10px;
}

.about-img .about-exp {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  background: var(--primary);
  padding: 20px;
}

.about-img .about-exp h3,
.about-img .about-exp p {
  color: #fff;
}

.about-img .about-shape {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
}

.about-img-six {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .about-img-six {
    gap: 12px;
  }
}

.about-img-six img {
  border-radius: 20px;
  width: 30%;
}

.about-img-six .about-02 {
  margin-top: 40px;
}

.about-img-six .about-bg {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 50%;
  z-index: -1;
}

.about-content h2 {
  margin-bottom: 20px;
}

.about-content .about-list p {
  position: relative;
  margin-bottom: 8px;
  padding-left: 26px;
}

.about-content .about-list p::before {
  content: "\f704";
  position: absolute;
  font-family: "tabler-icons" !important;
  left: 0;
  top: 0;
  color: var(--success);
}

.about-content .about-list p:last-child {
  margin-bottom: 0;
}

.about-content .btn {
  margin-top: 40px;
}

.about-content-two .section-header {
  margin-bottom: 38px;
}

@media (max-width: 767.98px) {
  .about-content-two .section-header {
    margin-bottom: 20px;
  }
}

.about-content-two .section-header .badge {
  margin-bottom: 20px;
}

.about-content-two .section-header h2 {
  margin-bottom: 12px;
}

.about-content-two .about-item-two span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1E1B1B;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  font-size: 24px;
  margin-right: 16px;
  flex-shrink: 0;
  color: #fff;
}

.about-content-three {
  padding-left: 24px;
}

@media (max-width: 991.98px) {
  .about-content-three {
    padding-left: 0;
  }
}

.about-content-six {
  padding-right: 70px;
}

@media (max-width: 1199.98px) {
  .about-content-six {
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .about-section-three .about-us-images {
    display: none !important;
  }
}

.about-section-three .about-us-images img {
  width: 100%;
}

.about-section-three ul li {
  color: var(--gray-900);
  margin-bottom: 12px;
}

.about-section-five {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .about-section-five {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .about-section-five .about-content {
    text-align: center;
  }
}

.about-section-five .about-details .about-item {
  margin-bottom: 12px;
}

.about-section-five .about-details .about-item .avatar {
  transition: all 0.6s;
  flex-shrink: 0;
}

.about-section-five .about-details .about-item .avatar i {
  color: var(--gray-900);
  font-size: 20px;
  transition: all 0.6s;
}

.about-section-five .about-details .about-item .avatar:hover {
  transition: all 0.6s;
  background: var(--primary-linear-gradient);
}

.about-section-five .about-details .about-item .avatar:hover i {
  color: var(--white);
}

.about-section-five .element-one {
  position: absolute;
  top: -154px;
  right: 0;
  z-index: -1;
}

.about-section-six {
  background: var(--light);
}

.about-img-two {
  z-index: 0;
  padding: 0 26px;
}

.about-img-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  background-color: var(--secondary);
  z-index: -1;
  border-radius: 10px;
  background-image: url(../img/home-2/shape-03.svg);
  background-repeat: no-repeat;
  background-position: left bottom 25px;
}

.about-img-two .app-view {
  background: var(--white);
  padding: 12px;
  border-radius: 6px;
  position: absolute;
  left: 22px;
  top: 5%;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-900);
}

.about-img-two .app-view::before {
  border: 8px solid var(--white);
  border-color: transparent transparent var(--white) var(--white);
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  transform: rotate(45deg) translateY(-50%);
}

.work-section {
  background-color: var(--light);
}

.work-section .work-item {
  border: 1px solid rgba(107, 107, 107, 0.2);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.work-section .work-item .step-number {
  color: rgba(107, 107, 107, 0.2);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  min-width: 65px;
  display: inline-block;
}

@media (max-width: 1199.98px) {
  .work-section .work-item .step-number {
    font-size: 44px;
  }
}

@media (max-width: 991.98px) {
  .work-section .work-item .step-number {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  .work-section .work-item .step-number {
    font-size: 30px;
  }
}

.work-section .work-item:hover .step-number {
  color: var(--primary);
}

.work-section .work-img1 {
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  border: 3px solid var(--white);
  rotate: -5deg;
  width: 86%;
}

.work-section .work-img2 {
  border: 3px solid var(--white);
  left: 0;
  position: absolute;
  bottom: 0;
  rotate: -14deg;
  animation: sparkleFloat 10s ease-in-out infinite;
  width: 40%;
}

.work-section .work-img3 {
  border: 3px solid var(--white);
  top: 10%;
  position: absolute;
  right: 0;
  rotate: 14deg;
  animation: sparkleFloat 10s ease-in-out infinite;
  width: 40%;
}

@media (max-width: 991.98px) {
  .work-section .work-image {
    display: none;
  }
}

.about-item-three .about-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
}

.about-item-six {
  background: var(--white);
  border-radius: 6px;
  padding: 24px;
}

.about-item-six .about-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.service-slide {
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  .service-slide {
    margin-top: 50px;
  }
}

.service-slide .support-item {
  position: relative;
  margin-right: 40px;
  padding-right: 80px;
}

.service-slide .support-item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  background: url("../img/icons/support-icon-03.svg") no-repeat;
  width: 40px;
  height: 41px;
}

.service-slide .support-item span {
  display: block;
  font-size: 76px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 0;
  color: var(--white);
  -webkit-text-stroke: 1px var(--primary);
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 991.98px) {
  .service-slide .support-item span {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .service-slide .support-item span {
    font-size: 38px;
  }
}

.service-slide .support-item span:hover {
  background: linear-gradient(0deg, #6B9C4C 0%, #008979 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wellness-section {
  position: relative;
  overflow: hidden;
}

.article-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  gap: 24px;
}

@media (max-width: 991.98px) {
  .article-wrapper {
    margin-bottom: 50px;
  }
}

.article-item-two {
  width: calc(25% - 20px);
  height: auto;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  padding: 0 !important;
  border-radius: 6px;
  background-color: transparent;
}

.article-item-two:last-child {
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  .article-item-two:last-child {
    margin-right: 50%;
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .article-item-two:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .article-item-two {
    width: 50%;
    margin-right: 50%;
    border: 1px solid var(--border-color);
    border-right: 0;
  }
}

@media (max-width: 575.98px) {
  .article-item-two {
    width: 100%;
    margin-right: 0;
    border: 0;
  }
}

.article-item-two.active,
.article-item-two:hover {
  margin-right: calc(25% - 12px);
  border: 1px solid var(--border-color);
  border-right: 0;
}

@media (max-width: 1199.98px) {

  .article-item-two.active,
  .article-item-two:hover {
    margin-right: 50%;
  }
}

@media (max-width: 575.98px) {

  .article-item-two.active,
  .article-item-two:hover {
    width: 100%;
    margin-right: 0;
    border: 0;
  }
}

.article-item-two.active .article-content,
.article-item-two:hover .article-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(100%);
  border: 1px solid var(--border-color);
  border-left: 0;
}

@media (max-width: 575.98px) {

  .article-item-two.active .article-content,
  .article-item-two:hover .article-content {
    transform: translateX(0);
    border: 1px solid var(--border-color) !important;
    border-radius: 6px !important;
  }
}

.article-item-two.active .article-img .article-info,
.article-item-two:hover .article-img .article-info {
  transition: 0.5s;
  opacity: 0;
}

.article-item-two.active .article-img::before,
.article-item-two:hover .article-img::before {
  content: "";
  background: transparent;
}

.article-item-two .article-img {
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.article-item-two .article-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .article-item-two .article-img {
    display: none;
  }
}

.article-item-two .article-img::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.article-item-two .article-img .article-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.article-item-two .article-img .article-info .step-count {
  font-weight: 700;
  font-size: 76px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  top: 20px;
  left: 20px;
}

.article-item-two .article-img .article-info h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.article-item-two .article-content {
  background: var(--white);
  position: relative;
  padding: 40px;
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100%;
  min-height: 410px;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20%);
  border-radius: 0 6px 6px 0;
  transition: transform 0.5s ease-in-out 0.05s, visibility 0.3s ease-in-out;
}

@media (max-width: 1199.98px) {
  .article-item-two .article-content{ 
    height:auto;
}
  .article-item-two .article-content {
    opacity: 1;
    transform: translateX(100%);
    visibility: visible;
    border: 1px solid var(--border-color);
    border-left: 0;
  }
}

@media (max-width: 575.98px) {
  .article-item-two .article-content {
    transform: translateX(0);
    border: 1px solid var(--border-color) !important;
    border-radius: 6px !important;
  }
}

.article-item-two .article-content .step-count {
  font-size: 76px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary);
  margin-bottom: 4px;
}

@media (max-width: 991.98px) {
  .article-item-two .article-content .step-count {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .article-item-two .article-content .step-count {
    font-size: 30px;
  }
}

.article-item-two .article-content h3 {
  margin-bottom: 18px;
}

.article-item-two .article-content p {
  margin-bottom: 0;
}

.wellness-img {
  position: relative;
}

.wellness-img img {
  border-radius: 250px 250px 0 0;
}

.wellness-img .wellness-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
  height: 128px;
  background: rgba(255, 255, 255, 0.8);
  border: 5px solid var(--white);
  backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .wellness-img .wellness-icon {
    width: 90px;
    height: 90px;
    top: 10px;
  }
}

.wellness-img .wellness-icon img {
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .wellness-img .wellness-icon img {
    width: 50%;
  }
}

.wellness-content {
  margin-left: 40px;
}

@media (max-width: 1199.98px) {
  .wellness-content {
    margin-left: 0;
  }
}

.wellness-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 32px;
  margin-bottom: 32px;
  gap: 12px;
  position: relative;
}
.wellness-list:hover .view-icon {
  background: var(--primary);
  color:#fff !important;
}
@media (max-width: 1199.98px) {
  .wellness-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.wellness-list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.wellness-list:last-child img {
  top: -90%;
}

.wellness-list:hover h3 a {
  color: var(--primary);
}

.wellness-list:hover img {
  opacity: 1;
}

.wellness-list img {
  position: absolute;
  top: -50%;
  right: 10%;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  opacity: 0;
  max-width: 240px !important;
}

@media (max-width: 767.98px) {
  .wellness-list img {
    display: none;
  }
}

.wellness-list .view-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--border-color);
  font-size: 20px;
  color: var(--gray-900);
  border-radius: 50%;
}

.wellness-list .view-icon:hover {
  background: var(--primary);
  color: #fff;
}

.video-section {
  position: relative;
  background-color: #1E1B1B;
  height: 600px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .video-section {
    height: 400px;
  }
}

.video-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-section .video-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 991.98px) {
  .video-section .video-btn {
    width: 50px;
    height: 50px;
  }
}

.video-section .video-btn::before,
.video-section .video-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  animation: ripple 3s infinite;
}

@media (max-width: 991.98px) {

  .video-section .video-btn::before,
  .video-section .video-btn::after {
    width: 50px;
    height: 50px;
  }
}

.video-section .video-btn::before {
  animation-delay: 0.9s;
}

.video-section .video-btn::after {
  animation-delay: 0.6s;
}

.video-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(89.85deg, rgba(0, 0, 0, 0.7) 28.66%, rgba(0, 0, 0, 0.28) 48.52%, rgba(0, 0, 0, 0.7) 69.79%);
  opacity: 0.5;
  z-index: 1;
}

.video-section .video-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.video-section .video-content h2 {
  margin-bottom: 12px;
  color: #fff;
}

@media (max-width: 991.98px) {
  .video-section .video-content h2 {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  .video-section .video-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .video-section .video-content h2 {
    font-size: 28px;
  }
}

.video-section .video-content p {
  color: #fff;
  margin-bottom: 40px;
}

.video-section .video-content .video-tagline {
  font-size: 120px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .video-section .video-content .video-tagline {
    font-size: 100px;
  }
}

@media (max-width: 767.98px) {
  .video-section .video-content .video-tagline {
    font-size: 80px;
  }
}

@media (max-width: 575.98px) {
  .video-section .video-content .video-tagline {
    font-size: 50px;
  }
}

.video-section .video-content .video-tagline span {
  display: block;
  font-size: 76px;
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .video-section .video-content .video-tagline span {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .video-section .video-content .video-tagline span {
    font-size: 30px;
  }
}

.video-section .video-content .video-info {
  max-width: 485px;
}

.video-section .video-content .video-slag {
  text-align: center;
}

@media (max-width: 991.98px) {
  .video-section .video-content .video-slag {
    display: none;
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 20px 50px rgba(255, 255, 255, 0);
  }
}

.about-section-two .who-we-are-section {
  position: relative;
}

.about-section-two .who-we-are-section .experience-year-cover {
position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--primary);
    left: 15px;
    bottom: 30px;
    transform: translatex(15px);
    padding: 8px;
}

.about-section-two .who-we-are-section .experience-year-cover .experience-year-content {
  height: 100%;
  border: 1px solid var(--white);
  border-radius: 50%;
  border-style: dashed;
  align-content: center;
  text-align: center;
}

.testimonial-item.style3 {
     position: relative;
    overflow: hidden;
}

.quote-icon{
  background: #000;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    bottom: -30px;
    right: -30px;
    display: inline-flex;
     align-items: center;
    justify-content: center;
}
.quote-icon img{
     position: relative;
    right: 8px;
    top: -8px;
}

.quote-black {
  display: none;
}
.quote-primary {
  display: block;
}

.testimonial-item:hover .quote-black {
  display: block;
}
.testimonial-item:hover .quote-primary {
  display: none;
}

.about-section-two .who-we-are-section .experience-year-cover .experience-year-content span {
  display: block;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
}

.about-section-two .who-we-are-section .experience-year-cover .experience-year-content p {
  color: var(--white);
  font-size: 10px;
}

.about-section-two .home-two-about-title {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-left: 24px;
}

.about-section-two .home-two-about-title::after {
  position: absolute;
  content: "";
  background-image: url("../img/icons/about-star.svg");
  height: 16px;
  width: 16px;
  top: 2px;
  left: -24px;
}

/*============================
    23. Service
============================*/
.service-section {
  position: relative;
  z-index: 1;
}
.service-section.home_style1 .title.title_style1   {
color: #fff !important;
}
.service-section .service-bg-01 {
  position: absolute;
  top: -25px;
  right: 180px;
  z-index: -1;
}

.service-section .service-bg-02 {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 63px;
  height: 70px;
}

.service-item {
  border: 1px solid transparent;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  background: rgba(30, 27, 27, 0.3);
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  overflow: hidden;
}

.service-item::before,
.service-item::after {
  content: "";
  position: absolute;
  border: 1px solid var(--primary);
  border-radius: 6px;
  width: 0%;
  height: 100%;
  top: 0;
  transition: width 0.4s ease;
  z-index: -1;
}

.service-item::before {
  left: 0;
  border-right: none;
  border-left: 1px solid transparent;
  border-radius: 6px 0 0 6px;
}

.service-item::after {
  right: 0;
  border-left: none;
  border-right: 1px solid transparent;
  border-radius: 0 6px 6px 0;
}

.service-item:hover::before,
.service-item:hover::after {
  width: 50%;
}

.service-item:hover::before {
  border-color: var(--primary);
}

.service-item:hover::after {
  border-color: var(--primary);
}

.service-item .service-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 143px;
  z-index: -1;
}

.service-item .service-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 24px;
  flex-shrink: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.service-item h3 a {
  color: #fff;
}

.service-item h3 a:hover {
  color: var(--primary);
}

.service-item p {
  color: #F7F8F8;
  margin-bottom: 24px;
}

.service-item .view-link {
  color: var(--primary);
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.service-item .view-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}

.service-item .view-link:hover::after {
  transform: scaleX(1);
}

.service-item:hover {
  background: #1E1B1B;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.service-item:hover .service-icon {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background: #1E1B1B;
  animation: verticalRotate 0.5s linear 1;
}

.service-item-two {
  border-radius: 6px;
  padding: 20px;
  background: var(--white);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.service-item-two .service-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #1E1B1B;
  margin-bottom: 20px;
  flex-shrink: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.service-item-two .service-icon img {
  filter: brightness(0) invert(1);
}

.service-item-two h6 a:hover {
  color: var(--primary);
}

.service-item-two p {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.service-item-two:hover {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background: var(--light);
  border-color: var(--border-color);
}

.service-item-two:hover .service-icon {
  background: var(--primary);
}

.service-item-two:hover .service-icon img {
  filter: brightness(0) invert(1);
}

.service-item-two:hover h6 a {
  color: var(--gray-900);
}

.service-item-two:hover h6 a:hover {
  color: var(--primary);
}

.service-item-two:hover p {
  color: var(--body-color);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.service-item-three {
  background-color: var(--white);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  position: relative;
}

.service-item-three:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.service-item-three:hover::before {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.service-item-three::before {
  opacity: 0;
  box-shadow: inset 0 0 0 1000px var(--primary);
  position: absolute;
  content: "";
  transform: rotate(-1.6deg);
  width: 94%;
  height: 20%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 30px;
  z-index: -1;
  left: 3%;
  bottom: -12px;
}
.service-item-three.style_three::before {
      width: 90%;
    height: 110%;
      left: 2%;
    bottom: -5px;
}
.categories-section.style3 .section-header .title::before {
  display: none;
}
.categories-section.style3 .section-header .title span {
   color:var(--primary);
}
.service-item-three .service-two-image {
  margin-bottom: 23px;
}
.service-item-three  .service-three-image  {
  max-width: 100%;
}

.service-item-three  .service-three-image  img {
     width: 100%;
    max-height: 150px;
    object-fit: cover;
}
.service-item-four {
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  border: 1px solid var(--border-color);
}

.service-item-four .listing-img img {
  border-radius: 6px 6px 0 0;
}

.service-item-four .listing-content {
  padding: 20px;
  text-align: center;
}

.service-item-four:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.service-section-three .listing-item-content .btn {
  transform: none;
}

.service-slider .slick-slide {
  margin: 0 12px;
}

.service-slider .slick-slide .listing-item {
  box-shadow: none;
}

.service-slider .slick-slide .listing-item:hover {
  transform: none;
}

.service-slider .slick-slide .listing-item .slick-slide {
  margin: 0;
}

/*============================
    24. Location
============================*/
.location-item {
  border-radius: 6px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  overflow: hidden;
  height: 250px;
}

.location-item .location-img {
  border-radius: 6px 6px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.location-item .location-img img {
  border-radius: 6px 6px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.location-item .location-content {
  background: rgba(255, 255, 255, 0.8980392157);
  border-radius: 6px 6px;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.location-item .location-content h5 a:hover {
  color: var(--primary);
}

.location-item .location-content p {
  font-size: 14px;
}

.location-item:hover {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.location-item:hover img {
  transform: rotate(2deg) scale(1.1);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.location-item-two .location-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.location-item-two .location-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.location-item-two .location-img img {
  border-radius: 6px;
}

.location-item-two .location-content {
  padding: 20px;
}

.location-item-two .location-content .bg-light {
  padding: 12px;
}

.locations-section {
  overflow: hidden;
}

.locations-section .location-bg1 {
  position: absolute;
  right: 0;
  top: -9%;
  animation: rotate360 10s linear infinite;
}

/*============================
    25. Counter
============================*/
.counter-sec {
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  .counter-sec {
    margin-top: 50px;
  }
}

.counter-item {
  display: flex;
  align-items: center;
  background:#fff;
  border-radius: 6px;
  padding: 20px;
  border: 1px solid #E5E5E5;
  position: relative;
  justify-content: center;
}
.counter-item:hover {
  background: var(--primary);
  color:#fff;
}
.about-section .counter-item:hover h5 
 {
   color:#fff;
}

.counter-item:hover .counter-icon {
  display: inline-flex;
}
.counter-item:hover .addition {
  color: #fff;
}

.counter-item .addition {
  color: var(--primary);
}
.counter-item .counter-icon {
  display: none;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}

.counter-item h5 {
  font-size: 76px;
}

@media (max-width: 1199.98px) {
  .counter-item h5 {
    font-size: 56px;
  }
}

@media (max-width: 991.98px) {
  .counter-item h5 {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .counter-item h5 {
    font-size: 26px;
  }
}

.counter-item-two {
  position: relative;
}

.counter-item-two::before {
  content: "";
  background: linear-gradient(180deg, #161004 0%, #F17F3F 49.33%, #161004 100%);
  width: 2px;
  height: 40px;
  position: absolute;
  right: 0;
}

@media (max-width: 1199.98px) {
  .counter-item-two::before {
    content: unset;
  }
}

.counter-item-two::before h5 {
  color: #fff;
}

.counter-item-two::before p {
  color: #F7F8F8;
}

.counter-item-two .counter-value {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.counter-item-three {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-item-three .counter-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid var(--primary);
  margin-right: 16px;
  flex-shrink: 0;
  background: var(--dark);
  box-shadow: 0px 4px 4px 0px #433B24 inset;
}

.counter-item-three .counter-value {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.counter-item-three h2 {
  color: #fff;
}

.counter-item-three p {
  color: #F7F8F8;
}

.counter-item-four {
  background: #2C2C2C;
  border-radius: 6px;
  padding: 24px;
  text-align: center;
}

.counter-item-four .counter-img {
  margin-bottom: 20px;
  position: relative;
  background: var(--primary);
  color:#fff;
  border-radius: 57px;
  width: 110px;
  height:80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counter-item-four .counter-img span {
  position: absolute;
  font-size: 5px;
  color: var(--primary);
}

.counter-item-four h3 {
  font-size: 16px;
  font-weight: 600;
  color: #F7F8F8;
}

.counter-item-four .counter-value {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .counter-item-four .counter-value {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .counter-item-four .counter-value {
    font-size: 28px;
  }
}

.counter-section-three {
  padding: 40px;
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  .counter-section-three {
    margin-top: 50px;
  }
}

.counter-section-four {
  background: #1E1B1B;
  z-index: 1;
  overflow: hidden;
}

.counter-section-four .counter-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*============================
    26. Support
============================*/
.support-section {
  padding: 20px 0;
}

.support-item {
  position: relative;
  margin-right: 24px;
  padding-right: 44px;
}

.support-item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  background: url("../img/icons/support-icon.svg") no-repeat;
  width: 22px;
  height: 22px;
}

.support-item p {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 0;
}

.support-section-two .support-item::after {
  background: url("../img/icons/support-icon-02.svg") no-repeat;
}

.support-section-two .support-item h6 {
  color: #fff;
}

.support-section-five {
  background: var(--primary-linear-gradient);
  transform: rotate(0.5deg);
  margin: -8px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

.support-section-five .support-item::after {
  background: url("../img/home-5/icons/support-slide-icon.svg");
}

.animate-updown {
  -webkit-animation: updown 1.5s ease-in-out 0s infinite alternate;
  animation: updown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes updown {
  0% {
    transform: rotateX(0deg) translateY(0);
    -webkit-transform: rotateX(0deg) translateY(0);
    -ms-transform: rotateX(0deg) translateY(0);
  }

  50% {
    transform: rotateX(0deg) translateY(-20px);
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    transform: rotateX(0deg) translateY(0);
    -webkit-transform: rotateX(0deg) translateY(0);
    -ms-transform: rotateX(0deg) translateY(0);
  }
}

.horizontal-slide {
  overflow: hidden;
}

.horizontal-slide[data-direction=right] {
  --_animation-direction: reverse;
}

.horizontal-slide[data-direction=left] {
  --_animation-direction: forwards;
}

.horizontal-slide[data-speed=fast] {
  --_animation-duration: 30s;
}

.horizontal-slide[data-speed=slow] {
  --_animation-duration: 120s;
}

.horizontal-slide .slide-list {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}

.horizontal-slide .slide-list:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/*============================
    27. Feature
============================*/
.feature-sec {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .feature-sec {
    margin-bottom: 50px;
  }
}

.feature-item {
  background: var(--light);
  padding: 24px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.feature-item .feature-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--white);
  margin-right: 12px;
  flex-shrink: 0;
}

.feature-item p {
  font-size: 16px;
}

.feature-item-two {
  background: var(--white);
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  gap: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .feature-item-two {
    margin-bottom: 20px;
  }
}

.feature-item-two:last-child {
  margin-bottom: 0;
}

.feature-item-two span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  flex-shrink: 0;
  aspect-ratio: 1;
  --g: /20.56% 20.56% radial-gradient(#000 calc(71% - 1px), #0000 71%) no-repeat;
  mask: 100% 50% var(--g), 93.301% 75% var(--g), 75% 93.301% var(--g), 50% 100% var(--g), 25% 93.301% var(--g), 6.699% 75% var(--g), 0% 50% var(--g), 6.699% 25% var(--g), 25% 6.699% var(--g), 50% 0% var(--g), 75% 6.699% var(--g), 93.301% 25% var(--g), radial-gradient(100% 100%, #000 38.366%, rgba(0, 0, 0, 0) calc(38.366% + 1px));
}

.feature-img {
  position: relative;
  border-radius: 270px;
  padding: 8px;
  margin: 0 16px;
}

.feature-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 5px solid transparent;
  background: rgba(var(--white-rgb), 0.1);
  background: linear-gradient(var(--primary-transparent), var(--primary-transparent)) padding-box, linear-gradient(90deg, #6B9C4C 0%, #008979 100%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  z-index: -1;
  border-radius: 270px;
  padding: 26px;
  animation: moveGradient 3s linear infinite;
  background-size: 300% 300%;
  background-position: 0% 50%, 0% 50%;
}

.feature-img img {
  border-radius: 270px;
}

@keyframes moveGradient {
  0% {
    background-position: 0% 50%, 0% 50%;
  }

  100% {
    background-position: 200% 50%, 200% 50%;
  }
}

.feature-img .feature-bg-04 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  animation: updown 3.5s ease-in-out 0s infinite alternate;
}

.section-heading {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 617px;
}

.item-padding {
  padding: 20px;
}

.item-shadow {
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.item-hover {
  transition: 0.4s;
}

.item-hover:hover {
  transform: translateY(-10px);
}

.item-hover.one:hover {
  background-color: var(--pink-100);
}

.item-hover.one:hover .offer-icon {
  background: var(--pink);
}

.item-hover.one:hover .offer-icon img {
  filter: invert(1) brightness(45.5);
}

.item-hover.two:hover {
  background-color: var(--teal-100);
}

.item-hover.two:hover .offer-icon {
  background: var(--teal);
}

.item-hover.two:hover .offer-icon img {
  filter: invert(1) brightness(45.5);
}

.item-hover.three:hover {
  background-color: var(--purple-100);
}

.item-hover.three:hover .offer-icon {
  background: var(--purple);
}

.item-hover.three:hover .offer-icon img {
  filter: invert(1) brightness(45.5);
}

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

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

.feature-item-wrapper {
  position: relative;
}

.feature-item-wrapper .feature-bg-03 {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}

.feature-section {
  position: relative;
}

.feature-section .feature-bg-01 {
  position: absolute;
  top: 5%;
  left: 0;
  z-index: -1;
  animation: updown 3.5s ease-in-out 0s infinite alternate;
}

.feature-section .feature-bg-02 {
  position: absolute;
  right: 3%;
  bottom: 5%;
  z-index: -1;
  animation: updown 3.5s ease-in-out 0s infinite alternate;
}

@keyframes updown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

/*============================
    28. Offer
============================*/
.offer-section {
  background: #1E1B1B;
}

.offer-section .offer-bg1 {
  right: 10px;
  top: -10%;
  animation: sparkleFloat 5s ease-in-out infinite;
}

.offer-section .offer-bg2 {
  left: 2%;
  bottom: 10%;
  animation: sparkleFloat 5s ease-in-out infinite;
}

.offer-item .offer-icon {
  width: 90px;
  aspect-ratio: 1/1;
  background: var(--pink-100);
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}

.offer-item .offer-icon.offer-icon-two {
  background: var(--teal-100);
}

.offer-item .offer-icon.offer-icon-three {
  background: var(--purple-100);
}

.offer-item .price {
  color: var(--heading-color);
}

.offer-section-five {
  background: transparent;
}

.offer-section-five .offer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.offer-section-five .element-one {
  bottom: 0;
  left: -315px;
}

/*============================
    29. Listing Grid
============================*/
.sub-head-item {
  margin-bottom: 20px;
}

.sub-head-item .sub-head {
  margin-bottom: 0;
}

.custom-padding {
  padding-bottom: 20px;
}

.category-item {
  transition: 0.6s;
}

.category-item .category-item-list {
  height: 70px;
  overflow: hidden;
  padding: 12px;
  transition: all 0.7s;
}

.category-item .category-item-list .text-white {
  color: #fff !important;
}

.category-item .category-item-list::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
  inset: 0;
}

.category-item .category-item-list .category-img {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
  transition: 0.6s;
}

@media (max-width: 1399.98px) {
  .category-item .category-item-list .category-img {
    height: 100%;
  }
}

.category-item .category-item-list:hover {
  transform: translateY(-7px);
}

.category-item .category-item-list:hover .category-img {
  transform: scale(1.1);
  transition: 0.6s;
}

.listing-item-row {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .listing-item-row {
    margin-bottom: 24px;
  }
}

.listing-item {
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  transition: all 0.6s;
}

.listing-item:hover {
  transform: translateY(-8px);
}

.listing-item .listing-item-img {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.listing-item .listing-item-img .listing-badge-item {
  padding: 20px;
 }
 .recommend-section .listing-item:hover .arrowbtn_service{
  display: inline-flex;
 }

  .recommend-section .listing-item .listing-slider{
    position: relative;
    z-index: 99;
  }
  .recommend-section .listing-item:hover .listing-slider .slick-dots {
    z-index: 99; 
  }
 .recommend-section .listing-item .listing-item-img .listing-badge-item {
     z-index: 99;
}

  .recommend-section .listing-item:hover .listing-slider::after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(194, 84, 20, 1) 100%);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
 }
 .recommend-section .listing-item:hover .listing-slider {

 }
 .arrowbtn_service{
  display: none;
  font-size :24px;
 position: relative;
 
  background: #fff;
    width: 56px;
    height: 56px;
    border:1px solid #CBCBCB;
  
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.listing-item .listing-item-img .listing-badge-item a {
  position: relative;
  display: block;
}

.listing-item .listing-item-img .listing-badge-item .favourite {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.listing-item .listing-item-img .listing-badge-item .favourite i {
  color: var(--danger);
}

.listing-item .listing-item-img .slick-dotted {
  line-height: 0;
}

.listing-item .listing-list-item-img {
  width: 100%;
  max-width: 315px;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .listing-item .listing-list-item-img {
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .listing-item .listing-list-item-img {
    max-width: 100%;
    height: unset;
  }
}

.listing-item .listing-list-item-img .listing-slider {
  height: 100%;
}

@media (max-width: 991.98px) {
  .listing-item .listing-list-item-img .listing-slider {
    height: unset;
  }
}

.listing-item .listing-list-item-img .listing-slider .slick-list {
  height: 100%;
}

.listing-item .listing-list-item-img .listing-slider .slick-list .slick-track {
  height: 100%;
}

.listing-item .listing-list-item-img .listing-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}

.listing-item .listing-list-item-img .listing-slider .slick-list .slick-track .slick-slide a {
  height: 100%;
  display: block;
}

.listing-item .listing-list-item-img .listing-slider .slick-list .slick-track .slick-slide a img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .listing-item .listing-list-item-img .listing-slider .slick-list .slick-track .slick-slide a img {
    height: 100%;
  }
}

.listing-item .listing-list-item-img .listing-slider .slick-list .slick-track .slick-slide div {
  height: 100%;
}

.listing-item .listing-list-item-img .listing-slider .slick-list .slick-track .slick-slide div .listing-slider-item {
  height: 100%;
}

.listing-item .listing-list-item-img .listing-slider .slick-list .slick-track .slick-slide div .listing-slider-item a {
  height: 100%;
  display: block;
}

.listing-item .listing-list-item-img .listing-slider .slick-list .slick-track .slick-slide div .listing-slider-item a img {
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}

@media (max-width: 991.98px) {
  .listing-item .listing-list-item-img .listing-slider .slick-list .slick-track .slick-slide div .listing-slider-item a img {
    height: 100%;
  }
}

.listing-item .custom-badge {
  padding: 18px 5px 5px 5px;
  justify-content: center;
  text-align: center;
  position: relative;
  top: -16px;
}

.listing-item .listing-item-content {
  padding: 20px;
  width: 100%;
}

.listing-item .listing-item-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing-item .listing-item-content .user-avatar {
  width: 40px;
  height: 40px;
}

.listing-item .listing-item-content .price {
  color: var(--heading-color);
  font-size: 20px;
  line-height: 1.2;
}

.listing-item .listing-list-img {
  height: 100%;
  width: 100%;
  max-width: 475px;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 1199.98px) {
  .listing-item .listing-list-img {
    height: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .listing-item .listing-list-img {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .listing-item .listing-list-img {
    border-radius: 5px 5px 0 0;
  }
}

.listing-item .listing-list-img img {
  border-radius: 5px 0 0 5px;
}

@media (max-width: 1199.98px) {
  .listing-item .listing-list-img img {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 991.98px) {
  .listing-item .listing-list-img img {
    border-radius: 5px 5px 0 0;
  }
}

@media (max-width: 767.98px) {
  .listing-item .listing-list-img img {
    width: 100%;
  }
}

.listing-item .rent-list-img {
  height: 272px;
}

@media (max-width: 991.98px) {
  .listing-item .rent-list-img {
    height: unset;
    width: 100%;
    max-width: 100%;
  }
}

.listing-item .rent-list-img img {
  height: 272px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .listing-item .rent-list-img img {
    height: unset;
  }
}

.listing-item .ti-star-filled.text-light {
  color: var(--gray-100) !important;
}

.listing-item .slick-dots {
  bottom: 25px;
}

.listing-item .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2px;
}

.listing-item .slick-dots li button {
  background-color: var(--gray-100);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.listing-item .slick-dots .slick-active button {
  background-color: var(--primary);
}

.listing-item-two .listing-img {
  position: relative;
}

.listing-item-two .listing-img img {
  border-radius: 6px 6px 0 0;
}

.listing-item-two .listing-img .favourite {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 20px;
  border: 0;
}

.listing-item-two .listing-img .favourite i {
  color: var(--gray-700);
}

.listing-item-two .listing-content {
  padding: 20px;
  background: var(--white);
  position: relative;
  border-radius: 0 0 0 6px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.listing-item-two .listing-content .inner-content {
  padding-right: 30px;
}

.listing-item-two .listing-content .price {
  color: var(--heading-color);
  font-size: 20px;
}

.listing-item-two .listing-content .card-shape {
  background: var(--light);
}

.listing-item-two .listing-content .card-shape::before {
  background: var(--light);
}

.listing-item-two .listing-content .card-shape .shape-one,
.listing-item-two .listing-content .card-shape .shape-two {
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--light);
}

.listing-map-item {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .listing-map-item .listing-item-img {
    height: auto;
  }
}

.listing-map-item .listing-item-img img {
  width: 100% !important;
}

.listing-map-item .gm-style img {
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  border-radius: 0;
}

.filter-items .filter-set {
  padding: 20px;
  border-bottom: 1px solid var(--gray-100);
}

.filter-items .filter-set .filter-search-head i {
  transition: all 0.4s;
  color: var(--gray-900);
  line-height: inherit;
}

.filter-items .filter-set .filter-search-head:not(.collapsed) i {
  transform: rotate(180deg);
}

.filter-items .filter-set:last-child {
  border-bottom: 0;
}

.filter-items .irs--flat .irs-min {
  display: none;
}

.filter-items .irs--flat .irs-max {
  display: none;
}

.filter-items .irs--flat .irs-line {
  height: 2px;
  background-color: var(--gray-100);
}

.filter-items .irs--flat .irs-bar {
  height: 2px;
  background-color: var(--primary);
}

.filter-items .irs--flat .irs-from,
.filter-items .irs--flat .irs-to {
  background-color: var(--primary);
}

.filter-items .irs--flat .irs-handle>i:first-child {
  top: -1px;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 50%;
}

.filter-items .irs-with-grid .irs-grid {
  display: none;
}

.filter-items .filter-range p {
  font-size: 14px;
}

.filter-items .services-items {
  position: relative;
}

.filter-items .services-items h6 {
  position: relative;
  padding-left: 16px;
}

.filter-items .services-items h6::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-900);
  content: "+";
  transition: all 0.3s ease;
}

.filter-items .services-items[aria-expanded=true] h6::before {
  content: "−";
  color: var(--primary);
}

.filter-footer {
  padding: 16px 20px;
}

.load-more-custom i {
  width: 14px;
  height: 14px;
  line-height: 15px;
}

.offcanvas {
  background-color: var(--white) !important;
  width: 100% !important;
  max-width: 500px;
}

.offcanvas .btn-close {
  opacity: 1;
  background-color: var(--white);
  background-image: none;
  box-shadow: unset;
  color: var(--gray-900);
  font-size: 24px;
  padding: 0;
  width: 28px;
  height: 28px;
  margin: 0;
  line-height: 0;
  transition: all 0.6s;
  border-radius: 50%;
}

.offcanvas .btn-close:hover {
  background-color: var(--light);
}

.map-items {
  height: 100%;
  min-height: 100%;
  z-index: 1029;
  width: 100%;
}

.map-items .map-listing {
  width: 100%;
  position: sticky;
  top: 0;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .map-items .map-listing {
    height: calc(100% - 36px);
    margin-top: 35px;
  }
}

@media (max-width: 991.98px) {
  .map-items .map-listing {
    height: 600px;
  }
}

.gm-style .gm-style-iw-c {
  background: var(--white);
}

@media (max-width: 767.98px) {
  .gm-style .gm-style-iw-c {
    min-width: 260px !important;
  }
}

.gm-style .gm-style-iw-tc::after {
  background: var(--white);
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background: var(--white);
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
  background: var(--white);
}

.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
  content: none;
}

.listing-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--light);
}

.listing-section .listing-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  transform: translate(-28%, -31%);
  -webkit-transform: translate(-28%, -31%);
  -ms-transform: translate(-28%, -31%);
  z-index: -1;
  animation: spin-2 30s linear infinite;
}

@keyframes spin-2 {
  from {
    transform: translate(-28%, -31%) rotate(0deg);
  }

  to {
    transform: translate(-28%, -31%) rotate(360deg);
  }
}

.listing-section .listing-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.listing-section .listing-bg-02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*============================
    30. Booking Details
============================*/
.booking-item .trash-icon {
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--white);
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.7s;
  color: var(--danger);
}

.booking-item .trash-icon:hover {
  background-color: var(--danger);
  color: var(--white);
}

.booking-item .amount-item .custom-pading {
  padding-bottom: 12px;
  color: var(--gray-700);
}

.booking-item .amount-item .custom-total {
  padding-top: 20px;
  margin: 20px 0;
  border-top: 1px solid var(--gray-100);
}

.booking-item .amount-item .total-item {
  padding: 12px 20px;
}

.details-item {
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  transition: all 0.7s;
}

.details-item:hover {
  border-color: var(--primary);
}

.details-item:hover .custom-btn {
  background-color: var(--primary);
  border: 1px solid var(--primary) !important;
  color: var(--white);
}

.details-item:hover .btn-icon {
  background-color: var(--primary);
  color: var(--white);
}

.details-item .btn-icon {
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s;
}

.details-item .btn-icon:hover {
  background-color: var(--primary);
  color: #fff;
}

.details-item .custom-btn {
  border: 1px solid var(--light);
  font-weight: 500;
  color: var(--gray-900);
  display: inline-flex;
  align-items: center;
}

.details-item .select-button {
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-900);
  border-radius: 6px;
  padding: 6px 10px;
  border: 1px solid var(--border-color);
  background: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
}

.details-item .select-button .icon {
  margin-right: 8px;
  display: none;
}

.details-item .select-button.selected {
  background-color: var(--primary);
  color: #fff;
}

.details-item .select-button.selected .icon {
  display: inline;
}

.customize-item .customize-item-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.customize-item .custom-pading {
  padding-bottom: 20px;
}

.booking-select-items {
  margin-bottom: 20px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.booking-select-items .picker-switch {
  font-size: 18px;
  font-weight: 600;
}

.booking-select-items .prev span,
.booking-select-items .next span {
  width: 32px !important;
  height: 32px !important;
}

.select-time-item {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  flex-wrap: wrap;
  gap: 10px;
}

.select-time-item .time-slot1 {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: var(--white);
}

.select-time-item .time-slot1:hover {
  background-color: var(--gray-100);
}

.select-time-item .time-slot1.disabled {
  background-color: var(--gray-100);
  color: var(--gray-300);
  cursor: not-allowed;
}

.select-time-item .time-slot1.selected {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.booking1-items {
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.booking1-items .booking1-item .booking1-item-list {
  border-bottom: 1px dashed var(--gray-100);
}

.booking1-items .booking-item-one {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--gray-100);
}

.booking1-details-custom-btn {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .booking1-details-custom-btn {
    margin-top: 20px;
  }
}

.booking-section-two .booking-bg {
  left: 13%;
  top: 17%;
}

.booking-section-two .booking-bg2 {
  right: 20%;
  bottom: 5%;
}

.booking-section-two .booking-bg3 {
  top: 0;
  left: 0%;
}

.booking-section-two .booking-bg4 {
 right: 0;
    bottom: 0;
  z-index: -2;
}

.booking-section-two h2,
.booking-section-two p {
  color: #fff;
}

.booking-section-two h2 {
  font-size: 44px;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .booking-section-two h2 {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .booking-section-two h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .booking-section-two h2 {
    font-size: 24px;
  }
}

.booking-section {
  padding: 60px;
  background-color: var(--primary);
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .booking-section {
    padding: 40px 15px;
  }
}

.booking-section .btn-dark {
  transform: none !important;
}

.booking-section .btn-dark:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--gray-900);
}

.booking-section h2,
.booking-section p {
  color: #fff;
}

.booking-wrap {
  background: var(--primary);
  position: relative;
  margin: 120px 0 0;
  z-index: 1;
}

@media (max-width: 1399.98px) {
  .booking-wrap {
    margin: 120px 0 0;
  }
}

@media (max-width: 1199.98px) {
  .booking-wrap {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .booking-wrap {
    margin: 50px 0 0;
  }
}

.booking-wrap::before,
.booking-wrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.booking-wrap::before {
  left: 0;
  bottom: 0;
  border-width: 60px 0 0 60px;
  border-color: transparent transparent transparent var(--white);
}

.booking-wrap::after {
  top: 0;
  right: 0;
  border-width: 0 60px 60px 0;
  border-color: transparent var(--white) transparent transparent;
}

.booking-wrap p {
  color: #F7F8F8;
  margin-bottom: 24px;
}

.booking-wrap .booking-content {
  padding: 60px;
}

@media (max-width: 991.98px) {
  .booking-wrap .booking-content {
    padding: 40px;
  }
}

.booking-wrap .booking-content h2 {
  font-size: 44px;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .booking-wrap .booking-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .booking-wrap .booking-content h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .booking-wrap .booking-content h2 {
    font-size: 24px;
  }
}

.booking-wrap .booking-img {
  position: relative;
  padding-left: 56px;
  text-align: end;
}

@media (max-width: 991.98px) {
  .booking-wrap .booking-img {
    display: none;
  }
}

.booking-wrap .booking-img img {
  position: absolute;
  top: -60px;
  right: 10px;
}

@media (max-width: 1199.98px) {
  .booking-wrap .booking-img img {
    top: -30px;
  }
}

.booking-wrap .booking-bg {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 590px;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .booking-wrap .booking-bg {
    width: 320px;
    left: 0;
  }
}

@media (max-width: 575.98px) {
  .booking-wrap .booking-bg {
    width: 200px;
  }
}

.booking-wrap .btn:hover {
  background: var(--dark);
  border-color: var(--dark);
}

.no-service {
  background: var(--danger-transparent);
  padding: 8px 10px;
  color: var(--danger);
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 20px;
}

/*============================
    31. Listing Details
============================*/
.custom-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.social-icon-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-icon-item a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: 0.6s;
}

.social-icon-item a:hover {
  background-color: var(--primary);
}

.listing-details-items {
  padding-top: 43px;
}

@media (max-width: 991.98px) {
  .listing-details-items {
    padding-top: 24px;
  }
}

.listing-details-items .accordion-button {
  font-size: 22px;
}

.listing-tab-item {
  border-bottom: none;
}

.listing-tab-item .nav-link {
  font-weight: 400;
  color: var(--gray-700);
  padding: 8px 16px;
  border: 1px solid var(--gray-100);
  border-radius: 6px;
}

.listing-tab-item .nav-link.active,
.listing-tab-item .nav-link:hover {
  background-color: var(--dark);
  color: var(--white);
  border: 1px solid var(--dark);
}

.listing-tab-item.nav-tab-primary .nav-link {
  font-weight: 500;
}

.listing-tab-item.nav-tab-primary .nav-link.active,
.listing-tab-item.nav-tab-primary .nav-link:hover {
  background-color: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}

.text-truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-hover {
  transition: all 0.6s;
}

.btn-hover:hover {
  background-color: var(--primary);
  color: var(--white) !important;
  border-color: var(--primary) !important;
}

.amenities-item .amenity {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--gray-100);
  border-radius: 6px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
  cursor: default;
  transition: 0.2s;
  width: 100%;
  justify-content: center;
}

.amenities-item .amenity:hover {
  transform: translateY(-10px);
}

.amenities-item .amenity .icon {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gallery-list-item h5 {
  padding: 20px 20px 0 20px;
}

.gallery-list-item .card-body {
  padding: 20px 9px;
}

.gallery-list-item .gallery-slider .slick-slide {
  margin: 0 8px;
}

.gallery-list-item .gallery-slider .gallery-slide {
  width: 100%;
  margin: 0;
}

.gallery-list-item .gallery-slider .gallery-slide img {
  width: 100%;
}

.review-progress .progress-lvl {
  display: grid;
  grid-template-columns: 4.8fr 9fr 1.7fr;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.review-progress .progress-lvl .progress {
  height: 6px;
}

.review-progress .progress-lvl p {
  margin-bottom: 0;
  color: var(--gray-500);
  white-space: nowrap;
}

.review-progress .progress-lvl p:last-child {
  text-align: end;
}

.rating-selection {
  direction: rtl !important;
}

.rating-selection label {
  display: inline-block;
  color: var(--gray-100);
  cursor: pointer;
  font-size: 16px;
  transition: color 0.2s;
}

.rating-selection label:hover {
  color: var(--warning);
}

.rating-selection label:hover~label {
  color: var(--warning);
}

.rating-selection input {
  display: none;
}

.rating-selection input:checked~label {
  color: var(--warning);
}

.faq-sidebar-item {
  top: 80px;
  position: sticky;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.faq-sidebar-item .faq-sidebar li {
  margin-bottom: 16px;
}

.faq-sidebar-item .faq-sidebar li .nav-link {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--gray-900);
  transition: all 0.7s;
}

.faq-sidebar-item .faq-sidebar li .nav-link:last-child {
  margin-bottom: 0;
}

.faq-sidebar-item .faq-sidebar li .nav-link.active {
  background: var(--dark);
  color: var(--white);
}

.faq-items .faq-card {
  border: 1px solid var(--gray-100);
  padding: 24px;
  border-radius: 6px;
  margin-bottom: 16px;
  position: relative;
  background-color: var(--white);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.faq-items .faq-card .faq-title {
  font-size: 18px;
  color: var(--gray-900);
  margin: 0;
}

@media (max-width: 767.98px) {
  .faq-items .faq-card .faq-title {
    font-size: 16px;
  }
}

.faq-items .faq-card a {
  position: relative;
  display: block;
  padding-right: 20px;
}

.faq-items .faq-card a::after {
  content: "\eb0b";
  font-family: "tabler-icons" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  color: var(--gray-900);
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s;
}

.faq-items .faq-card a:not(.collapsed):after {
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}

.faq-items .faq-card .faq-content {
  padding-top: 8px;
}

.faq-items .faq-card .faq-content p {
  color: var(--gray-700);
  margin: 0;
}

.faq-items .faq-card .faq-content .sub-content {
  font-size: 16px;
  padding-top: 0;
  margin: 0;
  border: none;
}

.services-items .accordion-item {
  border: none;
}

.services-items .accordion-item .accordion-button {
  position: relative;
  padding: 0;
}

.services-items .accordion-item .accordion-button::after {
  content: unset;
}

.services-items .accordion-item .accordion-button i {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 16px;
  transition: 0.3s;
}

.services-items .accordion-item .accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
  transition: 0.3s;
  color: var(--primary);
}

.services-items .accordion-item .accordion-body {
  padding: 0;
}

.details-items-list .avatar-xl {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

@media (max-width: 1399.98px) {
  .details-items-list .avatar-xl {
    height: 72px;
  }
}

@media (max-width: 1199.98px) {
  .details-items-list .avatar-xl {
    width: 72px;
    height: 72px;
  }
}

.details-items-list .avatar-xl img {
  object-fit: cover;
  border-radius: 6px;
}

.slider-list-items {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray-100);
}

.slider-list-items .slider-card {
  padding: 20px;
  border: 1px solid var(--gray-100);
}

.slider-list-items .slider-card .vertical-slider-wrapper {
  display: flex;
}

.slider-list-items .slider-card .vertical-slider-wrapper .slider-nav-thumbnails {
  max-height: 400px;
  overflow: hidden;
  width: 100px;
}

.slider-list-items .slider-card .vertical-slider-wrapper .slider-nav-thumbnails .slide-img {
  margin-bottom: 10px;
  cursor: pointer;
  width: 100%;
}

.slider-list-items .slider-card .vertical-slider-wrapper .slider-nav-thumbnails .slide-img img {
  width: 100%;
}

.slider-list-items .slider-card .vertical-slider-wrapper .service-slider {
  width: calc(100% - 110px);
}

.service-wrap .vertical-slider .view-btn {
  right: 15% !important;
}

.service-wrap .vertical-slider .slider-for {
  max-width: 90%;
  padding-right: 24px;
  width: 100%;
  float: left;
}

.service-wrap .vertical-slider .slider-nav {
  position: relative;
}

.service-wrap .vertical-slider .slider-nav .slick-prev {
  top: 9px;
}

@media (max-width: 575.98px) {
  .service-wrap .vertical-slider .slider-nav .slick-prev {
    top: -22px;
  }
}

.service-wrap .vertical-slider .slider-nav .slick-next {
  bottom: 18px;
  top: unset;
}

@media (max-width: 575.98px) {
  .service-wrap .vertical-slider .slider-nav .slick-next {
    bottom: -22px;
  }
}

.service-wrap .vertical-slider .slider-nav .slick-prev,
.service-wrap .vertical-slider .slider-nav .slick-next {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: var(--gray-900);
  background: var(--white);
  text-shadow: none;
  cursor: pointer;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

@media (max-width: 575.98px) {

  .service-wrap .vertical-slider .slider-nav .slick-prev,
  .service-wrap .vertical-slider .slider-nav .slick-next {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}

.service-wrap .vertical-slider .slider-nav .slick-prev:hover,
.service-wrap .vertical-slider .slider-nav .slick-next:hover {
  background-color: var(--primary);
  color: var(--white);
}

.service-wrap .vertical-slider .slick-slide img {
  margin: 2px 0;
}

.service-wrap .vertical-slider.vertical-slider-two .slider-for {
  padding-left: 20px;
  padding-right: 0;
}

.service-wrap .vertical-slider.vertical-slider-two .slider-for img {
  height: 446px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .service-wrap .vertical-slider.vertical-slider-two .slider-for img {
    height: auto !important;
  }
}

@media (max-width: 1399.98px) {
  .service-wrap .vertical-slider.vertical-slider-two .slider-for img {
    height: 400px;
  }
}

.service-wrap .vertical-slider.vertical-slider-two .view-btn {
  right: 15px !important;
}

.service-wrap .service-img img {
  margin: 0 !important;
}

.sticky-sidebar {
  position: sticky;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  .sticky-sidebar {
    position: static;
  }
}

/*============================
    32. Blogs
============================*/
.blog-grid-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.blog-grid-item .badge {
  position: absolute;
  top: 14px;
  left: 18px;
}

.blog-grid-item .blog-grid-img img {
  width: 100%;
  border-radius: 5px;
  transition: 0.6s;
}

.blog-grid-item .blog-grid-content {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: rgb(255, 255, 247);
  border-radius: 5px;
  padding: 20px;
  backdrop-filter: blur(35px);
}

.blog-grid-item .blog-grid-content p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-grid-item .blog-grid-content span {
  font-size: 14px;
}

.blog-grid-item:hover img {
  transform: scale(1.1);
}

.load-more-btn {
  margin-top: 16px;
}

.blog-details.load-more-btn {
  margin: 16px 0 40px 0;
}

.blog-list-item {
  padding: 20px;
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .blog-list-item {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}

.blog-list-item .blog-list-img img {
  border-radius: 6px;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 767.98px) {
  .blog-list-item .blog-list-img img {
    height: auto;
  }
}

.blog-list-item .blog-list-content p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-list-item .blog-list-content hr {
  margin: 12px 0;
}

.blog-share,
.blog-comments {
  position: relative;
  margin-right: 20px;
}

.blog-share::after,
.blog-comments::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  border-radius: 10px;
  background: var(--gray-100);
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}

.styled-list {
  list-style: disc;
  padding-left: 24px;
}

.btn-toggle-group {
  display: inline-flex;
  overflow: hidden;
  border-radius: 6px;
}

.btn-toggle input[type=radio] {
  display: none;
}

.btn-toggle label {
  margin: 0;
  padding: 6px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--gray-700);
  background: var(--white);
  border: none;
  font-size: 14px;
}

.btn-toggle label:last-child {
  border-radius: 0 6px 6px 0 !important;
  border: 1px solid var(--border-color);
  border-width: 1px 1px 1px 0 !important;
}

.btn-toggle #yes~label {
  border-radius: 6px 0 0 6px;
  border: 1px solid var(--border-color);
  border-width: 1px 0 1px 1px;
}

.btn-toggle input[type=radio]:checked+label {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-styled {
  list-style-type: disc;
  padding-left: 16px;
}

.count-icon {
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.blog-item {
  border-radius: 6px;
  border: 1px solid var(--border-color);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.blog-item .blog-img {
  position: relative;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-item.style1 .blog-img {
  border-radius: 6px !important;
}
.blog-item.style1 .blog-img img {
  border-radius: 6px !important;
}


.blog-item.style1:hover .blog-img {
  border-radius: 6px !important;
}
.blog-item.style1:hover .blog-img img {
  border-radius: 6px !important;
}
.top-1 { 
  top:1px;
}
.top-2 { 
  top:2px;
}
.blog-item .blog-img img {
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-item .blog-img .badge {
  position: absolute;
  top: 24px;
  left: 24px;
}

.blog-item .blog-content {
  padding: 24px;
}

.blog-item .blog-content p,
.blog-item .blog-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-item .blog-content .view-link {
  text-decoration: underline;
  text-decoration-color: var(--primary) !important;
}

.blog-item:hover {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-item:hover .blog-img img {
  transform: rotate(2deg) scale(1.1);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-item-two {
  position: relative;
  margin-bottom: 100px;
}

.blog-item-two .blog-img {
  margin-bottom: 0;
}

.blog-item-two .blog-item-two-content {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  border-radius: 6px;
  padding: 20px;
  bottom: -100px;
  left: 20px;
  right: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.blog-item-two .blog-item-two-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.blog-item-two .blog-item-two-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.blog-item-three {
  position: relative;
  overflow: hidden;
}

.blog-item-three::before {
  content: "";
  background: linear-gradient(180.13deg, rgba(0, 0, 0, 0) 36.74%, #000000 99.89%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.blog-item-three img.blog-image {
  display: block;
  width: 100%;
  transition: all 0.5s;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.blog-item-three:hover img.blog-image {
  transform: rotate(2deg) scale(1.1);
}

.blog-item-three .item-padding {
  z-index: 2;
}

.blog-item-three a {
  color: #fff;
}

.blog-item-three a:hover {
  color: var(--primary);
}

.blog-item-three .date {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 20px;
  top: 20px;
  z-index: 2;
}

.blog-item-three .date p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--heading-color);
  line-height: 1.2;
}

.blog-item-three .date p span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.blog-item-four {
  position: relative;
  overflow: hidden;
}

.blog-item-four .blog-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-item-four .blog-img img {
  border-radius: 20px;
}

.blog-item-four .blog-img .badge {
  position: absolute;
  top: 20px;
  left: 20px;
}

.blog-item-four .blog-img .card-shape {
  background: var(--white);
}

.blog-item-four .blog-img .card-shape::before {
  background: var(--white);
}

.blog-item-four .blog-img .card-shape .shape-one,
.blog-item-four .blog-img .card-shape .shape-two {
  background: transparent;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--white);
}

.blog-item-four .blog-content .user-info {
  margin-bottom: 20px;
}

.blog-item-four .blog-content .user-info a {
  color: var(--body-color);
}

.blog-item-four .blog-content .user-info a:hover {
  color: var(--primary);
}

.blog-item-four .blog-content h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-item-four .blog-content h5 a {
  color: var(--gray-900);
}

.blog-item-four .blog-content h5 a:hover {
  color: var(--primary);
}

.blog-item-five {
  border-radius: 6px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  transition: all 0.3s ease;
}

.blog-item-five:hover {
  transform: translateY(-5px);
}

.blog-item-five .blog-img {
  position: relative;
}

.blog-item-five .blog-img .badge {
  bottom: 20px;
  left: 20px;
  color: var(--gray-900);
}

.blog-item-five .blog-content {
  padding: 20px;
  padding-bottom: 0px;
}

.blog-item-five .blog-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-item-five .blog-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-item-five .blog-footer {
  padding-top: 20px;
  margin: 20px;
  border-top: 1px solid var(--border-color);
}

.blog-item-six {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

.blog-item-six .blog-img {
  border-radius: 4px 4px 0 0;
  position: relative;
  overflow: hidden;
}

.blog-item-six .blog-img .img {
  border-radius: 4px 4px 0 0;
}

.blog-item-six .blog-img .avatar {
  position: absolute;
  top: 16px;
  left: 16px;
}

.blog-item-six .blog-img .blog-date {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: var(--white);
  border-radius: 4px;
  text-align: center;
}

.blog-item-six .blog-img .blog-date p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--heading-color);
  line-height: 1.2;
}

.blog-item-six .blog-img .blog-date p span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.blog-item-six .blog-content {
  padding: 24px;
}

.blog-item-six .blog-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-section-two .read-more {
  color: var(--primary);
}

.blog-section-two .read-more:hover {
  color: var(--danger);
}

.blog-section-two .blog-section-bg {
  left: 5%;
  top: 13%;
}

.blog-section-four {
  position: relative;
}

.blog-section-six .blog-bg-01 {
  position: absolute;
  left: 0;
  top: 3%;
  z-index: -1;
}

.blog-section-six .blog-bg-02 {
  position: absolute;
  right: 0;
  bottom: 3%;
  z-index: -1;
}

a.badge.bg-dark:hover {
  background: var(--primary) !important;
  color: #fff;
}

a.badge.bg-primary:hover {
  background: var(--primary-950) !important;
  color: #fff;
}

a.badge.bg-orange:hover {
  background: var(--orange-950) !important;
  color: #fff;
}

a.badge.bg-secondary:hover {
  background: var(--secondary-950) !important;
  color: #fff;
}

a.badge.bg-light.text-dark,
a.badge.bg-light {
  transition: 0.5s all ease-in-out;
}

a.badge.bg-light.text-dark:hover,
a.badge.bg-light:hover {
  background: var(--primary-950) !important;
  color: #fff !important;
}

.blog-slider .slick-slide {
  margin: 0 12px;
}

.blockqoute {
  background: var(--light);
  border-left: 5px solid var(--primary);
  padding: 30px;
  padding: 30px 120px 30px 45px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .blockqoute {
    font-size: 16px;
    padding: 20px 110px 20px 35px;
  }
}

.blockqoute::after {
  content: "";
  background: url("../img/icons/quote.svg");
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 1;
  z-index: -1;
  width: 62px;
  height: 44px;
}

@media (max-width: 767.98px) {
  .blockqoute::after {
    width: 50px;
    height: 34px;
  }
}

.blockqoute-author {
  margin-top: 20px;
  padding-left: 40px;
  position: relative;
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: var(--primary);
  left: 0;
  top: 10px;
}

.comment-wrap {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .comment-wrap {
    margin-bottom: 24px;
  }
}

.latest-comments .list-wrap li {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .latest-comments .list-wrap li {
    margin-bottom: 24px;
  }
}

.latest-comments .list-wrap li.reply-comment {
  border-bottom: none;
}

.latest-comments .list-wrap li.reply-comment .comments-box {
  margin-left: 96px;
}

@media (max-width: 575.98px) {
  .latest-comments .list-wrap li.reply-comment .comments-box {
    margin-left: 30px;
  }
}

.latest-comments .comments-box {
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 767.98px) {
  .latest-comments .comments-box {
    gap: 16px;
  }
}

.latest-comments .comments-avatar {
  flex: 0 0 auto;
  width: 100px;
}

@media (max-width: 767.98px) {
  .latest-comments .comments-avatar {
    width: 80px;
  }
}

.latest-comments .comments-avatar img {
  border-radius: 50%;
}

.latest-comments .comments-text .avatar-name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .latest-comments .comments-text .avatar-name {
    flex-direction: column;
    align-items: start;
  }
}

.latest-comments .comments-text .avatar-name .name {
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .latest-comments .comments-text .avatar-name .name {
    font-size: 16px;
  }
}

.latest-comments .comments-text .avatar-name .date {
  font-size: 14px;
  margin-left: auto;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .latest-comments .comments-text .avatar-name .date {
    margin-left: 0;
  }
}

.latest-comments .comments-text p {
  margin-bottom: 15px;
}

.latest-comments .comments-text .comment-reply .comment-reply-link {
  font-size: 14px;
  font-weight: 500;
  background: var(--light);
  display: inline-block;
  border-radius: 10px;
  line-height: 1;
  padding: 10px 18px;
}

.latest-comments .comments-text .comment-reply .comment-reply-link:hover {
  background: var(--primary);
  color: var(--white);
}

.pagination-nav .pagination .page-item {
  margin-right: 8px;
}

.pagination-nav .pagination .page-item:first-child {
  margin-right: 13px;
}

.pagination-nav .pagination .page-item:first-child .page-link {
  background: transparent;
}

.pagination-nav .pagination .page-item:last-child {
  margin-right: 0;
  margin-left: 5px;
}

.pagination-nav .pagination .page-item:last-child .page-link {
  background: transparent;
}

.pagination-nav .pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  background: var(--light);
  color: var(--gray-900);
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
}

.pagination-nav .pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination-nav .pagination .page-item.active .page-link,
.pagination-nav .pagination .page-item:hover .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.search-group.input-group-flat:focus-within .input-group-text {
  background: var(--primary) !important;
}

.search-group.input-group-flat .input-group-text:last-child {
  padding: 0 15px;
  color: #fff;
}

.search-group.input-group-flat .input-group-text i {
  color: #fff;
}

.search-group.input-group-flat .input-group-text:focus {
  background: var(--primary) !important;
}

.blog-details-links {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 24px 0;
  margin-bottom: 48px;
}

@media (max-width: 991.98px) {
  .blog-details-links {
    margin-bottom: 30px;
  }
}

.blog-author {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--light);
  padding: 20px;
  margin-bottom: 48px;
}

@media (max-width: 991.98px) {
  .blog-author {
    margin-bottom: 30px;
    flex-direction: column;
    text-align: center;
  }
}

.blog-author .avatar {
  flex-shrink: 0;
}

.blog-author .avatar img {
  border-radius: 6px;
}

.blog-paginate {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 40px 0;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .blog-paginate {
    padding: 24px 0;
    margin-bottom: 24px;
  }
}

@media (max-width: 575.98px) {
  .blog-paginate {
    flex-direction: column;
  }
}

.blog-paginate .blog-post-prev,
.blog-paginate .blog-post-next {
  max-width: 345px;
}

@media (max-width: 1199.98px) {

  .blog-paginate .blog-post-prev,
  .blog-paginate .blog-post-next {
    max-width: 300px;
  }
}

@media (max-width: 991.98px) {

  .blog-paginate .blog-post-prev,
  .blog-paginate .blog-post-next {
    max-width: 330px;
  }
}

@media (max-width: 767.98px) {

  .blog-paginate .blog-post-prev,
  .blog-paginate .blog-post-next {
    max-width: 45%;
  }
}

@media (max-width: 575.98px) {

  .blog-paginate .blog-post-prev,
  .blog-paginate .blog-post-next {
    max-width: 100%;
  }
}

.blog-paginate .blog-post-prev .avatar,
.blog-paginate .blog-post-next .avatar {
  flex-shrink: 0;
}

@media (max-width: 767.98px) {

  .blog-paginate .blog-post-prev .avatar,
  .blog-paginate .blog-post-next .avatar {
    width: 60px;
    height: 60px;
  }
}

.blog-paginate .blog-post-prev .avatar img,
.blog-paginate .blog-post-next .avatar img {
  border-radius: 6px;
}

.post-social ul li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1E1B1B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-social ul li a:hover {
  background: var(--primary);
}

.post-style {
  display: flex;
  align-items: center;
  gap: 16px;
}

.post-style .post-thumbnail {
    display: block;
    width: 90px !important;
    flex: none;
    border-radius: 6px;
}

@media (max-width: 575.98px) {
  .post-style .post-thumbnail {
    width: 80px;
  }
}

.post-style .post-thumbnail img {
    display: block;
    width: 72px !important;
    height: 72px !important;
}

.post-style .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}

.sidebar-item {
  border-radius: 6px;
  border: 1px solid var(--border-color);
}

.sidebar-item:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar-widget-title {
  font-size: 20px;
  line-height: 1.33em;
  margin-bottom: 0;
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.tag-cloud-link {
  font-size: 14px;
  line-height: 1.6em;
  border: 1px solid var(--border-color);
  padding: 6px 16px;
  display: inline-block;
  margin: 5px;
  border-radius: 6px;
  color: var(--primary-color);
}

.tag-cloud-link:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.widget-archive ul,
.widget-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-archive ul li,
.widget-categories ul li {
  padding-left: 24px;
  position: relative;
}

.widget-archive ul li i,
.widget-categories ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 14px;
}

.widget-archive ul li:not(:last-child),
.widget-categories ul li:not(:last-child) {
  margin-bottom: 15px;
}

.recent-posts li:not(:last-child) {
  margin-bottom: 24px;
}

.sidebar-search {
  position: relative;
}

.sidebar-search input {
  display: block;
  width: 100%;
  background-color: transparent;
  outline: none;
  border: 1px solid var(--border-color);
  padding: 9px 40px 9px 15px;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.sidebar-search-btn {
  position: absolute;
  border: none !important;
  outline: none;
  bottom: 0px;
  right: 0;
  padding: 10px 14px;
  cursor: pointer;
  background-color: var(--primary);
  border-radius: 0 6px 6px 0;
  transition: all 0.3s ease;
  color: #fff;
}

.sidebar-search-btn:hover {
  background-color: var(--primary);
}

.comment-respond .form-control {
  padding: 12px 16px;
}

@media (max-width: 767.98px) {
  .comment-respond .form-control {
    padding: 10px 12px;
  }
}

/*============================
    33. Contact-us
============================*/
.contact-section {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .contact-section {
    padding: 40px 0;
  }
}

.contact-section .contact-info .google-map {
  height: 100%;
}

.contact-section .contact-info .google-map iframe {
  width: 100%;
  height: 215px;
  border-radius: 6px;
}

.contact-section .contact-form {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 40px;
  background: var(--light);
  margin-left: 24px;
}

@media (max-width: 991.98px) {
  .contact-section .contact-form {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .contact-section .contact-form {
    padding: 20px;
  }
}

.location-section {
  background: #1E1B1B;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .location-section {
    padding: 40px 0;
  }
}

.location-section .contact-us-bg-one {
  position: absolute;
  top: 0;
  right: 0;
}

.location-section .contact-us-bg-two {
  position: absolute;
  bottom: 0;
  left: 0;
}

.location-section h2 {
  margin-bottom: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.contact-item {
  background: var(--white);
  position: relative;
  border-radius: 6px;
  padding: 40px;
}

@media (max-width: 991.98px) {
  .contact-item {
    padding: 20px;
  }
}

.contact-faq-section {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .contact-faq-section {
    padding: 40px 0;
  }
}

.contact-faq-section .contact-us-faq {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .contact-faq-section .contact-us-faq {
    margin-bottom: 24px;
  }
}

.contact-faq-section .support-wrap {
  position: relative;
  overflow: hidden;
  background: var(--primary);
  border-radius: 6px;
  padding: 80px;
}

@media (max-width: 991.98px) {
  .contact-faq-section .support-wrap {
    padding: 24px;
  }
}

.contact-faq-section .support-wrap .contact-us-bg-three {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact-faq-section .support-wrap .contact-us-bg-four {
  position: absolute;
  top: 0;
  right: 0;
}

.contact-faq-section .support-wrap .contact-us-bg-five {
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact-faq-section .support-wrap h1 {
  color: var(--white);
}

.contact-faq-section .support-wrap h1 span {
  color: var(--gray-900);
}

.contact-faq-section .support-wrap .contact-us-item-five {
  width: 100%;
  height: 100%;
  position: relative;
}

.contact-faq-section .support-wrap .contact-us-item-five .contact-us-img-one {
  position: absolute;
  bottom: -80px;
  right: 30px;
}

.contact-faq-section .support-wrap .contact-us-item-five .contact-us-img-two {
  position: absolute;
  bottom: -80px;
  right: 55px;
}

.contact-faq-section .support-wrap .contact-us-item-five .contact-us-img-three {
  position: absolute;
  top: 0;
  right: 0;
}

/*============================
    34. Login
============================*/
.login-item {
  padding: 40px;
  border: 1px solid var(--gray-100);
  border-radius: 6px;
  background: var(--white);
}

@media (max-width: 767.98px) {
  .login-item {
    padding: 20px;
  }
}

.login-item h4 {
  margin-bottom: 20px;
}

.login-item .login-or .span-or {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--gray-600);
}

.login-item .login-or .span-or::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 45%;
  left: 0;
  background: var(--gray-100);
}

.login-item .login-or .span-or::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 45%;
  right: 0;
  background: var(--gray-100);
}

.login-item .register-btn {
  color: var(--primary);
}

.input-icon-end .form-control {
  padding-right: 32px;
}

/*============================
    35. Testimonials
============================*/
.gallery-item {
  border-radius: 10px;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonial-section {
  position: relative;
}
.title-white {
  color:#fff !important;
}
 

.testimonial-section-four {
  overflow: hidden;
  background: var(--light);
  z-index: 1;
}

.testimonial-section-four .blog-bg-01 {
  position: absolute;
  right: 0;
  top: 28%;
  z-index: -1;
  transform: translate(30%, -93%);
  -webkit-transform: translate(30%, -93%);
  -ms-transform: translate(30%, -93%);
  opacity: 0.2;
  animation: spins 30s linear infinite;
}

@keyframes spins {
  from {
    transform: translate(30%, -93%) rotate(0deg);
  }

  to {
    transform: translate(30%, -93%) rotate(360deg);
  }
}

.testimonial-section-four .blog-bg-02 {
  position: absolute;
  left: 2%;
  top: 2%;
  z-index: -1;
}

.testimonial-section-four .blog-bg-03 {
  position: absolute;
  left: 4%;
  top: 6%;
  z-index: -1;
}

.testimonial-section-four .blog-bg-04 {
  position: absolute;
  left: 40%;
  top: 0;
  z-index: -1;
}

.testimonial-section-four .blog-bg-05 {
  position: absolute;
  right: 4%;
  top: 0;
  z-index: -1;
}

.testimonial-section-six {
  position: relative;
  z-index: 1;
}

.testimonial-section-six .testimonial-bg-01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.testimonial-section-six .testimonial-bg-02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.rating i {
  color: var(--gray-100);
}

.rating i.filled {
  color: var(--warning);
}
.quote_image {
  display:none;
  position:absolute;
  right:15px;
  top:15px;
}
.testimonial-section.style1 .testimonial-item:hover .quote_image {
  display:inline-flex;
}
.testimonial-section.style1 .testimonial-item {
    background: rgba(255, 255, 255, 0.08);
    position: relative;
}
.testimonial-section.style1 .testimonial-item:hover {
    background: rgba(255, 255, 255, 0.28);
}

.testimonial-section.style1 .testimonial-item {
  color:#fff;
}
.testimonial-section.style1 .testimonial-item h3{
  color:#fff;
}
.testimonial-section.style1 .testimonial-item .testimonial-author{
  color:#fff;
}
.testimonial-item {
  background: var(--light);
  border-radius: 6px;
  padding: 20px;
}

.testimonial-item .testimonial-img {
  margin-bottom: 16px;
}

.testimonial-item .testimonial-img h6 {
  font-size: 16px;
  font-weight: 500;
}

.testimonial-item .testimonial-img h6 a:hover {
  color: var(--primary);
}

.testimonial-item .testimonial-author {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-item .testimonial-content h6 {
  font-size: 16px;
}

.testimonial-item .testimonial-content p {
  margin-bottom: 16px;
}

.testimonial-item .testimonial-content .rating i {
  color: var(--gray-100);
}

.testimonial-item .testimonial-content .rating i.filled {
  color: var(--warning);
}

.testimonial-item .testimonial-content .rating .text-dark {
  color: #2C2C2C !important;
}

.testimonial-item-two {
  background: var(--white);
  border-radius: 6px;
  border: 1px solid var(--border-color);
  padding: 20px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.testimonial-item-two .testimonial-author {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-item-three {
  background: var(--white);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.testimonial-item-three .testimonial-author {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-item-three p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial-item-three .card-shape {
  background: var(--light);
}

.testimonial-item-three .card-shape::before {
  background: var(--light);
}

.testimonial-item-three .card-shape .shape-one,
.testimonial-item-three .card-shape .shape-two {
  background: transparent;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--light);
}

.testimonial-item-three .card-shape .view-icon {
  background: linear-gradient(0deg, #6B9C4C 0%, #008979 100%);
  color: #fff;
}

.testimonial-item-four {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  gap: 20px;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .testimonial-item-four {
    flex-direction: column;
    box-shadow: none;
  }
}

.testimonial-item-four .testimonial-user {
  max-width: 240px;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .testimonial-item-four .testimonial-user {
    max-width: 200px;
  }
}

.testimonial-item-four .testimonial-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.testimonial-item-four .testimonial-author {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .testimonial-item-four p {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .testimonial-item-four .rating {
    justify-content: center;
  }
}

.testimonial-item-four .text-start p {
  text-align: left;
}

.testimonial-item-four .quote-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  font-size: 26px;
}

.testimonial-item-five {
  padding: 20px;
  border: 1px solid var(--border-color);
  background-color: var(--white);
  border-radius: 10px;
  transition: all 0.5s;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.testimonial-item-five:hover {
  transform: translateY(-10px);
}

.testimonial-item-five .avatar {
  width: 45px;
  height: 45px;
}

.testimonial-item-five .testimonial-author {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonials-section-two {
  background: #1E1B1B;
  z-index: 0;
}

.testimonials-section-two .quote {
  position: absolute;
  right: 20px;
  top: 20px;
}

.testimonials-section-two .testimonial-bg {
  left: 3%;
  top: 5%;
}

.testimonials-section-two .testimonial-bg2 {
  right: 0;
  bottom: 0;
}

.testimonials-section-two .testimonial-author {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonials-three .testimonials-bg1 {
  position: absolute;
  right: 4%;
  top: 4%;
  animation: twinkle 2s infinite ease-in-out;
}

@keyframes sparkleFloat {
  0% {
    transform: scale(1) rotate(0deg) translateY(0);
    opacity: 1;
  }

  25% {
    transform: scale(1.1) rotate(3deg) translateY(-5px);
    opacity: 0.95;
  }

  50% {
    transform: scale(1.05) rotate(-3deg) translateY(0);
    opacity: 1;
  }

  75% {
    transform: scale(1.1) rotate(3deg) translateY(-5px);
    opacity: 0.95;
  }

  100% {
    transform: scale(1) rotate(0deg) translateY(0);
    opacity: 1;
  }
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes twinkle {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

.testimonial-sec {
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .testimonial-sec {
    margin-bottom: 50px;
  }
}

.testimonials-slider .slick-slide {
  margin: 0 12px;
}

.slick-arrow,
.slick-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border-color);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-900);
  font-size: 24px;
  transition: all 0.3s;
}

@media (max-width: 991.98px) {

  .slick-arrow,
  .slick-next {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

.slick-arrow:hover,
.slick-next:hover {
  background: var(--primary);
  color: var(--white);
}

.testimonial-section-five {
  background: var(--light);
  overflow: hidden;
}

.testimonial-section-five:before {
  content: unset;
}

.testimonial-section-five .testimonial-details {
  background: var(--white);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .testimonial-section-five .testimonial-details {
    padding: 40px;
  }
}

.testimonial-section-five .testimonial-details .testimonial-text {
  margin-top: -70px;
}

@media (max-width: 1399.98px) {
  .testimonial-section-five .testimonial-details .testimonial-text {
    margin-top: -80px;
  }
}

@media (max-width: 991.98px) {
  .testimonial-section-five .testimonial-details .testimonial-text {
    margin-top: 0px;
  }
}

.testimonial-section-five .testimonial-details .testimonial-text h2 {
  font-size: 52px;
}

.testimonial-section-five .testimonial-details .testimonial-text .testimonial-label {
  color: var(--heading-color);
}

.testimonial-section-five .testimonial-details .testimonial-content {
  border-left: 1px solid var(--border-color);
  padding: 20px;
}

@media (max-width: 991.98px) {
  .testimonial-section-five .testimonial-details .testimonial-content {
    border: none;
    padding: 28px 0 0px !important;
    margin: 30px 0px 0px;
  }
}

@media (max-width: 1199.98px) {
  .testimonial-section-five .testimonial-details .testimonial-content {
    padding: 15px;
  }
}

@media (max-width: 991.98px) {
  .testimonial-section-five .testimonial-details .testimonial-content {
    text-align: center;
  }
}

.testimonial-section-five .testimonial-details .testimonial-content .testimonial-item {
  padding: 25px;
  background: var(--white);
  position: relative;
  z-index: 1;
  margin: 0px 12px;
}

@media (max-width: 575.98px) {
  .testimonial-section-five .testimonial-details .testimonial-content .testimonial-item {
    padding: 16px;
  }
}

@media (max-width: 1199.98px) {
  .testimonial-section-five .testimonial-details .testimonial-content .testimonial-item {
    padding: 15px;
  }
}

@media (max-width: 991.98px) {
  .testimonial-section-five .testimonial-details .testimonial-content .testimonial-item {
    padding: 30px 0px 0px;
  }
}

@media (max-width: 991.98px) {
  .testimonial-section-five .testimonial-details .testimonial-content .testimonial-item img {
    margin: auto;
  }
}

@media (max-width: 991.98px) {
  .testimonial-section-five .testimonial-details .testimonial-content .testimonial-item .user-info {
    justify-content: center;
    text-align: start;
  }
}

.testimonial-section-five .testimonial-details .testimonial-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  width: 1px;
  height: 80%;
  background: var(--border-color);
  margin: auto;
}

@media (max-width: 991.98px) {
  .testimonial-section-five .testimonial-details .testimonial-content:before {
    display: none;
  }
}

.testimonial-section-five .slick-arrow {
  background: var(--white);
  border: 1px solid var(--border-color);
  box-shadow: 0px 1px 4px 0px rgba(136, 136, 136, 0.1019607843);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 12px;
  position: absolute;
}

@media (max-width: 575.98px) {
  .testimonial-section-five .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.testimonial-section-five .slick-arrow i {
  font-size: 24px;
  color: var(--gray-900);
}

.testimonial-section-five .slick-prev {
  left: -170px;
  bottom: 13px;
  top: unset;
}

@media (max-width: 1399.98px) {
  .testimonial-section-five .slick-prev {
    left: -145px;
    bottom: 21px;
    right: unset;
  }
}

@media (max-width: 1199.98px) {
  .testimonial-section-five .slick-prev {
    left: -123px;
    right: unset;
  }
}

@media (max-width: 991.98px) {
  .testimonial-section-five .slick-prev {
    right: 41%;
    top: -5px;
    left: unset;
  }
}

@media (max-width: 767.98px) {
  .testimonial-section-five .slick-prev {
    right: 38%;
    top: -5px;
    left: unset;
  }
}

@media (max-width: 575.98px) {
  .testimonial-section-five .slick-prev {
    right: 35%;
    top: -18px;
    left: unset;
  }
}

.testimonial-section-five .slick-next {
  left: -232px;
  bottom: 13px;
  top: unset;
}

@media (max-width: 1399.98px) {
  .testimonial-section-five .slick-next {
    left: -208px;
    bottom: 21px;
    right: unset;
  }
}

@media (max-width: 1199.98px) {
  .testimonial-section-five .slick-next {
    left: -182px;
    right: unset;
  }
}

@media (max-width: 991.98px) {
  .testimonial-section-five .slick-next {
    left: 41%;
    top: -5px;
    right: unset;
  }
}

@media (max-width: 767.98px) {
  .testimonial-section-five .slick-next {
    left: 38%;
    top: -5px;
    right: unset;
  }
}

@media (max-width: 575.98px) {
  .testimonial-section-five .slick-next {
    left: 35%;
    top: -18px;
    right: unset;
  }
}

.testimonial-section-five .element-one {
  left: -294px;
  bottom: 90px;
}

.testimonial-section-five .element-two {
  right: 24px;
  bottom: 0%;
  width: 200px;
}

/*============================
   36.Teams
============================*/
.team-item {
  margin-bottom: 40px;
  transition: 0.6s;
}

.team-item:hover {
  transform: translateY(-10px);
  transition: 0.6s;
}

.team-item:hover .team-item-img img {
  transform: scale(1.1);
  transition: 0.6s;
}

.team-item .team-item-img {
  border-radius: 10px;
}

.team-item .team-item-img img {
  transition: 0.6s;
}

@media (max-width: 767.98px) {
  .team-item {
    text-align: center;
  }
}

.team-section-five {
  background: url(../img/home-5/bg/popular-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 140px 0px 60px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .team-section-five {
    background: var(--light);
    padding: 60px 0px;
  }
}

.team-section-five .team-item {
  padding: 20px;
  border: 1px solid var(--border-color);
  position: relative;
  z-index: 1;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0px 1px 4px 0px rgba(136, 136, 136, 0.1019607843);
  margin: 0px;
}

.team-section-five .team-item .team-info {
  margin-top: 20px;
}

.team-section-five .team-item .team-link {
  position: absolute;
  right: 40px;
  bottom: 72px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dark);
  font-size: 20px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  border: 4px solid var(--white);
}

.team-section-five .team-item:hover .team-link {
  background: var(--primary-linear-gradient);
  color: var(--white);
  transform: rotate(45deg);
}

.team-section-five .element-one {
  right: -145px;
  top: 0px;
}

.custom-top-padding {
  padding-top: 40px;
}

/*============================
    37. Sub-aboutus
============================*/
.aboutone-section {
  position: relative;
  overflow: hidden;
}
  .section-header h2.border_bottom .subtitle {
  position: relative;
  z-index: 1;
}
  .section-header h2.border_bottom .borderback {
  position: absolute;
    height:17px;
  background: #F9B289;
 width: 100%;
    bottom: 0;
    z-index: -1;
    left: 0;
}
/* .about-content-six .section-header h2.border_bottom .borderback:after {
  content:"";
  position: absolute;
  height:17px;
  background: #F9B289;
 width: 100%;
  bottom:0;
  z-index: -1;
  left:0;
} */
.aboutone-section .section-header {
  position: relative;
  z-index: 1;
}

.aboutone-section .section-header .title::before {
  content: unset;
}

.aboutone-section .custom-line-imgone {
  position: absolute;
  inset: 0;
  left: -145px;
  margin: auto;
}

@media (max-width: 991.98px) {
  .aboutone-section .about-item {
    width: 200px;
    margin: auto;
  }
}

.stat-section {
  padding-top: 0;
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  .stat-section {
    margin-top: 50px;
  }
}

.stat-section .stat-list-item {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  overflow: hidden;
  transition: all 0.5s;
}

.stat-section .stat-list-item:hover {
  transform: translateY(10px);
}

.stat-section .stat-list-item h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}

.stat-section .stat-list-item p {
  position: relative;
}

.stat-section .stat-list-item .custom-line-img {
  position: absolute;
  right: 0;
  top: 0;
}

.expert-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .expert-section {
    padding: 50px 0;
  }
}

.expert-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/banner-bg-01.png);
  height: 187px;
  width: 100%;
  background-size: 100% 100%;
}

@media (max-width: 767.98px) {
  .expert-section:before {
    background-size: cover;
  }
}

.expert-section .expert-item {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.expert-section .expert-item .custom-img-item {
  margin-bottom: 40px;
}

.expert-section .expert-item p {
  width: 80%;
  margin: auto;
}

@media (max-width: 767.98px) {
  .expert-section .expert-item p {
    width: 100%;
  }
}

.expert-section .counter-one::before {
  content: unset;
}

.expert-section .element-one {
  position: absolute;
  left: 0;
  bottom: 240px;
}

.expert-section .element-two {
  position: absolute;
  right: 0;
  top: 90px;
}

.expert-section .element-three {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 390px;
  top: 73px;
}

.purpose-section {
  background-color: var(--light);
  position: relative;
  overflow: hidden;
}

.purpose-section .section-header h2::before {
  content: unset;
}

.purpose-section .purpose-item {
  padding: 0;
  transition: all 0.5s;
  border-radius: 6px;
}

.purpose-section .purpose-img-item {
  position: relative;
  margin-right: 35px;
}

@media (max-width: 1199.98px) {
  .purpose-section .purpose-img-item {
    width: 100%;
    max-width: 450px;
  }
}

@media (max-width: 991.98px) {
  .purpose-section .purpose-img-item {
    margin-right: 0;
  }
}

.purpose-section .purpose-img-item .custom-img-one {
  position: absolute;
  width: 100%;
  max-width: 267px;
  height: 203px;
  border-radius: 6px;
  border: 3px solid var(--white);
  overflow: hidden;
  transform: rotate(-11deg);
  bottom: -11px;
  z-index: 1;
}

@media (max-width: 1399.98px) {
  .purpose-section .purpose-img-item .custom-img-one {
    max-width: 235px;
    height: 179px;
  }
}

@media (max-width: 1199.98px) {
  .purpose-section .purpose-img-item .custom-img-one {
    max-width: 180px;
    height: 143px;
    bottom: -10px;
  }
}

.purpose-section .purpose-img-item .custom-img-two {
  position: absolute;
  width: 100%;
  max-width: 279px;
  height: 212px;
  border-radius: 6px;
  border: 3px solid var(--white);
  overflow: hidden;
  transform: rotate(7deg);
  bottom: 32px;
  right: 0;
  z-index: 1;
}

@media (max-width: 1399.98px) {
  .purpose-section .purpose-img-item .custom-img-two {
    max-width: 235px;
    height: 178px;
    bottom: 64px;
  }
}

@media (max-width: 1199.98px) {
  .purpose-section .purpose-img-item .custom-img-two {
    max-width: 227px;
    height: 172px;
    bottom: 29px;
  }
}

.purpose-section .purpose-img-item .custom-img-three {
  width: 100%;
  max-width: 509px;
  height: 386px;
  border-radius: 6px;
  border: 3px solid var(--white);
  overflow: hidden;
  transform: rotate(-5deg);
  position: relative;
  z-index: 0;
  left: 50px;
}

@media (max-width: 1399.98px) {
  .purpose-section .purpose-img-item .custom-img-three {
    left: 0;
    margin: auto;
  }
}

@media (max-width: 1199.98px) {
  .purpose-section .purpose-img-item .custom-img-three {
    max-width: 455px;
    height: 328px;
    left: 0;
    margin: auto;
  }
}

.purpose-section .element-one {
  position: absolute;
  right: 43px;
  bottom: 114px;
  width: 36px;
  height: 35px;
}

@media (max-width: 767.98px) {
  .purpose-section .element-one {
    display: none;
  }
}

.purpose-section .element-two {
  position: absolute;
  top: 43px;
  left: -19px;
  width: 100%;
  max-width: 90px;
}

@media (max-width: 767.98px) {
  .purpose-section .element-two {
    display: none;
  }
}

.partners-section {
  padding-top: 60px;
  padding-bottom: 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  .partners-section {
    padding-top: 50px;
  }
}

.partners-section .partners-slider {
  margin-bottom: 0;
}

.partners-section .partners-slider .partners-slide {
  text-align: center;
  margin-bottom: 0;
}

.partners-section .partners-slider .partners-slide img {
  height: 23px;
  margin: auto;
}

.blog-section-item .blog-item .badge {
  position: absolute;
  top: 20px;
  left: 20px;
}

/*============================
    38. Pricing
============================*/
.pricing-item {
  margin-bottom: 20px;
}

.pricing-item .pricing-item-one .pricing-item-list {
  border-radius: 10px;
}

.pricing-item .pricing-item-one .pricing-item-list h5 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--gray-100);
}

.pricing-item .pricing-item-one .pricing-item-list .pricing {
  border-bottom: 1px dashed var(--gray-100);
}

.pricing-item .pricing-item-one .pricing-item-list .pricing .price {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .pricing-item .pricing-item-one .pricing-item-list .pricing .price {
    font-size: 28px;
  }
}

.pricing-item .pricing-item-one .pricing-item-list .pricing .badge {
  padding: 7px 8px;
  font-size: 14px;
  font-weight: 500;
}

.statistics-section-five {
  background: url(../img/home-5/bg/statistics-bg.jpg) no-repeat center center;
  background-size: cover;
}

.statistics-section-five .stat-item {
  text-align: center;
  position: relative;
}

.statistics-section-five .stat-item:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 0%;
  height: 5px;
  background: var(--primary-linear-gradient);
  margin: auto;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.statistics-section-five .stat-item h3 {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
}

.statistics-section-five:hover .stat-item:before {
  width: 43%;
}

/*============================
    39. Customer Dashboard
============================*/
.top-section-item {
  background: var(--primary);
  border: 1px solid var(--gray-100);
  padding: 20px;
  border-radius: 6px;
}

.top-section-item .custom-btn {
  transition: all 0.8s;
}

.top-section-item .custom-btn:hover {
  background-color: var(--white);
  color: var(--gray-900);
}

.customer-item {
  margin-bottom: 24px;
}

.customer-item .customer-item-list {
  position: relative;
  transition: all 0.3s;
}

.customer-item .customer-item-list .card {
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.customer-item .customer-item-list:hover::before {
  transform: translateY(-10px);
}

.customer-item .customer-item-list img {
  width: 22px;
  height: 22px;
}
.appointments-item.customer_appointment:last-child {
   margin-bottom: 0 !important;
}
.appointments-item {
  background-color: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: 3fr 4fr 4fr 2fr;
  align-items: center;
  gap: 8px;
  transition: all 0.6s;
}

.appointments-item:hover {
  transform: translateY(-10px);
}

@media (max-width: 1399.98px) {
  .appointments-item {
    grid-template-columns: 3fr 4fr 3fr 2fr;
  }
}

@media (max-width: 1199.98px) {
  .appointments-item {
    grid-template-columns: 6fr 6fr;
    gap: 16px;
  }
}

@media (max-width: 575.98px) {
  .appointments-item {
    grid-template-columns: 12fr;
  }
}

.appointments-item .item-one {
  position: relative;
}

.appointments-item .item-one::before {
  content: "";
  background-color: var(--info);
  width: 2px;
  height: 100%;
  position: absolute;
  right: 38px;
}

@media (max-width: 1199.98px) {
  .appointments-item .item-one::before {
    right: 5px;
  }
}

@media (max-width: 767.98px) {
  .appointments-item .item-one::before {
    content: unset;
  }
}

.appointments-itemone .appointments-item {
  grid-template-columns: 5fr 4fr 4fr 2fr;
}

@media (max-width: 1199.98px) {
  .appointments-itemone .appointments-item {
    grid-template-columns: 6fr 6fr !important;
    gap: 25px;
  }
}

@media (max-width: 1399.98px) {
  .appointments-itemone .appointments-item {
    grid-template-columns: 6fr 4fr 3fr 3fr;
  }
}

@media (max-width: 991.98px) {
  .appointments-itemone .appointments-item {
    grid-template-columns: 6fr 6fr !important;
    gap: 25px;
  }
}

@media (max-width: 575.98px) {
  .appointments-itemone .appointments-item {
    grid-template-columns: 12fr !important;
    gap: 20px;
  }
}

.load-more {
  margin-top: 20px;
}

.sort-dropdown {
  height: 35px;
  border-color: var(--gray-100);
}

.filter-dropdown {
  border: 1px solid var(--gray-100);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.filter-dropdown .filter-header {
  padding: 16px 20px;
}

.filter-dropdown .filter-body {
  padding: 20px;
}

.filter-dropdown .filter-body .select2-selection--multiple {
  height: 36px;
  border-color: var(--gray-100);
}

.filter-dropdown .filter-footer {
  padding: 12px;
}

.filter-dropdown .dropdown-toggle::after {
  display: none;
}

.filter-dropdown .input-icon-addon {
  left: auto;
  right: 0;
}

.filter-dropdown .input-icon-start .input-icon-addon {
  left: 0;
  right: auto;
}

.filter-dropdown .input-icon .datetimepicker,
.filter-dropdown .input-icon .yearpicker {
  padding-right: 30px;
  padding-left: 10px;
}

.filter-dropdown .yearpicker {
  color: var(--gray-700);
}

.dropdown-lg {
  min-width: 400px !important;
}

@media (max-width: 575.98px) {
  .dropdown-lg {
    min-width: 280px !important;
  }
}

.bootstrap-tagsinput {
  display: block;
  border-color: var(--input-border);
  color: var(--gray-900);
  background-color: var(--form-bg);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  min-height: 38px;
  transition: all 0.5s;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: var(--gray-900);
  background: var(--light-300);
  font-size: 12px;
  padding: 3px 6px;
  font-weight: 500;
  border-radius: 5px;
}

.customer-tickets {
  display: grid;
  grid-template-columns: 2fr 5fr 2fr 4fr;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1199.98px) {
  .customer-tickets {
    grid-template-columns: 6fr 6fr;
    gap: 10px;
  }
}

@media (max-width: 991.98px) {
  .customer-tickets {
    grid-template-columns: 6fr 6fr;
    gap: 16px;
  }
}

@media (max-width: 575.98px) {
  .customer-tickets {
    grid-template-columns: 12fr;
    gap: 16px;
  }
}

.customer-tickets .datetimepicker.today {
  max-width: 140px;
}

.custom-modal .custom-btn-close {
  background-image: none;
  box-shadow: none;
  outline: none;
  font-size: 24px;
  color: var(--gray-500);
  padding: 0;
  margin: 0;
  line-height: 0;
}

#other-reason-box {
  display: none;
}

/*============================
    40. Customer Sidebar
============================*/
 
.sidebar-cover .sidebar-header {
  padding: 24px;
  background: #1E1B1B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar-cover .sidebar-header .profile-wrapper {
  position: relative;
}

.sidebar-cover .sidebar-header .profile-wrapper .profile-image {
  margin-bottom: 16px;
}

.sidebar-cover .sidebar-header .profile-wrapper .upload-profile {
  display: none;
}

.sidebar-cover .sidebar-header .profile-wrapper .edit-icon {
  position: absolute;
  bottom: 12px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  font-size: 14px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  cursor: pointer;
  color: #2C2C2C;
}

.sidebar-cover .sidebar-header h3 {
  color: #fff;
  text-align: center;
}

.sidebar-cover .sidebar-header p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.settings-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  margin-top: 0;
  z-index: 90;
  transition: all 0.25s ease-in-out;
  flex-shrink: 0;
  border: none !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.settings-sidebar .sidebar-inner {
  padding: 20px;
  width: 100%;
}

.settings-sidebar .sidebar-menu {
  padding: 16px;
}

.settings-sidebar .sidebar-menu ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.settings-sidebar .sidebar-menu>ul>li {
  margin-bottom: 10px;
}

.settings-sidebar .sidebar-menu>ul>li:last-child {
  margin-bottom: 0;
}

.settings-sidebar .sidebar-menu>ul>li:last-child ul {
  margin-bottom: 0;
}

.settings-sidebar .sidebar-menu>ul>li:first-child.menu-title {
  margin-top: 0;
}

.settings-sidebar .sidebar-menu>ul>li>ul>li>a {
  border-left: 2px solid transparent;
}

.settings-sidebar .sidebar-menu>ul>li>ul>li>a .count {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--danger);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
  margin-left: auto;
}

.settings-sidebar .sidebar-menu>ul>li>ul>li>a:hover {
  background: var(--primary);
  color: #fff;
}

.settings-sidebar .sidebar-menu>ul>li.active a {
  color: var(--white);
}

.settings-sidebar .sidebar-menu>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 10px 15px;
  position: relative;
  color: var(--gray-900);
  border-bottom: none;
}

.settings-sidebar .sidebar-menu>ul>li>a.active {
  background: var(--light);
  border-radius: 5px;
  border-left: 2px solid var(--primary);
}

.settings-sidebar .sidebar-menu>ul>li>a span {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-500);
}

.settings-sidebar .sidebar-menu>ul>li.submenu ul {
  display: none;
}

.settings-sidebar .sidebar-menu>ul>li.submenu ul li a {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: block;
  padding: 8px 8px 8px 40px;
  padding-left: 30px;
}

.settings-sidebar .sidebar-menu>ul>li ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.settings-sidebar .sidebar-menu>ul>li ul li {
  overflow: hidden;
  margin-top: 2px;
}

.settings-sidebar .sidebar-menu>ul>li ul li a {
  display: flex;
  border-radius: 5px;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: var(--gray-900);
  position: relative;
  width: 100%;
  padding: 10px 12px;
}

.settings-sidebar .sidebar-menu>ul>li ul li a i {
  font-size: 1rem;
}

.settings-sidebar .sidebar-menu>ul>li ul li a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 8px;
}

.settings-sidebar .sidebar-menu>ul>li ul li a.active {
  color: var(--primary);
}

.settings-sidebar .sidebar-menu>ul>li ul li a.active span {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.settings-sidebar .sidebar-menu>ul>li ul li a.active .menu-arrow::before {
  border-color: var(--primary);
}

.settings-sidebar .sidebar-menu>ul>li ul li a.active::before {
  opacity: 1;
}

.settings-sidebar .sidebar-menu>ul>li ul>li.active a {
  background: var(--primary);
  border-radius: 5px;
  color: #fff;
  border-left: 2px solid var(--primary);
  font-weight: 500;
}

.settings-sidebar .sidebar-menu>ul>li ul>li.active a span {
  color: #fff;
}

.settings-sidebar .sidebar-menu>ul>li ul>li.active a .menu-arrow::before {
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
}

.settings-sidebar .sidebar-menu>ul>li ul>li.active a.subdrop {
  background: var(--primary);
  border-radius: 5px;
  color: var(--primary);
}

.settings-sidebar .sidebar-menu>ul>li ul>li.active a.subdrop i {
  color: var(--white);
  background: var(--white);
}

.settings-sidebar .sidebar-menu>ul>li ul>li.active a.subdrop span {
  color: var(--primary);
}

.settings-sidebar .sidebar-menu>ul>li .submenu ul {
  display: none;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.settings-sidebar .sidebar-menu>ul>li .submenu ul li {
  margin: 0;
}

.settings-sidebar .sidebar-menu>ul li.menu-title {
  color: var(--gray-900);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 11px;
  margin: 8px 0;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  border: 0;
}

.settings-sidebar .sidebar-menu>ul li.menu-title span {
  flex-shrink: 0;
}

.settings-sidebar .sidebar-menu>ul li .submenu>ul {
  margin: 4px 0 0;
  position: relative;
}

.settings-sidebar .sidebar-menu>ul li .submenu>ul li a {
  padding: 8px 16px 8px 40px;
  font-size: 15px;
  position: relative;
  color: var(--gray-900);
}

.settings-sidebar .sidebar-menu>ul li .submenu>ul li a.active {
  color: var(--primary);
  font-weight: 500;
}

.settings-sidebar .sidebar-menu>ul li .submenu>ul li a.active::before {
  opacity: 1;
}

.settings-sidebar .sidebar-menu>ul li .submenu>ul li a:hover {
  color: var(--primary);
}

.settings-sidebar .sidebar-menu>ul li .submenu>ul li a:hover .menu-arrow::before {
  border-color: var(--gray-900);
}

.settings-sidebar .sidebar-menu>ul li .submenu>a.active {
  background: var(--primary);
  border-radius: 5px;
  border-left: 2px solid var(--primary);
  font-weight: 500;
  color: #fff;
}

.settings-sidebar .sidebar-menu>ul li .submenu>a.subdrop {
  background: var(--primary);
  border-radius: 5px;
  color: #fff;
}

.settings-sidebar .sidebar-menu .menu-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-rendering: auto;
  font-size: 18px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  transition: all 0.2s ease;
}

.settings-sidebar .sidebar-menu .menu-arrow::before {
  height: 6px;
  width: 6px;
  border-top: 0;
  content: "";
  border-left: 0;
  border-right: 1.4px solid var(--gray-900);
  border-bottom: 1.4px solid var(--gray-900);
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 4px;
}

.settings-sidebar .sidebar-menu .menu-arrow.inside-submenu {
  right: 10px;
}

.settings-sidebar .sidebar-menu.subdrop .arrow-menu {
  transform: translateY(-50%) rotate(90deg);
  background: var(--light);
}

.settings-sidebar li a.subdrop .arrow-menu {
  transform: rotate(90deg);
}

.active.subdrop~ul {
  display: block !important;
}

.iti--allow-dropdown {
  z-index: 1;
}

.iti__arrow {
  border-top-color: var(--border-color);
}

.btn-close.btn-close-modal {
  padding: 0;
  background: var(--gray-700);
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-right: 0;
  transition: all 0.7s;
}

.btn-close.btn-close-modal:hover {
  background-color: var(--primary);
  filter: none;
}

/*============================
    41. Wallet
============================*/
.wallet-item {
  padding: 24px;
  border-radius: 6px;
  background: #1E1B1B;
}

.wallet-item .card-number {
  margin-bottom: 20px;
}

.wallet-item .card-number h5 {
  color: #fff;
}

.wallet-item .card-number .badge {
  padding: 4px;
  background: var(--success);
}

.wallet-item p {
  color: #fff;
}

.wallet-item-two .tab-head {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.wallet-item-two .nav.nav-tabs {
  border: none;
}

.wallet-item-two .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
}

.wallet-item-two .nav.nav-tabs .nav-item input {
  width: 16px;
  height: 16px;
}

.wallet-item-two .nav.nav-tabs .nav-item .nav-link {
  border: none;
  padding-left: 8px;
  color: var(--gray-500);
  font-size: 14px;
}

.wallet-item-two .nav.nav-tabs .nav-item .nav-link:active {
  color: var(--gray-900);
}

.profile-image-wrap {
  position: relative;
  width: fit-content;
}

.profile-image-wrap .upload-profile {
  display: none;
}

.profile-image-wrap .edit-icon {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  background: var(--dark);
  color: var(--white);
  border-radius: 50%;
  padding: 4px;
  font-size: 14px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  cursor: pointer;
}

.address-radio {
  width: 16px;
  height: 16px;
  margin-right: 20px;
}

.delete-icon {
  padding: 16px;
  background: var(--danger-100);
  color: var(--danger);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.file-upload {
  border: 1px dashed var(--border-color);
  border-radius: 5px;
  text-align: center;
  position: relative;
}

.file-upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-upload.drag-file {
  height: 120px;
  background: var(--light);
}

/*============================
    42. Notifications
============================*/
.notification-itemone {
  padding: 20px;
  margin-bottom: 16px;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  position: relative;
  transition: all 0.6s;
  cursor: pointer;
}

.notification-itemone:hover {
  background-color: var(--light);
  transform: translateY(-10px);
}

.notification-itemone:hover .btn-error {
  opacity: 1;
}

.notification-itemone .avatar {
  width: 48px;
  height: 48px;
}

.notification-itemone h6 span {
  color: var(--gray-900);
  font-weight: 600;
}

.notification-itemone p {
  color: var(--gray-900);
}

@media (max-width: 575.98px) {
  .notification-itemone p {
    font-size: 14px;
  }
}

.notification-itemone .btn-error {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  height: 32px;
  opacity: 0;
  transition: all 0.6s;
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .notification-itemone .btn-error {
    top: 20px;
    bottom: unset;
    font-size: 13px;
    padding: 5px 10px;
    height: 30px;
  }
}

.notification-header {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .notification-header {
    margin-bottom: 20px;
  }
}

.notification-header .notirange-picker {
  border: 1px solid var(--gray-100);
  padding: 7px 14px;
  font-size: 14px;
  color: var(--gray-900);
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

/*============================
    43. Cart
============================*/
.cart-item-wrap .cart-item-one {
  padding: 24px;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.cart-item-wrap .cart-item-one .cart-title .btn {
  display: flex;
  align-items: center;
  padding: 5px 12px;
  font-size: 14px;
}

.cart-item-wrap .cart-item-one .cart-title .btn i {
  font-size: 14px;
  margin-right: 4px;
}

.cart-item-wrap .cart-item-one .cart-item-two {
  padding: 16px;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  margin-bottom: 16px;
}

.cart-item-wrap .cart-item-one .cart-item-two:last-child {
  margin-bottom: 0;
}

.cart-item-wrap .cart-item-one .cart-item-two img {
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  .cart-item-wrap .cart-item-one .cart-item-two img {
    width: 100%;
    margin-right: 0;
  }
}

.cart-item-wrap .cart-item-one .cart-item-two p {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.cart-item-wrap .cart-item-one .cart-item-two p i {
  margin-right: 4px;
  font-size: 14px;
}

.cart-item-wrap .cart-item-one .cart-item-two .cart-content-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-item-wrap .cart-item-one .cart-item-two .cart-content-one .quantity-input {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: var(--white);
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

.cart-item-wrap .cart-item-one .cart-item-two .cart-content-one .btn-cover .minus-btn,
.cart-item-wrap .cart-item-one .cart-item-two .cart-content-one .btn-cover .add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--gray-100);
}

.cart-item-wrap .cart-item-one .cart-item-two .cart-content-one .btn-cover .minus-btn:last-child,
.cart-item-wrap .cart-item-one .cart-item-two .cart-content-one .btn-cover .add-btn:last-child {
  margin-right: 0;
  margin-left: 4px;
}

.cart-item-wrap .cart-item-one .cart-item-two .cart-content-one .remove-btn {
  display: flex;
  align-items: center;
  border: 1px solid var(--danger);
  color: var(--danger);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 10px;
}

.cart-item-wrap .cart-item-one .cart-item-two .cart-content-one .remove-btn i {
  font-size: 13px;
  margin-right: 4px;
}

.cart-item-wrap .cart-item-one .cart-item-two .cart-content-one .remove-btn:hover {
  background: var(--danger);
  color: var(--white);
}

/*============================
    44. Calender
============================*/
.fc-timegrid-slot {
  height: 50px !important;
}

.fc-col-header-cell,
.fc-timegrid-col {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  overflow: hidden;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border-color: var(--border-color);
}

.fc-theme-standard .fc-scrollgrid {
  border-color: var(--border-color);
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: center;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}

[data-bs-theme=dark] .fc-timegrid-event-harness>.fc-timegrid-event .text-muted {
  color: var(--gray-100) !important;
}

/*============================
    Instructor
============================*/
.instructor-section {
  background: #1E1B1B;
}

.instructor-item {
  position: relative;
  background: var(--white);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}

.instructor-item .instructor-img {
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin: 0 auto 20px;
}

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

/*============================
    45. Datatables
============================*/
table.dataTable {
  margin: 0 !important;
  border: 1px solid var(--gray-100);
  border-bottom: none;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
  right: 8px !important;
  content: "\ea5f" !important;
  font-family: "tabler-icons";
  bottom: 12px !important;
  color: var(--gray-600) !important;
  font-size: 10px !important;
  opacity: 1 !important;
  position: absolute;
  font-weight: 600;
  line-height: 1px !important;
  display: none !important;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
  right: 14px !important;
  content: "\ea62" !important;
  font-family: "tabler-icons";
  top: 50% !important;
  color: var(--gray-600) !important;
  font-size: 10px !important;
  opacity: 1 !important;
  position: absolute;
  font-weight: 600;
  line-height: 1px !important;
  display: none !important;
}

.dataTables_paginate .paging_numbers {
  float: right;
}

.dataTables_info {
  font-size: 14px;
  color: var(--gray-600);
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .dataTables_info {
    font-size: 12px;
    text-align: center;
    padding-bottom: 0 !important;
  }
}

.custom-select {
  min-width: 80px;
}

.dt-info {
  display: none !important;
}

div.dt-container div.dt-paging {
  margin-top: 24px !important;
}

.dataTables_paginate .pagination,
.dt-paging .pagination {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}

.dataTables_paginate .pagination li,
.dt-paging .pagination li {
  margin: 0 4px;
}

.dataTables_paginate .pagination li a,
.dataTables_paginate .pagination li .page-link,
.dt-paging .pagination li a,
.dt-paging .pagination li .page-link {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 50% !important;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-800);
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1);
}

.dataTables_paginate .pagination li a:hover,
.dataTables_paginate .pagination li .page-link:hover,
.dt-paging .pagination li a:hover,
.dt-paging .pagination li .page-link:hover {
  background: var(--gray-200);
  color: var(--gray-900);
  border-color: var(--gray-200);
}

.dataTables_paginate .pagination li.active a,
.dataTables_paginate .pagination li.active a.page-link,
.dataTables_paginate .pagination li.active .page-link,
.dt-paging .pagination li.active a,
.dt-paging .pagination li.active a.page-link,
.dt-paging .pagination li.active .page-link {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.dataTables_paginate .pagination li.active a:hover,
.dataTables_paginate .pagination li.active a.page-link:hover,
.dataTables_paginate .pagination li.active .page-link:hover,
.dt-paging .pagination li.active a:hover,
.dt-paging .pagination li.active a.page-link:hover,
.dt-paging .pagination li.active .page-link:hover {
  background-color: var(--gray-900);
  border-color: var(--gray-900);
}

.dataTables_paginate .pagination li.disabled a,
.dataTables_paginate .pagination li.disabled .page-link,
.dt-paging .pagination li.disabled a,
.dt-paging .pagination li.disabled .page-link {
  color: var(--gray-300);
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.dataTables_paginate .pagination li:first-child,
.dataTables_paginate .pagination li:last-child,
.dt-paging .pagination li:first-child,
.dt-paging .pagination li:last-child {
  display: none;
}

.dataTables_paginate .pagination li.previous a,
.dataTables_paginate .pagination li.previous .page-link,
.dataTables_paginate .pagination li.next a,
.dataTables_paginate .pagination li.next .page-link,
.dt-paging .pagination li.previous a,
.dt-paging .pagination li.previous .page-link,
.dt-paging .pagination li.next a,
.dt-paging .pagination li.next .page-link {
  border-radius: 50% !important;
  font-size: 16px;
  color: var(--gray-900);
}

.dataTables_paginate .pagination li.previous:hover a,
.dataTables_paginate .pagination li.next:hover a,
.dt-paging .pagination li.previous:hover a,
.dt-paging .pagination li.next:hover a {
  color: var(--primary);
}

@media (max-width: 767.98px) {

  .dataTables_paginate .pagination,
  .dt-paging .pagination {
    justify-content: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
  }
}

.dataTables_length,
.dt-length {
  padding: 24px 0 0;
  float: left;
}

@media (max-width: 767.98px) {

  .dataTables_length,
  .dt-length {
    text-align: center;
    padding-bottom: 0;
    float: none;
  }
}

.dataTables_length label,
.dt-length label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--gray-600);
  font-size: 13px;
}

.dataTables_length label .form-select,
.dt-length label .form-select {
  width: 61px;
  border: 1px solid var(--gray-100);
  border-radius: 5px;
  color: var(--gray-700);
  margin: 0 8px;
  background-position: right 5px center;
  padding-right: 15px;
  line-height: normal;
}

@media (max-width: 767.98px) {

  .dataTables_length label,
  .dt-length label {
    justify-content: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
  }
}

.dataTables_paginate {
  margin-top: 24px !important;
}

div.dt-container div.dt-length label {
  font-weight: 500;
}

div.dataTables_wrapper div.dataTables_info {
  padding: 15px 0;
  display: none;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: 500;
}

div.dataTables_wrapper div.dataTables_length select {
  padding: 6px 10px;
  width: 51px;
  font-size: 13px;
  background-color: var(--white);
}

table.dataTable thead>tr>th.no-sort.sorting_asc:before {
  display: none;
}

table.dataTable thead>tr>th.no-sort.sorting_asc::after {
  display: none;
}

table.dataTable thead>tr>th.no-sort.sorting:before {
  display: none;
}

table.dataTable thead>tr>th.no-sort.sorting::after {
  display: none;
}

.custom-table .table-responsive {
  border: 1px solid var(--gray-200);
  border-radius: 6px;
}

table.table.dataTable>tbody>tr {
  border-color: var(--gray-100);
}

table.table.dataTable>tbody>tr td {
  color: var(--gray-600);
  border-bottom: 1px solid var(--gray-100);
  padding: 12px 24px 12px 16px;
}

table.table.dataTable>thead>tr {
  border-color: var(--gray-100);
}

table.table.dataTable>thead>tr th {
  color: var(--gray-900);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
}

.dt-search label {
  display: none;
}

.dataTables_filter {
  margin-bottom: 20px;
}

#select-all~.checkmarks {
  top: -7px;
}

#select-all2~.checkmarks {
  top: -7px;
}

#select-all3~.checkmarks {
  top: -7px;
}

.custom-datatable-filter [class*=col-md] {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.custom-datatable-filter .dataTables_filter {
  margin: 15px 0;
}

@media (max-width: 767.98px) {
  .custom-datatable-filter .dataTables_filter {
    text-align: center !important;
  }
}

.custom-datatable-filter .dataTables_paginate {
  margin: 24px 0 0 !important;
}

@media (max-width: 767.98px) {
  .custom-datatable-filter .dataTables_paginate {
    text-align: center !important;
  }
}

.custom-datatable-filter table thead tr th:first-child {
  border-top-left-radius: 5px;
}

.custom-datatable-filter table thead tr th:last-child {
  border-top-right-radius: 5px;
}

.custom-datatable-filter table tbody tr:last-child {
  border: 0;
}

.custom-datatable-filter table tbody tr:last-child td {
  border: 0;
}

.custom-datatable-filter table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

.custom-datatable-filter table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.no-datatable_length .dataTables_length {
  display: none;
}

.no-datatable_length .dataTables_filter {
  display: none;
}

.no-datatable_length .dataTables_info {
  display: none;
}

.no-datatable_length .dataTables_paginate {
  display: none;
}

.datatable-info .dataTables_info {
  display: none !important;
}

.datatable-info .dataTables_info:first-child {
  display: block !important;
}

.datatable-length .dataTables_length,
.dt-length .dataTables_length {
  display: none !important;
}

.datatable-length .dataTables_length:first-child,
.dt-length .dataTables_length:first-child {
  display: block !important;
}

@media (max-width: 767.98px) {

  .datatable-length,
  .dt-length {
    text-align: center;
  }
}

.datatable-paginate .dataTables_paginate {
  display: none !important;
}

.datatable-paginate .dataTables_paginate:first-child {
  display: block !important;
}

.dataTables_scroll {
  border: 1px solid var(--gray-100);
}

.dataTables_scroll table.table.dataTable>tbody>tr:last-child td {
  border: 0;
}

.table-search {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .table-search {
    width: 100%;
  }
}

.table-search .dataTables_filter {
  margin-bottom: 0;
}

.table-search .search-input {
  position: relative;
}

@media (max-width: 575.98px) {
  .table-search .search-input {
    width: 100%;
    margin-right: 0;
  }
}

.table-search .search-input input {
  height: 35px;
  width: 210px;
  font-size: 14px;
  color: var(--gray-900);
  background: var(--white);
}

@media (max-width: 1199.98px) {
  .table-search .search-input input {
    width: 220px;
  }
}

@media (max-width: 991.98px) {
  .table-search .search-input input {
    width: 200px;
  }
}

@media (max-width: 575.98px) {
  .table-search .search-input input {
    width: 100%;
  }
}

.table-search .search-input .btn-searchset {
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 12px;
  border: 0;
  color: var(--gray-600);
}

/*============================
    46. Rangepicker Plugin
============================*/
.daterangepicker {
  border-color: var(--gray-100);
  background: var(--white);
}

.daterangepicker::before {
  border-bottom-color: var(--gray-100);
}

.daterangepicker::after {
  border-bottom-color: var(--white);
}

.daterangepicker .ranges li {
  color: var(--gray-900);
}

.daterangepicker .ranges li:hover {
  background: var(--gray-200);
}

.daterangepicker .ranges li.active {
  background-color: var(--primary);
}

.daterangepicker td.active {
  background-color: var(--primary);
}

.daterangepicker td.active:hover {
  background-color: var(--primary);
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-color: var(--gray-100);
}

.daterangepicker .drp-buttons {
  border-color: var(--gray-100);
}

.daterangepicker .calendar-table {
  background-color: var(--white);
  border-color: var(--white);
}

.daterangepicker td.off,
.daterangepicker .td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: var(--white);
}

.daterangepicker td.in-range {
  background-color: var(--gray-100) !important;
  color: var(--gray-900);
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: var(--gray-100) !important;
  color: var(--gray-900);
}

.daterange-wraper .date-range {
  padding-left: 30px;
  font-size: 14px;
  color: var(--gray-900);
  border: 0;
  min-height: auto;
  height: 36px;
}

.daterange-wraper .date-range:focus {
  border-left: 0;
}

.daterange-wraper .cal-icon-date {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.filter-range .irs--flat .irs-handle>i:first-child {
  position: absolute;
  display: block;
  top: 4px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -1px;
  background-color: var(--primary);
  border-radius: 50px;
  border: 0;
}

.filter-range .irs--flat .irs-line {
  top: 28px;
  height: 6px;
  background-color: var(--light);
  border-radius: 4px;
}

.filter-range .irs--flat .irs-bar {
  top: 28px;
  height: 6px;
  background-color: var(--primary);
}

.filter-range .irs-with-grid .irs-grid {
  display: none;
}

.filter-range .irs--flat .irs-from,
.filter-range .irs--flat .irs-to,
.filter-range .irs--flat .irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 4px 12px;
  background-color: var(--primary);
  border-radius: 4px;
  top: -10px;
}

.filter-range .irs--flat .irs-from:before,
.filter-range .irs--flat .irs-to:before,
.filter-range .irs--flat .irs-single:before {
  border-top-color: var(--primary);
  left: 60%;
}

/*============================
    47. Datetimepicker
============================*/
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: var(--primary);
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom::before,
.bootstrap-datetimepicker-widget.dropdown-menu.top::before {
  border-bottom-color: var(--border-color);
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom::after,
.bootstrap-datetimepicker-widget.dropdown-menu.top::after {
  border-bottom-color: var(--white);
}

.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-900);
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.bootstrap-datetimepicker-widget table th.prev,
.bootstrap-datetimepicker-widget table th.next {
  padding-bottom: 16px;
}

.bootstrap-datetimepicker-widget table th.prev span,
.bootstrap-datetimepicker-widget table th.next span {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: 1px solid var(--gray-100);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.bootstrap-datetimepicker-widget table th.prev span:hover,
.bootstrap-datetimepicker-widget table th.next span:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

.bootstrap-datetimepicker-widget table td {
  font-size: 14px;
  color: var(--gray-500);
}

.bootstrap-datetimepicker-widget table td.day {
  width: 30px;
  height: 32px;
  line-height: 32px;
}

.bootstrap-datetimepicker-widget {
  z-index: 1051 !important;
}

.bootstrap-datetimepicker-widget .picker-switch {
  padding-bottom: 16px;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: var(--primary);
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}

.iti {
  display: block;
}

.iti__divider {
  border-color: var(--border-color);
}

.iti--inline-dropdown .iti__dropdown-content {
  border-color: var(--border-color);
  background: var(--white);
}

.iti__country.iti__highlight {
  background: var(--light);
}

.iti__search-input:focus {
  outline: 0;
}

/*============================
    48. Quill Editor
============================*/
.ql-editor {
  text-align: left;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
  padding-right: 0;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-container {
  font-family: "Bricolage Grotesque", sans-serif;
}

.ql-container.ql-snow {
  border-color: var(--gray-100);
  border-radius: 0 0 6px 6px;
}

.ql-bubble {
  border: 1px solid var(--gray-100);
  border-radius: 6px;
}

.ql-toolbar {
  font-family: "Bricolage Grotesque", sans-serif !important;
}

.ql-toolbar span {
  outline: none !important;
  color: var(--gray-500);
}

.ql-toolbar span:hover {
  color: var(--primary) !important;
}

.ql-toolbar.ql-snow {
  border-radius: 6px 6px 0 0;
  border-color: var(--gray-100);
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: transparent;
}

.ql-snow .ql-stroke,
.ql-snow .ql-script,
.ql-snow .ql-strike svg {
  stroke: var(--gray-500);
}

.ql-snow .ql-fill {
  fill: var(--gray-500);
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: 0;
  left: auto;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: var(--gray-500);
}

.snow-editor {
  height: 80px;
}

/*============================
    49. Select2
============================*/
.select2-container {
  z-index: 99;
}

.select2-container .select2-selection--single {
  height: 44px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--gray-900) !important;
  line-height: 42px;
  border-radius: 5px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 400;
  padding-right: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
}

.select2-container--default .select2-selection--single .select {
  width: 219px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: var(--gray-700);
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  height: 0;
  margin-left: -6px;
  margin-top: -3px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: var(--black);
  border-width: 1px 0 0 1px;
  margin-top: 3px;
  padding: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--primary);
  color: var(--white);
}

.select2-container--focus .select2-selection--single {
  background: var(--white) !important;
  border-color: var(--light-900);
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple,
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  border-color: var(--input-border);
  color: var(--gray-900);
  background-color: var(--form-bg);
}

.select2-dropdown {
  border-color: var(--gray-100);
  background: var(--white);
}

.select2-container--default .select2-selection--multiple {
  line-height: 27px;
  height: auto;
  min-height: 40px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: var(--light-300);
  border-color: var(--light-300);
  color: var(--gray-900);
  font-size: 12px;
  font-weight: 500;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 4px;
}

.select2-container--open .ti-filter {
  z-index: 9999 !important;
}

.select2-results__option {
  font-size: 14px;
}

.select2-results__option span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-results__option span img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
}

/*# sourceMappingURL=style.css.map */

/* Home page Banner */
.banner-search .select2-selection__arrow {
  border: none;
  color: #fff;
  background: transparent;
}

.banner-search #select2-search-location-container {
  padding: 0;
  background: transparent;
  color: #a9a9a9 !important;
}

.banner-search .select2-selection.select2-selection--single {
  background: transparent !important;
  border: none;
  color: #fff;
}

.banner-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 25px !important;
}

.banner-search .select2-container .select2-selection--single {
  height: 28px;
}

.banner-search .select2-container .select2-selection--single .select2-selection__arrow {
  top: 0px !important;
  background: transparent;
  border-color: #fff !important;
  height: 25px;
}

.foot-news {
  padding: 16px !important;

}

.single-service .content_comments {
  display: none;
}

.rightsidebar .sidebar-item .post-style .post-thumbnail {
  height: 96px;
}

.rightsidebar .sidebar-item .post-style .post-thumbnail img {
  object-fit: cover;
}

.searchlist-image .blog-list-img {
  height: 100px;
}

.right-sidebar .recent-posts li:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.page-item .page-link {
  text-align: center !important;
}

.page-link {
  display: block !important;
}

.list-image {
  object-fit: cover !important;
  height: 200px !important;
}

.list-user-img .avatar {
  border-radius: 50px !important;
  margin-right: 8px !important;
}

.single-service #comments .comment-respond {
  display: none;
}

.single-service #comments .comment-wrap {
  border: none;
  margin-bottom: 0px !important;
}

.navbar .main-nav li.menu-item.booknow-mainmenu a {
  color: #c25414 !important;
}

.navbar .main-nav li.menu-item.booknow-mainmenu.active a {
  color: #fff !important;
}

.navbar .main-nav li.menu-item.booknow-mainmenu.active a:hover {
  background-color: #c25414 !important;
}

.booknow-mainmenu {
  padding: 4px !important;
  background-color: transparent !important;
  color: #c25414;
  border: 1px solid #c25414 !important;
  border-radius: 4px !important;
  display: inline-block !important;
  transition: 0.3s ease;
  font-weight: 600 !important;
}

.booknow-mainmenu.nav-link {
  border: none !important;
}

.booknow-mainmenu.active {
  color: #fff !important;
  background-color: #c25414 !important;
  border: 1px solid #c25414 !important;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  background-color: transparent !important;
  border: 1px solid var(--border-color);
}

.category-tabs .category-booking-card.active {
  background-color: transparent !important;

}

#ds-booking-drawer {
  background-color: var(--form-bg) !important;
  width: 600px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  transition: right .3s ease;
  overflow: auto;
}

@media (max-width: 768px) {
  #ds-booking-drawer {
    width: 90% !important;
    height: auto;
    min-height: 100vh;
    overflow: scroll;
  }
}
@media (max-width: 768px) {
.staff-name-booking{
  width:70% !important;
}
}
.staff-speciality{
  color: var(--form-color) !important;
}
.ds-booking-drawer-content .booking-date-time button.btn {
  color: var(--heading-color) !important;
  background-color: var(--form-bg) !important;
}
@media (max-width: 768px) {
    .header .navbar-header {
        padding: 0px !important;
    }
}

@media (max-width: 768px) {
    .single-service-staff-tab .listing-item-img {
        max-height:200px !important;
    }
}

.service-item-four .rating i.text-warning {
	    color: var(--warning) !important;
}

.service-search-icon .input-group-text{
  border-right: none !important;
}

.support-item p {
    font-size: 22px;
    font-weight: 700;
}
.about-img>img {
    border-radius: 10px !important;
}
@media (max-width: 991.98px) {
    .sidebar-cover {
        display: block !important;
    }
}
.upload-btn{
	padding:5px !important;
}
.remove-btn{
	padding: 8px 8px !important;
}
@media (max-width: 767px) {
  .aboutus-image{
    margin-bottom: 1.5rem !important;
  }

  /* .view-more{
    margin-bottom: 1.5rem !important;
  } */

  .aboutus-image2{
    margin-bottom: 1.5rem !important;
  }

  .aboutone-section{
    padding: 0 !important;
  }
}

.faq-items .faq-card:last-child {
  margin-bottom: 0 !important;
}

.flatpickr-current-month input.cur-year {
  outline: none !important;
}

body.page-template-page-template-add-service .select2-container--default .select2-selection--single .select2-selection__arrow { 
    top: 5px !important;
}

.top-25 {
  top: 25% !important;
}
.end-1 {
  right: 15px !important;
}

.page-template-service-list  .listing-item .listing-list-item-img .listing-slider .slick-list .slick-track .slick-slide div .listing-slider-item {
    height: 100%;
    max-height: 265px;
}
.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
}
.card-listing-content {
  min-height: 70px;
}
.footer-logo-text{
  font-size: 207px;
		font-weight: 800;
		letter-spacing: 1px;
    text-align: center;
		display: block;
		width: 100%;

		line-height: 1;
		margin: 0;
		padding: 0;

		background: linear-gradient(180deg, #59331D 0%, #1A0C03 100%);
    -webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}
/* Large tablets / small desktops */
@media (max-width: 1200px){
	.footer-logo-text{
		font-size: 160px;
	}
}

/* Tablets */
@media (max-width: 991px){
	.footer-logo-text{
		font-size: 120px;
	}
}

/* Large mobiles */
@media (max-width: 768px){
	.footer-logo-text{
		font-size: 118px;
	}
}

/* Small mobiles */
@media (max-width: 480px){
	.footer-logo-text{
		font-size: 48px;
	}
}
.faq-accordion .accordion-item:not(.collapsed){
	border:1px solid var(--border-color);
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
	background-color:#fff;
	color:black !important;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
	color:black;
}
.faq-accordion .accordion-item .accordion-body {
	padding-top:0px;
}
[data-bs-theme="dark"] .counter-icon .img-fluid{
	    background-color: #c25414;
}
[data-bs-theme=dark] .counter-item .counter-icon {
	 background-color: #c25414;
}
/* [data-bs-theme="dark"] header .header-nav .main-menu-wrapper .main-nav > li > a {
	color: #ffffff;
} */

[data-bs-theme="dark"] .banner-slide .support-item span {
	color: transparent;
	-webkit-text-stroke: 1px #ffffff;
}
.section-header .title
{
	margin-bottom:2px;
}

[data-bs-theme="dark"] .about-section-two 
.who-we-are-section 
.experience-year-cover 
.experience-year-content span {
	color: #ffffff !important;
}
[data-bs-theme="dark"] .about-section-two .who-we-are-section .experience-year-cover .experience-year-content p {
	color: #ffffff !important;
}
[data-bs-theme="dark"] .footerthree-location-title{
	color: #ffffff !important;
}
[data-bs-theme="dark"] 
.login-item .login-or .span-or,
[data-bs-theme="dark"] 
.login-demo-item .login-info {
	background-color: #100F0E;
}

.counter-section-four .counter-bg {
	top: 0;
}

.testimonial-item-four >div>p{
	line-height: var(--bs-body-line-height) !important;
}
[data-bs-theme="dark"] 
.ds-booking-drawer-content .btn-outline-dark.active, .ds-booking-drawer-content .btn-outline-dark:hover {
	background-color:#080808;
}


/* ===== WRAPPER ===== */
.exp-figure {
  position: relative;
  width: 380px;
  height: 320px;
}

/* ===== IMAGES ===== */
.exp-img {
  position: absolute;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.exp-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.exp-img.left {
  width: 300px;
  height: 380px;
  top: 0;
  left: 0;
}

.exp-img.right {
  width: 300px;
    height: 380px;
    top: 50px;
    right: 0;
    left: 50%;
}

@media (max-width: 425px) {
  .exp-figure .exp-img.left {
    width: 90%;
    height: 380px;
    position: relative;
  }
}




@media (max-width: 767px) {
  .exp-dots,.animate-button ,.exp-img.right {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .exp-figure {
        width: 300px;
  }
}

@media (max-width: 991.98px) {
    .about-img {
              padding-bottom: 20%;
    }
  }
  @media (min-width: 1024px) {
    .exp-img.right,.exp-img.left{
             width: 250px;
    }
  }


/* ===== ORANGE DOTS (EXACT STYLE) ===== */
.exp-dots {
  position: absolute;
  top: 8px;
  left: 90%;
  width: 85px;
  height: 85px;
  background-image: radial-gradient(#ff7a00 3px, transparent 3px);
  background-size: 14px 14px;
  transform: rotate(-18deg);
  clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 60%);
  z-index: 1;
}

/* ===== BADGE ===== */
.exp-badge {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  height: 115px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #ff7a00;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exp-badge .center {
  font-size: 22px;
  font-weight: 700;
}

.exp-badge svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.exp-badge text {
  font-size: 9px;
  letter-spacing: 2px;
}
.animate-button {
  z-index: 99;
  top: 70% !important;
  position: relative;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background-color: #ffffff;
  color: black;
  cursor: pointer;
  border: none;
  background: '#fff';
  color: '#333';
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 10%;
  top: -35%;
  display: grid;
  place-content: center;
  transition: background 300ms, transform 200ms;
  font-weight: 600;
  border: 3px solid #C25414;
}
  @media (max-width: 1400px) {
    .animate-button {
        top: -44%;
    }
}

  @media (max-width: 1200px) {
    .animate-button {
        top: -50%;
        left: 50%;
        right: unset;
        margin: auto;
        bottom: unset;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .animate-button {
        top: -60%;
        width: 160px;
        height: 160px;
        right: 5%;
    }
}

.animate-button .button-text {
    position: absolute;
    inset: 0;
    animation: text-rotation 10s linear infinite;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    > span {
        position: absolute;
        inset: 8px 0px 8px;
        transform: rotate(calc(15deg * var(--index)));
        transform-origin: center;
        color: var(--black);
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        width: 100%;
        text-align: center;
        line-height: 1.2;
    }
}

.animate-button .button-circle {
    position: relative;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: var(--black);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s;
    font-size: 28px;
    font-weight: 600;
}

@keyframes text-rotation {
            from {
                rotate: 0deg;
            }
            to {
                rotate: 360deg;
            }
        }

.achievements-leftimage{
	left:0 !important;
}


/* Radio button color */
.woocommerce-checkout input[type="radio"] {
    accent-color: var(--dreamsalon_primary_color);
}

/* Checkbox color (Terms & Conditions) */
.woocommerce-checkout input[type="checkbox"] {
    accent-color: var(--dreamsalon_primary_color);
}

.dreamsalon_content .woocommerce-checkout input[type="number"], 
.dreamsalon_content .woocommerce-checkout input[type="text"], 
.dreamsalon_content .woocommerce-checkout input[type="email"], 
.dreamsalon_content .woocommerce-checkout input[type="password"], 
.dreamsalon_content .woocommerce-checkout input[type="tel"], 
.dreamsalon_content .woocommerce-checkout input[type="url"], 
.dreamsalon_content .woocommerce-checkout input[type="search"], 
.dreamsalon_content .woocommerce-checkout select,
.dreamsalon_content .woocommerce-checkout textarea {
    min-height: 40px !important;
}

.woocommerce-checkout .select2-container .select2-selection--single {
    height: 40px !important;
}

.woocommerce-checkout .select2-container .select2-selection__rendered {
    line-height: 38px !important;
}

.woocommerce-checkout .select2-container .select2-selection__arrow {
    height: 40px !important;
}
.woocommerce-checkout select.form-control {
    height: 40px;
}

.banner-content .user-rating {
  padding-right: 15px !important;
}

.counter-section .counter-number{
  font-weight: 600;
}
.counter-section .counter-title {
  font-weight: 500;
}
.footerfour-gap{
      row-gap: 2rem !important;
}

@media (max-width: 425px) {
  .categories-section{
  width:100%;
  }
}
.ds-step-datetime .flatpickr-rContainer,.ds-step-datetime .flatpickr-days,.ds-step-datetime .dayContainer {
    width: 100% !important;
    max-width: 100% !important;
}
.ds-step-datetime .flatpickr-day {
    max-width: 75px !important;
}
.ds-slots-wrap button.ds-slot-chip {
    min-width: 100px;
}
.counter-number{
    font-size: 2.5rem;
    font-weight: 600 !important;
}
.ti-heart-filled{
	color:red;
}
.listing-badge-item {
    position: absolute;
    left: 190px !important;
    width: fit-content;
}

.listing-badge-item button {
    padding: 6px;
}
@media (max-width: 480px){
	.listing-badge-item {
		left: 210px !important;
	}
}
.review-text{
	font-size:16px !important
}

.page-template-service-grid .list-icon, .page-template-service-list .list-icon{
	padding: 9px 16px;
}

.gallery-list-item h5 {
    padding: 24px 24px 0 24px;
}

.gallery-list-item .card-body {
    padding: 24px;
}

.gallery-list-item .gallery-slider .slick-slide {
    margin: 0px 8px 0 0 !important;
}

.service-wrap .vertical-slider .slider-nav .slick-next {
    bottom: 9px !important;
}

.sub-head.custom-padding > button.btn {
	padding: 8px;
}

.salon-card .select2-selection__arrow {
	top: 6px !important;
}

.ds-slots-wrap {
	display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  flex-wrap: wrap;
  gap: 10px;
}

.ds-slots-wrap .ds-slot-chip:hover {
    background-color: var(--gray-100);
	color: var(--bs-btn-color);
}

.ds-slots-wrap .ds-slot-chip:hover {
    background-color: var(--gray-100);
	color: var(--bs-btn-color);
}

.category-booking-card {
	cursor: pointer;
}
.exp-figure{
width:300px !important;
}
.wishlist-fav{
	gap: 90px !important;
	left: 0px !important;
}
#checkout_apply_coupon {
	padding: 8px 12px !important;
}
.recommended-services{
    padding: 20px;
    margin-left: 30px;
}
@media (max-width: 480px){
    .recommended-services {
        margin-left: -30px;
    }
}
.service-grid-fav{
	left: 190px !important;
}
@media (max-width: 480px){
.footer-phoneemail{
	padding-top:20px
}
}
@media (max-width: 480px){
.footer-top-address{
	display:block !important;
}
}
@media (max-width: 1399.98px) {
    .staff-appointment {
        grid-template-columns: 3fr 4fr 3fr !important;
    }
}
[data-bs-theme="dark"] 
.about-right .title.title_style1 {
	color:#BAB4B0 !important;
}

[data-bs-theme="dark"] 
.about-right > p {
	color:#BAB4B0 !important;
}

[data-bs-theme="dark"] 
.animate-button .button-circle{
	color:#BAB4B0 !important;
}
[data-bs-theme="dark"] 
.categories-info > h3{
	color:#FFFBF9 !important;
}
.settings-sidebar {
	border:none !important;
}
#billingForm .select2-selection__arrow {
    top: 5px !important;
    right: 10px;
	height: 40px !important;
}
.ds-slots-wrap button.ds-slot-chip {
    min-width: 100px;
}

.page-template-service-grid .list-icon, .page-template-service-list .list-icon{
	padding: 9px 16px;
}

.gallery-list-item h5 {
    padding: 24px 24px 0 24px;
}

.gallery-list-item .card-body {
    padding: 24px;
}

.gallery-list-item .gallery-slider .slick-slide {
    margin: 0px 8px 0 0 !important;
}

.service-wrap .vertical-slider .slider-nav .slick-next {
    bottom: 9px !important;
}
.g-2, .gy-2 {
    --bs-gutter-y: 1.5rem;
}
.favourite{
	padding-top:5px;
}
.favourite:hover{
	color:black !important;
	border:1px solid #c25414 !important;
}
.counter-number{
    font-size: 2.5rem;
    font-weight: 600 !important;
}
.ti-heart-filled{
	color:red;
}
.listing-badge-item {
    position: absolute;
    left: 190px !important;
    width: fit-content;
}

.listing-badge-item button {
    padding: 6px;
}
@media (max-width: 480px){
	.listing-badge-item {
		left: 210px !important;
	}
}
.review-text{
	font-size:16px !important
}
.exp-figure{
width:300px !important;
}
.listing-badge-item {
	left: 200px !important;
}
.wishlist-fav{
	gap: 90px !important;
	left: 0px !important;
}
#checkout_apply_coupon {
	padding: 8px 12px !important;
}
.listing-details-items{
	padding-top: 60px !important;
}
.aboutone-section.section{
	padding-top: 60px !important;
}
.team-section.section{
	padding-top: 60px !important;
}
.blog-section.section{
	padding-top: 60px!important;
}
.page-id-143 .section {
    padding: 60px 0 !important;
}
@media (max-width: 767px) {
    .footer-phoneemail a {
        white-space: nowrap;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .about-section .row.align-items-center {
        align-items: flex-start !important;
    }
}
@media (max-width: 767px) {

    .about-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

}
@media (max-width: 767px) {

    .about-section .row {
        gap: 0 !important;
        row-gap: 0 !important;
        --bs-gutter-y: 0 !important;
    }

}
@media (max-width: 767px) {
    .footerfour-gap {
        row-gap: 0 !important;
        --bs-gutter-y: 0 !important;
    }
}
@media (max-width: 767px) {
    .purpose-section .purpose-item {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 1399.98px) {
    .staff-appointment {
        grid-template-columns: 3fr 4fr 3fr !important;
    }
}
.listing-item {
    position: relative;
}

.listing-item .listing-badge-item {
    position: absolute !important;
    top: 15px;
    right: 15px;
    left: auto !important;
}
.empty-cart-page .woocommerce-info {
    border-top: 4px solid var(--dreamsalon_primary_color) !important;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top-color: var(--dreamsalon_primary_color) !important;
}
.woocommerce-message {
    color: inherit !important;
}
.agent-enquiries tr > th {
    padding: 13px 13px !important;
}
.comments-avatar .commentsection-img{
    height: 80px !important;
    width: 80px !important;
}
.latest-comments .comments-avatar img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.commentsection-author{
	width:100%;
}
.write-review {
    text-decoration: underline !important;
}
.write-review-div{
	 width: 133px !important;
}
.appointments-item .item-one::before {
    content: "";
    background-color: var(--info);
    width: 2px;
    height: 100%;
    position: absolute;
    right: 20px;
}
.payment_box.payment_method_bacs p, .woocommerce-privacy-policy-text {
	line-height: 1.5;
	font-size: 12px;
}
.woocommerce-privacy-policy-text {
	margin-bottom: 1rem;
}
.place-order .validate-required input {
    position: relative;
    top: 0.125rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label.woocommerce-form__label-for-checkbox{
	padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.6;
  font-size: 12px;
	display: block;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label.woocommerce-form__label-for-checkbox input{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.woocommerce-terms-and-conditions-checkbox-text a,.woocommerce-privacy-policy-text a {
	color: var(--dreamsalon_primary_color);
}
#order_comments {
	padding: 6px 15px;
}
.avatar-list-stacked .avatar {
	border:none !important
}
.policy-link.gap-2{
	gap : 32px !important
 }

/* Infinite loop animation */
        .support-section .horizontal-slide {
            overflow: hidden;
            width: 100%;
            position: relative;
        }
        
        .support-section .slide-list.infinite-loop {
            display: flex;
            will-change: transform;
        }
        
        /* Left direction animations */
        @keyframes slide-left-slow {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        @keyframes slide-left-normal {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        @keyframes slide-left-fast {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        
        /* Right direction animations */
        @keyframes slide-right-slow {
            0% { transform: translateX(-50%); }
            100% { transform: translateX(0); }
        }
        @keyframes slide-right-normal {
            0% { transform: translateX(-50%); }
            100% { transform: translateX(0); }
        }
        @keyframes slide-right-fast {
            0% { transform: translateX(-50%); }
            100% { transform: translateX(0); }
        }
        
        /* Animation classes */
        .support-section .slide-list.infinite-loop.slide-left-slow {
            animation: slide-left-slow 40s linear infinite;
        }
        .support-section .slide-list.infinite-loop.slide-left-normal {
            animation: slide-left-normal 30s linear infinite;
        }
        .support-section .slide-list.infinite-loop.slide-left-fast {
            animation: slide-left-fast 20s linear infinite;
        }
        
        .support-section .slide-list.infinite-loop.slide-right-slow {
            animation: slide-right-slow 40s linear infinite;
        }
        .support-section .slide-list.infinite-loop.slide-right-normal {
            animation: slide-right-normal 30s linear infinite;
        }
        .support-section .slide-list.infinite-loop.slide-right-fast {
            animation: slide-right-fast 20s linear infinite;
        }
        
        /* Remove gaps between items */
        .support-section .slide-list.infinite-loop .support-item {
            flex-shrink: 0;
        }
        
        /* Pause on hover */
        .support-section .horizontal-slide:hover .slide-list.infinite-loop {
            animation-play-state: paused;
        }