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

    Template Name: DreamSalon
    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. Banner
18. About
19. Step
20. Common
21. Benefit
22. Service


43. Rangepicker Plugin
44. Datetimepicker
45. Select2

============================*/
/*============================
    1. Typography
============================*/
@import url("https://fonts.googleapis.com/css2?family=SUSE:ital,wght@0,100..900;1,100..900&display=swap");
header {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

:root {
  --primary: #035349;
  --secondary: #E8E828;
  --light: #F5F6F8;
  --dark: #050505;
  --white: #fff;
  --success: #039129;
  --info: #0D6EFD;
  --danger: #DD1528;
  --orange: #E04F16;
  --pink: #D63384;
  --purple: #6639B8;
  --teal: #00A375;
  --cyan: #01A8C9;
  --warning: #F0B608;
  --indigo: #2B2EBD;
  --black: #000;
  --gray-100: #CACACA;
  --gray-200: #B0B0B0;
  --gray-300: #989898;
  --gray-400: #7F7F7F;
  --gray-500: #686868;
  --gray-600: #545454;
  --gray-700: #3C3C3C;
  --gray-800: #282828;
  --gray-900: #1C1A1E;
  --gray-hover: #040404;
  --light-100: #FFFFFF1A;
  --light-200: #FCFDFD;
  --light-300: #FBFCFC;
  --light-400: #f5f8ed;
  --light-500: #FAFAFB;
  --light-600: #F9F9FB;
  --light-700: #F8F8FA;
  --light-800: #F7F8F9;
  --light-900: #F6F7F9;
  --light-950: #f5f8ed;
  --light-hover: #D8D9DB;
  --cyan-transparent: #E9F8FB;
  --danger-transparent: #FFE8E8;
  --dark-transparent: #E4E4E4;
  --gray-transparent: #E4E4E4;
  --info-transparent: #E9F1FF;
  --light-transparent: #FEFEFE;
  --orange-transparent: #FFF0EB;
  --pink-transparent: #FCEBF5;
  --primary-transparent: #EEF7F3;
  --secondary-transparent: #FFFBF0;
  --purple-transparent: #F2EDFE;
  --success-transparent:#ECF5EC;
  --teal-transparent: #E9F5F4;
  --pale-transparent: #3905741A;
  --warning-transparent: #FFFDF5;
  --indigo-transparent: #EDEDFB;
  --primary-hover: #089574;
  --primary-100: #00FFC21A;
  --dark-100: #00000080;
  --white-100: #ffffff08;
  --secondary-hover: #E1B42A;
  --danger-hover: #D93030;
  --warning-hover: #CEAD47;
  --success-hover: #027F23;
  --info-hover: #3D7FD7;
  --cyan-hover: #39A4C3;
  --orange-hover: #C54512;
  --pink-hover: #E4479B;
  --purple-hover: #7F177F;
  --teal-hover: #358E82;
  --form-bg: #fff;
  --heading-color: #1C1A1E;
  --border-color: #E4E4E4;
  --body-color: #545454;
  --input-border: #E4E4E4;
  --primary-gradient: linear-gradient(90deg, #024F45 52.88%, #E8E828 64.18%, #024F45 75.48%);
  --secondary-gradient: linear-gradient(104.61deg, #099876 5.55%, #E8E828 94.45%);
  --secondary-100-gradient: linear-gradient(180deg, #035349 0%, #E8E828 100%);
  --dark-gradient: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(102, 102, 102, 0) 100%);
  --light-gradient: linear-gradient(180deg, #FFFFFF 0%, #EEF7F3 100%);
  --dark-radial-gradient: linear-gradient(120deg, #050505 0%, #035349 50%, #05050547 100%);
  --dark-hover-gradient: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  --fixed-color: #ffffff57;
}

:root[data-bs-theme=dark] {
  --light: #292A2A;
  --dark: #F1F3F2;
  --white: #0F1010;
  --gray-100: #616463;
  --gray-200: #757777;
  --gray-300: #8E9392;
  --gray-400: #9EA2A1;
  --gray-500: #AFAFAF;
  --gray-600: #BEBEBE;
  --gray-700: #C8C9C9;
  --gray-800: #D9DADA;
  --gray-900: #DFE3E2;
  --gray-hover: #040404;
  --light-100: #FFFFFF1A;
  --light-200: #6A6C6C;
  --light-300: #5D6161;
  --light-400: #5A5C5C;
  --light-500: #515353;
  --light-600: #484B4B;
  --light-700: #3E4040;
  --light-800: #353838;
  --light-900: #2C2F2F;
  --light-950: #1d2116;
  --body-color: #BEBEBE;
  --border-color: #272928;
  --heading-color: #DFE3E2;
  --cyan-transparent: #06181C;
  --danger-transparent: #26080B;
  --dark-transparent: #E4E4E4;
  --info-transparent: #081120;
  --light-transparent: #FEFEFE;
  --orange-transparent: #2F1308;
  --pink-transparent: #260717;
  --primary-transparent: #061F19;
  --secondary-transparent: #221C07;
  --purple-transparent: #140A28;
  --success-transparent:#041A0A;
  --teal-transparent: #041D16;
  --warning-transparent: #201906;
  --indigo-transparent: #060721;
  --gray-transparent: #505252;
  --form-bg: #050505;
  --input-border: #272928;
}

.theme-1 {
  --primary: #0BAA84;
  --secondary: #FFCC31;
  --primary-gradient: linear-gradient(90deg, #0BAA84 0%, #FFCC31 100%);
  --primary-hover-gradient: linear-gradient(113deg, #047359 0%, rgba(4, 115, 89, 0) 100%);
  --secondary-gradient: linear-gradient(0deg, rgba(11, 170, 132, 0.1) 0%, rgba(255, 204, 49, 0.1) 100%);
  --linear-gradient: linear-gradient(180deg, #EDEDED 0%, #FFFFFF 100%);
  --radial-gradient: radial-gradient(50% 50% at 50% 50%, #6EC9B5 0%, #158C6F 100%);
}

.theme-2 {
  --primary: #035349;
  --secondary: #E8E828;
  --secondary-rgb: 232, 232, 40;
  --primary-hover: #02483F;
  --secondary-hover: #CCCC22;
  --primary-gradient: linear-gradient(90deg, #024F45 52.88%, #E8E828 64.18%, #024F45 75.48%);
  --secondary-gradient: linear-gradient(104.61deg, #099876 5.55%, #E8E828 94.45%);
  --linear-gradient: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF676 50%, rgba(255, 255, 255, 0) 100%);
  --dark-gradient: linear-gradient(180deg, #000000 0%, #E8E828 100%);
  --primary-100-gradient: linear-gradient(180deg, #035349 0%, #E8E828 100%);
  --secondary-100-gradient: linear-gradient(180deg, #035349 0%, #E8E828 100%);
  --radial-gradient: radial-gradient(50% 50% at 50% 50%, #E8E828 0%, #024E45 100%);
  --primary-200-gradient: linear-gradient(90deg, #047359 0%, #E8E828 100%);
}

.theme-3 {
  --primary: #19189B;
  --primary-100: #19189B1A;
  --primary-hover: #151488;
  --success: #0BAA84;
  --primary-800: #2424A0;
  --secondary: #FFB627;
  --secondary-hover: #E1A021;
  --secondary-100: #FFCC311A;
  --dark-600: #28282899;
  --primary-gradient: linear-gradient(180deg, #09002D 0%, #1D0193 100%);
  --linear-gradient: linear-gradient(90deg, #110158 0%, #FFFFFF 50%, #110158 100%);
  --radial-gradient: radial-gradient(50% 50% at 50% 50%, #3938F8 0%, #19189B 100%);
}

.theme-4 {
  --primary: #390574;
  --primary-hover: #310465;
  --secondary: #C9F31D;
  --secondary-hover: #B1D618;
  --primary-100: #480792;
  --primary-gradient: linear-gradient(90deg, #1C1A1E 0%, #643C92 100%);
  --linear-gradient: linear-gradient(90deg, #FFFFFF 0%, #643C92 100%);
  --primary-200-gradient: linear-gradient(90deg, #047359 0%, #E8E828 100%);
  --dark-gradient: linear-gradient(180deg, #643C92 8.95%, #FFFFFF 99.05%);
}

/*============================
    2. Button
============================*/
button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}

.primary-btn-outline {
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .primary-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.primary-btn-outline:hover, .primary-btn-outline:focus, .primary-btn-outline.focus, .primary-btn-outline:active, .primary-btn-outline.active {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
  box-shadow: none;
}

.secondary-btn-outline {
  color: var(--secondary);
  border: 1px solid var(--secondary);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .secondary-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.secondary-btn-outline:hover, .secondary-btn-outline:focus, .secondary-btn-outline.focus, .secondary-btn-outline:active, .secondary-btn-outline.active {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: var(--white);
  box-shadow: none;
}

.dark-btn-outline {
  color: var(--dark);
  border: 1px solid var(--dark);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .dark-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.dark-btn-outline:hover, .dark-btn-outline:focus, .dark-btn-outline.focus, .dark-btn-outline:active, .dark-btn-outline.active {
  background-color: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white);
  box-shadow: none;
}

.light-btn-outline {
  color: var(--light);
  border: 1px solid var(--light);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .light-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.light-btn-outline:hover, .light-btn-outline:focus, .light-btn-outline.focus, .light-btn-outline:active, .light-btn-outline.active {
  background-color: var(--light);
  border: 1px solid var(--light);
  color: var(--white);
  box-shadow: none;
}

.info-btn-outline {
  color: var(--info);
  border: 1px solid var(--info);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .info-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.info-btn-outline:hover, .info-btn-outline:focus, .info-btn-outline.focus, .info-btn-outline:active, .info-btn-outline.active {
  background-color: var(--info);
  border: 1px solid var(--info);
  color: var(--white);
  box-shadow: none;
}

.danger-btn-outline {
  color: var(--danger);
  border: 1px solid var(--danger);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .danger-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.danger-btn-outline:hover, .danger-btn-outline:focus, .danger-btn-outline.focus, .danger-btn-outline:active, .danger-btn-outline.active {
  background-color: var(--danger);
  border: 1px solid var(--danger);
  color: var(--white);
  box-shadow: none;
}

.success-btn-outline {
  color: var(--success);
  border: 1px solid var(--success);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .success-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.success-btn-outline:hover, .success-btn-outline:focus, .success-btn-outline.focus, .success-btn-outline:active, .success-btn-outline.active {
  background-color: var(--success);
  border: 1px solid var(--success);
  color: var(--white);
  box-shadow: none;
}

.warning-btn-outline {
  color: var(--warning);
  border: 1px solid var(--warning);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .warning-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.warning-btn-outline:hover, .warning-btn-outline:focus, .warning-btn-outline.focus, .warning-btn-outline:active, .warning-btn-outline.active {
  background-color: var(--warning);
  border: 1px solid var(--warning);
  color: var(--white);
  box-shadow: none;
}

.cyan-btn-outline {
  color: var(--cyan);
  border: 1px solid var(--cyan);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .cyan-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.cyan-btn-outline:hover, .cyan-btn-outline:focus, .cyan-btn-outline.focus, .cyan-btn-outline:active, .cyan-btn-outline.active {
  background-color: var(--cyan);
  border: 1px solid var(--cyan);
  color: var(--white);
  box-shadow: none;
}

.pink-btn-outline {
  color: var(--pink);
  border: 1px solid var(--pink);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .pink-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.pink-btn-outline:hover, .pink-btn-outline:focus, .pink-btn-outline.focus, .pink-btn-outline:active, .pink-btn-outline.active {
  background-color: var(--pink);
  border: 1px solid var(--pink);
  color: var(--white);
  box-shadow: none;
}

.orange-btn-outline {
  color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .orange-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.orange-btn-outline:hover, .orange-btn-outline:focus, .orange-btn-outline.focus, .orange-btn-outline:active, .orange-btn-outline.active {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
  box-shadow: none;
}

.purple-btn-outline {
  color: var(--purple);
  border: 1px solid var(--purple);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .purple-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.purple-btn-outline:hover, .purple-btn-outline:focus, .purple-btn-outline.focus, .purple-btn-outline:active, .purple-btn-outline.active {
  background-color: var(--purple);
  border: 1px solid var(--purple);
  color: var(--white);
  box-shadow: none;
}

.teal-btn-outline {
  color: var(--teal);
  border: 1px solid var(--teal);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .teal-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.teal-btn-outline:hover, .teal-btn-outline:focus, .teal-btn-outline.focus, .teal-btn-outline:active, .teal-btn-outline.active {
  background-color: var(--teal);
  border: 1px solid var(--teal);
  color: var(--white);
  box-shadow: none;
}

.indigo-btn-outline {
  color: var(--indigo);
  border: 1px solid var(--indigo);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .indigo-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.indigo-btn-outline:hover, .indigo-btn-outline:focus, .indigo-btn-outline.focus, .indigo-btn-outline:active, .indigo-btn-outline.active {
  background-color: var(--indigo);
  border: 1px solid var(--indigo);
  color: var(--white);
  box-shadow: none;
}

.white-btn-outline {
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .white-btn-outline {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.white-btn-outline:hover, .white-btn-outline:focus, .white-btn-outline.focus, .white-btn-outline:active, .white-btn-outline.active {
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--white);
  box-shadow: none;
}

.primary-btn {
  color: #fff;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .primary-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.primary-btn:hover, .primary-btn:focus, .primary-btn.focus, .primary-btn:active, .primary-btn.active {
  background-color: var(--primary-hover);
  border: 1px solid var(--primary-hover);
  color: var(--white);
}
.primary-btn i {
  font-weight: 400;
}

.secondary-btn {
  color: #fff;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .secondary-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.secondary-btn:hover, .secondary-btn:focus, .secondary-btn.focus, .secondary-btn:active, .secondary-btn.active {
  background-color: var(--secondary-hover);
  border: 1px solid var(--secondary-hover);
  color: var(--white);
}
.secondary-btn i {
  font-weight: 400;
}

.dark-btn {
  color: #fff;
  border: 1px solid var(--dark);
  background-color: var(--dark);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .dark-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.dark-btn:hover, .dark-btn:focus, .dark-btn.focus, .dark-btn:active, .dark-btn.active {
  background-color: var(--dark-hover);
  border: 1px solid var(--dark-hover);
  color: var(--white);
}
.dark-btn i {
  font-weight: 400;
}

.light-btn {
  color: #fff;
  border: 1px solid var(--light);
  background-color: var(--light);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .light-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.light-btn:hover, .light-btn:focus, .light-btn.focus, .light-btn:active, .light-btn.active {
  background-color: var(--light-hover);
  border: 1px solid var(--light-hover);
  color: var(--white);
}
.light-btn i {
  font-weight: 400;
}

.info-btn {
  color: #fff;
  border: 1px solid var(--info);
  background-color: var(--info);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .info-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.info-btn:hover, .info-btn:focus, .info-btn.focus, .info-btn:active, .info-btn.active {
  background-color: var(--info-hover);
  border: 1px solid var(--info-hover);
  color: var(--white);
}
.info-btn i {
  font-weight: 400;
}

.danger-btn {
  color: #fff;
  border: 1px solid var(--danger);
  background-color: var(--danger);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .danger-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.danger-btn:hover, .danger-btn:focus, .danger-btn.focus, .danger-btn:active, .danger-btn.active {
  background-color: var(--danger-hover);
  border: 1px solid var(--danger-hover);
  color: var(--white);
}
.danger-btn i {
  font-weight: 400;
}

.success-btn {
  color: #fff;
  border: 1px solid var(--success);
  background-color: var(--success);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .success-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.success-btn:hover, .success-btn:focus, .success-btn.focus, .success-btn:active, .success-btn.active {
  background-color: var(--success-hover);
  border: 1px solid var(--success-hover);
  color: var(--white);
}
.success-btn i {
  font-weight: 400;
}

.warning-btn {
  color: #fff;
  border: 1px solid var(--warning);
  background-color: var(--warning);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .warning-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.warning-btn:hover, .warning-btn:focus, .warning-btn.focus, .warning-btn:active, .warning-btn.active {
  background-color: var(--warning-hover);
  border: 1px solid var(--warning-hover);
  color: var(--white);
}
.warning-btn i {
  font-weight: 400;
}

.cyan-btn {
  color: #fff;
  border: 1px solid var(--cyan);
  background-color: var(--cyan);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .cyan-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.cyan-btn:hover, .cyan-btn:focus, .cyan-btn.focus, .cyan-btn:active, .cyan-btn.active {
  background-color: var(--cyan-hover);
  border: 1px solid var(--cyan-hover);
  color: var(--white);
}
.cyan-btn i {
  font-weight: 400;
}

.pink-btn {
  color: #fff;
  border: 1px solid var(--pink);
  background-color: var(--pink);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .pink-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.pink-btn:hover, .pink-btn:focus, .pink-btn.focus, .pink-btn:active, .pink-btn.active {
  background-color: var(--pink-hover);
  border: 1px solid var(--pink-hover);
  color: var(--white);
}
.pink-btn i {
  font-weight: 400;
}

.orange-btn {
  color: #fff;
  border: 1px solid var(--orange);
  background-color: var(--orange);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .orange-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.orange-btn:hover, .orange-btn:focus, .orange-btn.focus, .orange-btn:active, .orange-btn.active {
  background-color: var(--orange-hover);
  border: 1px solid var(--orange-hover);
  color: var(--white);
}
.orange-btn i {
  font-weight: 400;
}

.purple-btn {
  color: #fff;
  border: 1px solid var(--purple);
  background-color: var(--purple);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .purple-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.purple-btn:hover, .purple-btn:focus, .purple-btn.focus, .purple-btn:active, .purple-btn.active {
  background-color: var(--purple-hover);
  border: 1px solid var(--purple-hover);
  color: var(--white);
}
.purple-btn i {
  font-weight: 400;
}

.teal-btn {
  color: #fff;
  border: 1px solid var(--teal);
  background-color: var(--teal);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .teal-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.teal-btn:hover, .teal-btn:focus, .teal-btn.focus, .teal-btn:active, .teal-btn.active {
  background-color: var(--teal-hover);
  border: 1px solid var(--teal-hover);
  color: var(--white);
}
.teal-btn i {
  font-weight: 400;
}

.indigo-btn {
  color: #fff;
  border: 1px solid var(--indigo);
  background-color: var(--indigo);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .indigo-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.indigo-btn:hover, .indigo-btn:focus, .indigo-btn.focus, .indigo-btn:active, .indigo-btn.active {
  background-color: var(--indigo-hover);
  border: 1px solid var(--indigo-hover);
  color: var(--white);
}
.indigo-btn i {
  font-weight: 400;
}

.white-btn {
  color: #fff;
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .white-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.white-btn:hover, .white-btn:focus, .white-btn.focus, .white-btn:active, .white-btn.active {
  background-color: var(--white-hover);
  border: 1px solid var(--white-hover);
  color: var(--white);
}
.white-btn i {
  font-weight: 400;
}

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

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

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

.light-btn {
  color: var(--gray-900) !important;
  border: 1px solid var(--border-color);
  background-color: var(--light);
}
.light-btn:hover, .light-btn:focus, .light-btn.focus, .light-btn:active, .light-btn.active {
  background-color: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white) !important;
}

.light-btn-outline {
  color: var(--gray-900) !important;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .light-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.light-btn-outline:hover, .light-btn-outline:focus, .light-btn-outline.focus, .light-btn-outline:active, .light-btn-outline.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white) !important;
  box-shadow: none;
}

.theme-2 .primary-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .secondary-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .dark-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .light-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .info-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .danger-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .success-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .warning-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .cyan-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .pink-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .orange-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .purple-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .teal-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .indigo-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-2 .white-btn {
  border-radius: 12px;
}
.theme-2 .secondary-btn {
  color: var(--gray-900);
}
.theme-2 .secondary-btn:hover {
  color: var(--gray-900);
}

.theme-4 .secondary-btn {
  color: var(--gray-900);
}
.theme-4 .secondary-btn:hover {
  color: var(--gray-900);
}

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

.btn-large {
  padding: 16px 24px;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .btn-large {
    padding: 10px 16px;
    font-size: 15px;
  }
}

.btn-medium {
  padding: 10px 20px;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .btn-medium {
    padding: 8px 12px;
    font-size: 15px;
  }
}
.btn-medium.btn-icon {
  width: 32px;
  height: 32px;
}

.btn-small {
  padding: 7px 12px;
  font-size: 14px;
}

/*============================
    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: var(--white);
  font-weight: 500;
}
.avatar a.badge:hover {
  color: var(--white);
}
.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;
}
@media (max-width: 767.98px) {
  .accordion-button {
    font-size: 17px;
  }
}
.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: "\e141";
  font-family: "lucide" !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: 12px;
  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-transparent);
}
.badge-soft-primary[href] {
  color: var(--primary);
  text-decoration: none;
}
.badge-soft-primary[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--primary-transparent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  vertical-align: middle;
  font-size: 16px;
  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-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-indigo {
  background-color: var(--indigo) !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-pink {
  color: var(--pink) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent-primary {
  background: rgba(57, 5, 116, 0.1);
}

/*============================
   8. Card
============================*/
.card {
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  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;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  min-height: 48px;
  transition: all 0.5s;
}
@media (max-width: 767.98px) {
  .form-control {
    padding: 0.5rem 0.75rem;
    min-height: 36px;
  }
}
.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: 34px;
}

.form-control-lg {
  font-size: 16px;
  padding: 1rem 1.25rem;
  min-height: 56px;
}
@media (max-width: 767.98px) {
  .form-control-lg {
    padding: 0.75rem 1rem;
    min-height: 42px;
  }
}

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

.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: 12px;
}

.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: 12px;
}
.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;
}

.input-group button {
  position: relative;
  z-index: 2;
}

/*============================
   10. Dropdown
============================*/
.dropdown-menu {
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  animation-name: DropDownSlideUp;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  will-change: transform;
  border-radius: 12px;
  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: 12px;
  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: 98px 0;
  background: url(../img/bg/breadcrumb-bg.jpg);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar {
    padding: 40px 0;
  }
}
.breadcrumb-bar .breadcrumb-title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.breadcrumb-bar .img-1 {
  position: absolute;
  inset: 0;
  margin: auto;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.breadcrumb .breadcrumb-items {
  color: #fff;
  font-weight: 500;
}
.breadcrumb .breadcrumb-items a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
}
.breadcrumb .breadcrumb-items a:hover {
  color: var(--primary);
}
.breadcrumb .breadcrumb-items.active {
  color: #fff;
  position: relative;
}
.breadcrumb .icon {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.breadcrumb .icon:hover {
  background: var(--dark);
}
.breadcrumb .icon:hover i {
  color: #fff;
}
.breadcrumb .icon i {
  color: #050505;
  font-size: 14px;
  transition: all 0.7s;
}

.breadcrumb-items {
  position: relative;
}
.breadcrumb-items span i {
  color: var(--primary);
}

.breadcrumb-items + .breadcrumb-items::before {
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  border: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -12px;
}

[data-theme-mode=dark] .embedded-breadcrumbs: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: 0px 4px 14px 0px rgba(226, 237, 255, 0.25) !important;
}

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

.btn-primary {
  color: var(--white);
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .btn-primary {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
  background-color: var(--primary-hover);
  border: 1px solid var(--primary-hover);
  color: var(--white);
}

.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) !important;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px;
  color: var(--gray-900);
}
.table tbody tr td {
  padding: 16px 20px;
  font-size: 16px;
  vertical-align: middle;
  color: var(--gray-600);
}
.table tbody tr td .btn-icon {
  width: 32px;
  height: 32px;
  background: var(--light);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 50%;
  padding: 0;
}
.table tbody tr td .btn-icon:hover {
  background: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white);
}

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

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

table.table.dataTable > :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;
}

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

.chat-users {
  max-height: calc(-20.5rem + 100vh) !important;
  padding-bottom: 10px !important;
  padding: 0px 24px;
}
@media (max-width: 575.98px) {
  .chat-users {
    padding: 0px 14px;
  }
}
.chat-users .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 180px;
}

.user-list {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid var(--border-color);
  transition: all 0.6s;
}
@media (max-width: 575.98px) {
  .user-list {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.user-list.active {
  background: var(--light);
}
.user-list:hover {
  background: var(--light);
  transform: translateY(-5px);
}
.user-list .user-name {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.user-list .end-time {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-600);
  display: block;
}
.user-list .msg-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-600);
  margin-bottom: 0;
}
.user-list .msg-img {
  display: flex;
  align-items: center;
}
.user-list .user-tick {
  font-size: 14px;
  color: var(--success);
}
@media (max-width: 575.98px) {
  .user-list .user-tick {
    display: flex;
  }
}
.user-list .avatar {
  width: 48px;
  height: 48px;
}

.chat-user-nav {
  flex-shrink: 0;
  width: 350px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .chat-user-nav {
    width: 100% !important;
  }
}

.message-count {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.message-body {
  max-height: calc(-23.5rem + 100vh) !important;
}

.message-box {
  border: 1px solid var(--border-color);
}

.receive-message {
  border-radius: 0 5px 5px 5px;
  background: var(--light-200);
}

.sent-message {
  border-radius: 5px 0 5px 5px;
  background: var(--light-800);
}

.chat-list {
  max-width: 65%;
  margin-bottom: 24px;
}
.chat-list:last-child {
  margin-bottom: 0;
}
.chat-list.right-msg .chat-list-item {
  justify-content: end;
  gap: 8px;
}
.chat-list.right-msg .chat-list-item .author-info {
  align-items: end;
}
.chat-list.right-msg .receive-message {
  border-radius: 12px 0px 12px 12px;
}
.chat-list .chat-list-item {
  display: flex;
  align-items: start;
  margin-bottom: 8px;
}
.chat-list .chat-list-item .author-info {
  display: flex;
  align-items: start;
  flex-direction: column;
  margin-bottom: 0;
}
.chat-list .chat-list-item .author-info .user-name {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.chat-list .chat-list-item .author-info .user-time {
  font-size: 13px;
  font-weight: 400;
  color: var(--gray-600);
  display: flex;
  align-items: center;
}
.chat-list .receive-message {
  background: var(--light);
  padding: 12px !important;
  border-radius: 0px 12px 12px 12px;
  border: none;
}
.chat-list .receive-message .chat-imgs {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chat-list .receive-message .chat-imgs img {
  border-radius: 6px;
  max-width: 125px;
}
@media (max-width: 1199.98px) {
  .chat-list .receive-message .chat-imgs img {
    max-width: 60px;
  }
}
@media (max-width: 575.98px) {
  .chat-list .receive-message .chat-imgs img {
    max-width: 40px;
  }
}
.chat-list .receive-message p {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-900);
  margin-bottom: 0;
}
.chat-list .react-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--warning-transparent);
  width: 30px;
  height: 25px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .chat-list {
    max-width: 85%;
  }
}
@media (max-width: 575.98px) {
  .chat-list {
    max-width: 100%;
  }
}

.count-circle,
.message-count {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.chat-user-nav {
  flex-shrink: 0;
  width: 390px;
  border-right: 1px solid var(--border-color);
}

.chat-messages {
  border-radius: 6px;
  border: 1px solid var(--border-color);
}
@media (max-width: 991.98px) {
  .chat-messages {
    display: none;
  }
}
.chat-messages .custom-dot {
  position: relative;
  left: -3px;
}

@media (max-width: 991.98px) {
  .chat-messages.show {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .chat-user-nav.hide {
    display: none;
  }
}

.chat-item .users-left {
  border: none;
}
.chat-item .users-left .chat-wrapper {
  gap: 24px;
}
.chat-item .chat-header {
  display: flex;
  margin-bottom: 16px;
  border: none;
  padding: 24px 24px 0px;
}
@media (max-width: 575.98px) {
  .chat-item .chat-header {
    padding: 14px 14px 0px;
  }
}
.chat-item .chat-header .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.chat-item .search-input {
  margin-bottom: 16px;
  padding: 0px 24px;
  border-radius: 6px;
}
@media (max-width: 575.98px) {
  .chat-item .search-input {
    padding: 0px 14px;
  }
}
.chat-item .search-input .input-group-text i {
  color: var(--gray-900);
}
.chat-item .search-input .form-control {
  padding: 8px 16px 8px 10px;
}
.chat-item .chat-messages .message-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px;
  border: 1px solid var(--border-color);
  background: var(--light);
  margin: 24px 24px 0px;
  border-radius: 6px;
}
@media (max-width: 575.98px) {
  .chat-item .chat-messages .message-header {
    margin: 14px 14px 0px;
    gap: 8px;
  }
}
.chat-item .chat-messages .message-header .avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.chat-item .chat-messages .message-header .user-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0;
}
.chat-item .chat-messages .message-header .online {
  margin-bottom: 0;
}
.chat-item .chat-messages .message-header .btn-icon {
  font-size: 20px;
  font-weight: 500;
  color: var(--gray-900);
  padding: 0;
  border: none !important;
  outline: none;
}
.chat-item .chat-messages .message-header .search-msg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.chat-item .end-date {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
.chat-item .end-date::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: var(--gray-transparent);
  height: 1px;
  inset: 0;
  margin: auto;
}
.chat-item .end-date .badge {
  padding: 6px 16px;
  border-radius: 100px;
  background: var(--light);
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-900);
  outline: 20px solid var(--white);
  position: relative;
}
.chat-item .message-footer {
  display: flex;
  align-items: center;
  margin: 24px;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .chat-item .message-footer {
    margin: 14px;
    flex-wrap: wrap;
  }
}
.chat-item .message-footer .message-action {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chat-item .message-footer .message-action .btn-icon {
  width: 22px;
  height: 22px;
  font-size: 20px;
  font-weight: 400;
  color: var(--gray-900);
  border-radius: 6px;
  transition: all 0.7s;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-item .message-footer .message-action .btn-icon:hover {
  color: var(--primary);
}
.chat-item .message-footer .message-input {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chat-item .message-footer .message-input .form-control {
  border: 1px solid var(--border-color);
  min-height: 44px;
}
.chat-item .message-footer .message-input .btn-icon {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.chat-item .message-footer .message-input .btn-icon:hover {
  background: var(--dark);
  border-radius: 8px;
}
.chat-item .message-footer .dropdown-item {
  display: flex;
  align-items: center;
}

body {
  font-family: "SUSE", sans-serif;
  font-size: 16px;
  background-color: var(--white);
  color: var(--body-color);
  line-height: 1.5;
  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: 38px;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 34px;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 24px;
  }
}

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

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

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

.section-title {
  font-size: 48px;
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 34px;
  }
}

.custom-title {
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .custom-title {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .custom-title {
    font-size: 18px;
  }
}

.sub-title {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .sub-title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .sub-title {
    font-size: 16px;
  }
}

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: transparent;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11111;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
header.header-one {
  position: absolute;
  z-index: 1050 !important;
  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: var(--white);
}
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 > a span {
  display: inline-flex;
}
@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: var(--white);
}
header.header-one .header-items .topbar-link:hover {
  color: var(--primary);
}
header.home-header .navbar-header .navbar-brand {
  display: none;
  padding: 0;
  line-height: 0;
}
@media (max-width: 1199.98px) {
  header.home-header .navbar-header .navbar-brand {
    max-width: 230px;
  }
}
@media (max-width: 991.98px) {
  header.home-header .navbar-header .navbar-brand {
    margin-right: 0;
  }
  header.home-header .navbar-header .navbar-brand img {
    max-width: 200px;
  }
}
header.home-header .navbar-header .navbar-brand.logo-white {
  display: block;
}
header.home-header .main-menu-wrapper .main-nav > li.active > a::before {
  content: "";
  opacity: 1;
}
@media (max-width: 991.98px) {
  header.home-header .main-menu-wrapper .main-nav > li.active > a::before {
    content: unset;
  }
}
header.home-header .main-menu-wrapper .main-nav > li.active > a::after {
  content: "";
  background: #297d6a;
  width: 10px;
  position: absolute;
  z-index: 1;
  height: 1px;
  bottom: -3px;
  right: 11px;
  left: unset !important;
}
@media (max-width: 991.98px) {
  header.home-header .main-menu-wrapper .main-nav > li.active > a::after {
    content: unset;
  }
}
header.home-header .main-menu-wrapper .main-nav > li > a {
  color: #fff !important;
  border-bottom: 1px solid transparent;
}
header.home-header .main-menu-wrapper .main-nav > li > a:hover {
  color: var(--secondary) !important;
}
@media (max-width: 991.98px) {
  header.home-header .main-menu-wrapper .main-nav > li > a {
    color: var(--gray-900) !important;
  }
}
header.home-header .topbar-link {
  color: #fff !important;
  background: var(--light-100) !important;
  transition: all 0.6s;
  border: 1px solid transparent !important;
}
header.home-header .topbar-link:hover {
  background: var(--dark) !important;
  color: var(--white) !important;
}
@media (max-width: 991.98px) {
  header.home-header .topbar-link {
    background: transparent !important;
    border: 1px solid var(--border-color) !important;
    color: var(--gray-900) !important;
  }
}
header.home-header.fixed .main-menu-wrapper .main-nav > li.active > a {
  color: var(--primary) !important;
  border-bottom: none;
}
header.home-header.fixed .main-menu-wrapper .main-nav > li.active > a::before {
  content: unset;
}
header.home-header.fixed .main-menu-wrapper .main-nav > li.active > a::after {
  content: unset;
}
header.home-header.fixed .main-menu-wrapper .main-nav > li > a {
  color: var(--gray-900) !important;
  border-bottom: none;
}
header.home-header.fixed .main-menu-wrapper .main-nav > li > a:hover {
  color: var(--primary) !important;
}
header.home-header.fixed .topbar-link {
  background: var(--light-100) !important;
  border: none !important;
  color: var(--gray-900) !important;
}
header.home-header.fixed .topbar-link:hover {
  background: var(--dark) !important;
  color: var(--white) !important;
  border: 1px solid var(--dark) !important;
}
header.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  background-color: var(--fixed-color);
  backdrop-filter: blur(10px);
  -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: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
}
header.fixed.menu {
  backdrop-filter: none !important;
}
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.fixed #mobile_btn {
  background: transparent !important;
  border: 1px solid var(--border-color);
}
header.fixed #mobile_btn i {
  color: var(--gray-900);
}
header.fixed .navbar-header .navbar-brand.logo-white {
  display: none;
}
header.fixed .navbar-header .navbar-brand.logo {
  display: block;
}
header.fixed .header-items .topbar-link {
  border: 1px solid var(--border-color);
  color: var(--gray-900);
  transition: all 0.4s;
}
header.fixed .header-items .topbar-link:hover {
  background: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white);
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: unset;
}
@media (max-width: 991.98px) {
  header .header-nav {
    height: 60px;
  }
}
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;
  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: 0px;
    border-radius: 0 10px 10px 0;
    display: block;
    height: 100vh;
  }
}
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;
}
@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
}
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: 16px !important;
    transition: all 0.7s;
    color: var(--gray-900);
  }
}
@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 > a.submenu i {
  transform: rotate(180deg);
  transition: all 0.7s;
}
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: 500;
  }
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li a:hover {
  color: var(--primary);
  transform: translateY(-3px);
}
header .header-nav .main-menu-wrapper .main-nav > li .login-link {
  display: none;
}
header .navbar-header .navbar-brand {
  display: block;
  padding: 0;
  line-height: 0;
}
@media (max-width: 1199.98px) {
  header .navbar-header .navbar-brand {
    max-width: 185px;
  }
}
@media (max-width: 991.98px) {
  header .navbar-header .navbar-brand {
    margin-right: 0;
  }
  header .navbar-header .navbar-brand img {
    max-width: 200px;
  }
}
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-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
    font-size: 24px;
    width: 36px;
    height: 36px;
    background: var(--primary);
    border-radius: 6px;
  }
  header .navbar-header #mobile_btn:hover {
    color: #fff;
  }
}
@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;
    align-items: center;
    background: var(--white);
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid var(--border-color);
  }
}
@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;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header .topbar-link {
    font-size: 16px;
    color: var(--gray-900);
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
  }
}
header .main-menu-wrapper .menu-header .menu-close {
  font-size: 16px;
  color: var(--gray-900);
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-menu-wrapper .menu-header .menu-close:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}
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 (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%;
    padding: 0px 16px 20px;
  }
}
@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 {
  color: var(--primary);
}
header .main-menu-wrapper .main-nav > li > a {
  position: relative;
}
header .main-menu-wrapper .main-nav > li > a:hover::before {
  background: var(--primary);
}
header .main-menu-wrapper .main-nav > li > a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  background: #fff;
  width: 100%;
  height: 1px;
  left: -2px;
  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;
  position: relative;
  top: 3px;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li a i {
    top: 0;
  }
}
@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;
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li a .down-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .main-menu-wrapper .main-nav > li a .down-arrow i {
    margin: 0;
    float: unset;
  }
}
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: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
    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 (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li > ul.mega-submenu.home-two-menu {
    left: -220px;
  }
}
@media (min-width: 1200px) {
  header .main-menu-wrapper .main-nav > li > ul.mega-submenu.home-two-menu {
    left: -300px;
  }
}
@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: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
    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: 0;
    min-width: 100%;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    top: 73px;
  }
}
@media (min-width: 1200px) {
  header .main-menu-wrapper .main-nav > li.megamenu .mega-submenu {
    left: 0;
    min-width: 100%;
  }
}
@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 {
  min-width: 685px;
  width: auto;
  left: 500px;
  top: 85px;
}
@media (max-width: 1399.98px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu {
    left: 300px;
  }
}
@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu {
    left: 140px;
  }
}
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: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  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: "";
  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-wrapper .shadow-light {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  z-index: -1;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper .shadow-light {
    display: none;
  }
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper .shadow-light-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper .shadow-light-1 {
    display: none;
  }
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper .menu-img {
  border: none;
  height: 100%;
  overflow: hidden;
  max-width: 305px;
  border-radius: 12px;
  border: 5px solid var(--white);
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper .menu-img {
    display: none;
  }
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper .menu-img:hover img {
  transform: unset !important;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper .menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: none;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu.pages-submenu {
  min-width: 300px;
  left: 750px;
}
@media (max-width: 1399.98px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu.pages-submenu {
    left: 550px !important;
  }
}
@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu.pages-submenu {
    left: 450px !important;
  }
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu.pages-submenu .shadow-light {
  opacity: 0.3;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu.pages-submenu .shadow-light-1 {
  opacity: 0.3;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu.blogs-submenu {
  left: 830px;
}
@media (max-width: 1399.98px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu.blogs-submenu {
    left: 600px !important;
  }
}
@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu.blogs-submenu {
    left: 500px !important;
  }
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-label {
  color: var(--heading-color);
  display: block;
  font-size: 18px;
  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;
    display: none;
  }
}
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;
  font-weight: 500;
  color: var(--gray-900);
  font-size: 16px;
  position: relative;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li a {
    font-size: 14px;
    padding-left: 12px;
  }
}
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.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;
    top: 85px;
  }
  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: 12px;
}
@media (max-width: 1199.98px) {
  header .header-items {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  header .header-items {
    display: none;
  }
}
header .header-items .profile-dropdown .dropdown-toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
}
header .header-items .profile-dropdown .dropdown-toggle::after {
  content: unset;
}
header .header-items .profile-dropdown .dropdown-menu-lg {
  right: 0px;
  margin: 0;
  top: 38px;
}
header .header-items .notification-dropdown {
  width: 355px;
  right: 78px;
  margin: 0;
  top: 60px;
  border-radius: 6px;
}
header .header-items .dropdown-menu-lg {
  width: 320px;
}
header .header-items .topbar-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  background: var(--white);
  color: var(--gray-900);
  font-size: 20px;
  border: 0;
  transition: all 0.5s;
  border: 1px solid var(--border-color);
  position: relative;
}
header .header-items .topbar-link:hover {
  background: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white);
}
header .header-items .topbar-link.online {
  color: var(--gray-600);
}
header .header-items .topbar-link.online:hover {
  color: var(--white);
}
header .header-items .topbar-link.online::after {
  content: "";
  background: var(--success);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 12px;
}
@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: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
}
header .header-items .topbar-profile .dropdown-menu .user-profile {
  background: var(--light);
  border-radius: 20px;
  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: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
}
header.header-two .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  header.header-two .main-menu-wrapper .main-nav > li {
    padding: 25px 0;
  }
}
@media (max-width: 1399.98px) {
  header.header-two .main-menu-wrapper .main-nav > li {
    margin-right: 24px !important;
  }
  header.header-two .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  header.header-two .main-menu-wrapper .main-nav > li {
    margin-right: 11px !important;
  }
  header.header-two .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
header.header-two .main-menu-wrapper .main-nav > li.active > a, header.header-two .main-menu-wrapper .main-nav > li:hover > a {
  color: var(--primary);
}
header.header-two .main-menu-wrapper .main-nav > li.active > a {
  color: var(--primary);
}
header.header-two .main-menu-wrapper .main-nav > li > a {
  color: var(--gray-900);
  font-weight: 600;
}
header.header-two .main-menu-wrapper .main-nav > li > a .down-arrow {
  display: flex;
  align-items: center;
}
header.header-two .main-menu-wrapper .main-nav > li > a:hover::before {
  background: var(--primary);
}
header.header-two .main-menu-wrapper .main-nav > li > a::before {
  content: none;
}
header.header-two .main-menu-wrapper .main-nav > li > a::after {
  content: none;
}
header.header-two .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  header.header-two .main-menu-wrapper .main-nav > li {
    margin-right: 30px;
  }
  header.header-two .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  header.header-two .main-menu-wrapper .main-nav > li {
    margin-right: 20px;
  }
}
header.header-two .main-menu-wrapper .main-nav a i {
  position: unset !important;
}
header.header-two .main-menu-wrapper .main-nav li.has-submenu:hover > .submenu {
  top: 74px;
}
@media (max-width: 991.98px) {
  header.header-two .main-menu-wrapper .main-nav li.has-submenu:hover > .submenu {
    top: unset !important;
  }
}
@media (max-width: 1199.98px) {
  header.header-two .header-items a {
    padding: 10px 14px;
  }
}
header.header-three .main-menu-wrapper .main-nav > li.active > a {
  color: var(--secondary) !important;
  transition: all 0.7s;
}
header.header-three .main-menu-wrapper .main-nav > li.active > a::after {
  opacity: 1;
}
header.header-three .main-menu-wrapper .main-nav > li > a {
  color: var(--white);
  position: relative;
}
@media (max-width: 991.98px) {
  header.header-three .main-menu-wrapper .main-nav > li > a {
    color: var(--gray-900);
  }
}
header.header-three .main-menu-wrapper .main-nav > li > a::after {
  content: "";
  background: var(--secondary);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0 !important;
  opacity: 0;
  right: unset;
}
@media (max-width: 991.98px) {
  header.header-three .main-menu-wrapper .main-nav > li > a::after {
    display: none;
  }
}
header.header-three .main-menu-wrapper .main-nav > li > a:hover {
  color: var(--secondary);
}
header.header-three .main-menu-wrapper .main-nav > li .submenu li a:hover {
  color: var(--secondary);
}
header.header-three .single-demo.active a {
  color: var(--secondary) !important;
}
@media (max-width: 991.98px) {
  header.header-three .menu-logo .logo {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header.header-three .menu-logo .logo-white {
    display: block !important;
  }
}
header.header-three .header-items .topbar-link {
  background: var(--light-100);
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.8s;
}
header.header-three .header-items .topbar-link:hover {
  background: var(--dark);
}
header.header-three.fixed .main-menu-wrapper .main-nav > li > a {
  position: relative;
}
header.header-three.fixed .main-menu-wrapper .main-nav > li > a::after {
  content: unset;
}
header.header-three.fixed .topbar-link {
  background: var(--light-100);
  border: none;
  color: var(--gray-900);
}
header.header-three.fixed .topbar-link:hover {
  background: var(--dark);
  color: var(--white);
  border: 1px solid var(--dark);
}
header.header-three.fixed .main-menu-wrapper .main-nav > li > a {
  position: relative;
}
header.header-three.fixed .main-menu-wrapper .main-nav > li > a::after {
  content: unset;
}
header.header-three.fixed .navbar-header .navbar-brand.logo-white {
  display: block;
}
header.header-three.fixed .navbar-header .navbar-brand.logo {
  display: none;
}
header.header-four .main-menu-wrapper .main-nav > li.active > a {
  color: var(--secondary);
  transition: all 0.7s;
}
header.header-four .main-menu-wrapper .main-nav > li > a {
  color: var(--white);
  position: relative;
}
@media (max-width: 991.98px) {
  header.header-four .main-menu-wrapper .main-nav > li > a {
    color: var(--gray-900);
  }
}
header.header-four .main-menu-wrapper .main-nav > li > a:hover {
  color: var(--secondary);
}
header.header-four .main-menu-wrapper .main-nav > li .submenu li a:hover {
  color: var(--secondary);
}
header.header-four .header-items .topbar-link {
  background: var(--light-100);
  border: 1px solid transparent;
  color: var(--white);
  transition: all 0.8s;
}
header.header-four .header-items .topbar-link:hover {
  background: var(--dark);
}
@media (max-width: 991.98px) {
  header.header-four .menu-logo .logo {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header.header-four .menu-logo .logo-white {
    display: block !important;
  }
}
header.header-four .single-demo.active a {
  color: var(--secondary) !important;
}
header.header-four #mobile_btn {
  background: var(--secondary);
  color: var(--gray-900);
}
header.header-four.fixed .main-menu-wrapper .main-nav > li > a {
  position: relative;
}
header.header-four.fixed .main-menu-wrapper .main-nav > li > a::after {
  content: unset;
}
header.header-four.fixed .navbar-header .navbar-brand.logo-white {
  display: block;
}
header.header-four.fixed .navbar-header .navbar-brand.logo {
  display: none;
}

.header-top {
  padding: 8px 0;
}
@media (max-width: 991.98px) {
  .header-top {
    display: none;
  }
}
.header-top p {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

@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 {
  width: 300px;
  -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 header.header-one .menu-overlay, .menu-opened header.header-one .menu-wrapper, .menu-opened header.header-three .menu-overlay, .menu-opened header.header-three .menu-wrapper, .menu-opened header.header-four .menu-overlay, .menu-opened header.header-four .menu-wrapper, .menu-opened header.header-six .menu-overlay, .menu-opened header.header-six .menu-wrapper, .menu-opened header.header-five .menu-overlay, .menu-opened header.header-five .menu-wrapper, .menu-opened header.header-two .menu-overlay, .menu-opened header.header-two .menu-wrapper {
  width: 300px;
}
.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 {
    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.8);
    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: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
}
@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.home-menu-wrapper {
  padding: 40px 100px 40px;
  position: relative;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper.home-menu-wrapper {
    padding: 0;
  }
}
.megamenu-wrapper.home-menu-wrapper .shadow-light {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper.home-menu-wrapper .shadow-light {
    display: none;
  }
}
.megamenu-wrapper.home-menu-wrapper .single-demo {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background: var(--white);
}
.megamenu-wrapper h6 {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper h6 {
    display: none;
  }
}
.megamenu-wrapper .single-demo {
  padding: 15px;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  border: 1px solid var(--border-color);
  transition: 0.4s;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo.upcoming-demo {
    display: none;
  }
}
.megamenu-wrapper .single-demo a {
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo a {
    padding: 8px 0 8px 12px !important;
  }
}
.megamenu-wrapper .single-demo .demo-img {
  margin-bottom: 20px;
}
.megamenu-wrapper .single-demo .demo-img img {
  border-radius: 12px;
}
@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;
  }
}

.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: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  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.8);
  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: 12px;
  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-bottom {
  padding: 0px 16px 20px;
}
.menu-bottom .folllow-us {
  text-align: center;
  margin: 20px 0px 40px;
  display: none;
}
@media (max-width: 991.98px) {
  .menu-bottom .folllow-us {
    display: block;
  }
}
.menu-bottom .folllow-us .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 12px;
}
.menu-bottom .folllow-us .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.menu-bottom .folllow-us .social-icon .icon {
  width: 40px;
  height: 40px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--gray-900);
  transition: all 0.6s;
}
.menu-bottom .folllow-us .social-icon .icon:hover {
  background: var(--primary-gradient);
  color: var(--white);
}

.menu-login {
  margin-top: 20px;
  width: 100%;
}
.menu-login a {
  margin-bottom: 16px;
}
.menu-login a: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 button {
  color: var(--body-color);
  display: flex;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  border: 0;
  background: transparent;
}
.notification-item .notification-action button 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);
}

.header-topbar {
  background: var(--light);
  padding: 8px 0;
}
@media (max-width: 991.98px) {
  .header-topbar {
    display: none;
  }
}
.header-topbar .topbar-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-topbar .topbar-info .social-icon a {
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 50%;
  color: var(--gray-900);
  margin-right: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-topbar .topbar-info .social-icon a:last-child {
  margin-right: 0;
}
.header-topbar .topbar-info .social-icon a:hover {
  background: var(--primary);
  color: var(--white);
}
.header-topbar .header-contact {
  display: flex;
  align-items: center;
  gap: 22px;
}
.header-topbar .header-contact p {
  color: var(--gray-900);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.header-topbar .header-contact p i {
  color: var(--primary);
  margin-right: 4px;
}
.header-topbar .header-contact .drop-header {
  display: inline-flex;
  align-items: center;
}

/*============================
    15. Content
============================*/
.content {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .content {
    padding: 34px 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-transparent);
  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);
  }
}
.theme-2 [data-loader=circle-side] {
  border: 6px solid rgba(80, 114, 59, 0.1);
  border-top: 5px solid var(--primary);
}

/*============================
    16. Footer
============================*/
footer {
  position: relative;
  background: url(../img/bg/footer-bg-11.jpg);
  background-size: 100% 100%;
}
footer h3,
footer .footer-title {
  font-size: 20px;
}
footer.footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray-900);
}
@media (max-width: 991.98px) {
  footer.footer .footer-top {
    padding: 40px 0 30px;
    align-items: start;
  }
}
@media (max-width: 575.98px) {
  footer.footer .footer-top {
    flex-direction: column;
    gap: 24px;
  }
}
footer.footer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../img/bg/footer-bg-11.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 575.98px) {
  footer.footer::before {
    background-size: cover;
  }
}
footer.footer .footer-support-item {
  padding: 40px 0px;
  border-bottom: 1px solid var(--gray-900);
}
@media (max-width: 575.98px) {
  footer.footer .footer-support-item {
    padding: 30px 0px;
  }
}
footer.footer .footer-support-item .sub-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
footer.footer .footer-support-item .support-list {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: end;
}
@media (max-width: 991.98px) {
  footer.footer .footer-support-item .support-list {
    justify-content: start;
  }
}
@media (max-width: 575.98px) {
  footer.footer .footer-support-item .support-list {
    flex-direction: column;
  }
}
footer.footer .footer-support-item .support-list .footer-support {
  background: var(--light-100);
  border-radius: 20px;
  padding: 24px;
}
@media (max-width: 575.98px) {
  footer.footer .footer-support-item .support-list .footer-support {
    width: 100%;
    padding: 16px;
    border-radius: 14px;
  }
}
footer.footer .footer-support-item .support-list .footer-support h5 {
  color: #fff;
  margin-bottom: 20px;
}
footer.footer .footer-support-item .support-list .footer-support p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
footer.footer .footer-support-item .support-list .footer-support a {
  color: #fff;
  margin-bottom: 0;
  display: block;
}
footer.footer .footer-support-item .support-list .footer-support a:hover {
  color: var(--primary);
}
footer.footer .footer-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  footer.footer .footer-menu {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  footer.footer .footer-menu {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
footer.footer .footer-menu a {
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
footer.footer .footer-menu a::before {
  content: "";
  background: var(--primary-gradient);
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  transition: all 0.6s;
}
footer.footer .footer-menu a:hover::before {
  width: 100%;
}
footer.footer .copyright {
  color: #fff;
  text-align: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  footer.footer .copyright {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  footer.footer .copyright {
    text-align: start;
  }
}
footer.footer .footer-subscribe {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 575.98px) {
  footer.footer .footer-subscribe {
    flex-direction: column;
  }
}
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 .form-control {
  font-weight: 600;
  color: #050505;
  padding: 14px 24px;
  border-radius: 100px !important;
  background: var(--primary-transparent);
  width: 320px;
}
@media (max-width: 991.98px) {
  footer.footer .footer-subscribe .form-control {
    width: 100%;
  }
}
footer.footer .footer-subscribe .form-control::placeholder {
  font-weight: 400;
}
footer.footer .footer-subscribe .btn {
  border-radius: 60px;
  padding: 14px 24px;
  color: #fff;
}
@media (max-width: 575.98px) {
  footer.footer .footer-subscribe .btn {
    width: 100%;
    justify-content: center;
  }
}
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: var(--gray-800) !important;
  background: transparent !important;
}
footer.footer .footer-subscribe .input-group .form-control {
  background: transparent;
  border-color: none;
  color: var(--white);
  font-size: 16px;
}
footer.footer .footer-subscribe .input-group .form-control:focus {
  border-color: var(--gray-800);
  background: transparent !important;
}
footer.footer .footer-subscribe .input-group .input-group-text {
  background: transparent;
  border-color: var(--gray-800);
  border-left: 0;
  padding: 7px 7px 7px 0;
}
footer.footer .footer-subscribe .input-group .input-group-text button {
  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 .animate-text {
  background: var(--primary-gradient);
  color: transparent;
  -webkit-background-clip: text;
  font-size: 215px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  left: -16px;
  line-height: 240px;
  margin-top: 40px;
}
@media (max-width: 1399.98px) {
  footer.footer .animate-text {
    font-size: 175px;
  }
}
@media (max-width: 1199.98px) {
  footer.footer .animate-text {
    font-size: 148px;
  }
}
@media (max-width: 991.98px) {
  footer.footer .animate-text {
    line-height: 100px;
    font-size: 110px;
    left: unset;
  }
}
@media (max-width: 767.98px) {
  footer.footer .animate-text {
    line-height: 70px;
    font-size: 78px;
  }
}
@media (max-width: 575.98px) {
  footer.footer .animate-text {
    line-height: 46px;
    font-size: 45px;
  }
}
footer .element-1 {
  position: absolute;
  left: 0;
  bottom: 294px;
  top: 19%;
}
footer .element-2 {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 100px;
  animation: rotate 5s linear forwards infinite;
}
footer .element-3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
footer .footer-top {
  padding: 40px 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: 40px 0 20px;
}
@media (max-width: 575.98px) {
  footer .footer-bottom {
    padding: 30px 0 20px;
  }
}
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: var(--white);
  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: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--gray-900);
}
@media (max-width: 575.98px) {
  footer .social-icon a {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
footer .social-icon a:hover {
  background: var(--primary-gradient);
  color: var(--white);
  transform: rotate(360deg);
}
footer.footer-two {
  background: url("../img/bg/footer-bg.png") #050505;
}
footer.footer-two .footer-about {
  max-width: 389px;
}
footer.footer-two .footer-about .footer-logo {
  margin-bottom: 20px;
}
footer.footer-two .footer-about p {
  color: #fff;
  margin-bottom: 20px;
}
footer.footer-two .footer-about .social-icon a {
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 100px 20px 100px 100px;
}
footer.footer-two .footer-about .social-icon a:hover {
  background: var(--secondary);
  color: var(--gray-900);
}
footer.footer-two .footer-widget .footer-title {
  color: #fff;
  margin-bottom: 16px;
}
footer.footer-two .footer-menu ul li a {
  color: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.6s;
}
footer.footer-two .footer-menu ul li a:hover {
  color: var(--secondary);
}
footer.footer-two .footer-menu ul li a:hover::before {
  width: 15px;
  margin-right: 10px;
}
footer.footer-two .footer-menu ul li a::before {
  content: "";
  background: var(--secondary);
  width: 0;
  height: 3px;
  transition: all 0.6s;
  border-radius: 20px;
}
footer.footer-two .footer-middle {
  padding: 40px 0;
  border-top: 1px solid var(--gray-900);
}
footer.footer-two .footer-middle .subscribe-content h4 {
  color: #fff;
  margin-bottom: 8px;
}
footer.footer-two .footer-middle .subscribe-content p {
  color: var(--light);
  margin-bottom: 0;
}
footer.footer-two .footer-middle .footer-subscribe {
  display: flex;
  gap: 16px;
}
@media (max-width: 575.98px) {
  footer.footer-two .footer-middle .footer-subscribe {
    flex-direction: column;
  }
}
footer.footer-two .footer-middle .footer-subscribe .form-control {
  background: var(--gray-900);
  border-color: var(--gray-900);
  color: #fff;
}
footer.footer-two .footer-bottom {
  padding: 20px 0;
}
footer.footer-two .footer-bottom .copyright p {
  text-align: center;
  color: var(--light);
  margin-bottom: 0;
}
footer.footer-three {
  padding: 60px 0px;
  background-color: var(--dark);
  position: relative;
}
@media (max-width: 575.98px) {
  footer.footer-three {
    padding: 50px 0px 30px;
  }
}
footer.footer-three .bg-img-1 {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0.2;
}
footer.footer-three .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  footer.footer-three .footer-widget .footer-about {
    margin-bottom: 30px;
  }
}
footer.footer-three .footer-widget .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
}
@media (max-width: 1199.98px) {
  footer.footer-three .footer-widget .title {
    font-size: 38px;
    margin-bottom: 14px;
  }
}
@media (max-width: 575.98px) {
  footer.footer-three .footer-widget .title {
    font-size: 28px;
    margin-bottom: 14px;
  }
}
footer.footer-three .footer-widget .footer-about-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 575.98px) {
  footer.footer-three .footer-widget .footer-about-btn {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  footer.footer-three .footer-widget .footer-about-btn .primary-btn {
    width: 100%;
  }
}
footer.footer-three .footer-widget .footer-about-btn .secondary-btn {
  color: var(--gray-900);
}
@media (max-width: 575.98px) {
  footer.footer-three .footer-widget .footer-about-btn .secondary-btn {
    width: 100%;
  }
}
footer.footer-three .footer-widget .footer-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
footer.footer-three .footer-widget .footer-title::before {
  content: "";
  background: var(--secondary);
  width: 12px;
  height: 3px;
  border-radius: 100px;
  display: block;
}
footer.footer-three .footer-widget ul li {
  margin-bottom: 12px;
}
footer.footer-three .footer-widget ul li:last-child {
  margin-bottom: 0;
}
footer.footer-three .footer-widget ul li a {
  color: #fff;
  transition: all 0.6s;
}
footer.footer-three .footer-widget ul li a:hover {
  color: var(--secondary);
}
footer.footer-three .footer-widget .footer-support {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
footer.footer-three .footer-widget .footer-support .footer-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dark-600);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
footer.footer-three .footer-widget .footer-support p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}
footer.footer-three .footer-widget .footer-support .link {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all 0.7s;
}
footer.footer-three .footer-widget .footer-support .link:hover {
  color: var(--secondary);
}
footer.footer-three .footer-top {
  padding: 0 0 40px;
  border-bottom: 1px solid var(--gray-800);
}
footer.footer-three .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 0px;
}
@media (max-width: 575.98px) {
  footer.footer-three .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
footer.footer-three .footer-bottom .social-icon a {
  width: 32px;
  height: 32px;
  background: #050505;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.7s;
}
footer.footer-three .footer-bottom .social-icon a:hover {
  background: var(--secondary);
  color: #050505;
}
footer.footer-three .copyright p {
  margin-bottom: 0;
  color: #fff;
}
footer.footer-four {
  background: var(--primary);
  position: relative;
  z-index: 1;
}
footer.footer-four .footer-top {
  padding: 80px 0 40px;
  border-bottom: 1px solid var(--primary-100);
}
@media (max-width: 991.98px) {
  footer.footer-four .footer-top {
    padding: 60px 0 40px;
  }
}
@media (max-width: 767.98px) {
  footer.footer-four .footer-top {
    padding: 40px 0;
  }
}
@media (max-width: 991.98px) {
  footer.footer-four .footer-top .footer-widget {
    margin-bottom: 16px;
  }
}
footer.footer-four .top-shape {
  position: absolute;
  top: -40px;
}
@media (max-width: 991.98px) {
  footer.footer-four .top-shape {
    top: -27px;
  }
}
@media (max-width: 1199.98px) {
  footer.footer-four .top-shape {
    top: -25px;
  }
}
@media (max-width: 767.98px) {
  footer.footer-four .top-shape {
    top: -12px;
  }
}
footer.footer-four .footer-middle {
  padding: 40px 0;
  border-bottom: 1px solid var(--primary-100);
}
footer.footer-four .footer-bottom {
  padding: 40px 0 80px;
}
@media (max-width: 991.98px) {
  footer.footer-four .footer-bottom {
    padding: 40px 0 60px;
  }
}
@media (max-width: 767.98px) {
  footer.footer-four .footer-bottom {
    padding: 40px 0;
  }
}
footer.footer-four .footer-about h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  footer.footer-four .footer-about h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  footer.footer-four .footer-about h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  footer.footer-four .footer-about h2 {
    font-size: 26px;
  }
}
footer.footer-four .footer-menu ul {
  display: flex;
  justify-content: end;
  gap: 30px;
}
@media (max-width: 767.98px) {
  footer.footer-four .footer-menu ul {
    justify-content: start;
  }
}
@media (max-width: 767.98px) {
  footer.footer-four .footer-menu ul {
    flex-direction: column;
    gap: 12px;
  }
}
footer.footer-four .footer-menu ul li {
  margin-bottom: 0;
}
footer.footer-four .footer-menu ul li a {
  position: relative;
  color: #fff;
}
footer.footer-four .footer-menu ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  background: var(--secondary);
  width: 0;
  height: 8px;
  transition: all 0.6s;
  border-radius: 50%;
  opacity: 0;
}
footer.footer-four .footer-menu ul li a:hover {
  color: var(--secondary);
  padding-left: 16px;
}
footer.footer-four .footer-menu ul li a:hover::before {
  width: 8px;
  opacity: 1;
}
footer.footer-four .footer-btns {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 991.98px) {
  footer.footer-four .footer-btns {
    justify-content: start;
  }
}
footer.footer-four .footer-btns a {
  display: inline-flex;
  align-items: center;
}
footer.footer-four .footer-btns .white-btn:hover, footer.footer-four .footer-btns .white-btn:focus {
  background: var(--secondary);
  color: var(--gray-900) !important;
}
footer.footer-four .copyright p {
  color: var(--light);
  margin-bottom: 0;
}
footer.footer-four .social-icon {
  gap: 26px;
  justify-content: end;
}
@media (max-width: 575.98px) {
  footer.footer-four .social-icon {
    justify-content: start;
    margin-top: 10px;
  }
}
footer.footer-four .social-icon a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
}
footer.footer-four .social-icon a::after {
  content: "";
  position: absolute;
  box-shadow: 1px 1px 0 rgb(255, 255, 255);
  top: -8px;
  left: -8px;
  padding: 8px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: rotate(-130deg);
  box-sizing: content-box;
}
footer.footer-four .social-icon a:hover {
  background: var(--secondary);
  color: var(--gray-900);
}
footer.footer-four .social-icon a:hover::after {
  box-shadow: 1px 1px 0 var(--secondary);
}
footer.footer-four .footer-bg-01 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-slide .slide-list {
  gap: 40px;
}
.footer-slide .slide-list .services-slide {
  position: relative;
  padding-right: 110px;
}
@media (max-width: 767.98px) {
  .footer-slide .slide-list .services-slide {
    padding-right: 70px;
  }
}
.footer-slide .slide-list .services-slide::before {
  content: "";
  background: url("../img/icon/slide-icon-02.svg");
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  width: 75px;
  height: 78px;
}
@media (max-width: 767.98px) {
  .footer-slide .slide-list .services-slide::before {
    width: 38px;
    height: 40px;
  }
}
.footer-slide .slide-list h5 {
  white-space: nowrap;
  color: var(--white);
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .footer-slide .slide-list h5 {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .footer-slide .slide-list h5 {
    font-size: 42px;
  }
}
.footer-slide .slide-list h5:hover {
  -webkit-text-stroke: 1px transparent;
  background: var(--secondary-100-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subscribe-item-three {
  background: var(--primary);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .subscribe-item-three {
    padding: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-item-three {
    padding: 20px;
  }
}
.subscribe-item-three .custom-title {
  color: #fff;
  margin-bottom: 8px;
}
.subscribe-item-three p {
  color: #fff;
  margin-bottom: 0;
}
.subscribe-item-three .subscribe-text {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.subscribe-item-three .footer-subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 575.98px) {
  .subscribe-item-three .footer-subscribe {
    flex-direction: column;
    align-items: start;
  }
}
.subscribe-item-three .footer-subscribe .form-control-lg {
  border-radius: 100px;
}
.subscribe-item-three .footer-subscribe .secondary-btn {
  color: var(--gray-900) !important;
  padding: 16px 24px;
}
@media (max-width: 575.98px) {
  .subscribe-item-three .footer-subscribe .secondary-btn {
    width: 100%;
  }
}

/*============================
    15. Header
============================*/
.sidebar-wrapper {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
}
.sidebar-wrapper .sidebar-user {
  background: var(--light);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  text-align: center;
  padding: 24px;
  margin-bottom: 24px;
}
.sidebar-wrapper .sidebar-user .user {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 0px auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-user .user .circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(var(--success) 0deg, var(--success) 270deg, var(--gray-transparent) 270deg, var(--gray-transparent) 360deg);
  animation: spin 26.8s linear infinite;
}
.sidebar-wrapper .sidebar-user .user .circle::before {
  content: "";
  background: var(--gray-transparent);
  position: absolute;
  width: 90%;
  height: 90%;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
}
.sidebar-wrapper .sidebar-user .user .circle .cap {
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--success);
  border-radius: 50%;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.sidebar-wrapper .sidebar-user .user .circle .cap.end {
  left: 0px;
  top: 57px;
  transform: rotate(45deg);
}
.sidebar-wrapper .sidebar-user .user img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 3px solid var(--gray-transparent);
  outline: 10px solid var(--white);
  position: relative;
  z-index: 10;
}
.sidebar-wrapper .user-content {
  margin-bottom: 12px;
}
.sidebar-wrapper .user-content .username {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.sidebar-wrapper .user-content .year {
  margin-bottom: 0;
}
.sidebar-wrapper .user-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.sidebar-wrapper .user-notification .noti-btn {
  width: 32px;
  height: 32px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--gray-600);
  transition: all 0.6s;
}
.sidebar-wrapper .user-notification .noti-btn:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}
.sidebar-wrapper .sidebar-menus .menu-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--gray-300);
}
.sidebar-wrapper .sidebar-menus .main-menu {
  margin-bottom: 16px;
}
.sidebar-wrapper .sidebar-menus .main-menu:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .sidebar-menus .main-menu .submenu {
  padding: 8px 10px;
  margin-bottom: 4px;
  border-radius: 100px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-wrapper .sidebar-menus .main-menu .submenu:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .sidebar-menus .main-menu .submenu .menu-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
  display: flex;
  align-items: center;
  transition: all 0.6s;
  width: 100%;
}
.sidebar-wrapper .sidebar-menus .main-menu .submenu .menu-icon {
  font-size: 14px;
  color: var(--gray-600);
  width: 28px;
  height: 28px;
  background: var(--light);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 50%;
  transition: all 0.7s;
}
.sidebar-wrapper .sidebar-menus .main-menu .submenu:hover {
  background: var(--primary);
}
.sidebar-wrapper .sidebar-menus .main-menu .submenu:hover .menu-link {
  color: #fff;
}
.sidebar-wrapper .sidebar-menus .main-menu .submenu:hover .menu-icon {
  background: #fff;
  border: 1px solid #fff;
  color: var(--primary);
}
.sidebar-wrapper .sidebar-menus .main-menu .submenu.active {
  background: var(--primary);
}
.sidebar-wrapper .sidebar-menus .main-menu .submenu.active .menu-link {
  color: #fff;
}
.sidebar-wrapper .sidebar-menus .main-menu .submenu.active .menu-icon {
  background: #fff;
  border: 1px solid #fff;
  color: var(--primary);
}
.sidebar-wrapper .sidebar-menus .main-menu .submenu .msgs {
  width: 16px;
  height: 16px;
  font-size: 8px;
  font-weight: 500;
  color: #fff;
  background: var(--danger);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*============================
    17. Authentications
============================*/
.auth-wrapper-left {
  background: url("../img/auth/auth-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  gap: 60px;
  min-height: 100vh;
  padding: 60px 60px 70px 60px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 58.333333%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .auth-wrapper-left {
    display: none !important;
  }
}
.auth-wrapper-left .auth-shape-1 {
  position: absolute;
  opacity: 0.1;
  top: 0;
  width: 100%;
}
.auth-wrapper-left .auth-shape-1 img {
  width: 100%;
}
.auth-wrapper-left .auth-shape-2 {
  position: absolute;
  opacity: 0.1;
  top: 0;
  width: 100%;
}
.auth-wrapper-left .auth-shape-2 img {
  width: 100%;
}
.auth-wrapper-left .auth-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.auth-wrapper-left .auth-shape-3 img {
  position: absolute;
}
.auth-wrapper-left .auth-shape-3 img:nth-child(1) {
  bottom: 0;
  right: 0;
}
.auth-wrapper-left .auth-shape-3 img:nth-child(2) {
  bottom: 0px;
  right: 24px;
}
.auth-wrapper-left .auth-shape-3 img:nth-child(3) {
  bottom: 0px;
  right: 60px;
}
.auth-wrapper-left .content-box {
  width: 678px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  box-shadow: inset 4px 4px 4px 0px rgba(255, 255, 255, 0.0823529412);
}
.auth-wrapper-left .content-box h1 {
  text-align: center;
  font-size: 40px;
}
.auth-wrapper-left .content-box .auth-avatar {
  display: flex;
  gap: 20px;
}
.auth-wrapper-left .content-box .auth-avatar p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.auth-wrapper-left .content-box .auth-avatar p span {
  font-size: 24px;
  line-height: 31.2px;
  font-weight: 700;
}
.auth-wrapper-left .content-box .auth-avatar .vertical-divider {
  width: 2px;
  background: linear-gradient(#7ED1B8, #FFFFFF, #7ED1B8);
}
.auth-wrapper-left .auth-user-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.auth-wrapper-left .auth-user-card-item {
  width: 198px;
  height: 278px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1019607843);
  text-align: center;
  position: absolute;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
}
.auth-wrapper-left .auth-user-card-item img {
  width: 166px;
  height: 166px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 12px;
}
.auth-wrapper-left .auth-user-card-item p {
  font-size: 13px;
  color: #666;
  margin: 0;
}
.auth-wrapper-left .auth-user-card-item.left {
  transform: translateX(-180px) scale(0.9);
  z-index: 1;
  opacity: 0.85;
  rotate: 3deg;
}
.auth-wrapper-left .auth-user-card-item.right {
  transform: translateX(180px) scale(0.9);
  z-index: 1;
  opacity: 0.85;
  rotate: -3deg;
}
.auth-wrapper-left .auth-user-card-item.active {
  position: relative;
  z-index: 2;
  transform: scale(1);
  background: rgba(255, 255, 255, 0.2);
  top: 20px;
  backdrop-filter: blur(4px);
}
.auth-wrapper-left .auth-user-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #1C1A1E;
  line-height: 23.4px;
  padding-top: 8px;
}
.auth-wrapper-right {
  flex-direction: column;
  min-height: 100vh;
  padding: 40px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .auth-wrapper-right {
    padding: 10px;
  }
}
.auth-wrapper-right .ment-header .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px !important;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--gray-900);
}
.auth-wrapper-right .ment-header .link {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary);
}
.auth-wrapper-right .auth-logo {
  width: 228px;
  height: auto;
  margin-bottom: 20px;
}
.auth-wrapper-right .auth-logo img {
  width: 100%;
  height: 100%;
}
.auth-wrapper-right .auth-form {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.2509803922);
  border-radius: 20px;
  border: 1px solid #E4E4E4;
}
@media (max-width: 767.98px) {
  .auth-wrapper-right .auth-form {
    padding: 20px;
  }
}
.auth-wrapper-right .auth-form .form-header h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 40.8px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .auth-wrapper-right .auth-form .form-header h2 {
    line-height: 28px;
  }
}
.auth-wrapper-right .auth-form .form-header p {
  text-align: center;
  line-height: 24px;
}
.auth-wrapper-right .auth-form .social-auth .social-logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.auth-wrapper-right .auth-form .social-auth .social-logo-list .social-logo {
  width: 64px;
  height: 64px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F6F8;
  border-radius: 50%;
}
.auth-wrapper-right .auth-form .social-auth .auth-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
.auth-wrapper-right .auth-form .social-auth .auth-divider::before, .auth-wrapper-right .auth-form .social-auth .auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.auth-wrapper-right .auth-form .social-auth .auth-divider span {
  white-space: nowrap;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  color: #545454;
}
.auth-wrapper-right .auth-form .auth-form-input .form-control,
.auth-wrapper-right .auth-form .auth-form-input .input-group-text {
  border-color: var(--border-color);
  border-left: 1px solid var(--border-color);
}

/*============================
    17. Banner
============================*/
.banner-section {
  padding: 40px 0px 0px;
  position: relative;
  z-index: 1;
}
.banner-section .banner-content {
  padding: 60px 0px 160px;
}
@media (max-width: 991.98px) {
  .banner-section .banner-content {
    padding: 0px 0px 140px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-content {
    padding: 0px 0px 50px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-content .section-header {
    text-align: center;
  }
}
.banner-section .banner-content .section-header .sub-title {
  background: var(--primary-100);
  padding: 6px 20px;
  border-radius: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .banner-section .banner-content .section-header .sub-title {
    margin: 0px auto 12px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .section-header .sub-title {
    font-size: 14px;
    padding: 6px 10px;
  }
}
.banner-section .banner-content .section-header .section-title {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-content .section-header .section-title {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .section-header .section-title {
    font-size: 32px;
  }
}
.banner-section .banner-content .section-header .section-title span {
  font-size: 40px;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-content .section-header .section-title span {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .section-header .section-title span {
    font-size: 22px;
  }
}
.banner-section .banner-content .section-header .section-title .animate-text {
  background: var(--primary-gradient);
  color: transparent;
  -webkit-background-clip: text;
  font-size: 56px;
  color: transparent;
  position: relative;
}
.banner-section .banner-content .section-header .section-title .animate-text .line-1 {
  position: absolute;
  bottom: -12px;
  right: 14px;
  max-width: 150px;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-content .section-header .section-title .animate-text {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .section-header .section-title .animate-text {
    font-size: 32px;
  }
}
.banner-section .banner-content .section-header .description {
  font-size: 20px;
  color: var(--light);
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .section-header .description {
    font-size: 16px;
  }
}
.banner-section .banner-content .banner-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .banner-section .banner-content .banner-btn {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-btn {
    flex-direction: column;
  }
}
.banner-section .banner-content .banner-btn .dark-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-btn .dark-btn {
    width: 100%;
  }
}
.banner-section .banner-content .banner-btn .white-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-btn .white-btn {
    width: 100%;
  }
}
.banner-section .banner-img {
  width: 100%;
  max-width: 460px;
  margin: auto;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .banner-section .banner-img {
    display: none;
  }
}
.banner-section .banner-img::before {
  content: "";
  background: var(--primary-gradient);
  width: 88%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -120px;
  right: 0;
  margin: auto;
  border-radius: 20px;
  transform: rotate(5deg);
  opacity: 0.7;
}
.banner-section .banner-img::after {
  content: "";
  background: var(--primary-gradient);
  width: 88%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  margin: auto;
  border-radius: 20px;
  transform: rotate(-5deg);
  opacity: 0.9;
}
.banner-section .banner-img .person-img {
  max-width: 416px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.banner-section .banner-img .icon-1 {
  position: absolute;
  top: 60px;
  right: 0;
  max-width: 50px;
  animation: rotate 9s linear forwards infinite;
}
.banner-section .banner-img .call-item {
  width: 72px;
  background: var(--white);
  border-radius: 100px;
  padding: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 220px;
  gap: 8px;
  z-index: 1;
}
.banner-section .banner-img .call-item .link {
  font-size: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.banner-section .banner-img .call-item .link:hover {
  background: var(--danger);
  border: 1px solid var(--danger);
  color: #fff;
}
.banner-section .banner-img .call-item .link.center {
  background: var(--danger);
  color: #fff;
}
.banner-section .banner-img .call-item .link.center:hover {
  background: var(--dark);
  border: 1px solid var(--dark);
  color: #fff;
}
.banner-section .avatar-group {
  background: var(--white);
  border-radius: 20px 20px 0px 0px;
  padding: 16px 16px 16px 24px;
  gap: 12px;
  position: absolute;
  bottom: 0;
  left: 12px;
}
@media (max-width: 991.98px) {
  .banner-section .avatar-group {
    right: 0;
    margin: auto;
    width: fit-content;
  }
}
@media (max-width: 575.98px) {
  .banner-section .avatar-group {
    display: none;
  }
}
.banner-section .avatar-group p {
  color: var(--gray-900);
}
.banner-section .avatar-group p span {
  font-weight: 600;
}
.banner-section-two {
  position: relative;
  background: url("../img/bg/banner-bg-2.png");
  background-size: 100% 100%;
  z-index: 1;
  padding-bottom: 100px;
}
.banner-section-two .banner-content {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .banner-section-two .banner-content {
    padding: 40px 0;
  }
}
.banner-section-two .banner-content h1 {
  font-size: 72px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .banner-section-two .banner-content h1 {
    font-size: 58px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-two .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-two .banner-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-content h1 {
    font-size: 26px;
  }
}
.banner-section-two .banner-content h1 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 14px;
}
.banner-section-two .banner-content h1 span::before {
  content: "";
  background: linear-gradient(180deg, #035349 0%, #E8E828 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewX(-10deg);
}
.banner-section-two .banner-content p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .banner-section-two .banner-content p {
    font-size: 18px;
  }
}
.banner-section-two .banner-content .banner-search {
  background: var(--white);
  border-radius: 12px;
  padding: 4px;
  display: flex;
  align-items: center;
  max-width: 635px;
  margin: 0 auto;
}
.banner-section-two .banner-content .banner-search .input-search {
  position: relative;
  width: 100%;
}
.banner-section-two .banner-content .banner-search .input-search i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: var(--gray-900);
}
.banner-section-two .banner-content .banner-search .form-control {
  border: 0;
  padding-left: 48px;
}
.banner-section-two .banner-content .banner-search button {
  flex-shrink: 0;
}
.banner-section-two .banner-bg-01 {
  position: absolute;
  left: 5%;
  bottom: 40%;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .banner-section-two .banner-bg-01 {
    bottom: 28%;
  }
}
.banner-section-two .banner-bg-02 {
  position: absolute;
  right: 4%;
  top: 10%;
  z-index: -1;
  animation: horizontalFloat 3s ease-in-out infinite;
}
@media (max-width: 767.98px) {
  .banner-section-two .banner-bg-02 {
    display: none;
  }
}
.banner-section-two .banner-bg-03 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  animation: horizontalFloat 3s ease-in-out infinite;
  width: 98%;
}
@media (max-width: 767.98px) {
  .banner-section-two .banner-bg-03 {
    display: none;
  }
}
.banner-section-three {
  padding: 60px 0 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .banner-section-three {
    padding: 50px 0 0;
  }
}
.banner-section-three .container {
  position: relative;
  z-index: 10;
}
.banner-section-three .avatar-group {
  background: var(--light-100);
  border-radius: 100px;
  padding: 16px 16px 16px 24px;
  gap: 12px;
  bottom: 0;
  left: 12px;
  position: unset;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .banner-section-three .avatar-group {
    border-radius: 10px;
    justify-content: center;
    margin-bottom: 26px;
  }
}
.banner-section-three .avatar-group p {
  color: #fff;
}
.banner-section-three .avatar-group p span {
  font-weight: 600;
}
.banner-section-three .banner-img-three {
  position: relative;
  max-width: 570px;
}
@media (max-width: 1399.98px) {
  .banner-section-three .banner-img-three {
    top: 9%;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-three .banner-img-three {
    max-width: 400px;
    top: 12px !important;
  }
}
@media (max-width: 991.98px) {
  .banner-section-three .banner-img-three {
    display: none;
  }
}
.banner-section-three .banner-img-three .img-1 {
  position: relative;
  z-index: 1;
  top: 3px;
}
.banner-section-three .banner-img-three .shadow-1 {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: auto;
  right: -135px;
}
@media (max-width: 1399.98px) {
  .banner-section-three .banner-img-three .shadow-1 {
    right: -80px;
  }
}
.banner-section-three .element-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.banner-section-three .element-2 {
  position: absolute;
  right: 0;
  top: 0;
}
.banner-section-three .light-1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .banner-section-three .light-1 {
    opacity: 0.2;
  }
}
.banner-section-three .star-icon {
  position: absolute;
  top: 18%;
  right: 3%;
  max-width: 70px;
  animation: rotate 12s linear forwards infinite;
}
@media (max-width: 1399.98px) {
  .banner-section-three .star-icon {
    top: 9%;
  }
}
@media (max-width: 575.98px) {
  .banner-section-three .star-icon {
    display: none;
  }
}
.banner-section-three .star-icon-1 {
  position: absolute;
  top: 5%;
  left: 1%;
  max-width: 50px;
  animation: rotate 7s linear backwards infinite;
}
@media (max-width: 575.98px) {
  .banner-section-three .star-icon-1 {
    display: none;
  }
}
.banner-section-three .animation-name {
  font-size: 336px;
  font-weight: 700;
  color: var(--white-100);
  opacity: 0.6;
  position: absolute;
  top: -110px;
  left: -20px;
  right: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .banner-section-three .animation-name {
    font-size: 168px;
    top: -32px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-three .animation-name {
    font-size: 130px;
    top: -32px;
  }
}
.banner-section-three .social-icon-item {
  display: flex;
  align-items: center;
  gap: 24px;
  transform: rotate(90deg);
  position: absolute;
  left: -160px;
  bottom: 0;
  height: 100%;
  top: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner-section-three .social-icon-item {
    display: none;
  }
}
.banner-section-three .social-icon-item .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner-section-three .social-icon-item .icon {
  width: 32px;
  height: 32px;
  background: var(--white);
  border-radius: 50%;
  color: var(--primary);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(270deg);
  transition: all 0.7s;
}
.banner-section-three .social-icon-item .icon:hover {
  background: var(--secondary);
}
.banner-section-three .social-icon-item p {
  color: #fff;
  margin-bottom: 0;
}
.banner-section-three .social-icon-item span {
  background: var(--linear-gradient);
  display: block;
  width: 85px;
  height: 1px;
}
.banner-section-three .banner-left {
  padding: 90px 0px 90px;
  position: relative;
  top: 25px;
}
@media (max-width: 1199.98px) {
  .banner-section-three .banner-left {
    padding: 0px 0px 75px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-three .banner-left {
    text-align: center;
    padding-bottom: 50px;
    position: unset;
  }
}
.banner-section-four {
  padding: 70px 0px 0px;
}
@media (max-width: 991.98px) {
  .banner-section-four {
    padding: 50px 0px 0px;
  }
}
.banner-section-four .container {
  position: relative;
  z-index: 1;
}

.banner-item {
  background: var(--white);
  border-radius: 20px;
  position: relative;
}
.banner-item .banner-img {
  border-radius: 20px 20px 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner-item .banner-img::before {
  content: "";
  background: url("../img/bg/user-bg.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-item .banner-img img {
  width: 140px;
  margin: 0 auto;
}
.banner-item .banner-info {
  padding: 16px;
  text-align: center;
}
.banner-item .banner-info .title {
  color: var(--gray-900);
  font-weight: 500;
  margin-bottom: 4px;
}
.banner-item .banner-info .profession {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.banner-item .banner-info .profession i {
  font-size: 7px;
}
.banner-item-three .title {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .banner-item-three .title {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .banner-item-three .title {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  .banner-item-three .title {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .banner-item-three .title {
    font-size: 26px;
  }
}
.banner-item-three .title span {
  position: relative;
}
.banner-item-three .title span img {
  position: absolute;
  bottom: -16px;
  right: 0;
}
@media (max-width: 575.98px) {
  .banner-item-three .title span img {
    max-width: 130px;
  }
}
.banner-item-three .description {
  color: #fff;
  margin-bottom: 0;
}
.banner-item-three .banner-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .banner-item-three .banner-btn {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-item-three .banner-btn {
    margin-top: 28px;
    flex-direction: column;
  }
}
.banner-item-three .banner-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 575.98px) {
  .banner-item-three .banner-btn a {
    width: 100%;
  }
}
.banner-item-four {
  position: relative;
  top: 10%;
}
@media (max-width: 1399.98px) {
  .banner-item-four {
    top: 5%;
  }
}
@media (max-width: 1199.98px) {
  .banner-item-four {
    top: 0%;
  }
}
@media (max-width: 991.98px) {
  .banner-item-four {
    margin-bottom: 96px;
    position: unset;
  }
}
.banner-item-four .title {
  font-size: 75px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .banner-item-four .title {
    font-size: 52px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .banner-item-four .title {
    font-size: 42px;
  }
}
.banner-item-four .title span {
  background: var(--dark-gradient);
  color: transparent;
  -webkit-background-clip: text;
  position: relative;
}
.banner-item-four .description {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .banner-item-four .description {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .banner-item-four .description {
    font-size: 16px;
  }
}
.banner-item-four .banner-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .banner-item-four .banner-btn {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-item-four .banner-btn {
    flex-direction: column;
  }
}
.banner-item-four .banner-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 575.98px) {
  .banner-item-four .banner-btn a {
    width: 100%;
  }
}

.banner-slider {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .banner-slider {
    display: none;
  }
}
.banner-slider .slick-list {
  margin: 0 -12px;
}
.banner-slider .slick-slide {
  margin: 0 12px;
}

@keyframes horizontalFloat {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
  }
}
/*============================
    20. Common
============================*/
.section-header {
  margin-bottom: 40px;
}
.section-header .section-sub-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  .section-header .section-sub-title {
    font-size: 16px;
  }
}
.section-header .section-sub-title .line {
  width: 50px;
  background: var(--primary);
  height: 1px;
  position: relative;
  overflow: hidden;
}
.section-header .section-sub-title .line::before {
  content: "";
  background: var(--white);
  width: 10px;
  height: 1px;
  position: absolute;
  right: 0px;
  animation: move 2s linear infinite;
}
.section-header .section-title {
  padding: 0;
  font-size: 42px;
  color: var(--gray-900);
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .section-header .section-title {
    font-size: 28px;
  }
}
.section-header .shape-bg {
  background: url(../img/bg/shape-bg.png);
  background-size: 100% 100%;
  padding: 8px 34px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
  width: fit-content;
}
.section-header.title-white .section-title,
.section-header.title-white .sub-title {
  color: #fff;
}
.section-header-two {
  text-align: center;
}
.section-header-two .section-title {
  margin-bottom: 4px;
  font-size: 48px;
}
@media (max-width: 991.98px) {
  .section-header-two .section-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-header-two .section-title {
    font-size: 34px;
  }
}
.section-header-two .section-title .text-gradient {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 50s linear infinite;
}
.section-header-two .sub-title {
  margin-bottom: 0;
}
.section-header-three {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .section-header-three {
    margin-bottom: 32px;
  }
}
.section-header-three .section-sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--secondary);
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  padding: 4px 16px;
  width: fit-content;
  margin: 0px auto 12px;
  border-radius: 100px;
}
@media (max-width: 575.98px) {
  .section-header-three .section-sub-title {
    font-size: 16px;
  }
}
.section-header-three .section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .section-header-three .section-title {
    font-size: 28px;
  }
}
.section-header-three .section-title span {
  color: var(--primary);
}
.section-header-four {
  text-align: center;
}
.section-header-four .section-title {
  margin-bottom: 0;
  font-size: 56px;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 50s linear infinite;
}
@media (max-width: 991.98px) {
  .section-header-four .section-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-header-four .section-title {
    font-size: 34px;
  }
}
.section-header-four .sub-title {
  margin-bottom: 0;
}

@keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(100% - 100vw) 0;
  }
}
.section {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .section {
    padding: 50px 0;
  }
}

.section-top {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .section-top {
    padding-top: 50px;
  }
}

.view-more {
  padding-top: 40px;
}
@media (max-width: 575.98px) {
  .view-more {
    padding-top: 30px;
  }
}
.view-more a {
  display: inline-flex;
  align-items: center;
}

@keyframes move {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-53px);
  }
}
.hero-section {
  background: url(../img/bg/banner-bg.png);
  position: relative;
  animation: moveLeftRight 35s linear infinite;
}
@media (max-width: 575.98px) {
  .hero-section {
    background: var(--primary);
  }
}
.hero-section .shadow-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1399.98px) {
  .hero-section .shadow-1 {
    height: calc(100% + 130px);
  }
}
@media (max-width: 575.98px) {
  .hero-section .shadow-1 {
    height: 90%;
  }
}
.hero-section .icon-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-section-three {
  background: var(--primary-gradient);
}
.hero-section-three .element-1 {
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (max-width: 575.98px) {
  .hero-section-three .element-1 {
    display: none;
  }
}
.hero-section-three .element-2 {
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (max-width: 575.98px) {
  .hero-section-three .element-2 {
    display: none;
  }
}
.hero-section-four {
  position: relative;
  background-color: var(--primary);
}
.hero-section-four .bottom-shape {
  position: absolute;
  bottom: -36px;
}
@media (max-width: 575.98px) {
  .hero-section-four .bottom-shape {
    bottom: -23px;
  }
}
.hero-section-four .element-1 {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
@media (max-width: 575.98px) {
  .hero-section-four .element-1 {
    display: none;
  }
}
.hero-section-four .element-2 {
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (max-width: 575.98px) {
  .hero-section-four .element-2 {
    display: none;
  }
}
.hero-section-four .banner-img-four {
  position: relative;
  text-align: end;
}
@media (max-width: 991.98px) {
  .hero-section-four .banner-img-four {
    display: none;
  }
}
.hero-section-four .banner-img-four .call-item {
  width: 200px;
  height: 72px;
  background: var(--white);
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: absolute;
  bottom: 15%;
  left: 10%;
}
.hero-section-four .banner-img-four .call-item .link {
  width: 56px;
  height: 56px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  color: #fff;
  font-size: 24px;
  transition: all 0.7s;
}
.hero-section-four .banner-img-four .call-item .link:hover {
  background: var(--dark);
}
.hero-section-four .banner-img-four .call-item .center {
  background: var(--danger);
}
.hero-section-four .banner-img-four .call-item .center:hover {
  background: var(--dark);
}
.hero-section-four .banner-img-four .avatar-group {
  background: var(--light-100);
  border-radius: 20px;
  padding: 20px;
  gap: 12px;
  display: inline-flex;
  flex-direction: column;
  width: 188px;
  position: absolute;
  top: 5%;
  left: 20%;
}
@media (max-width: 1199.98px) {
  .hero-section-four .banner-img-four .avatar-group {
    left: -5%;
  }
}
.hero-section-four .banner-img-four .avatar-group p {
  color: #fff;
  text-align: start;
}
.hero-section-four .banner-img-four .avatar-group p span {
  font-weight: 600;
}
.hero-section-four .banner-img-four .img-1 {
  max-width: 420px;
}

@keyframes moveLeftRight {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 97%;
  }
}

.inner-header {
  margin-bottom: 40px;
  text-align: center;
}
.inner-header .sub-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .inner-header .sub-title {
    font-size: 28px;
  }
}

.dashboard-header {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.dashboard-header .sub-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0;
  width: fit-content;
}
@media (max-width: 575.98px) {
  .dashboard-header .sub-title {
    font-size: 28px;
  }
}

.search-input {
  position: relative;
}
.search-input .btn-searchset {
  position: absolute;
  left: 16px;
  top: 10px;
  bottom: 0;
  margin: auto;
  font-size: 14px;
}
.search-input .form-control {
  padding: 10px 16px 10px 36px;
  height: auto;
  min-height: 41px;
  font-size: 14px;
  width: 250px;
  border-radius: 6px;
}
.search-input .form-control::placeholder {
  color: var(--gray-100);
}

.search-main .form-control {
  min-height: 41px;
  width: 250px;
  border-radius: 6px;
}

.pagination {
  margin-top: 24px !important;
  justify-content: center !important;
}
.pagination .paginate_button {
  margin: 0px 8px;
}
.pagination .paginate_button a {
  background: var(--light);
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  border: 1px solid var(--border-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-900);
}
.pagination .paginate_button.active a {
  background: var(--primary);
  border: 1px solid var(--primary) !important;
  color: #fff;
}
.pagination .paginate_button.disabled a {
  opacity: 0.5;
}

.scroll-progress {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--secondary);
  border: 1px solid var(--white);
  z-index: 9;
  color: #050505;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .scroll-progress {
    display: none;
  }
}

.header-theme {
  width: 56px;
  height: 100px;
  background: var(--white);
  border-radius: 40px;
  padding: 8px;
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 111;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  border: 1px solid var(--gray-200);
}
@media (max-width: 991.98px) {
  .header-theme {
    display: none;
  }
}
.header-theme .theme-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  box-shadow: unset;
}
.header-theme .theme-toggle i {
  font-size: 24px;
  transition: 0.3s;
}
.header-theme .theme-toggle.activate {
  background: var(--primary);
  color: #fff;
}
.header-theme .theme-toggle.activate i {
  color: #fff;
}
.header-theme .theme-toggle:not(.activate) {
  background: transparent;
  color: var(--gray-900);
}
.header-theme .theme-toggle:not(.activate) i {
  color: var(--gray-900);
}

/*============================
    19. Step
============================*/
.step-item {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 40px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .step-item {
    padding: 30px;
  }
}
.step-item .step-count {
  font-size: 48px;
  font-weight: 700;
  color: var(--gray-900);
  position: relative;
  margin-bottom: 16px;
  z-index: 1;
}
.step-item .step-count::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--secondary);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .step-item .step-count {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .step-item .step-count {
    font-size: 34px;
  }
}
.step-item .custom-title {
  margin-bottom: 8px;
}
.step-item p {
  margin-bottom: 24px;
}
.step-item .step-img img {
  border-radius: 20px;
}
.step-item .step-icon {
  position: absolute;
  width: 118px;
  height: 118px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -17px;
  right: -30px;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .step-item .step-icon {
    width: 73px;
    height: 73px;
  }
}
@media (max-width: 767.98px) {
  .step-item .step-icon img {
    font-size: 30px;
  }
}
.step-item:hover {
  transform: translateY(-5px);
}
.step-item:hover .step-icon {
  opacity: 1;
  right: -17px;
}
@media (max-width: 767.98px) {
  .step-item:hover .step-icon {
    right: 25px;
    top: 10px;
  }
}

/*============================
    18. About
============================*/
.about-section .section-header .section-title {
  padding-bottom: 12px;
}
.about-section .about-img {
  position: relative;
}
.about-section .about-img .top-img {
  display: flex;
  align-items: end;
  gap: 15px;
  margin-bottom: 25px;
}
.about-section .about-img .top-img .img-1 {
  height: 265px;
}
@media (max-width: 1399.98px) {
  .about-section .about-img .top-img .img-1 {
    height: 240px;
  }
}
@media (max-width: 1199.98px) {
  .about-section .about-img .top-img .img-1 {
    height: 192px;
  }
}
.about-section .about-img .top-img .img-2 {
  height: 240px;
  position: relative;
  top: 15px;
}
@media (max-width: 1399.98px) {
  .about-section .about-img .top-img .img-2 {
    height: 220px;
  }
}
@media (max-width: 1199.98px) {
  .about-section .about-img .top-img .img-2 {
    height: 190px;
  }
}
.about-section .about-img .bottom-img {
  display: flex;
  align-items: start;
  gap: 15px;
}
.about-section .about-img .bottom-img .img-1 {
  height: 190px;
  position: relative;
  top: -10px;
  width: 270px;
}
@media (max-width: 1399.98px) {
  .about-section .about-img .bottom-img .img-1 {
    width: 250px;
  }
}
@media (max-width: 1199.98px) {
  .about-section .about-img .bottom-img .img-1 {
    height: 170px;
    width: 215px;
  }
}
.about-section .about-img .bottom-img .img-2 {
  height: 210px;
  top: 14px;
}
@media (max-width: 1399.98px) {
  .about-section .about-img .bottom-img .img-2 {
    height: 190px;
  }
}
@media (max-width: 1199.98px) {
  .about-section .about-img .bottom-img .img-2 {
    height: 150px;
  }
}
.about-section .about-img .icon-1 {
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--radial-gradient);
  border: 4px solid var(--white);
}
.about-section .about-img .animate-button .button-text > span {
  inset: 7px;
  transform: rotate(calc(17deg * var(--index))) translate(55px);
}
.about-section-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: rgba(var(--secondary-rgb), 0.1);
}
.about-section-two .about-bg-01 {
  position: absolute;
  top: 0;
  right: 3%;
  z-index: -1;
  width: 60%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .about-section-two .about-bg-01 {
    display: none;
  }
}
.about-section-two .animate-button {
  position: absolute;
  left: 50%;
  color: #fff;
}
.about-section-three {
  background: url(../img/bg/about-bg-1.png);
  background-size: 100% 100%;
}
.about-section-three .section-header-three .section-title {
  margin-bottom: 14px;
}
.about-section-three .about-right-three {
  padding-bottom: 80px;
}
.about-section-five .section-header {
  margin-bottom: 32px;
}
.about-section-five .about-info {
  margin-bottom: 24px;
}
.about-section-five .about-info li {
  width: 49%;
  display: inline-block;
  padding-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .about-section-five .about-info li {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .about-section-five .about-info li {
    width: 49%;
  }
}
@media (max-width: 575.98px) {
  .about-section-five .about-info li {
    width: 100%;
  }
}
.about-section-five .about-info p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-section-five .progress-item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.about-section-five .progress-item .progress-line {
  background: var(--light);
  border-radius: 10px;
  width: 100%;
  height: 5px;
  position: relative;
  margin-top: 8px;
}
.about-section-five .progress-item .progress-line span {
  background: var(--success);
  border-radius: 10px;
  position: absolute;
  height: 100%;
}
.about-section-five .partners {
  margin: 80px 0px;
}
@media (max-width: 991.98px) {
  .about-section-five .partners {
    margin: 50px 0px;
  }
}
.about-section-five .partners .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 24px;
}
.about-section-five .partners .partner-img {
  margin: auto;
}
.about-section-five .partners .partner-img img {
  margin: auto;
}
@media (max-width: 575.98px) {
  .about-section-five .partners .partner-img img {
    max-width: 100px;
  }
}

.about-item.left {
  border-right: 1px solid var(--border-color);
}
@media (max-width: 1399.98px) {
  .about-item.left {
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .about-item.left {
    border: none;
  }
}
.about-item .about-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #050505;
  box-shadow: -3px 5px 0px var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.about-item .custom-title {
  margin-bottom: 8px;
}
.about-item .description {
  margin-bottom: 0;
}
.about-item-two {
  display: flex;
  align-items: center;
}
.about-item-two .about-icon {
  width: 64px;
  height: 64px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 12px;
  position: relative;
  outline: 5px solid rgba(var(--secondary-rgb), 0.1);
  outline-offset: -1px;
}
.about-item-two .about-icon::before {
  content: "";
  width: 110%;
  height: 110%;
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  right: -5px;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: var(--secondary) var(--secondary) transparent transparent;
  border-radius: 50%;
}
.about-item-two .custom-title {
  margin-bottom: 4px;
}
.about-item-two p {
  margin-bottom: 0;
}
.about-item-two.about-middle .about-icon::before {
  right: auto;
  left: -5px;
  border-color: transparent transparent var(--secondary) var(--secondary);
}
.about-item-three {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  margin-bottom: 24px;
  background: var(--white);
  transition: all 0.6s;
}
@media (max-width: 575.98px) {
  .about-item-three {
    flex-direction: column;
    align-items: start;
  }
}
.about-item-three:hover {
  transform: translateY(-7px);
  border: 1px solid transparent;
  background-image: linear-gradient(var(--white), var(--white)), linear-gradient(175deg, var(--primary) 10%, var(--white) 30%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.about-item-three .about-icon {
  width: 72px;
  height: 72px;
  background: #050505;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-item-three .custom-title {
  margin-bottom: 4px;
}
.about-item-three p {
  margin-bottom: 0;
}

.about-list {
  position: relative;
  z-index: 1;
}
.about-list::before {
  content: "";
  background: var(--secondary);
  width: 1px;
  height: 54%;
  position: absolute;
  left: 32px;
  top: 23%;
  z-index: -1;
}
.about-list .about-item-two {
  padding-bottom: 40px;
}
.about-list .about-item-two:last-child {
  padding-bottom: 0;
}

.about-image-two {
  position: relative;
  padding: 90px 0 0 20px;
  margin-left: 24px;
}
@media (max-width: 991.98px) {
  .about-image-two {
    display: none;
  }
}
.about-image-two .about-01 {
  margin-left: 20px;
}
.about-image-two .about-02 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 198px;
  z-index: 1;
}
.about-image-two .about-img-01 {
  position: relative;
}
.about-image-two .about-img-01::before {
  content: "";
  width: 174px;
  height: 164px;
  border-radius: 0 0 20px 0;
  box-shadow: 10px 10px 0 0 var(--white);
  position: absolute;
  top: -11px;
  left: 4px;
  z-index: 1;
}
.about-image-two img {
  border-radius: 20px;
}
.about-image-two .animate-button .button-text > span {
  transform: rotate(calc(18deg * var(--index))) translate(55px);
  inset: 10px;
}
.about-image-three {
  position: relative;
}
@media (max-width: 991.98px) {
  .about-image-three {
    display: none;
  }
}
.about-image-three .animate-button {
  background: var(--radial-gradient);
}
.about-image-three .rotate-icon {
  position: absolute;
  right: 50px;
  animation: rotate 15s linear forwards infinite;
}
.about-image-three .avatar-group {
  background: var(--white);
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  bottom: 22%;
  width: 370px;
  right: 2%;
  justify-content: center;
  gap: 10px;
}
.about-image-three .avatar-group p {
  color: var(--gray-900);
  margin-left: 0px;
}
.about-image-three .avatar-group p span {
  font-weight: 600;
}
.about-image-three .shadow-1 {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.about-image-three .animate-button {
  position: absolute;
  top: 0;
  left: 67%;
}
.about-image-five {
  max-width: 590px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-image-five {
    max-width: 440px;
  }
}
@media (max-width: 991.98px) {
  .about-image-five {
    display: none;
  }
}
.about-image-five .experience {
  background: #050505;
  width: 300px;
  padding: 22px;
  border: 3px solid var(--white);
  border-radius: 0px 40px 40px 40px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: absolute;
  bottom: 0;
  left: 85px;
  right: 0;
  margin: auto;
}
.about-image-five .experience .count {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}
.about-image-five .experience p {
  color: #fff;
}
.about-image-five .img-2 {
  position: absolute;
  bottom: 50px;
  right: 0px;
  z-index: 1;
}
.about-image-five .img-3 {
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: -1;
}

.statistics .line {
  position: relative;
}
.statistics .line::before {
  content: "";
  background: var(--primary-hover-gradient);
  width: 2px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .statistics .line::before {
    width: 20%;
    height: 1px;
    bottom: -22px;
    top: unset;
    left: 0;
    right: unset;
  }
}
@media (max-width: 1199.98px) {
  .statistics .line:nth-child(2)::before {
    content: unset;
  }
}
@media (max-width: 575.98px) {
  .statistics .line:nth-child(2)::before {
    content: "";
  }
}
.statistics .line:last-child::before {
  content: unset;
}
.statistics-three {
  background: var(--primary);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 40px;
}
.statistics-five {
  background: #050505;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 40px;
  margin: 80px 0px;
}
@media (max-width: 991.98px) {
  .statistics-five {
    margin: 50px 0px;
  }
}
@media (max-width: 575.98px) {
  .statistics-five {
    padding: 24px;
  }
}
.statistics-five .stat {
  position: relative;
}
.statistics-five .stat::before {
  content: "";
  background: var(--dark-radial-gradient);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  border-radius: 65%;
}
@media (max-width: 575.98px) {
  .statistics-five .stat::before {
    content: unset;
  }
}
@media (max-width: 991.98px) {
  .statistics-five .stat:nth-child(2)::before {
    content: unset;
  }
}
.statistics-five .shadow-1 {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.statistics-five .shadow-2 {
  position: absolute;
  top: 0;
  left: 0;
}
.statistics-five .shadow-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.statistics-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 575.98px) {
  .statistics-item {
    justify-content: start;
  }
}
@media (max-width: 1199.98px) {
  .statistics-item .stat-icon {
    max-width: 50px;
  }
}
.statistics-item .count {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .statistics-item .count {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .statistics-item .count {
    font-size: 36px;
  }
}
.statistics-item p {
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .statistics-item p {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .statistics-item p {
    font-size: 16px;
  }
}
.statistics-item-three {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .statistics-item-three {
    justify-content: start;
  }
}
.statistics-item-three .icon-1 {
  margin-bottom: 24px;
}
.statistics-item-three .count {
  font-size: 56px;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .statistics-item-three .count {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .statistics-item-three .count {
    font-size: 36px;
  }
}
.statistics-item-three .count .counter {
  color: #fff;
}
.statistics-item-three p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}
.statistics-item-five {
  text-align: center;
  position: relative;
  z-index: 1;
}
.statistics-item-five .count {
  font-size: 56px;
  color: #fff;
  margin-bottom: 16px;
}
.statistics-item-five p {
  color: #fff;
  margin-bottom: 0;
}

.slide-section {
  background: var(--primary-gradient);
}
.slide-section .horizontal-slide {
  background: #050505;
  padding: 24px 0px;
  transform: rotate(-1deg);
}
@media (max-width: 575.98px) {
  .slide-section .horizontal-slide {
    padding: 18px 0px;
  }
}
.slide-section .horizontal-slide .services-slide {
  white-space: nowrap;
  gap: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0px 12px;
}
@media (max-width: 575.98px) {
  .slide-section .horizontal-slide .services-slide {
    margin: 0;
  }
}
.slide-section .horizontal-slide .services-slide h6 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .slide-section .horizontal-slide .services-slide h6 {
    font-size: 26px;
  }
}
.slide-section .horizontal-slide .services-slide h6 a {
  color: #fff;
}
.slide-section .horizontal-slide .services-slide .slide-img {
  width: 40px;
}
.slide-section .horizontal-slide .services-slide .slide-img .star-icon {
  width: 40px;
  height: 40px;
  animation: rotate 5s linear forwards infinite;
}
.slide-section-three {
  background: transparent;
}
.slide-section-three .horizontal-slide {
  transform: rotate(0deg);
}

.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));
  }
}
/*============================
    21. Benefit
============================*/
.benefit-section {
  background-position: center;
  background: url(../img/bg/banner-bg-2.png);
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.benefit-section .benefit-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.benefit-item {
  border-radius: 20px;
  box-shadow: 0px 4px 44px 0px rgba(187, 187, 187, 0.25);
  padding: 8px;
  background: var(--white);
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.benefit-item .benefit-inner-item {
  padding: 24px;
  border-radius: 20px;
  background: var(--danger-transparent);
  height: 100%;
}
.benefit-item .benefit-icon {
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 12px;
}
.benefit-item .benefit-icon img {
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.benefit-item .custom-title {
  margin-bottom: 8px;
}
.benefit-item p {
  margin-bottom: 0;
}
.benefit-item:hover {
  transform: translateY(-2px);
}
.benefit-item:hover .benefit-icon img {
  transform: scaleX(-1);
}

.animate-button {
  cursor: pointer;
  border: none;
  background: var(--radial-gradient);
  color: var(--white);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  inset: 0;
  position: relative;
  place-content: center;
  transition: background 300ms, transform 200ms;
  display: grid;
  cursor: unset;
}
.animate-button .button-text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;
  margin: 0;
}
.animate-button .button-text > span {
  transform: rotate(calc(22deg * var(--index))) translate(55px);
  position: absolute;
  font-size: 16px;
  inset: 13px;
  color: #fff;
}
.animate-button .button-circle {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  font-weight: 700;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
}

@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}
/*============================
    22. Service
============================*/
.service-section-three {
  position: relative;
}
.service-section-three .slick-slide > div {
  margin: 0px 12px;
}
.service-section-three .element-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  filter: blur(10px);
  z-index: -1;
}
.service-section-four {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-section-four .service-bg-01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.service-item-two {
  background: var(--light);
  border: 1px solid var(--light);
  border-radius: 20px;
  padding: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 16px;
}
.service-item-two:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .service-item-two {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
}
.service-item-two .service-info {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .service-item-two .service-info {
    flex-direction: column;
    gap: 24px;
  }
}
.service-item-two .service-info .service-img {
  width: 160px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .service-item-two .service-info .service-img {
    width: 100%;
  }
}
.service-item-two .service-info .service-img img {
  border-radius: 20px;
  width: 100%;
}
.service-item-two .service-info .service-content .custom-title {
  margin-bottom: 4px;
}
.service-item-two .service-info .service-content p {
  margin-bottom: 0;
}
.service-item-two .service-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
}
@media (max-width: 991.98px) {
  .service-item-two .service-view {
    width: 100%;
  }
}
.service-item-two .service-view p {
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0;
}
.service-item-two .service-view .service-link {
  width: 64px;
  height: 48px;
  border-radius: 12px;
  background: var(--gray-transparent);
  color: var(--gray-900);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.service-item-two .service-view .service-link:hover {
  background: var(--secondary-gradient);
  color: var(--white);
}
.service-item-two:hover {
  border-color: var(--primary);
}
.service-item-two:hover .service-link {
  background: var(--secondary-gradient);
  color: var(--white);
}
.service-item-three {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 24px;
}
.service-item-three:hover .service-overlay .img-2 {
  transform: scale(1.1) rotate(4deg);
}
.service-item-three .service-overlay {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.service-item-three .service-overlay .service-icon {
  width: 48px;
  height: 48px;
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: 8px solid var(--secondary-100);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.service-item-three .service-overlay .img-2 {
  transition: all 0.7s;
}
.service-item-three .service-content {
  padding: 20px 0px 0px;
  text-align: center;
}
.service-item-three .service-content .custom-title {
  margin-bottom: 4px;
}
.service-item-three .service-content p {
  margin-bottom: 0;
}
.service-item-four {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.service-item-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.service-item-four img {
  border-radius: 20px;
}
.service-item-four .service-content .service-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.service-item-four .service-content .service-info .custom-title {
  color: #fff;
  margin-bottom: 4px;
}
.service-item-four .service-content .service-info p {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
.service-item-four .service-content .view-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  color: #050505;
  font-size: 20px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.service-item-four:hover .view-link {
  opacity: 1;
  left: 50%;
}
.service-item-four:hover .service-info {
  opacity: 0;
}

.service-slider {
  overflow: hidden;
}
.service-slider .slick-list {
  margin: 0 -12px;
}
@media (max-width: 767.98px) {
  .service-slider .slick-list {
    margin: 0;
  }
}
.service-slider .slick-slide {
  margin: 0 12px;
}

.platform-section-three {
  position: relative;
  overflow: hidden;
  background-color: var(--primary);
  background-image: url(../img/bg/platrom-bg.png);
  background-size: 100% 100%;
}
.platform-section-three .animate-button {
  cursor: pointer;
  border: none;
  background: var(--secondary);
  color: var(--gray-900);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: unset;
  right: 15%;
  top: -28%;
  display: grid;
  place-content: center;
  transition: background 300ms, transform 200ms;
  font-weight: 600;
  border: 3px solid var(--white);
}
.platform-section-three .animate-button:hover .button-circle {
  background: var(--white);
  color: var(--primary);
}
@media (max-width: 1399.98px) {
  .platform-section-three .animate-button {
    top: -44%;
  }
}
@media (max-width: 1199.98px) {
  .platform-section-three .animate-button {
    top: -50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: unset;
  }
}
@media (max-width: 767.98px) {
  .platform-section-three .animate-button {
    top: -60%;
  }
}
.platform-section-three .animate-button .button-text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;
  margin: 0;
}
.platform-section-three .animate-button .button-text > span {
  position: absolute;
  transform: rotate(calc(13deg * var(--index)));
  inset: 6px;
  color: #050505;
}
.platform-section-three .animate-button .button-circle {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
  font-size: 24px;
  font-weight: 400;
}
.platform-section-three .platform-content {
  text-align: center;
  position: relative;
  margin: 100px 0px;
}
@media (max-width: 991.98px) {
  .platform-section-three .platform-content {
    margin: 170px 0px 0px;
  }
}
@media (max-width: 575.98px) {
  .platform-section-three .platform-content {
    margin: 0;
  }
}
@media (max-width: 1199.98px) {
  .platform-section-three .platform-content {
    margin: 170px 0px 0px;
  }
}
.platform-section-three .platform-content .title {
  font-size: 80px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .platform-section-three .platform-content .title {
    font-size: 52px;
  }
}
@media (max-width: 575.98px) {
  .platform-section-three .platform-content .title {
    font-size: 28px;
  }
}
.platform-section-three .platform-content p {
  color: #fff;
  margin-bottom: 0;
}
.platform-section-three .platform-content .view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .platform-section-three .platform-content .view-more {
    flex-direction: column;
  }
}
.platform-section-three .platform-content .view-more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-900);
}
@media (max-width: 575.98px) {
  .platform-section-three .platform-content .view-more a {
    width: 100%;
  }
}
.platform-section-three .img-1 {
  position: absolute;
  border-radius: 20px;
  bottom: 45px;
  left: -50px;
  max-width: 310px;
  transform: rotate(8deg);
}
@media (max-width: 1399.98px) {
  .platform-section-three .img-1 {
    left: -130px;
  }
}
@media (max-width: 1399.98px) {
  .platform-section-three .img-1 {
    left: -7%;
  }
}
@media (max-width: 1199.98px) {
  .platform-section-three .img-1 {
    display: none;
  }
}
.platform-section-three .img-2 {
  position: absolute;
  border-radius: 20px;
  top: 19px;
  right: -50px;
  max-width: 325px;
  transform: rotate(-8deg);
}
@media (max-width: 1399.98px) {
  .platform-section-three .img-2 {
    right: -170px;
  }
}
@media (max-width: 1399.98px) {
  .platform-section-three .img-2 {
    right: -12%;
  }
}
@media (max-width: 1199.98px) {
  .platform-section-three .img-2 {
    display: none;
  }
}

.slider-item, .slider-item-two {
  background: var(--primary);
  padding: 40px 0;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  width: calc(100% + 27px);
  left: -11px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .slider-item, .slider-item-two {
    padding: 20px;
  }
}
.slider-item .slide-list, .slider-item-two .slide-list {
  gap: 40px;
}
@media (max-width: 767.98px) {
  .slider-item .slide-list, .slider-item-two .slide-list {
    gap: 20px;
  }
}
.slider-item .slide-list .services-slide, .slider-item-two .slide-list .services-slide {
  position: relative;
  padding-right: 80px;
}
@media (max-width: 767.98px) {
  .slider-item .slide-list .services-slide, .slider-item-two .slide-list .services-slide {
    padding-right: 36px;
  }
}
.slider-item .slide-list .services-slide::before, .slider-item-two .slide-list .services-slide::before {
  content: "";
  background: url("../img/icon/slide-icon-03.svg");
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  width: 40px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .slider-item .slide-list .services-slide::before, .slider-item-two .slide-list .services-slide::before {
    width: 20px;
    height: 20px;
  }
}
.slider-item .slide-list .services-slide h2, .slider-item-two .slide-list .services-slide h2 {
  font-size: 40px;
  color: var(--secondary);
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .slider-item .slide-list .services-slide h2, .slider-item-two .slide-list .services-slide h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .slider-item .slide-list .services-slide h2, .slider-item-two .slide-list .services-slide h2 {
    font-size: 22px;
  }
}
.slider-item-two, .slider-item-two-two {
  background: var(--secondary);
  z-index: 1;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  top: -110px;
}
@media (max-width: 767.98px) {
  .slider-item-two, .slider-item-two-two {
    top: -76px;
  }
}
@media (max-width: 575.98px) {
  .slider-item-two, .slider-item-two-two {
    top: -27px;
  }
}
.slider-item-two .slide-list .services-slide::before, .slider-item-two-two .slide-list .services-slide::before {
  background-image: url("../img/icon/slide-icon-04.svg");
}
.slider-item-two .slide-list .services-slide h2, .slider-item-two-two .slide-list .services-slide h2 {
  color: var(--primary);
}

.slider-section {
  padding-top: 45px;
  margin-bottom: -50px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .slider-section {
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .slider-section {
    padding-top: 21px;
    margin-bottom: -14px;
  }
}
.slider-section.slider-section-four {
  overflow: unset;
}

/*============================
    18. About
============================*/
.whychoose-section {
  background: var(--secondary-gradient);
  position: relative;
}
.whychoose-section:hover .why-img img {
  transform: scale(1.2) rotate(4deg);
}
.whychoose-section .why-img {
  margin-right: 20px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .whychoose-section .why-img {
    display: none;
  }
}
.whychoose-section .why-img img {
  transition: all 0.5s;
}
.whychoose-section .element-1 {
  position: absolute;
  top: 6%;
  right: 7%;
  animation: rotate 5s linear forwards infinite;
}
.whychoose-section .element-2 {
  position: absolute;
  bottom: 1%;
  left: -1%;
  animation: rotate 10s linear forwards infinite;
  z-index: -1;
}
.whychoose-section-three {
  position: relative;
  overflow: hidden;
  background-color: var(--primary);
  background-image: url(../img/bg/platrom-bg.png);
  background-size: 100% 100%;
  padding: 100px 0px 0px;
}
@media (max-width: 991.98px) {
  .whychoose-section-three {
    padding: 50px 0px 0px;
  }
}
@media (max-width: 767.98px) {
  .whychoose-section-three {
    padding: 50px 0px;
  }
}
.whychoose-section-three .section-header-three .section-title {
  color: #fff;
}
.whychoose-section-three .whychoose-img {
  position: relative;
  width: 100%;
  max-width: 445px;
  margin: auto;
}
.whychoose-section-three .whychoose-img .img-1 {
  width: 100%;
}
.whychoose-section-three .choose-left {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .whychoose-section-three .choose-left {
    padding: 0px 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .whychoose-section-three .choose-left {
    padding: 0px;
  }
}
.whychoose-section-three .row {
  align-items: end;
}

.choose-item {
  padding: 24px;
  background: var(--white);
  border-radius: 6px;
  border: 1px solid var(--border-color);
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  position: relative;
  transition: all 0.6s;
}
.choose-item:hover {
  transform: translateY(-6px);
}
.choose-item:hover .choose-icon {
  background: var(--primary-gradient);
}
.choose-item:hover .img-3 {
  opacity: 1;
}
.choose-item .choose-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  transition: all 0.6s;
}
.choose-item .custom-title {
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}
.choose-item .description {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.choose-item .img-3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s;
}
.choose-item-three {
  padding: 24px;
  background: var(--primary-800);
  border-radius: 20px;
  position: relative;
  transition: all 0.6s;
  margin-bottom: 24px;
}
.choose-item-three:hover {
  transform: translateY(-10px);
}
.choose-item-three:hover .choose-icon {
  background: #fff;
}
.choose-item-three .choose-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  transition: all 0.6s;
}
.choose-item-three .custom-title {
  margin-bottom: 8px;
  position: relative;
  color: #fff;
}
.choose-item-three .description {
  margin-bottom: 0;
  position: relative;
  color: #fff;
  z-index: 1;
}

.how-section {
  background: var(--secondary-gradient);
}
@media (max-width: 575.98px) {
  .how-section {
    padding: 50px 0px 20px;
  }
}
.how-section-three {
  position: relative;
  background: var(--light);
}
.how-section-three .how-details-three {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 20px;
}
.how-section-three .element-1 {
  position: absolute;
  top: 7%;
  left: 0;
  filter: blur(10px);
}
@media (max-width: 575.98px) {
  .how-section-three .element-1 {
    display: none;
  }
}

.how-item {
  position: relative;
  transition: all 0.6s;
  min-height: 272px;
}
@media (max-width: 575.98px) {
  .how-item {
    min-height: 234px;
  }
}
.how-item:hover {
  transform: translateY(-10px);
}
.how-item:hover .how-icon {
  background: var(--primary-gradient);
}
.how-item:hover .img-3 {
  opacity: 1 !important;
}
.how-item .how-icon {
  width: 96px;
  height: 96px;
  border-radius: 20px;
  background: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50px;
  outline: 10px solid var(--light-950);
  transition: all 0.6s;
}
@media (max-width: 575.98px) {
  .how-item .how-icon {
    width: 70px;
    height: 70px;
    left: 26px;
  }
}
.how-item .how-icon::before {
  content: "";
  width: 38px;
  height: 39px;
  height: 39px;
  border-radius: 39%;
  box-shadow: 7px 7px 0 0 var(--light-950);
  position: absolute;
  bottom: -2px;
  left: -47px;
  margin: auto;
  z-index: 1;
  transform: rotateX(180deg);
}
.how-item .how-icon::after {
  content: "";
  width: 44px;
  height: 39px;
  border-radius: 35%;
  box-shadow: 10px 13px 0 0 var(--light-950);
  position: absolute;
  bottom: 0px;
  left: 106px;
  margin: auto;
  z-index: 1;
  transform: rotate(180deg);
}
@media (max-width: 575.98px) {
  .how-item .how-icon img {
    max-width: 35px;
  }
}
.how-item .how-content {
  position: relative;
  padding: 80px 40px 40px 40px;
  border-radius: 6px;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  background: var(--white);
  position: relative;
  top: 60px;
}
@media (max-width: 575.98px) {
  .how-item .how-content {
    padding: 40px 20px 20px 20px;
  }
}
.how-item .how-content .custom-title {
  margin-bottom: 8px;
}
.how-item .how-content .count {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 48px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--primary);
}
@media (max-width: 575.98px) {
  .how-item .how-content .count {
    font-size: 32px;
  }
}
.how-item .how-content p {
  margin-bottom: 0;
}
.how-item .how-content .img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.how-item .how-content .img-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.6s;
}
.how-item-three {
  position: relative;
  padding: 40px;
  border-right: 1px solid var(--border-color);
  text-align: center;
}
@media (max-width: 575.98px) {
  .how-item-three {
    padding: 20px;
  }
}
.how-item-three:hover .how-icon {
  background: var(--secondary);
}
.how-item-three:hover .how-icon img {
  filter: invert(1);
}
.how-item-three .how-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 24px;
  background: var(--primary);
  transition: all 0.7s;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .how-item-three .how-icon {
    width: 70px;
    height: 70px;
  }
}
.how-item-three .how-icon img {
  transition: all 0.7s;
}
@media (max-width: 575.98px) {
  .how-item-three .how-icon img {
    width: 30px;
  }
}
.how-item-three .count {
  font-size: 80px;
  font-weight: 700;
  color: var(--gray-transparent);
  position: absolute;
  top: 0px;
  right: 20px;
}
@media (max-width: 575.98px) {
  .how-item-three .count {
    font-size: 42px;
  }
}
.how-item-three .how-content .custom-title {
  margin-bottom: 8px;
}
.how-item-three .how-content p {
  margin-bottom: 0;
}

.categories-section {
  background: #050505;
  position: relative;
  overflow: hidden;
}
.categories-section .section-header .section-sub-title .line::before {
  content: "";
  background: #050505;
}
.categories-section .section-header .section-title {
  color: #fff;
}
.categories-section .element-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.categories-section .element-2 {
  position: absolute;
  right: 0;
  top: 0;
}

.categories-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.5s;
  z-index: 1;
}
.categories-item::before {
  content: "";
  background: var(--dark-gradient);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.5;
}
.categories-item:hover {
  transform: translateY(-10px);
}
.categories-item:hover .img-1 {
  transform: scale(1.1) rotate(4deg);
}
.categories-item:hover .link {
  opacity: 1;
}
.categories-item:hover::before {
  background: var(--dark-100);
}
.categories-item .categories-content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 10;
}
.categories-item .categories-content .custom-title {
  color: #fff;
  margin-bottom: 4px;
}
.categories-item .categories-content .custom-title a {
  color: #fff;
  transition: all 0.7s;
}
.categories-item .categories-content .custom-title a:hover {
  color: var(--secondary);
}
.categories-item .categories-content .member {
  color: #fff;
  margin-bottom: 0;
}
.categories-item .link {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white);
  top: 16px;
  right: 16px;
  z-index: 10;
  transition: all 0.6s;
  opacity: 0;
}
.categories-item .link:hover {
  transform: scale(0.9);
  background: var(--primary);
}
.categories-item .img-1 {
  transition: all 0.6s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*============================
    11. Teams
============================*/
.team-section-two {
  position: relative;
  background: url("../img/bg/team-bg.png") #050505;
}
.team-section-two .section-header-two .section-title .text-gradient {
  background: var(--primary-200-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-section-three {
  background-color: #050505;
  background-size: 100% 100%;
  position: relative;
}
.team-section-three .section-header-three .section-title {
  color: #fff;
}
.team-section-three .container {
  position: relative;
  z-index: 1;
}
.team-section-three .bg-img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.team-section-four {
  position: relative;
  z-index: 1;
}
.team-section-four .team-bg-01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .team-section-four .team-bg-01 {
    display: none;
  }
}
.team-section-four .team-bg-02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .team-section-four .team-bg-02 {
    display: none;
  }
}
.team-section-four .team-bg-03 {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .team-section-four .team-bg-03 {
    display: none;
  }
}
.team-section-four .banner-search-four {
  position: relative;
  background: var(--white);
  padding: 20px;
  border-radius: 20px;
  margin: -150px 0px 46px;
}
@media (max-width: 991.98px) {
  .team-section-four .banner-search-four {
    margin: -104px 0px 46px;
  }
}
.team-section-four .banner-search-four .form-control {
  background: var(--white);
  border: 1px solid var(--border-color);
  height: 64px;
  border-radius: 100px;
  padding: 16px 108px 16px 38px;
}
.team-section-four .banner-search-four i {
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.team-section-four .banner-search-four .secondary-btn {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 16px 24px;
  height: 54px;
}
.team-section-five .section-header .shape-bg {
  margin: 0px auto 12px;
}
.team-section-five .section-header .section-title {
  margin-bottom: 12px;
}

.team-item {
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  transition: all 0.5s;
}
.team-item:hover {
  position: relative;
  transform: translateY(5px);
}
.team-item:hover .team-overlay .experience {
  background: var(--primary-gradient);
}
.team-item .team-overlay {
  background: var(--linear-gradient);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  padding: 20px 20px 0;
}
.team-item .team-overlay .experience {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 36px;
  top: -5px;
  width: 100%;
  padding: 6px;
  transform: rotate(-270deg);
  transform-origin: left top;
  transition: all 0.6s;
}
@media (max-width: 1399.98px) {
  .team-item .team-overlay .experience {
    width: calc(100% + 30px);
  }
}
.team-item .team-overlay .img-1 {
  width: 182px;
}
.team-item .team-content {
  padding-top: 24px;
}
.team-item .team-content .custom-title {
  margin-bottom: 12px;
}
.team-item .team-content .team-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.team-item .team-content .team-info .badge {
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-600);
  margin: 0;
  transition: all 0.7s;
}
.team-item .team-content .team-info .badge:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}
.team-item .team-content .team-info .review {
  display: flex;
  align-items: center;
  gap: 4px;
}
.team-item .team-content .team-info .review i {
  color: var(--warning);
}
.team-item-two .team-img {
  position: relative;
  overflow: hidden;
  padding: 4px;
  margin-bottom: 24px;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.team-item-two .team-img::before {
  content: "";
  position: absolute;
  top: 30%;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 20px;
  background: var(--dark-gradient);
  animation: rotate 5s linear forwards infinite;
  transform-origin: top center;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.team-item-two .team-img .team-inner {
  background: var(--white);
  border-radius: 20px;
  padding: 30px 30px 0;
  position: relative;
  z-index: 1;
}
.team-item-two .team-img .fav-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gray-transparent);
  color: var(--white);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
}
.team-item-two .team-img .fav-icon.selected {
  color: var(--danger);
}
.team-item-two .team-img .badge {
  background: var(--white);
  border-radius: 100px;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-600);
}
.team-item-two .team-img .badge i {
  font-size: 7px;
  line-height: initial;
  color: var(--pink);
}
.team-item-two .team-content {
  text-align: center;
}
.team-item-two .team-content .custom-title {
  margin-bottom: 8px;
}
.team-item-two .team-content .custom-title a {
  color: #fff;
}
.team-item-two .team-content .custom-title a:hover {
  color: var(--secondary);
}
.team-item-two .team-content .team-info {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.team-item-two .team-content .team-info p {
  color: #fff;
  margin-bottom: 0;
  position: relative;
}
.team-item-two .team-content .team-info p:not(:first-child) {
  padding-left: 12px;
}
.team-item-two .team-content .team-info p + p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background: var(--linear-gradient);
  transform: rotate(90deg);
}
.team-item-two .team-content .team-info .place {
  display: flex;
  align-items: center;
}
.team-item-two .team-content .team-info .place img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 6px;
}
.team-item-two .team-content .team-info .review i {
  color: var(--warning);
  line-height: 1.5;
}
.team-item-two:hover .team-img::before {
  opacity: 1;
}
.team-item-three {
  position: relative;
  background: var(--white);
  border-radius: 20px;
  transition: all 0.7s;
  overflow: hidden;
}
.team-item-three:hover {
  transform: translateY(-5px);
}
.team-item-three:hover .team-overlay {
  background-color: var(--light);
}
.team-item-three:hover .team-content {
  background: var(--success);
}
.team-item-three:hover .team-content .expert,
.team-item-three:hover .team-content p {
  color: var(--white) !important;
}
.team-item-three:hover .team-content .custom-title a {
  color: var(--white);
}
.team-item-three:hover .team-content .custom-title a:hover {
  color: var(--secondary);
}
.team-item-three .team-overlay {
  padding: 16px 16px 0;
  background: var(--primary-100);
  position: relative;
}
.team-item-three .team-overlay .favourite {
  width: 40px;
  height: 40px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-transparent);
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  border: none;
  outline: none;
}
.team-item-three .team-overlay .favourite.selected {
  color: var(--danger);
}
.team-item-three .team-content {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.7s;
}
.team-item-three .team-content .custom-title {
  margin-bottom: 4px;
  transition: all 0.7s;
}
.team-item-three .team-content .expert {
  margin-bottom: 0;
  transition: all 0.7s;
}
.team-item-three .team-content .review-star p {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.7s;
}
.team-item-four {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 460px;
  width: 25%;
  transition: all 0.4s ease;
  background: rgba(57, 5, 116, 0.1);
}
@media (max-width: 1199.98px) {
  .team-item-four {
    width: calc(50% - 12px);
    padding-left: 80px;
    background: var(--primary);
  }
}
@media (max-width: 767.98px) {
  .team-item-four {
    height: 350px;
  }
}
@media (max-width: 575.98px) {
  .team-item-four {
    width: 100%;
    height: 380px;
  }
}
.team-item-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.team-item-four:hover, .team-item-four.active {
  width: 43%;
  padding-left: 80px;
  background: var(--primary);
}
@media (max-width: 1199.98px) {
  .team-item-four:hover, .team-item-four.active {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575.98px) {
  .team-item-four:hover, .team-item-four.active {
    width: 100%;
  }
}
.team-item-four:hover .team-img, .team-item-four.active .team-img {
  width: auto;
  left: 0;
}
.team-item-four:hover .team-img img, .team-item-four.active .team-img img {
  width: auto;
}
.team-item-four:hover .team-info p, .team-item-four.active .team-info p {
  display: block;
}
.team-item-four:hover .team-info .title, .team-item-four.active .team-info .title {
  color: #fff;
}
.team-item-four .team-info {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: sideways-lr;
}
.team-item-four .team-info p {
  color: #fff;
  text-align: end;
  margin: 0;
  display: none;
}
@media (max-width: 1199.98px) {
  .team-item-four .team-info p {
    display: block;
  }
}
.team-item-four .team-info .title {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.1);
  margin: 0;
  display: flex;
  white-space: nowrap;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s ease;
}
@media (max-width: 1199.98px) {
  .team-item-four .team-info .title {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .team-item-four .team-info .title {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  .team-item-four .team-info .title {
    font-size: 28px;
  }
}
.team-item-four .team-img {
  position: relative;
  height: 100%;
  text-align: right;
  left: 30%;
  transition: all 0.5s ease-in-out;
  padding-top: 16px;
  display: flex;
  align-items: end;
  justify-content: end;
  width: 230px;
}
@media (max-width: 1199.98px) {
  .team-item-four .team-img {
    left: 0;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .team-item-four .team-img {
    justify-content: center;
  }
}
.team-item-four .team-img img {
  height: 100%;
}
.team-item-four.team-02 {
  background: rgba(201, 243, 29, 0.1);
}
@media (max-width: 1199.98px) {
  .team-item-four.team-02 {
    background: var(--secondary);
  }
}
.team-item-four.team-02:hover, .team-item-four.team-02.active {
  background: var(--secondary);
}
.team-item-four.team-02 .team-img {
  left: 27%;
  width: 266px;
}
@media (max-width: 575.98px) {
  .team-item-four.team-02 .team-img {
    left: 0%;
    width: 100%;
  }
}
.team-item-four.team-03 {
  background: rgba(214, 51, 132, 0.1);
}
@media (max-width: 1199.98px) {
  .team-item-four.team-03 {
    background: var(--pink);
  }
}
.team-item-four.team-03:hover, .team-item-four.team-03.active {
  background: var(--pink);
}
.team-item-four.team-04 {
  background: rgba(1, 168, 201, 0.1);
}
@media (max-width: 1199.98px) {
  .team-item-four.team-04 {
    background: var(--cyan);
  }
}
.team-item-four.team-04:hover, .team-item-four.team-04.active {
  background: var(--cyan);
}
.team-item-four.team-05 {
  background: rgba(224, 79, 22, 0.1);
}
@media (max-width: 1199.98px) {
  .team-item-four.team-05 {
    background: var(--orange);
  }
}
.team-item-four.team-05:hover, .team-item-four.team-05.active {
  background: var(--orange);
}
.team-item-five {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
}
.team-item-five:hover {
  transform: translateY(-6px);
  box-shadow: 0px 4px 44px 0px rgba(187, 187, 187, 0.25);
}
.team-item-five::before {
  content: "";
  background: var(--light);
  width: 366px;
  height: 280px;
  border-radius: 90%;
  position: absolute;
  top: -30%;
  left: -10%;
  right: 0;
  margin: auto;
}
.team-item-five .team-overlay {
  position: relative;
}
.team-item-five .team-overlay .team-img {
  width: 200px;
  height: 200px;
  outline: 10px solid var(--white);
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto 24px;
}
.team-item-five .team-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-item-five .team-content .team-info .custom-title {
  margin-bottom: 4px;
}
.team-item-five .team-content .team-info p {
  margin-bottom: 0;
}
.team-item-five .team-content .team-share:hover .share-icon {
  background: var(--primary);
  color: var(--white);
}
.team-item-five .team-content .team-share:hover .social-icon {
  transform: translateX(0);
}
.team-item-five .team-content .team-share .share-icon {
  width: 32px;
  height: 32px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-item-five .team-content .team-share .social-icon {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  right: 23px;
  bottom: 36px;
  transform: translateX(100px);
  transition: all 0.7s;
}
.team-item-five .team-content .team-share .social-icon a {
  width: 34px;
  height: 34px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s;
}
.team-item-five .team-content .team-share .social-icon a:hover {
  background: var(--primary);
  color: var(--white);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.teams-wrap {
  display: flex;
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .teams-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/*============================
    18. Faq
============================*/
.faq-accordion-page .accordion-item {
  border: 0 !important;
  border-bottom: 1px solid var(--gray-transparent) !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.faq-accordion-page .accordion-item .accordion-header {
  display: flex;
  align-items: center;
}
.faq-accordion-page .accordion-item .accordion-header span {
  padding: 20px 20px 10px 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-900);
}
.faq-accordion-page .accordion-item .accordion-header .accordion-button {
  padding: 20px 20px 10px 20px !important;
}
.faq-accordion-page .accordion-item .accordion-body {
  padding: 0 20px 20px 82px !important;
}

.faq-section {
  position: relative;
}
.faq-section::before {
  content: "";
  background: url(../img/bg/faq-bg.png);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.3;
}
.faq-section .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .faq-section .section-header {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .faq-section .section-header .section-title.title-left::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.faq-section-five {
  background: var(--light);
  position: relative;
  overflow: hidden;
}
.faq-section-five::before {
  content: unset;
}
.faq-section-five .section-title {
  margin-bottom: 12px;
}
.faq-section-five .img-1 {
  position: absolute;
  left: 2%;
  top: 10%;
}
@media (max-width: 575.98px) {
  .faq-section-five .img-1 {
    display: none;
  }
}
.faq-section-five .img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .faq-section-five .img-2 {
    display: none;
  }
}
.faq-section-five .shadow-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.faq-section-five .shadow-2 {
  position: absolute;
  left: 0;
  top: 0;
}

.faq-accordion {
  position: relative;
  z-index: 9;
  border: 0;
}
.faq-accordion .accordion-button:not(.collapsed) {
  padding-bottom: 8px;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "\e120";
  background: var(--primary) !important;
}
.faq-accordion .accordion-item {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.faq-accordion .accordion-item .accordion-button {
  border-radius: 12px !important;
  padding: 24px;
}
@media (max-width: 575.98px) {
  .faq-accordion .accordion-item .accordion-button {
    padding: 16px;
  }
}
.faq-accordion .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background: #050505;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}
.faq-accordion .accordion-item .accordion-body {
  padding: 0 24px 24px;
}
@media (max-width: 575.98px) {
  .faq-accordion .accordion-item .accordion-body {
    padding: 16px !important;
  }
}
.faq-accordion-two .accordion-item {
  border-radius: 12px;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  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: 20px;
}
.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;
}
.faq-accordion-five .accordion-item .accordion-button::after {
  background: transparent;
  color: var(--gray-900);
}
.faq-accordion-five .accordion-item .accordion-button:not(.collapsed)::after {
  background: transparent !important;
  color: var(--gray-900);
}
.faq-accordion-five .accordion-item .accordion-body {
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

/*============================
    19. Contact
============================*/
.contact-wrapper-left {
  width: 100%;
  height: 100%;
}
.contact-wrapper-left .contact-info {
  position: relative;
  height: 100%;
}
.contact-wrapper-left .contact-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 767.98px) {
  .contact-wrapper-left .contact-info img {
    display: none;
  }
}
.contact-wrapper-left .contact-info .contact-details {
  width: 356px;
  height: 341px;
  background-color: var(--primary);
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 40px;
}
@media (min-width: 1400px) {
  .contact-wrapper-left .contact-info .contact-details {
    width: 372px !important;
    height: 358px;
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .contact-wrapper-left .contact-info .contact-details {
    width: 273px;
    height: 347px;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-wrapper-left .contact-info .contact-details {
    width: 322px;
    height: 358px;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-wrapper-left .contact-info .contact-details {
    width: 100%;
    height: auto;
    padding: 20px;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .contact-wrapper-left .contact-info .contact-details {
    width: 356px;
    height: 341px;
    padding: 40px;
  }
}
.contact-wrapper-left .contact-info .contact-details h4 {
  color: #fff;
  margin-bottom: 15px;
}
.contact-wrapper-left .contact-info .contact-details .contact-shape {
  position: absolute;
  right: -10px;
  bottom: -3px;
  width: 100px;
  rotate: 3deg;
}
.contact-wrapper-right {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.contact-wrapper-right .contact-form {
  border-radius: 12px;
  padding: 18px;
  height: 100%;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .contact-wrapper-right .contact-form {
    padding: 0px;
  }
}
@media (max-width: 575.98px) {
  .contact-wrapper-right .contact-form {
    padding: 0px;
  }
}
.contact-wrapper-right .contact-form .card-header {
  border-radius: 12px !important;
  border: 0 !important;
}
.contact-wrapper-right .contact-form .card-header::before {
  display: none;
}
.contact-wrapper-right .contact-form a {
  color: var(--primary);
  text-decoration: underline;
}

.contact-details-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .contact-details-item {
    margin-bottom: 5px;
  }
}
.contact-details-item .contact-icon {
  width: 52px;
  height: 52px;
  padding: 16px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.contact-details-item .contact-icon i {
  color: var(--primary);
}
.contact-details-item .contact-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.contact-details-item p {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
}

.contact-section .contact-map {
  width: 100%;
  height: 400px;
  margin-top: 100px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .contact-section .contact-map {
    margin-top: 25px;
  }
}
.contact-section .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1);
}

.contact-card-item {
  height: 100%;
  position: relative;
}
.contact-card-item .contact-details-item {
  position: relative;
  padding: 50px;
  border-radius: 18px;
  background-color: #fff;
  background-image: url("../img/contact/shape-2.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.contact-card-item .contact-details-item .contact-icon {
  background: var(--light);
  border: none;
}
.contact-card-item .lable-shape {
  position: absolute;
  top: 0px;
  right: 0;
  width: 212px;
  height: 50px;
  background-image: url("../img/contact/shape-3.png");
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-card-item .lable-shape p {
  font-size: 20px;
  font-weight: 600;
  margin-left: 28px;
  color: var(--white);
}

.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

/*============================
    20. Location
============================*/
.location-section .location-element {
  position: absolute;
  top: 4%;
  right: 0;
  filter: blur(10px);
}

.location-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.location-item:hover .img-1 {
  transform: scale(1.1);
}
.location-item .img-1 {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
@media (max-width: 575.98px) {
  .location-item .img-1 {
    height: 260px;
    object-fit: cover;
  }
}
.location-item .location-text {
  width: 245px;
  background: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
}
.location-item .location-text::before {
  content: "";
  position: absolute;
  border: 1px solid var(--border-color);
  width: 90%;
  height: 80%;
  inset: 0;
  margin: auto;
  border-radius: 16px;
}
.location-item .location-text .custom-title {
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}
.location-item .location-text p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.location-item-three {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  transition: all 0.6s;
}
.location-item-three:hover {
  transform: translateY(-5px);
}
.location-item-three:hover .link {
  transform: translateY(0);
}
.location-item-three:hover img {
  transform: scale(1.1) rotate(4deg);
}
.location-item-three::before {
  content: "";
  background: var(--dark-hover-gradient);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.location-item-three img {
  transition: all 0.6s;
  width: 100%;
}
.location-item-three .location-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.location-item-three .location-content .custom-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
}
.location-item-three .location-content .custom-title a {
  color: #fff;
}
.location-item-three .location-content .custom-title a:hover {
  color: var(--secondary);
}
.location-item-three .location-content .sub-text {
  color: #fff;
}
.location-item-three .link {
  background: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--gray-900);
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  transition: all 0.6s;
  transform: translateY(80px);
}
.location-item-three .link:hover {
  background: var(--primary);
  color: var(--white);
}
.location-item-four {
  position: relative;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.location-item-four img {
  border-radius: 12px;
}
.location-item-four .location-content {
  background: var(--white);
  border-radius: 12px;
  padding: 20px;
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  top: auto;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.location-item-four .location-content .custom-title {
  margin-bottom: 4px;
}
.location-item-four .location-content p {
  margin-bottom: 0;
}
.location-item-four .location-content .view-link {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  color: #050505;
  font-size: 20px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.location-item-four:hover .location-content {
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-in-out;
  top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.location-item-four:hover .location-content .custom-title,
.location-item-four:hover .location-content p {
  color: #fff;
}
.location-item-four:hover .location-content .view-link {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/*============================
    21. Location
============================*/
.testimonial-section {
  background: var(--secondary-gradient);
  position: relative;
}
.testimonial-section .slick-slide > div {
  margin: 0px 12px;
}
.testimonial-section .slick-list {
  margin: 0px -12px;
}
.testimonial-section .img-1 {
  position: absolute;
  top: 10%;
  right: 10%;
  animation: rotate 5s linear forwards infinite;
}
@media (max-width: 767.98px) {
  .testimonial-section .img-1 {
    display: none;
  }
}
.testimonial-section .img-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.testimonial-section-four {
  background: url("../img/bg/testimonial-bg.jpg") no-repeat;
  background-size: cover;
}
.testimonial-section-four .section-header-four .section-title {
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonial-section-three {
  position: relative;
}
.testimonial-section-three .element-1 {
  position: absolute;
  filter: blur(10px);
  top: 40px;
  right: 34px;
  z-index: -1;
}
.testimonial-section-three .element-2 {
  position: absolute;
  filter: blur(50px);
  inset: 0;
  margin: auto;
  top: 160px;
  z-index: -1;
}
.testimonial-section-five {
  background: var(--white);
}
.testimonial-section-five .section-title {
  margin-bottom: 12px;
}

.testimonial-item {
  position: relative;
  padding: 24px;
  border-radius: 6px;
  background: var(--white);
  margin: 38px 0px 0px;
  transition: all 0.6s;
}
.testimonial-item:hover {
  transform: translateY(-3px);
}
.testimonial-item:hover .testimonial-icon {
  background: var(--primary-gradient);
}
.testimonial-item .review-star {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonial-item .review-star i {
  color: var(--warning) !important;
  font-size: 14px;
}
.testimonial-item .description {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .testimonial-item .description {
    font-size: 16px;
  }
}
.testimonial-item .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-item .testimonial-author .author-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-item .testimonial-author .author-img img {
  width: 100%;
  height: 100%;
}
.testimonial-item .testimonial-author .author-info .author-name {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.testimonial-item .testimonial-author .author-info .professional {
  margin-bottom: 0;
}
.testimonial-item .testimonial-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050505;
  position: absolute;
  top: -25px;
  right: 30px;
  outline: 10px solid var(--light-950);
  transition: all 0.6s;
}
.testimonial-item .testimonial-icon::after {
  content: "";
  width: 17px;
  height: 16px;
  border-radius: 78%;
  box-shadow: 3px 6px 0 0 var(--light-950);
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 58px;
  z-index: 1;
  transform: rotateX(180deg);
}
.testimonial-item .testimonial-icon::before {
  content: "";
  width: 17px;
  height: 16px;
  border-radius: 78%;
  box-shadow: 3px 6px 0 0 var(--light-950);
  position: absolute;
  top: 25px;
  bottom: 0;
  right: -23px;
  z-index: 1;
  transform: rotate(169deg);
}
.testimonial-item-two {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  padding: 24px;
}
.testimonial-item-two .review-star {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonial-item-two .review-star i {
  color: var(--warning);
  font-size: 14px;
}
.testimonial-item-two .title {
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .testimonial-item-two .title {
    font-size: 18px;
  }
}
.testimonial-item-two .description {
  margin-bottom: 16px;
}
.testimonial-item-two .testimonial-author {
  display: flex;
  align-items: center;
}
.testimonial-item-two .testimonial-author .author-img {
  margin-right: 12px;
}
.testimonial-item-two .testimonial-author .author-img img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.testimonial-item-two .testimonial-author .author-name {
  color: var(--gray-900);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .testimonial-item-two .testimonial-author .author-name {
    font-size: 16px;
  }
}
.testimonial-item-two .testimonial-author .professional {
  margin-bottom: 0;
}
.testimonial-item-three {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  padding: 24px;
  position: relative;
}
.testimonial-item-three .testimonial-video {
  position: relative;
}
.testimonial-item-three .testimonial-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.28);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.testimonial-item-three .testimonial-video video {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.testimonial-item-three .testimonial-author {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
  z-index: 1;
}
.testimonial-item-three .testimonial-author .author-img {
  margin-right: 12px;
}
.testimonial-item-three .testimonial-author .author-img img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.testimonial-item-three .testimonial-author .author-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .testimonial-item-three .testimonial-author .author-name {
    font-size: 16px;
  }
}
.testimonial-item-three .testimonial-author .professional {
  color: var(--light);
  margin-bottom: 0;
}
.testimonial-item-five {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .testimonial-item-five {
    margin-top: 0px;
  }
}
.testimonial-item-five .testimonial-content {
  background: var(--light);
  background: var(--primary-transparent);
  padding: 40px 60px;
  border-radius: 100px;
}
@media (max-width: 575.98px) {
  .testimonial-item-five .testimonial-content {
    padding: 20px;
    border-radius: 12px 12px 0 0;
  }
}
.testimonial-item-five .testimonial-content .description {
  margin-bottom: 0;
  width: 70%;
  color: var(--gray-900);
}
@media (max-width: 575.98px) {
  .testimonial-item-five .testimonial-content .description {
    width: 100%;
  }
}
.testimonial-item-five .testimonial-content .img-1 {
  position: absolute;
  top: -26px;
  left: 9%;
  animation: unset;
}
@media (max-width: 575.98px) {
  .testimonial-item-five .testimonial-content .img-1 {
    display: none;
  }
}
.testimonial-item-five .testimonial-author {
  background: var(--primary);
  padding: 24px 34px;
  border-radius: 100px;
  width: 50%;
  margin-left: auto;
  position: relative;
  left: -110px;
  margin-top: -25px;
}
@media (max-width: 1199.98px) {
  .testimonial-item-five .testimonial-author {
    width: 58%;
  }
}
@media (max-width: 575.98px) {
  .testimonial-item-five .testimonial-author {
    width: 100%;
    left: 0;
    border-radius: 0px 0px 12px 12px;
    padding: 20px;
    margin: 0;
  }
}
.testimonial-item-five .testimonial-author .author-name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
  transition: all 0.6s;
}
.testimonial-item-five .testimonial-author .author-name:hover {
  color: var(--warning);
}
.testimonial-item-five .testimonial-author p {
  color: #fff;
  margin-bottom: 8px;
}
.testimonial-item-five .img-2 {
  left: unset;
  right: 0;
  z-index: unset;
}
@media (max-width: 575.98px) {
  .testimonial-item-five .img-2 {
    display: none;
  }
}
.testimonial-item-five .review-star i {
  color: var(--warning) !important;
  font-size: 14px;
}
.testimonial-item-six {
  text-align: center;
}
.testimonial-item-six .review-star {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.testimonial-item-six .review-star i {
  color: var(--warning);
  font-size: 14px;
}
.testimonial-item-six .author-info {
  margin-bottom: 24px;
}
.testimonial-item-six .custom-title {
  color: #fff;
  margin-bottom: 4px;
}
.testimonial-item-six .sub-title {
  color: #fff;
  margin-bottom: 0;
}
.testimonial-item-six .description {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .testimonial-item-six .description {
    font-size: 16px;
  }
}
.testimonial-item-seven {
  position: relative;
  padding: 24px;
  border-radius: 20px;
  background: var(--white);
  transition: all 0.6s;
  border: 1px solid var(--border-color);
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  width: 630px;
}
@media (max-width: 991.98px) {
  .testimonial-item-seven {
    width: 440px;
  }
}
.testimonial-item-seven:hover {
  background: var(--primary);
}
.testimonial-item-seven:hover .testimonial-author .author-info .author-name, .testimonial-item-seven:hover .testimonial-author .author-info .professional {
  color: #fff;
}
.testimonial-item-seven:hover .description {
  color: #fff;
}
.testimonial-item-seven .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.testimonial-item-seven .testimonial-author .author-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-item-seven .testimonial-author .author-img img {
  width: 100%;
}
.testimonial-item-seven .testimonial-author .author-info .author-name {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
  transition: all 0.6s;
}
.testimonial-item-seven .testimonial-author .author-info .professional {
  margin-bottom: 0;
}
.testimonial-item-seven .review-star {
  margin: 20px 0px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonial-item-seven .review-star i {
  font-size: 14px;
  color: var(--warning);
}

.testimonial-wrap {
  background: var(--primary);
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 767.98px) {
  .testimonial-wrap {
    padding: 24px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-wrap {
    padding: 16px;
  }
}

.testimonial-slider-four .slider-nav {
  margin-top: 40px;
}
.testimonial-slider-four .slider-nav .slick-slide {
  margin: 0 !important;
  width: auto !important;
}
.testimonial-slider-four .slider-nav .slick-slide.slick-active {
  width: auto !important;
}
.testimonial-slider-four .slider-nav .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none !important;
  gap: 16px;
  width: 100% !important;
}
.testimonial-slider-four .slider-nav .slick-slide {
  display: none;
}
.testimonial-slider-four .slider-nav .slick-slide.slick-active {
  display: flex;
}
.testimonial-slider-four .slider-nav .slick-slide.slick-active > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-slider-four .slider-nav .slick-slide.slick-current .author-img {
  width: 64px !important;
  height: 64px;
}
.testimonial-slider-four .slider-nav .slick-slide.slick-current .author-img img {
  border: 5px solid var(--secondary);
  width: 64px !important;
  height: 64px;
}
.testimonial-slider-four .author-img {
  width: 64px !important;
  height: 64px;
}
.testimonial-slider-four .author-img img {
  width: 64px !important;
  height: 64px;
  border-radius: 50%;
  border: 5px solid transparent;
}

/*============================
    21. Location
============================*/
.blog-section-three {
  position: relative;
}
.blog-section-three .element-1 {
  position: absolute;
  top: 2%;
  left: 2%;
  filter: blur(10px);
  z-index: -1;
}
.blog-section-four {
  position: relative;
  z-index: 1;
}
.blog-section-four .blog-bg-01 {
  position: absolute;
  left: 0;
  bottom: 18%;
}
@media (max-width: 767.98px) {
  .blog-section-four .blog-bg-01 {
    display: none;
  }
}
.blog-section-four .section-header-four {
  position: sticky;
  top: 100px;
}
@media (max-width: 767.98px) {
  .blog-section-four .section-header-four .view-more {
    padding-top: 20px;
  }
}

.blog-item {
  position: relative;
  transition: all 0.5s;
}
.blog-item:hover {
  transform: translateY(-6px);
}
.blog-item:hover .img-1 {
  transform: scale(1.1) rotate(3deg);
}
.blog-item .blog-overlay {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.blog-item .blog-overlay .img-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.blog-item .blog-overlay .blog-date {
  padding: 12px 20px;
  background: #050505;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  text-align: center;
}
.blog-item .blog-overlay .blog-date .count {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  display: block;
}
.blog-item .blog-overlay .blog-date p {
  color: #fff;
  margin-bottom: 0;
}
.blog-item .blog-overlay .blog-author {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  border-radius: 20px 20px 0px 0px;
  width: 202px;
  background: var(--white);
}
.blog-item .blog-overlay .blog-author .author {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  border: 1px solid var(--border-color);
  padding: 10px;
  border-radius: 12px;
}
.blog-item .blog-overlay .blog-author .author img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  object-fit: cover;
}
.blog-item .blog-content {
  padding: 20px;
  text-align: center;
}
.blog-item .blog-content .custom-title {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-item-two {
  background: var(--light);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  display: flex;
  align-items: center;
  gap: 24px;
}
.blog-item-two .blog-img {
  width: 210px;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .blog-item-two .blog-img {
    width: 100%;
  }
}
.blog-item-two .blog-img img {
  border-radius: 12px;
}
.blog-item-two .blog-content .custom-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
.blog-item-two .blog-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .blog-item-two .blog-content p {
    margin-bottom: 16px;
  }
}
.blog-item-two .blog-content .date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.blog-item-two .blog-content .date i {
  color: var(--gray-900);
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .blog-item-two {
    flex-direction: column;
    align-items: start;
  }
}
.blog-item-three {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.blog-item-three:hover .blog-img {
  transform: rotate(4deg) scale(1.1);
}
.blog-item-three .blog-content {
  background: var(--white);
  padding: 24px;
  border-radius: 24px;
  position: absolute;
  margin: 24px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .blog-item-three .blog-content {
    margin: 14px;
    padding: 20px;
    border-radius: 16px;
  }
}
.blog-item-three .blog-content .custom-title {
  margin-bottom: 0;
}
.blog-item-three .blog-content .blog-author {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .blog-item-three .blog-content .blog-author {
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }
}
.blog-item-three .blog-content .blog-author .author-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-item-three .blog-content .blog-author .author-info .author-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-item-three .blog-content .blog-author .author-info .author-img img {
  width: 100%;
  height: 100%;
}
.blog-item-three .blog-content .blog-author .author-info .author-name {
  font-size: 16px;
  font-weight: 500;
}
.blog-item-three .blog-content .blog-author .author-time {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog-item-three .blog-content .blog-author .author-time i {
  color: var(--gray-900);
}
.blog-item-three .blog-img {
  transition: all 0.7s;
}
@media (max-width: 575.98px) {
  .blog-item-three .blog-img {
    min-height: 340px;
    object-fit: cover;
  }
}
.blog-item-four {
  background: var(--light);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.blog-item-four:last-child {
  margin-bottom: 0;
}
.blog-item-four .blog-img {
  width: 240px;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .blog-item-four .blog-img {
    width: 100%;
  }
}
.blog-item-four .blog-img img {
  border-radius: 12px;
}
.blog-item-four .blog-content .custom-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.blog-item-four .blog-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.blog-item-four .blog-content .date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-item-four .blog-content .date i {
  color: var(--gray-900);
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .blog-item-four {
    flex-direction: column;
    align-items: start;
  }
}
.blog-item-five {
  padding: 24px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  gap: 18px;
}
.blog-item-five .blog-overlay .blog-date {
  padding: 6px 20px;
  background: rgba(5, 5, 5, 0.4588235294);
  backdrop-filter: blur(4px);
}
.blog-item-five .blog-content {
  padding: 0;
  margin-top: 18px;
}
.blog-item-five .blog-content .custom-title {
  text-align: start;
  margin-bottom: 16px;
}
.blog-item-five .blog-content .blog-author {
  position: relative;
}
.blog-item-five .blog-content .blog-author img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.blog-item-five .blog-content .author {
  font-size: 16px;
  color: var(--gray-900);
}
.blog-item-five .blog-content .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-item-five .blog-content .blog-footer .view-link {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--gray-900);
}
.blog-item-five .blog-list {
  gap: 24px;
}
.blog-item-five .blog-list .blog-overlay {
  max-width: 210px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .blog-item-five .blog-list .blog-overlay {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.blog-item-five .blog-list .blog-content {
  margin: 0;
}
.blog-item-five .blog-list .blog-content .blog-details {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-item-five .blog-list .blog-content .blog-details .custom-title {
  margin-bottom: 8px;
}
.blog-item-five .blog-list .blog-content .blog-details p {
  text-align: start;
}
.blog-item-five .blog-list .blog-content .blog-details .badge {
  border: 0;
  color: var(--gray-600);
  background-color: var(--light);
  border-radius: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: fit-content;
  display: flex;
  justify-content: start;
}
.blog-item-five .blog-list .blog-content .blog-details .badge:hover {
  background-color: var(--primary);
  color: var(--white);
}
.blog-item-six {
  padding: 24px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  gap: 18px;
  width: 100%;
}
.blog-item-six .blog-overlay {
  max-width: 230px;
}
@media (max-width: 991.98px) {
  .blog-item-six .blog-overlay {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.blog-item-six .blog-content {
  padding: 0px 0px 0px 20px;
  flex: 1;
}
@media (max-width: 991.98px) {
  .blog-item-six .blog-content {
    padding: 0px;
  }
}
.blog-item-six .blog-content .custom-title {
  text-align: start;
}
.blog-item-six .blog-content .review-icon {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1399.98px) {
  .blog-item-six .blog-content .review-icon .left-icons {
    flex-wrap: wrap;
  }
}
.blog-item-six .blog-content .review-icon .left-icons p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 0px;
}
.blog-item-six .blog-header {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog-filter .sidebar-item {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}
.blog-filter .sidebar-item .sidebar-widget-header {
  padding-bottom: 16px;
}
.blog-filter .sidebar-item .search-item .search-input {
  position: relative;
}
.blog-filter .sidebar-item .search-item .search-input .search-icon {
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  position: absolute;
  border-radius: 5px;
}
.blog-filter .latest-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.blog-filter .latest-item .latest {
  overflow: hidden;
}
.blog-filter .latest-item .latest a {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-filter .latest-item .latest a:hover {
  color: var(--primary);
}
.blog-filter .latest-item .latest p {
  gap: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--gray-600);
  margin-top: 4px;
}
.blog-filter .sidebar-widget-header {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
}
.blog-filter .form-control {
  width: 100%;
  padding: 12px 12px 12px 16px;
  min-height: 64px;
}
.blog-filter .catagory-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.6s;
}
.blog-filter .catagory-item .count {
  background: var(--dark);
  color: var(--white);
  border-radius: 50%;
  font-size: 14px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-filter .Tag-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-filter .Tag-item .tag-link {
  background: var(--light);
  color: var(--gray-600);
  font-size: 14px;
  border-radius: 14px;
  height: 28px;
  padding: 4px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-filter .Tag-item .tag-link:hover {
  background: var(--primary);
  color: var(--white);
}

.blog-details h2 {
  margin-bottom: 12px;
}
.blog-details .blog-content {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}
.blog-details .author-info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.blog-details .author-info .profile {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--gray-900);
  font-size: 18px;
}
.blog-details .author-info .date {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: normal;
  color: var(--gray-900);
}
.blog-details .blog-images {
  margin: 40px 0px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.blog-details .review-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}
.blog-details .review-icon .right-icons a {
  width: 32px;
  height: 32px;
  display: flex;
  color: #050505;
  justify-content: center;
  align-items: center;
  background: var(--gray-transparent);
  border-radius: 50%;
}
.blog-details .blog-title {
  margin-bottom: 24px;
}
.blog-details .blog-author {
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}
.blog-details .blog-author .blog-share-item {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.blog-details .blog-author .author-details {
  display: flex;
  align-items: center;
  background: var(--light);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 20px;
  flex-wrap: nowrap;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .blog-details .blog-author .author-details {
    flex-wrap: wrap;
  }
}
.blog-details .blog-author .author-details img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.blog-details .blog-author .author-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 40px 0;
  margin: 40px 0;
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
}
.blog-details .blog-author .author-links .link-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.blog-details .blog-author .author-links .link-title {
  font-size: 20px;
  color: var(--gray-900);
  font-weight: 600;
  margin: 0;
}
.blog-details .blog-author .author-links a {
  border: 0;
  padding: 4px 8px;
  font-size: 13px;
  color: var(--gray-600);
  border-radius: 20px;
  font-weight: 400;
}
.blog-details .blog-author .author-links .social-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-details .blog-author .author-links .social-links a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dark);
  border-radius: 50%;
  color: var(--white);
  font-size: 20px;
}
.blog-details .blog-author .author-links .social-links a:hover {
  background: var(--primary);
}
.blog-details .blog-author .blog-article {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.blog-details .blog-author .blog-article .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.blog-details .blog-review .review-details {
  padding: 24px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  margin-bottom: 24px;
}
.blog-details .blog-review .review-details .review-content {
  display: flex;
  align-items: start;
  gap: 16px;
}
.blog-details .blog-review .review-details .review-content .review-info p {
  margin-bottom: 16px;
}
.blog-details .blog-review .review-details .reply-content {
  margin-top: 40px;
}
.blog-details .blog-review .review-details .review-title {
  margin: 4px 0px 8px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-details .write-review {
  padding: 24px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  margin-top: 40px;
}
.blog-details .write-review .title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
}

.dashboard-blog .blog-overlay {
  max-width: 200px;
}

.blog-modal .modal-content {
  max-width: fit-content;
}
.blog-modal .modal-content .modal-body {
  padding: 40px;
}
.blog-modal .badge {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 24px;
}
.blog-modal .modal-btn {
  width: 100%;
}
.blog-modal .modal-btn button {
  width: 100%;
}

.blog-footer .user-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.blog-footer .user-notification .noti-btn {
  width: 32px;
  height: 32px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--gray-600);
  transition: all 0.6s;
}
.blog-footer .user-notification .noti-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}

.reportrange-picker {
  border: 1px solid var(--border-color);
  height: 42px;
  border-radius: 5px;
  padding: 7px 16px;
  font-size: 14px;
  color: var(--gray-900);
}

/*============================
    20. Account
============================*/
.account-section {
  position: relative;
  background: url("../img/bg/team-bg.png") #050505;
  overflow: hidden;
  z-index: 1;
}
.account-section .account-bg-01 {
  position: absolute;
  top: 60%;
  left: -30px;
  animation: rotate 7s linear forwards infinite;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .account-section .account-bg-01 {
    display: none;
  }
}
.account-section .account-bg-02 {
  position: absolute;
  top: 10%;
  right: -50px;
  animation: rotate 5s linear forwards infinite;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .account-section .account-bg-02 {
    display: none;
  }
}

.account-item {
  background: rgba(0, 18, 14, 0.38);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .account-item {
    padding: 24px;
  }
}
.account-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(180deg, #E8E828 0%, #000000 100%);
  -webkit-mask-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  mask-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.account-item h2 {
  color: #fff;
  margin-bottom: 8px;
}
.account-item p {
  color: #fff;
  margin-bottom: 24px;
}
.account-item img {
  border-radius: 20px;
  margin-bottom: 24px;
}
.account-item a {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.account-item a i {
  margin-left: 12px;
}
.account-item a:hover {
  color: var(--secondary);
}
.account-item.account-two::before {
  background: linear-gradient(180deg, #000000 0%, #E8E828 100%);
}
.account-item-two {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 40px;
  background: var(--primary-transparent);
  text-align: center;
  transition: all 0.5s ease-in-out;
  position: relative;
  background: rgba(201, 243, 29, 0.1);
}
@media (max-width: 767.98px) {
  .account-item-two {
    padding: 24px;
  }
}
@media (max-width: 575.98px) {
  .account-item-two {
    padding: 16px;
  }
}
.account-item-two h2 {
  margin-bottom: 12px;
}
.account-item-two p {
  margin-bottom: 28px;
}
.account-item-two .account-img {
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
.account-item-two .account-img img {
  border-radius: 20px;
}
.account-item-two .account-img .view-link {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: var(--white);
  font-size: 24px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  outline: 10px solid var(--primary-transparent);
}
.account-item-two .account-img .view-link::before {
  content: "";
  width: 28px;
  height: 34px;
  border-radius: 23%;
  box-shadow: 10px 10px 0 0 var(--primary-transparent);
  position: absolute;
  bottom: 70px;
  right: -4px;
  z-index: 1;
  transform: rotate(20deg);
}
.account-item-two .account-img .view-link::after {
  content: "";
  width: 23px;
  height: 30px;
  border-radius: 23%;
  box-shadow: 10px 10px 0 0 var(--primary-transparent);
  position: absolute;
  right: 70px;
  bottom: -2px;
  z-index: 1;
  transform: rotate(-19deg);
}
.account-item-two:hover {
  background: var(--pale-transparent);
}
.account-item-two:hover .view-link {
  opacity: 1;
}

.account-slide {
  background: var(--primary-100-gradient);
  padding: 40px 0;
  border-radius: 100px;
}
.account-slide .slide-list {
  gap: 32px;
}
.account-slide .slide-list .services-slide {
  position: relative;
  padding-right: 64px;
}
.account-slide .slide-list .services-slide::before {
  content: "";
  background: url("../img/icon/slide-icon.svg");
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  width: 32px;
  height: 32px;
}
.account-slide .slide-list h3 {
  white-space: nowrap;
  color: var(--white);
  font-size: 60px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .account-slide .slide-list h3 {
    font-size: 50px;
  }
}

.slider-wrap {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .slider-wrap {
    display: none;
  }
}

.slider-img {
  height: 140px;
}
.slider-img img {
  border-radius: 100px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.checkout-card form {
  padding: 24px;
  border: 1px solid var(--border-color);
}
.checkout-card .custom-title {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}

.checkout-user-item {
  padding: 24px;
  border: 1px solid var(--border-color);
}
.checkout-user-item .custom-title {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.checkout-user-item .user-item {
  padding: 20px;
  border-radius: 6px;
  background: var(--light);
}
.checkout-user-item .user-item .avatar {
  width: 64px;
  height: 64px;
}
.checkout-user-item .user-item h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.checkout-user-item .user-item p {
  margin-bottom: 0;
  color: var(--gray-600);
  margin-bottom: 0;
}
.checkout-user-item .user-content p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.checkout-user-item .user-content p span {
  font-weight: 500;
}
.checkout-user-item .total {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--border-color);
}
.checkout-user-item .total h4 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.success-item {
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  width: 500px;
  margin: auto;
  border: 1px solid var(--border-color);
}

.card-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 16px;
  border: none;
}
@media (max-width: 767.98px) {
  .card-tab {
    flex-wrap: wrap;
  }
}
.card-tab .nav-link {
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-900);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.card-tab .nav-link.active {
  background: var(--light);
}
.card-tab .nav-item {
  width: 100%;
}

/*============================
    19. Breadcrumb
============================*/
.plan-tab {
  background: var(--light);
  border-radius: 100px;
  padding: 8px 12px;
  width: fit-content;
  margin: 0px auto 0px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .plan-tab {
    margin-bottom: 20px;
  }
}
.plan-tab .billing-btn {
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-600);
  border: none;
  outline: none;
  background-color: transparent;
}
.plan-tab .billing-btn.active {
  color: var(--gray-900);
}

.plan-item {
  padding: 40px 40px 110px;
  border-radius: 20px;
  background: url(../img/bg/plan-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.6s;
  position: relative;
}
@media (max-width: 575.98px) {
  .plan-item {
    padding: 20px 20px 20px;
    background: var(--white);
    border: 1px solid var(--border-color);
  }
}
.plan-item:hover {
  transform: translateY(-5px);
}
.plan-item.premium {
  background: url(../img/bg/plan-bg-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .plan-item.premium {
    padding: 20px 20px 20px;
    background: var(--light);
    border: 1px solid var(--border-color);
  }
}
.plan-item .plan-title {
  margin-bottom: 24px;
}
.plan-item .plan-title .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 8px;
  display: block;
}
.plan-item .plan-title p {
  color: var(--gray-600);
  margin-bottom: 0;
}
.plan-item .plan-year {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.plan-item .plan-year .days {
  font-size: 34px;
  font-weight: 700;
  color: var(--gray-900);
}
.plan-item .plan-year .days span {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-600);
}
.plan-item .plan-features .title {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 16px;
}
.plan-item .plan-features .sub-text {
  font-size: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.plan-item .plan-features .sub-text:last-child {
  margin-bottom: 0;
}
.plan-item .plan-features .icon-1 {
  width: 16px;
}
.plan-item .plan-btn {
  position: absolute;
  bottom: 0;
  width: 55%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 575.98px) {
  .plan-item .plan-btn {
    position: unset;
    margin-top: 20px;
    width: 100%;
  }
}
.plan-item .plan-btn .dark-btn {
  width: 100%;
}
.plan-item .badge {
  padding: 5px 42px;
  background: var(--danger);
  font-size: 12px;
  position: absolute;
  top: -1px;
  left: -5px;
  right: 0;
  margin: auto;
  width: fit-content;
  clip-path: polygon(0 0, 100% 0, 79% 100%, 22% 100%);
}
@media (max-width: 1399.98px) {
  .plan-item .badge {
    padding: 3px 30px 5px;
  }
}
@media (max-width: 1199.98px) {
  .plan-item .badge {
    padding: 3px 55px 5px;
  }
}
@media (max-width: 991.98px) {
  .plan-item .badge {
    padding: 3px 5px 5px;
    width: 40%;
  }
}
@media (max-width: 575.98px) {
  .plan-item .badge {
    top: 0px;
    left: unset;
    right: 18px;
    width: 50%;
  }
}

/*============================
    20. Call
============================*/
.call-item {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}
@media (max-width: 575.98px) {
  .call-item {
    padding: 20px;
  }
}
.call-item .call-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.call-item .call-top .call-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.call-item .call-top .call-author .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.call-item .call-top .call-author .avatar img {
  border-radius: 50%;
}
.call-item .call-top .call-author .author-info .author-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.call-item .call-top .call-author .author-info .number {
  margin-bottom: 0;
  font-size: 16px;
}
.call-item .call-top .btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  border: none;
}
.call-item .call-top .btn-icon:hover {
  background: var(--dark);
}
.call-item .call-top .btn-icon:hover i {
  color: var(--white);
}
.call-item .call-top .btn-icon i {
  color: var(--gray-900);
}
.call-item .audio-call {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  margin-top: 24px;
  background: var(--light-gradient);
  position: relative;
  height: 60vh;
}
@media (max-width: 575.98px) {
  .call-item .audio-call {
    height: 45vh;
  }
}
.call-item .audio-call .user-details .user {
  position: relative;
}
@media (max-width: 575.98px) {
  .call-item .audio-call .user-details .user {
    max-width: 100px;
    margin: auto;
  }
}
.call-item .audio-call .user-details .user .wave {
  position: absolute;
  width: 80%;
  height: 80%;
  background-color: var(--primary);
  border-radius: 50%;
  opacity: 0;
  animation: pulse-wave 2.6s linear infinite;
  inset: 0;
  margin: auto;
}
.call-item .audio-call .user-details .user .wave:nth-child(1) {
  animation-delay: 0s;
  opacity: 0.4;
}
.call-item .audio-call .user-details .user .wave:nth-child(2) {
  animation-delay: 0.66s;
  opacity: 0.3;
}
.call-item .audio-call .user-details .user .wave:nth-child(3) {
  animation-delay: 1.33s;
  opacity: 0.2;
}
.call-item .audio-call .user-details .user img {
  position: relative;
  z-index: 1;
}
.call-item .audio-call .user-details .user-info {
  margin-top: 30px;
  padding: 4px 8px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .call-item .audio-call .user-details .user-info {
    margin-top: 22px;
  }
}
.call-item .audio-call .user-details .user-info .user {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.call-item .audio-call .user-details .user-info .time {
  padding: 4px 12px;
  margin: 4px auto 0px;
  border-radius: 100px;
  background: var(--white);
  width: fit-content;
  border: 1px solid var(--border-color);
  padding: 4px 8px;
}
.call-item .audio-call .audio {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
@media (max-width: 575.98px) {
  .call-item .audio-call .audio {
    width: 60px;
    height: 60px;
    bottom: 5px;
    right: 5px;
  }
}
.call-item .audio-call .audio .img-2 {
  width: 48px;
  height: 48px;
  border: 3px solid var(--gray-transparent);
  border-radius: 6px;
}
.call-item .audio-call.Video-call .img-1 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
}
.call-item .audio-call .Video {
  width: 120px;
  height: 120px;
  border: 3px solid var(--gray-transparent);
}
@media (max-width: 575.98px) {
  .call-item .audio-call .Video {
    width: 80px;
    height: 80px;
  }
}
.call-item .audio-call .Video img {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}
.call-item .call-end {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  border: 1px solid var(--border-color);
  padding: 8px 16px;
  border-radius: 12px;
}
@media (max-width: 575.98px) {
  .call-item .call-end {
    flex-wrap: wrap;
  }
}
.call-item .call-end .call-icon {
  width: 32px;
  height: 32px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--gray-600);
  transition: all 0.6s;
  flex-shrink: 0;
}
.call-item .call-end .call-icon:hover {
  background: var(--dark);
  color: var(--white);
}
.call-item .call-end .call-icon.cut {
  width: 48px;
  height: 48px;
  background: var(--danger);
}
.call-item .call-end .call-icon.cut i {
  color: #fff;
}
.call-item .call-end .call-icon.cut:hover {
  background: #050505;
  color: #fff;
}
@keyframes pulse-wave {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*============================
    18. Faq
============================*/
.terms-privacy h2 {
  font-size: 22px;
}
.terms-privacy .list-styled {
  list-style-type: disc;
  padding-left: 24px;
}
.terms-privacy .list-styled .text-dark {
  font-weight: 500;
}
.terms-privacy .list-styled .text-dark .text-body {
  font-weight: 400;
}

/*============================
   20. Mentor
============================*/
.custom-filter-items {
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  box-shadow: var(--box-shadow);
}

.filter-sidebar .filter-head {
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.filter-sidebar .filter-head .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0;
}
.filter-sidebar .filter-head .reset-link {
  font-weight: 500;
  color: var(--primary);
}
.filter-sidebar .filter-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.filter-sidebar .filter-item .filter-header {
  width: 100%;
}
.filter-sidebar .filter-item .filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0;
  border: none;
  background: none;
  padding: 0;
  outline: none;
}
.filter-sidebar .filter-item a {
  color: var(--primary);
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}
.filter-sidebar .filter-item .form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-900);
}
.filter-sidebar .filter-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.filter-sidebar .filter-footer .btn-medium {
  width: 100%;
  justify-content: center;
}

.review-star {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  font-size: 14px;
}
.review-star i {
  color: var(--gray-100);
}
.review-star .text-warning {
  color: var(--warning);
}

.mentor-item {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  box-shadow: var(--box-shadow);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mentor-item .mentor-img {
  text-align: center;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: var(--light);
}
.mentor-item .favourite {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--white);
  border: 1px solid var(--border-color);
  z-index: 1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mentor-item .favourite i {
  color: var(--gray-600);
}
.mentor-item .mentor-details {
  padding: 24px;
}
.mentor-item .mentor-details .mentor-header {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 15px;
  padding-bottom: 13px;
  text-align: center;
}
.mentor-item .mentor-details .mentor-header .custom-title {
  margin-bottom: 8px;
  text-align: left;
}
.mentor-item .mentor-details .mentor-header p {
  text-align: start;
  margin-bottom: 8px;
}
.mentor-item .mentor-details .mentor-header .review-star {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.mentor-item .mentor-details .mentor-header .review-star .rating {
  font-size: 14px;
}
.mentor-item .mentor-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1199.98px) {
  .mentor-item .mentor-footer {
    flex-wrap: wrap;
  }
}
.mentor-item .mentor-footer .price {
  font-size: 20px;
  font-weight: 600;
  color: #050505;
  width: 64px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-image: url(../img/mentor-grid/price-figure.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mentor-item .mentor-footer .mentor-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mentor-item .mentor-footer .mentor-icons .btn-icon {
  background: var(--light);
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.mentor-item .mentor-footer .mentor-icons .btn-icon:hover {
  background: var(--primary) !important;
  color: var(--light);
}

.pagination-nav .pagination {
  gap: 10px;
  flex-wrap: wrap;
}
.pagination-nav .pagination .page-item {
  margin-right: 10px;
}
.pagination-nav .pagination .page-item .page-link {
  width: 30px;
  height: 30px;
  border: 1px solid var(--border-color);
  background: var(--light);
  color: var(--gray-900);
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-nav .pagination .page-item.active .page-link, .pagination-nav .pagination .page-item:hover .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.filter-list {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-list .filter-head {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0;
}
.filter-list .filter-item {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-grow: 1;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-list .filter-item .dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-list .filter-item .dropdown .dropdown-toggle {
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
}
.filter-list .filter-item .dropdown .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0;
  content: "\e071";
  font-family: "lucide" !important;
  border: 0;
  font-size: 14px;
  position: relative;
}
.filter-list .filter-item .dropdown .short-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-list .filter-item .dropdown .short-icon.active, .filter-list .filter-item .dropdown .short-icon:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.mentor-list-items {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .mentor-list-items {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.mentor-list-items .mentor-img {
  width: 100%;
  max-width: 242px;
  position: relative;
  overflow: hidden;
  background: transparent;
  height: 110%;
}
@media (max-width: 1199.98px) {
  .mentor-list-items .mentor-img {
    max-width: 100%;
    background: var(--light);
    padding: 20px 20px 0px;
    border-radius: 12px;
  }
}
.mentor-list-items .mentor-img .bg-overlay {
  width: 324px;
  height: 324px;
  position: absolute;
  background: var(--light);
  z-index: -1;
  left: -84px;
  bottom: -134px;
  border-radius: 50%;
}
.mentor-list-items:hover .bg-overlay {
  background: var(--primary);
  transition: 0.2s ease-in-out;
}
.mentor-list-items .mentor-details {
  flex: 1;
  padding: 0px 24px;
}
@media (max-width: 1199.98px) {
  .mentor-list-items .mentor-details {
    padding: 0px;
    width: 100%;
  }
}
.mentor-list-items .mentor-details .mentor-info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .mentor-list-items .mentor-details .mentor-info {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (max-width: 575.98px) {
  .mentor-list-items .mentor-details .mentor-info {
    justify-content: center;
  }
}
.mentor-list-items .mentor-details .mentor-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .mentor-list-items .mentor-details .mentor-price {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.mentor-list-items .mentor-details .mentor-address {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}
@media (max-width: 575.98px) {
  .mentor-list-items .mentor-details .mentor-address {
    justify-content: center;
    width: 100%;
    margin: auto;
  }
}
.mentor-list-items .mentor-footer .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 102px;
  height: 66px;
}
.mentor-list-items .mentor-footer .price span {
  font-size: 14px;
  color: var(--gray-600);
}
@media (max-width: 575.98px) {
  .mentor-list-items .mentor-footer .review-star {
    justify-content: center !important;
    margin: auto;
    width: 100%;
  }
}
.mentor-list-items .mentor-footer .mentor-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .mentor-list-items .mentor-footer .mentor-btn {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .mentor-list-items .mentor-footer .mentor-btn a {
    width: 100%;
  }
}

.tag-link {
  background: var(--light);
  color: var(--gray-900);
}

.mentor-tag {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .mentor-tag {
    justify-content: center;
    margin-top: 12px;
  }
}
.mentor-tag span {
  color: var(--gray-900);
  font-size: 16px;
  font-weight: 500;
}
.mentor-tag .Tag-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991.98px) {
  .mentor-tag .Tag-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .mentor-tag .Tag-item {
    justify-content: center;
  }
}
.mentor-tag .Tag-item .tag-link {
  font-size: 14px;
  color: var(--gray-600);
}

.mentor-profile {
  background: var(--dark-gradient);
  border-radius: 12px;
  position: sticky;
  top: 90px;
}
.mentor-profile img {
  width: 100%;
  z-index: -1;
  position: relative;
}
.mentor-profile .profile-social {
  position: absolute;
  top: 10px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mentor-profile .profile-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
}
.mentor-profile .profile-footer {
  position: absolute;
  bottom: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.mentor-profile .profile-footer span {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mentor-profile .profile-footer .divider {
  width: 1px;
  background: var(--gray-500);
  height: 20px;
}

.mentor-profile-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mentor-profile-details .profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mentor-profile-details .profile-header .price-btn {
  display: flex;
  align-items: center;
  gap: 24px;
}
.mentor-profile-details .price {
  font-size: 20px;
  font-weight: 600;
  color: #050505;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 66px;
  border-radius: 12px;
  background-image: url(../img/mentor-grid/price-figure.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mentor-profile-details .price span {
  font-size: 14px;
  color: var(--gray-900);
}
.mentor-profile-details .mentor-address .details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mentor-profile-details .mentor-address .details-list li {
  display: flex;
  gap: 12px;
}
.mentor-profile-details .mentor-address .details-list .label {
  min-width: 140px;
  color: var(--gray-600);
}
.mentor-profile-details .mentor-address .details-list .value {
  color: var(--gray-900);
  font-weight: 500;
}
.mentor-profile-details .details-list {
  padding-left: 20px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mentor-profile-details .sub-title {
  margin-bottom: 20px;
}
.mentor-profile-details .mentor-progress .progress-item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.mentor-profile-details .mentor-progress .progress-item .progress-line {
  background: var(--light);
  border-radius: 10px;
  width: 100%;
  height: 5px;
  position: relative;
  margin-top: 8px;
}
.mentor-profile-details .mentor-progress .progress-item .progress-line span {
  background: var(--success);
  border-radius: 10px;
  position: absolute;
  height: 100%;
}

.gm-style .gm-style-iw-c {
  max-width: 346px !important;
}

/*============================
    18. Mission
============================*/
.mission-section {
  background: #050505;
  position: relative;
  overflow: hidden;
}
.mission-section .container {
  position: relative;
  z-index: 1;
}
.mission-section .section-header .section-title {
  color: #fff;
  margin-bottom: 12px;
}
.mission-section .section-header p {
  color: #fff;
}
.mission-section .img-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.mission-section .img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mission-section .img-3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mission-item {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--gray-800);
  background: var(--white-100);
  backdrop-filter: blur(5px);
  transition: all 0.6s;
}
.mission-item:hover {
  transform: translateY(-5px);
}
.mission-item:hover .mission-count .count {
  color: #fff;
}
.mission-item .mission-count {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.mission-item .mission-count::before {
  content: "";
  width: 70%;
  height: 1px;
  background: var(--primary);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .mission-item .mission-count::before {
    width: 58%;
  }
}
.mission-item .mission-count .count {
  font-size: 72px;
  font-weight: 700;
  color: var(--primary);
  transition: all 0.6s;
}
.mission-item .mission-count .dot {
  width: 25px;
  height: 25px;
  background: var(--primary);
  border-radius: 50%;
  position: relative;
}
.mission-item .mission-count .dot::before {
  content: "";
  position: absolute;
  background: var(--white);
  width: 14px;
  height: 14px;
  inset: 0;
  margin: auto;
  border-radius: 50%;
}
.mission-item .mission-content .custom-title {
  color: #fff;
  margin-bottom: 8px;
}
.mission-item .mission-content p {
  color: #fff;
  margin-bottom: 0;
}

/*============================
    19. Partner
============================*/
.partner-slide {
  margin-bottom: 40px;
}
.partner-slide .slide-list {
  gap: 100px;
}
.partner-slide .slide-list .partner-item {
  flex-shrink: 0;
}
.partner-slide .slide-list .partner-item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
}
.partner-slide .slide-list .partner-item:hover img {
  filter: none;
}

/*============================
    19. Counter
============================*/
.counter-section {
  background: var(--primary);
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .counter-section {
    padding: 50px 0px !important;
  }
}
.counter-section .counter-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: plus-lighter;
}
.counter-section .counter-bg-02 {
  position: absolute;
  bottom: 3%;
  right: 0;
  mix-blend-mode: plus-lighter;
}
.counter-section .bottom-shape {
  position: absolute;
  bottom: -4%;
  display: block;
}
@media (max-width: 767.98px) {
  .counter-section .bottom-shape {
    bottom: -1% !important;
    height: 40px !important;
  }
}
@media (max-width: 991.98px) {
  .counter-section .bottom-shape {
    bottom: -4%;
    height: 120px;
  }
}
.counter-section .bottom-shape-dark {
  position: absolute;
  bottom: -4%;
  display: none;
}
@media (max-width: 767.98px) {
  .counter-section .bottom-shape-dark {
    bottom: -1% !important;
    height: 40px !important;
  }
}
@media (max-width: 991.98px) {
  .counter-section .bottom-shape-dark {
    bottom: -4%;
    height: 120px;
  }
}
.counter-section .top-shape {
  position: absolute;
  top: -11%;
}
@media (max-width: 1199.98px) {
  .counter-section .top-shape {
    top: -9%;
  }
}
@media (max-width: 991.98px) {
  .counter-section .top-shape {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .counter-section .top-shape {
    top: -3% !important;
  }
}
@media (max-width: 991.98px) {
  .counter-section .top-shape {
    top: -7.5%;
  }
}

.counter-content {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .counter-content {
    margin-bottom: 40px;
  }
}
.counter-content .section-header-four {
  margin-bottom: 20px;
}
.counter-content .section-header-four .section-title {
  background: var(--linear-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.counter-content p {
  color: #fff;
  margin-bottom: 20px;
}
.counter-content a {
  display: inline-flex;
  align-items: center;
}

.counter-item {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .counter-item {
    padding: 24px;
  }
}
.counter-item .title {
  font-size: 56px;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .counter-item .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .counter-item .title {
    font-size: 30px;
  }
}
.counter-item p {
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .counter-item p {
    font-size: 18px;
  }
}

.counter-img {
  position: relative;
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .counter-img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .counter-img {
    padding-top: 20px;
  }
}
.counter-img::before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 166px;
  border-radius: 100%;
  background: var(--secondary);
  z-index: -1;
}
@media (max-width: 575.98px) {
  .counter-img::before {
    height: 60px;
    bottom: -8px;
  }
}
.counter-img img {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}

.schedule-card {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}
.schedule-card .tab-card-header {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.schedule-card .tab-card-header .card-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
}
.schedule-card .user-times {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.schedule-card .user-times .user-slot-list {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  background: var(--light);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.schedule-card .user-times .user-slot-list a {
  display: flex;
  align-items: center;
}

.schedule-modal .modal-header button {
  padding: 0;
  border: 0;
  background: none;
  font-size: 24px;
  color: var(--danger);
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.comments-list .comments-card {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}
.comments-list .comments-card h3 {
  font-size: 16px;
}
.comments-list .comments-card .review-star i {
  color: var(--warning);
  font-size: 14px;
}
.comments-list .comments-card .review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .comments-list .comments-card .review-footer {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
  }
}
.comments-list .comments-card .comment-author {
  font-weight: 500;
  color: var(--heading-color);
}
.comments-list .comments-card .comment-mail {
  font-size: 14px;
}

.review-modal .modal-header button {
  padding: 0;
  border: 0;
  background: none;
  font-size: 24px;
  color: var(--danger);
}

.settings-card {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}
.settings-card .tab-card-header {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.settings-card .tab-card-header .card-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
}
.settings-card .delete-btn {
  flex-shrink: 0;
}

.nav-solid-primary {
  gap: 12px;
  margin-bottom: 24px;
  border: none;
}
.nav-solid-primary .nav-link {
  padding: 8px 16px;
  border-radius: 100px;
  background: var(--light);
  border: 1px solid var(--border-color);
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-600);
  transition: all 0.7s;
}
.nav-solid-primary .nav-link.active {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.nav-solid-primary .nav-link:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}

.invoices-details {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
}
.invoices-details .invoices-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.invoices-details .invoices-header .custom-title {
  margin-bottom: 0;
}
.invoices-details .invoices-header .invoices-logo {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.invoices-details .invoices-header .invoices-logo .logo-white {
  display: none;
}
.invoices-details .invoices-header .invoices-logo .address {
  margin: 8px 0px 0px;
}
.invoices-details .invoices-info {
  background: var(--light);
  padding: 24px;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 12px;
  margin-bottom: 24px;
}
.invoices-details .invoices-item p {
  margin-bottom: 4px;
  font-size: 14px;
}
.invoices-details .invoices-item .info {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.invoices-details .invoices-title {
  font-size: 20px;
  font-weight: 600;
  margin: 24px 0px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
}
.invoices-details .bill-item {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  background: var(--white);
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
}
.invoices-details .invoices-bill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.invoices-details .invoices-subtitle .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.invoices-details .invoices-subtitle p {
  margin-bottom: 0;
  font-size: 14px;
}
.invoices-details .table-responsive {
  margin-bottom: 24px;
}
.invoices-details .payment-details {
  margin-top: 16px;
}
.invoices-details .payment-details .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.invoices-details .payment-details p {
  margin-bottom: 4px;
  font-size: 14px;
}
.invoices-details .payment-details p:last-child {
  margin-bottom: 0;
}
.invoices-details .total-item td {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
}
.invoices-details .total-item .total {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-900);
}
.invoices-details .total-item .full-total {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
}
.invoices-details .invoice-footer {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.invoices-details .invoice-footer .signature p {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-600);
  margin: 4px 0 0;
}

.notification-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.notification-list .notification-card {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease 0s;
}
.notification-list .notification-card:hover a {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.notification-list .notification-card a {
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.notification-list .notification-card .notification-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-shrink: 0;
}
.notification-list .notification-card h3 {
  font-size: 18px;
}
.notification-list .notification-card p span {
  color: var(--gray-900);
  font-weight: 500;
}
.notification-list .notification-card p .dot {
  width: 8px;
  height: 8px;
  background-color: var(--danger);
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 3px;
}
.notification-list .notification-card .notify-time {
  color: var(--gray-900);
}
.notification-list .notification-card .notification-details {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dashboard-item {
  background: var(--light);
  border-radius: 20px;
  padding: 24px;
  position: relative;
}
.dashboard-item .dashboard-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 20px;
  outline: 10px solid var(--white);
}
.dashboard-item .dashboard-icon::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 78%;
  box-shadow: 4px 8px 0 0 var(--white);
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 53px;
  z-index: 1;
  transform: rotate(260deg);
}
.dashboard-item span {
  font-size: 20px;
  color: var(--gray-600);
  margin-bottom: 8px;
  display: block;
}
.dashboard-item .count {
  font-size: 30px;
  color: var(--gray-900);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dashboard-item .count span {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-600);
  margin: 0;
}

.head-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 24px;
}

.dropdown-btn {
  padding: 7px 12px;
  border-radius: 6px !important;
  font-size: 14px;
}

.requests-item {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
}
.requests-item .days {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
}
.requests-item .requests-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.requests-item .requests-footer .requests-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.requests-item .requests-footer .requests-icon .btn-icon {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-600);
  width: 32px;
  height: 32px;
  border: 1px solid var(--border-color);
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.6s;
}
.requests-item .requests-footer .requests-icon .btn-icon:hover {
  background: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white);
}

.graph-item {
  padding: 24px 4px 0px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}
.graph-item.custom-graph-item {
  padding-bottom: 24px !important;
}

/*============================
    18. Favourites
============================*/
.dashboard-header .header-btn-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.favourite-mentor {
  border-radius: 12px;
  padding: 24px;
  border: 1px solid var(--border-color);
  overflow: hidden;
}
.favourite-mentor .mentor-rating {
  position: relative;
  padding-bottom: 24px;
}
.favourite-mentor .mentor-rating p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.favourite-mentor .mentor-rating .review i {
  color: var(--warning);
}
.favourite-mentor .mentor-rating .price {
  font-size: 20px;
  font-weight: 600;
  color: #050505;
  width: 64px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-image: url(../img/mentor-grid/price-figure.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.favourite-mentor .mentor-rating .favourite {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--white);
  border: 1px solid var(--border-color);
  z-index: 1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.favourite-mentor .mentor-rating .favourite svg {
  color: var(--danger);
  fill: var(--danger);
  width: 20px;
  height: 15px;
}
.favourite-mentor .mentor-rating .favourite:hover {
  background: var(--primary);
}
.favourite-mentor .mentor-rating .favourite:hover svg {
  color: var(--white);
  fill: var(--white);
}
.favourite-mentor .mentor-rating .mentor-profile-img {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .favourite-mentor .mentor-rating .mentor-profile-img {
    width: 140px;
  }
}
@media (max-width: 767.98px) {
  .favourite-mentor .mentor-rating .mentor-profile-img {
    right: -42px;
  }
}
.favourite-mentor .mentor-rating .mentor-profile-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 159px;
  height: 159px;
  border-radius: 50%;
  background: var(--light);
  z-index: 1;
  transition: background-color 0.3s ease;
  top: 58px;
  right: -20px;
}
@media (max-width: 1199.98px) {
  .favourite-mentor .mentor-rating .mentor-profile-img::before {
    right: -38px;
  }
}
@media (max-width: 767.98px) {
  .favourite-mentor .mentor-rating .mentor-profile-img::before {
    content: unset;
  }
}
.favourite-mentor .mentor-rating .mentor-profile-img img {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .favourite-mentor .mentor-rating .mentor-profile-img img {
    max-width: 76%;
  }
}
.favourite-mentor .mentor-rating .mentor-profile-img:hover::before {
  background: var(--primary);
}
.favourite-mentor .mentor-info {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#favourite button {
  width: auto;
}

/*============================
    20. Dark Mode 
============================*/
[data-bs-theme=dark] .light-dark-mode i::before {
  content: "\e122";
}
[data-bs-theme=dark] header .header-nav .main-menu-wrapper .main-nav > li.active > a {
  color: var(--primary) !important;
}
[data-bs-theme=dark] header .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #fff;
}
[data-bs-theme=dark] header .megamenu-wrapper.home-menu-wrapper .single-demo {
  box-shadow: unset;
}
[data-bs-theme=dark] header .main-nav > li > ul.mega-submenu {
  box-shadow: unset;
}
[data-bs-theme=dark] header .header-items .dropdown-menu.show {
  box-shadow: unset;
}
[data-bs-theme=dark] header.fixed {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}
[data-bs-theme=dark] header.fixed .navbar-header .navbar-brand.logo-white {
  display: block;
}
[data-bs-theme=dark] header.fixed .navbar-header .navbar-brand.logo {
  display: none;
}
[data-bs-theme=dark] header .menu-logo .logo {
  display: none;
}
[data-bs-theme=dark] header .menu-logo .logo-white {
  display: block !important;
}
[data-bs-theme=dark] header.header-two .navbar-header .navbar-brand.logo-white {
  display: block;
}
[data-bs-theme=dark] header.header-two .navbar-header .navbar-brand.logo {
  display: none;
}
[data-bs-theme=dark] header.header-three .header-items .topbar-link {
  background: var(--light-100);
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] header.header-three .menu-logo .logo {
    display: block;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] header.header-three .menu-logo .logo-white {
    display: none !important;
  }
}
[data-bs-theme=dark] header.header-three .main-menu-wrapper .main-nav > li.active > a {
  color: var(--secondary) !important;
}
[data-bs-theme=dark] header.header-three.fixed .navbar-header .navbar-brand.logo-white {
  display: none;
}
[data-bs-theme=dark] header.header-three.fixed .navbar-header .navbar-brand.logo {
  display: block;
}
[data-bs-theme=dark] header.header-four .header-nav .main-menu-wrapper .main-nav > li.active > a {
  color: var(--secondary) !important;
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] header.header-four .menu-logo .logo {
    display: block;
  }
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] header.header-four .menu-logo .logo-white {
    display: none !important;
  }
}
[data-bs-theme=dark] header.header-four .main-menu-wrapper .main-nav > li.active > a {
  color: var(--secondary) !important;
}
[data-bs-theme=dark] header.header-four.fixed .navbar-header .navbar-brand.logo-white {
  display: none;
}
[data-bs-theme=dark] header.header-four.fixed .navbar-header .navbar-brand.logo {
  display: block;
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] header #mobile_btn i {
    color: #fff !important;
  }
}
[data-bs-theme=dark] .header-topbar {
  background: var(--black);
}
[data-bs-theme=dark] .header-three.fixed .header-nav .main-menu-wrapper .main-nav > li.active > a {
  color: var(--secondary) !important;
}
[data-bs-theme=dark] .header-three.fixed .header-nav .main-menu-wrapper .main-nav > li:hover > a {
  color: var(--secondary);
}
[data-bs-theme=dark] .header-three.fixed .header-nav .main-menu-wrapper .main-nav > li .submenu li a:hover {
  color: var(--secondary);
}
[data-bs-theme=dark] .commen-header .navbar-header .logo {
  display: none;
}
[data-bs-theme=dark] .commen-header .navbar-header .logo-white {
  display: block;
}
[data-bs-theme=dark] .banner-section .banner-content .section-header .description {
  color: var(--body-color);
}
[data-bs-theme=dark] .banner-section-two .banner-content .banner-search .form-control {
  background: transparent !important;
  border: none !important;
}
[data-bs-theme=dark] .banner-section-three .social-icon-item .icon {
  color: #fff;
}
[data-bs-theme=dark] .bottom-shape-dark {
  display: block;
}
[data-bs-theme=dark] .bottom-shape-dark {
  display: block;
}
@media (max-width: 991.98px) {
  [data-bs-theme=dark] .bottom-shape-dark {
    display: none;
  }
}
[data-bs-theme=dark] .bottom-shape {
  display: none;
}
[data-bs-theme=dark] .white-btn {
  border: 1px solid transparent;
}
[data-bs-theme=dark] .danger-btn {
  color: #fff;
}
[data-bs-theme=dark] .dark-btn:hover {
  color: #fff;
}
[data-bs-theme=dark] .primary-btn:hover {
  color: #fff;
}
[data-bs-theme=dark] .border.border-white {
  border: 1px solid var(--light) !important;
}
[data-bs-theme=dark] .statistics-item .stat-icon .img-1 {
  filter: invert(1) brightness(1.5) grayscale(14);
}
[data-bs-theme=dark] .how-section-three {
  background: var(--border-color);
}
[data-bs-theme=dark] .how-item .how-content {
  box-shadow: unset;
}
[data-bs-theme=dark] .team-item {
  box-shadow: unset;
}
[data-bs-theme=dark] .choose-item, [data-bs-theme=dark] .dropdown-menu, [data-bs-theme=dark] .team-item-five {
  box-shadow: unset;
}
[data-bs-theme=dark] .faq-section::before {
  content: "";
  opacity: 0.1;
  filter: brightness(0.5);
}
[data-bs-theme=dark] .faq-section .faq-accordion .accordion-item {
  box-shadow: unset;
}
[data-bs-theme=dark] .faq-section .faq-accordion .accordion-button::after {
  background: var(--light);
}
[data-bs-theme=dark] .faq-accordion .accordion-item {
  box-shadow: unset !important;
  border-bottom: 1px solid var(--border-color) !important;
}
[data-bs-theme=dark] .testimonial-section-three .element-2 {
  opacity: 0.1;
}
[data-bs-theme=dark] .testimonial-item-two {
  box-shadow: unset;
}
[data-bs-theme=dark] .testimonial-item-three {
  box-shadow: unset;
}
[data-bs-theme=dark] .testimonial-item-three .testimonial-author .professional {
  color: var(--dark);
}
[data-bs-theme=dark] .testimonial-item-seven {
  box-shadow: unset;
}
[data-bs-theme=dark] .step-item {
  box-shadow: unset;
}
[data-bs-theme=dark] .account-slide .slide-list .services-slide::before {
  content: "";
  filter: invert(1);
}
[data-bs-theme=dark] .blog-item-two, [data-bs-theme=dark] .blog-item-four {
  box-shadow: unset;
}
[data-bs-theme=dark] .partner-slide .slide-list .partner-item img {
  filter: invert(1) brightness(9.5);
}
[data-bs-theme=dark] .footer.footer .footer-top {
  border-bottom: 1px solid var(--light);
}
[data-bs-theme=dark] .footer.footer .footer-top .sub-title {
  color: #fff;
}
[data-bs-theme=dark] .footer.footer .footer-support-item {
  border-bottom: 1px solid var(--light);
}
[data-bs-theme=dark] .footer.footer .footer-subscribe .form-control {
  color: #fff !important;
}
[data-bs-theme=dark] .footer-two .footer-middle {
  border-top: 1px solid var(--light);
}
[data-bs-theme=dark] .footer-two .footer-middle .subscribe-content p {
  color: var(--gray-600);
}
[data-bs-theme=dark] .footer-two .footer-bottom .copyright p {
  color: var(--gray-600);
}
[data-bs-theme=dark] .footer-three .footer-top {
  border-bottom: 1px solid var(--border-color);
}
[data-bs-theme=dark] .footer-four .copyright p {
  color: #fff;
}
[data-bs-theme=dark] .footer-slide .slide-list h5 {
  -webkit-text-stroke: 1px var(--gray-600);
}
[data-bs-theme=dark] .sidebar-wrapper, [data-bs-theme=dark] .requests-item {
  box-shadow: unset;
}
[data-bs-theme=dark] .form-control {
  background: #050505 !important;
  border: 1px solid var(--border-color) !important;
}
[data-bs-theme=dark] .input-group.input-group-flat {
  border: 1px soid var(--border-color);
}
[data-bs-theme=dark] .input-group.input-group-flat .form-control {
  border-right: none !important;
}
[data-bs-theme=dark] .input-group .form-control {
  border-left: none !important;
  border-top: 1px soid var(--border-color);
}
[data-bs-theme=dark] .footer-subscribe .secondary-btn {
  color: #050505 !important;
}
[data-bs-theme=dark] .invoices-details {
  box-shadow: unset;
}
[data-bs-theme=dark] .invoices-details .bill-item {
  box-shadow: unset;
}
[data-bs-theme=dark] .invoices-logo .logo-dark {
  display: none;
}
[data-bs-theme=dark] .invoices-logo .logo-white {
  display: block !important;
}
[data-bs-theme=dark] .signature img {
  filter: invert(1);
}
[data-bs-theme=dark] .nav-solid-primary .nav-link {
  background: var(--white);
}
[data-bs-theme=dark] .nav-solid-primary .nav-link.active {
  background: var(--primary);
}
[data-bs-theme=dark] .call-item .audio-call {
  background: var(--black);
}
[data-bs-theme=dark] .mentor-list-items .mentor-footer .price span {
  color: var(--gray-100);
}
[data-bs-theme=dark] .mentor-profile-details .price span {
  color: var(--gray-100);
}
[data-bs-theme=dark] .mentor-profile .profile-social a {
  background: var(--black);
}
[data-bs-theme=dark] .about-image-five .experience {
  border: 3px solid var(--gray-400);
}
[data-bs-theme=dark] .about-section-five .partners .partner-img img {
  filter: invert(1);
}
[data-bs-theme=dark] .about-image-three .shadow-1 {
  opacity: 0.2;
}
[data-bs-theme=dark] .mission-item {
  border: 1px solid var(--border-color);
}
[data-bs-theme=dark] .faq-section-five {
  background: var(--white);
}
[data-bs-theme=dark] .contact-wrapper-left .contact-info .contact-details {
  overflow: hidden;
}
[data-bs-theme=dark] .contact-wrapper-left .contact-info .contact-details .contact-shape {
  opacity: 0.1;
}
[data-bs-theme=dark] .contact-wrapper-right .contact-form {
  background: var(--black) !important;
}
[data-bs-theme=dark] .statistics-item-three .count .text-white {
  color: #fff !important;
}
[data-bs-theme=dark] .platform-section-three .animate-button .button-circle {
  color: #fff;
}
[data-bs-theme=dark] .theme-2 .secondary-btn {
  color: #050505 !important;
}
[data-bs-theme=dark] .theme-3 .secondary-btn {
  color: #050505 !important;
}
[data-bs-theme=dark] .theme-4 .secondary-btn {
  color: #050505 !important;
}

/*============================
    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 table td span.active {
  background-color: var(--primary);
}

.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;
}

/*============================
    49. Select2
============================*/
.select2-container {
  z-index: 99;
}
.select2-container .select2-selection--single {
  height: 48px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--border-color);
  border-radius: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--gray-900) !important;
  line-height: 46px;
  border-radius: 6px;
  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-900);
  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(--gray-900);
  border-width: 1px 0 0 1px;
  margin-top: 3px;
  padding: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--light);
  color: var(--gray-900);
}

.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-200);
}

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-100);
  border-color: var(--light-100);
  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 */
