/*============================================================
Template Name   : Sammmu.uz
Description     : University
Author          : Sammu RTTM
Version         : 1.0
==============================================================*/
/*=====================================================
Table of contents
=======================================================

1. Google fonts
2. Theme variables
3. General css
4. Margin & padding
5. Preloader
6. Scroll top css
7. Bs custom css
8. Nice select css
9. Breadcrumb css
10. Pagination css 
11. Play btn
12. Site title css
13. Theme button
14. Header top css
15. Navbar css
16. Navbar multi level dropdown
17. Navbar mega menu
18. Sidebar popup css 
19. Search popup
20. Hero css 
21. About css 
22. Feature css 
23. Counter css 
24. Video css 
25. Contact us css 
26. Error css 
27. Terms/privacy css 
28. Coming soon css 
29. Faq css 
30. Team css 
31. Testimonial css 
32. Partner css 
33. Choose css 
34. Cta css 
35. Pricing css 
36. Blog css
37. Blog single css
38. Blog sidebar widget css
39. Auth css 
40. Step/process css  
41. Footer css
42. Skill css
43. Category css
44. Course css
45. Course single css
46. Instructor css
47. Instructor single css
48. Become instructor css
49. Download css
50. Mail success css
51. Gallery css
52. Help css 
53. Affiliate css 
54. Invoice css 
55. Career css 
56. Career single css 
57. Event css 
58. Event single css 
59. Cart css 
60. Checkout css 
61. Account css 
62. Home css

=======================================================*/
/*====================
1. Google fonts
======================*/
@import url("https://fonts.googleapis.com/css2?family=Sansation:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap");
/*====================
2. Theme variables
======================*/
:root {
  --body-font: "Roboto", sans-serif;
  --heading-font: "Sansation", sans-serif;
  --theme-color: #8e79f9;
  --theme-color2: #f7931e;
  --theme-bg-light: #f6f6f6;
  --body-text-color: #757f95;
  --color-white: #ffffff;
  --color-dark: #000d83;
  --color-green: #15d4c9;
  --color-blue: #2075fe;
  --color-skyblue: #00bfff;
  --color-purple: #a855f7;
  --color-yellow: #fba707;
  --color-gray: #ececec;
  --color-red: #fd6a6a;
  --box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --box-shadow3: 0 0 40px 5px rgba(142, 121, 249, 0.05);
  --transition: all 0.5s ease-in-out;
  --transition2: all 0.3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.15);
  --footer-bg: #000d83;
  --footer-text-color: #f5faff;
  --gradient: linear-gradient(to bottom right, #ff99ff 0%, #8e79f9 100%);
  --gradient2: linear-gradient(to bottom right, #fdd099 0%, #ff6f3d 100%);
  --gradient3: linear-gradient(90deg, #15d5ae 10%, #5177ff 35%, #de1dfc 100%);
}

/*====================
3. General css
======================*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: var(--body-text-color);
  line-height: 1.8;
}

a {
  color: var(--color-dark);
  display: inline-block;
}

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

a:hover {
  color: var(--color-blue);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-dark);
  margin: 0px;
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

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

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

/* theme default */
.bg {
  background: var(--theme-bg-light);
}

.bg-2 {
  background: rgb(from var(--theme-color2) r g b/0.05);
}

/*====================
4. Margin & padding
======================*/
.pt-10 {
  padding-top: 10px;
}

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

.pt-20 {
  padding-top: 20px;
}

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

.pt-30 {
  padding-top: 30px;
}

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

.pt-40 {
  padding-top: 40px;
}

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

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

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

.pt-60 {
  padding-top: 60px;
}

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

.pt-70 {
  padding-top: 70px;
}

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

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

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

@media all and (max-width: 991px) {
  .home-3 .py-80 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media all and (max-width: 767px) {
  .home-3 .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pt-90 {
  padding-top: 90px;
}

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

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

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

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

.pt-110 {
  padding-top: 110px;
}

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

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

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

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

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

.pt-130 {
  padding-top: 130px;
}

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

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.pt-140 {
  padding-top: 140px;
}

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

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

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

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

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

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

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

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

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

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

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

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

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

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

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

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

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

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

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

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

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

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

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

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

/*====================
5. Preloader
======================*/
/* ==========================================================================
   PRELOADER — Tibbiyot mavzusiga moslashtirilgan, zamonaviy, GPU-optimallashtirilgan
   ========================================================================== */

.preloader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-inner {
  position: relative;
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Sonar (ultratovush) pulsi — kengayib yo'qoluvchi halqalar ===== */
.sonar-ring {
  position: absolute;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 2.5px solid var(--theme-color, #2fb88c);
  opacity: 0;
  will-change: transform, opacity;
  animation: sonar-expand 2.4s ease-out infinite;
  transform: translateZ(0);
}

.sonar-ring--1 { animation-delay: 0s; }
.sonar-ring--2 { animation-delay: 0.8s; }
.sonar-ring--3 { animation-delay: 1.6s; }

@keyframes sonar-expand {
  0% {
    transform: scale(0.55) translateZ(0);
    opacity: 0.55;
  }
  100% {
    transform: scale(1.25) translateZ(0);
    opacity: 0;
  }
}

/* ===== Statik yupqa yo'l (track) ===== */
.preloader-track {
  position: absolute;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 2.5px solid rgba(47, 184, 140, 0.12);
  z-index: 1;
}

/* ===== Radar skaner — conic-gradient bilan aylanuvchi nurli sektor ===== */
.preloader-scanner {
  position: absolute;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  z-index: 1;
  background: conic-gradient(
          from 0deg,
          transparent 0deg,
          transparent 260deg,
          var(--theme-color, #2fb88c) 340deg,
          transparent 360deg
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
  will-change: transform;
  animation: scanner-spin 1.8s linear infinite;
  transform: translateZ(0);
}

@keyframes scanner-spin {
  0% { transform: rotate(0deg) translateZ(0); }
  100% { transform: rotate(360deg) translateZ(0); }
}

/* ===== Komet nuqta — aylana bo'ylab yuradi ===== */
.preloader-comet {
  position: absolute;
  width: 148px;
  height: 148px;
  z-index: 2;
  will-change: transform;
  animation: comet-orbit 1.8s linear infinite;
  transform: translateZ(0);
}

.preloader-comet::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -4.5px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0%, var(--theme-color, #2fb88c) 70%);
}

@keyframes comet-orbit {
  0% { transform: rotate(0deg) translateZ(0); }
  100% { transform: rotate(360deg) translateZ(0); }
}

/* ===== Logotip — silliq, qotmaydigan yurak urishi ===== */
.preloader-logo {
  position: relative;
  width: 68px;
  height: auto;
  z-index: 3;
  will-change: transform;
  animation: logo-heartbeat 1.15s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
}

@keyframes logo-heartbeat {
  0%   { transform: translateZ(0) scale(1); }
  14%  { transform: translateZ(0) scale(1.12); }
  28%  { transform: translateZ(0) scale(1); }
  42%  { transform: translateZ(0) scale(1.06); }
  56%  { transform: translateZ(0) scale(1); }
  100% { transform: translateZ(0) scale(1); }
}

/* ===== EKG (yurak monitori) chizig'i ===== */
.preloader-ekg {
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 40px;
  z-index: 1;
  overflow: hidden;
}

.preloader-ekg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.preloader-ekg-path {
  fill: none;
  stroke: var(--theme-color, #2fb88c);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Oq "parda" — chapdan o'ngga siljib chiziqni ochib boradi. Faqat transform, GPU'da ishlaydi */
.preloader-ekg-wiper {
  position: absolute;
  inset: 0;
  background: #ffffff;
  transform-origin: right center;
  will-change: transform;
  animation: ekg-wipe 2.2s linear infinite;
}

@keyframes ekg-wipe {
  0% { transform: scaleX(1) translateZ(0); }
  85% { transform: scaleX(0) translateZ(0); }
  100% { transform: scaleX(0) translateZ(0); }
}

/* ===== Matn ("Yuklanmoqda...") ===== */
.preloader-text {
  position: absolute;
  bottom: -78px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #8a8ea6;
  white-space: nowrap;
  z-index: 1;
}

.dot {
  display: inline-block;
  opacity: 0;
  will-change: opacity;
  animation: dot-blink 1.4s ease-in-out infinite;
}

.dot--1 { animation-delay: 0s; }
.dot--2 { animation-delay: 0.2s; }
.dot--3 { animation-delay: 0.4s; }

@keyframes dot-blink {
  0%, 20% { opacity: 0; }
  50% { opacity: 1; }
  80%, 100% { opacity: 0; }
}

/* ===== Mobil moslashuv ===== */
@media (max-width: 480px) {
  .preloader-inner { width: 170px; height: 170px; }

  .sonar-ring,
  .preloader-track,
  .preloader-scanner,
  .preloader-comet {
    width: 112px;
    height: 112px;
  }

  .preloader-logo { width: 52px; }

  .preloader-ekg { width: 160px; bottom: -26px; }

  .preloader-text { font-size: 12.5px; bottom: -62px; }
}

/* ===== Foydalanuvchi animatsiyani kamaytirgan bo'lsa — hurmat qilamiz ===== */
@media (prefers-reduced-motion: reduce) {
  .sonar-ring,
  .preloader-scanner,
  .preloader-comet,
  .preloader-logo,
  .preloader-ekg-path {
    animation: none;
  }
}
/*====================
6. Scroll top css
======================*/
#scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: var(--color-white);
  background-color: var(--theme-color);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: var(--box-shadow2);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: rotate(-40deg);
  z-index: 1;
}
#scroll-top:hover {
  transform: rotate(0);
}
#scroll-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top.active {
    bottom: 100px;
  }
}

/* ============================
   PANEL — .a11y-panel (butunlay izolyatsiyalangan)
============================ */
.dropdown-menu.a11y-panel {
  min-width: 260px !important;
  padding: 20px !important;
  border: none !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 20px 50px rgba(72, 37, 194, 0.18), 0 4px 14px rgba(0, 0, 0, 0.06) !important;
  margin-top: 12px !important;
}

.a11y-panel .a11y-section:not(:first-child) {
  margin-top: 18px !important;
}

.a11y-panel .a11y-label {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #a6a5b8 !important;
  margin: 0 0 12px !important;
}

/* ============================
   DROPDOWN — Bootstrap JS'siz, class orqali boshqariladi
============================ */
.a11y-wrapper {
  position: relative;
}

.a11y-wrapper .a11y-panel {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 999;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.a11y-wrapper.a11y-open .a11y-panel {
  display: block;
  opacity: 1;
  transform: translateY(0);
}




/* ============================
   SHRIFT O'LCHAMI SLAYDERI
============================ */
.a11y-panel .a11y-slider-block {
  margin-top: 4px !important;
}

.a11y-panel .a11y-slider-text {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 12px !important;
  color: #6b6b85 !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}

.a11y-panel .a11y-range-val {
  font-weight: 700 !important;
  color: #4825c2 !important;
  font-size: 12.5px !important;
}

.a11y-panel .a11y-slider {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  height: 4px !important;
  border-radius: 4px !important;
  background: #ecebf5 !important;
  outline: none !important;
  cursor: pointer !important;
  margin: 0 !important;
}

.a11y-panel .a11y-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4825c2, #6a3fd8);
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(72, 37, 194, 0.4);
  cursor: pointer;
  transition: transform 0.15s ease;
}

.a11y-panel .a11y-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.a11y-panel .a11y-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4825c2, #6a3fd8);
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(72, 37, 194, 0.4);
  cursor: pointer;
}


/*====================
7. Bs custom css
======================*/
/* custom form */
.form-group {
  margin-bottom: 20px;
}
.form-group .form-label {
  color: var(--color-dark);
}
.form-group .form-control,
.form-group .form-select {
  padding: 14px 20px 14px 20px;
  background-color: var(--color-white);
  color: var(--color-dark);
  border-color: var(--border-info-color);
  border-radius: 15px;
}
.form-group .form-control:focus,
.form-group .form-select:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.25rem rgba(142, 121, 249, 0.25);
}
.form-group .form-control::-moz-placeholder {
  color: var(--body-text-color);
}
.form-group .form-control::placeholder {
  color: var(--body-text-color);
}
.form-group .form-icon {
  position: relative;
}
.form-group .form-icon i {
  position: absolute;
  top: 19px;
  left: 20px;
  color: var(--theme-color);
  z-index: 1;
}
.form-group .form-icon .form-control,
.form-group .form-icon .form-select {
  padding-left: 50px;
}

.form-check {
  margin-bottom: 20px;
}
.form-check-input {
  border-radius: 50px;
  margin-top: 6.5px;
  border-color: var(--border-info-color);
}
.form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.form-check-input:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.25rem rgba(142, 121, 249, 0.25);
}
.form-check-label {
  color: var(--color-dark);
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* custom tooltip */
.tooltip-inner {
  background: var(--theme-color);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 600;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-top-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -2.5px !important;
  border-left-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -2.5px !important;
  border-right-color: var(--theme-color) !important;
}

.tooltip.show {
  opacity: 1;
}

/* custom modal */
.modal .modal-content {
  border-radius: 25px;
}
.modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: var(--color-dark);
  border-radius: 50px;
  color: var(--color-white);
  font-size: 20px;
  opacity: 1;
  z-index: 1;
}
.modal .modal-body {
  padding: 25px;
}

/* custom form */
@media all and (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}
/*====================
8. Nice select css
======================*/
.nice-select {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-radius: 15px;
  font-size: 16px;
  color: var(--color-dark);
  margin-bottom: 20px;
  border-color: var(--border-info-color);
}
.nice-select::after {
  width: 9px;
  height: 9px;
  right: 20px;
  margin-top: -6.5px;
}
.nice-select:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.25rem rgba(142, 121, 249, 0.25);
}
.nice-select .list {
  width: 100%;
  border: none;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  border-radius: 10px;
  background: var(--theme-bg-light);
  color: var(--theme-color);
}

.form-icon .nice-select {
  padding-left: 50px;
}

/*====================
9. Breadcrumb css
======================*/
/* ============================
   HEADER — doim oq, o'zgarmas
============================ */
.header,
.main-header,
.navbar,
.site-header {
  background: #ffffff !important;
  position: relative;
  z-index: 10;
}

/* ============================
   SITE BREADCRUMB — mobil uchun to'liq qayta ko'rib chiqilgan
============================ */
.site-breadcrumb {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 20px 60px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(160deg, #f8f6ff 0%, #fdf1f7 55%, #fff9f2 100%);
}

.site-breadcrumb * {
  box-sizing: border-box;
}

.site-breadcrumb .container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.site-breadcrumb .breadcrumb-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(72, 37, 194, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  pointer-events: none;
}

.site-breadcrumb::before,
.site-breadcrumb::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.site-breadcrumb::before {
  top: -70px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(72, 37, 194, 0.10), transparent 70%);
}

.site-breadcrumb::after {
  bottom: -90px;
  left: -60px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(219, 39, 119, 0.07), transparent 70%);
}

.site-breadcrumb .breadcrumb-title {
  position: relative;
  z-index: 1;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0 0 18px;
  max-width: 100%;
  word-break: break-word;
  background: linear-gradient(90deg, #241b5e, #4825c2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0;
  animation: bcFadeUp 0.5s ease forwards;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 7px 16px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(72, 37, 194, 0.08);
  box-shadow: 0 6px 24px rgba(72, 37, 194, 0.08);
  opacity: 0;
  animation: bcFadeUp 0.6s ease forwards;
  animation-delay: 0.1s;
}

.site-breadcrumb .breadcrumb-menu li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 500;
  color: #6b6b85;
  white-space: nowrap;
}

.site-breadcrumb .breadcrumb-menu li:first-child::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f015";
  font-size: 13px;
  color: #4825c2;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: #6b6b85;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #4825c2;
}

.site-breadcrumb .breadcrumb-menu li + li::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f105";
  font-size: 12px;
  color: #b8b8cc;
  margin-right: 2px;
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: #4825c2;
  font-weight: 600;
  background: rgba(72, 37, 194, 0.08);
  padding: 4px 12px;
  border-radius: 999px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes bcFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================
   MOBIL — asosiy tuzatish shu yerda
============================ */
@media (max-width: 768px) {
  .site-breadcrumb {
    padding: 56px 16px 36px !important;
  }

  .site-breadcrumb::before {
    width: 180px;
    height: 180px;
    top: -40px;
    right: -30px;
  }

  .site-breadcrumb::after {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -30px;
  }

  .site-breadcrumb .breadcrumb-dots {
    background-size: 16px 16px;
  }

  .site-breadcrumb .breadcrumb-title {
    font-size: 22px !important;
    line-height: 1.35 !important;
    margin-bottom: 12px !important;
  }

  .site-breadcrumb .breadcrumb-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 92% !important;
    padding: 6px 12px !important;
    gap: 4px !important;
    overflow: hidden;
  }

  .site-breadcrumb .breadcrumb-menu li {
    font-size: 11px !important;
    gap: 4px !important;
    min-width: 0;
  }

  /* Faqat oxirgi ikki element ko'rinadi, ortiq bo'lsa matn qisqaradi */
  .site-breadcrumb .breadcrumb-menu li:not(.active):not(:first-child) span,
  .site-breadcrumb .breadcrumb-menu li:not(.active):not(:first-child) a {
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }

  .site-breadcrumb .breadcrumb-menu li.active {
    max-width: 130px;
    padding: 3px 10px !important;
  }

  .site-breadcrumb .breadcrumb-menu li.active span,
  .site-breadcrumb .breadcrumb-menu li.active a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .site-breadcrumb {
    padding: 44px 12px 28px !important;
  }

  .site-breadcrumb .breadcrumb-title {
    font-size: 19px !important;
  }

  .site-breadcrumb .breadcrumb-menu {
    max-width: 96% !important;
  }
}
/*====================
10. Pagination css 
======================*/
.pagination-area {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  flex-wrap: wrap;
}

.pagination .page-item {
  position: relative;
}

.pagination .page-item > a,
.pagination .page-item > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 14px !important;
  background: #ffffff;
  color: #1c1c28;
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  box-shadow:
          0 1px 3px rgba(17, 17, 26, 0.06),
          0 4px 10px rgba(17, 17, 26, 0.06);
  transition: color 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
  box-shadow 0.3s ease;
}

.pagination .page-item > a i {
  font-size: 13px;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* Gradient qatlam — hover/active'da paydo bo'ladi */
.pagination .page-item > a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--theme-color, #6c5ce7), #8e7bff);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: -1;
}

/* Hover */
.pagination .page-item:not(.disabled):not(.active) > a:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow:
          0 10px 20px -6px rgba(108, 92, 231, 0.45),
          0 4px 8px rgba(108, 92, 231, 0.2);
}

.pagination .page-item:not(.disabled):not(.active) > a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.pagination .page-item.next:not(.disabled) > a:hover i {
  transform: translateX(3px);
}
.pagination .page-item.prev:not(.disabled) > a:hover i {
  transform: translateX(-3px);
}

/* Active — doim yorqin gradient rangda, kuchliroq soya */
.pagination .page-item.active > a,
.pagination .page-item.active > span {
  color: #fff;
  transform: scale(1.08);
  box-shadow:
          0 10px 22px -6px rgba(108, 92, 231, 0.5),
          0 3px 8px rgba(108, 92, 231, 0.25);
}

.pagination .page-item.active > a::before,
.pagination .page-item.active > span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--theme-color, #6c5ce7), #8e7bff);
  opacity: 1;
  z-index: -1;
}

/* Active atrofida nafas oluvchi halqa */
.pagination .page-item.active > a::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 18px;
  border: 1.5px solid var(--theme-color, #6c5ce7);
  opacity: 0.5;
  animation: ring-breathe 2.4s ease-out infinite;
  pointer-events: none;
}

@keyframes ring-breathe {
  0%   { opacity: 0.5; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.28); }
}

/* Disabled */
.pagination .page-item.disabled > a,
.pagination .page-item.disabled > span {
  color: #c7cad4;
  background: #f7f7fa;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

/* Fokus */
.pagination .page-item > a:focus-visible {
  outline: 2px solid var(--theme-color, #6c5ce7);
  outline-offset: 3px;
}

/* Klik */
.pagination .page-item:not(.disabled) > a:active {
  transform: translateY(-1px) scale(0.95);
}

/* Mobil */
@media (max-width: 480px) {
  .pagination {
    gap: 5px;
  }
  .pagination .page-item > a,
  .pagination .page-item > span {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .pagination .page-item.active > a::after {
    display: none;
  }
}
/*====================
12. Site title css
======================*/
.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.site-heading .site-title-tagline {
  display: inline-block;
  color: var(--color-white);
  font-weight: 500;
  text-transform: none;
  font-size: 18px;
  background: var(--theme-color);
  border-radius: 50px;
  padding: 2px 15px 2px 3px;
  margin-bottom: 15px;
}
.site-heading .site-title-tagline.light {
  background: var(--color-white);
}
.site-heading .site-title-tagline i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 31px;
  background: var(--color-white);
  color: var(--theme-color);
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
}
.site-heading .site-title {
  font-weight: 700;
  text-transform: none;
  font-size: 45px;
  color: var(--color-dark);
  margin-bottom: 0;
}
.site-heading .site-title span {
  color: var(--theme-color);
}
.site-heading .site-title .text-gradient {
  color: transparent;
  background-image: var(--gradient3);
  -webkit-background-clip: text;
          background-clip: text;
}

.site-heading .site-title-mobile {
  font-weight: 700;
  text-transform: none;
  font-size: 30px;
  color: var(--color-dark);
  margin-bottom: 0;
}
.site-heading .site-title-mobile span {
  color: var(--theme-color);
}
.site-heading .site-title-mobile .text-gradient {
  color: transparent;
  background-image: var(--gradient3);
  -webkit-background-clip: text;
  background-clip: text;
}


.site-heading p {
  margin-top: 15px;
}
.site-heading.inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.site-heading.inline .site-title {
  font-size: 35px;
}
.site-heading .heading-divider {
  display: inline-block;
  position: relative;
  border-bottom: 4px solid var(--theme-color);
  width: 90px;
  height: 4px;
  border-radius: 50px;
}
.site-heading .heading-divider::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 6px;
  width: 15px;
  border-radius: 0px;
  background-color: var(--color-white);
  animation: heading-move 5s infinite linear;
}
@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}
/*====================
13. Theme button
======================*/
.theme-border-btn,
.theme-btn2,
.theme-btn {
  font-size: 16px;
  color: var(--color-white);
  padding: 10px 20px;
  transition: all 0.5s;
  text-transform: none;
  position: relative;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  background: var(--gradient);
  box-shadow: 0 10px 30px 0 rgba(142, 121, 249, 0.25);
  z-index: 1;
}
.theme-border-btn::before,
.theme-btn2::before,
.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--color-dark);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.theme-border-btn:hover::before,
.theme-btn2:hover::before,
.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.theme-border-btn i,
.theme-btn2 i,
.theme-btn i {
  margin-left: 8px;
  transform: rotate(-40deg);
  transition: var(--transition2);
}
.theme-border-btn:hover i,
.theme-btn2:hover i,
.theme-btn:hover i {
  transform: rotate(0deg);
}
.theme-border-btn span,
.theme-btn2 span,
.theme-btn span {
  margin-right: 5px;
}

.theme-btn:hover {
  color: var(--color-white);
}

.theme-btn2 {
  background: var(--gradient2);
  color: var(--color-white);
  box-shadow: 0 10px 30px 0 rgba(253, 156, 40, 0.25);
}
.theme-btn2::before {
  background: var(--color-dark);
}
.theme-btn2:hover {
  color: var(--color-white);
}

.theme-border-btn {
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  padding: 2px 10px;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
}
.theme-border-btn::before {
  display: none;
}
.theme-border-btn:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

/*====================
14. Header top css
======================*/
.header-top {
  padding: 10px 0;
  background: var(--gradient3);
  position: relative;
  z-index: 3;
}
.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.header-top-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media all and (max-width: 1199px) {
  .header-top-list ul {
    gap: 10px;
  }
}
@media all and (max-width: 991px) {
  .header-top-list ul {
    gap: 0px;
  }
}
@media all and (max-width: 991px) {
  .header-top-list ul li {
    margin-right: 10px;
  }
}
@media all and (max-width: 991px) {
  .header-top-list ul li:last-child {
    display: none;
  }
}
.header-top-list a {
  color: var(--color-white);
  font-weight: 500;
}
.header-top-list a:hover {
  color: var(--theme-color2);
}
.header-top-list a i {
  color: var(--color-white);
  margin-right: 5px;
}
@media all and (max-width: 1199px) {
  .header-top-left {
    margin-right: 5px;
  }
}
.header-top-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.header-top-right .header-top-list i {
  color: var(--color-white);
}
.header-top-social span {
  color: var(--color-white);
}
@media all and (max-width: 991px) {
  .header-top-social span {
    display: none;
  }
}
.header-top-social a {
  color: var(--color-white);
  font-size: 16px;
  text-align: center;
  margin-left: 14px;
  transition: var(--transition);
}
@media all and (max-width: 1199px) {
  .header-top-social a {
    width: 34px;
    height: 34px;
    line-height: 37px;
    margin-left: 0;
  }
}
.header-top-social a :hover {
  color: var(--theme-color2);
}
.header-top-lang .top-lang {
  color: var(--color-white);
}
.header-top-lang .dropdown-menu {
  border-radius: 15px;
  padding: 10px;
  border: none;
  box-shadow: var(--box-shadow);
}
.header-top-lang .dropdown-item {
  color: var(--color-dark);
  border-radius: 10px;
}
.header-top-lang .dropdown-item:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
@media all and (max-width: 991px) {
  .header-top-lang .dropdown-toggle::after {
    margin-top: 12px;
  }
}

/*====================
15. Navbar css
======================*/
.navbar {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 4;
}
.navbar.fixed-top {
  position: fixed;
  background: var(--color-white);
  box-shadow: var(--box-shadow2);
  animation: slide-down 0.7s;
}
.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}
.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}
.navbar .navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand .logo-display {
  display: block;
}
.navbar .navbar-brand .logo-scrolled {
  display: none;
}
.navbar .navbar-brand img {
  width: 170px;
}
.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 22px;
    padding: 30px 0 30px 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-dark);
    text-transform: none;
  }
  .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link {
    color: var(--theme-color);
  }
  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    padding: 10px;
    margin-top: 0;
    left: -15px;
    border-radius: 15px;
    border: none;
    background: var(--theme-color);
    width: max-content;
    min-width: 220px;
    max-width: 90vw;
    box-shadow: var(--box-shadow2);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition2);
  }
  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px dashed var(--border-white-color2);
  }
  .navbar .nav-item .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 6px 15px;
    font-weight: 400;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-transform: none;
    transition: var(--transition2);
    z-index: 1;
    white-space: nowrap;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: var(--theme-color);
    color: var(--color-white);
    padding-left: 25px;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "\f061";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    left: -15px;
    top: 6px;
    color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition2);
    z-index: -1;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  .navbar.fixed-top .nav-item .nav-link {
    color: var(--color-dark);
  }
  .navbar.fixed-top .nav-link.active,
  .navbar.fixed-top .nav-item:hover .nav-link {
    color: var(--theme-color);
  }
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }
  .navbar .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-left: 30px;
  }
  .navbar .nav-right-link {
    position: relative;
    font-size: 20px;
    color: var(--color-dark);
    border: none;
    padding: 0;
    background: transparent;
    transition: var(--transition);
  }
  .navbar .nav-right-link:hover {
    color: var(--theme-color);
  }
  .navbar .nav-right .sidebar-btn span {
    display: block;
    width: 24px;
    border-bottom: 3px solid var(--color-dark);
    border-radius: 50px;
    margin-top: 6px;
    margin-left: auto;
    transition: var(--transition);
  }
  .navbar .nav-right .sidebar-btn span:first-child {
    width: 10px;
    margin-top: 0;
  }
  .navbar .nav-right .sidebar-btn span:nth-child(3) {
    width: 15px;
  }
  .navbar.fixed-top .nav-right-link {
    color: var(--color-dark);
  }
  .navbar.fixed-top .nav-right-link:hover {
    color: var(--theme-color);
  }
}
.navbar .nav-right-link {
  position: relative;
}
.navbar .nav-right-link.course-cart .count {
  position: absolute;
  top: -5px;
  right: -12px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background: var(--theme-color);
  border-radius: 50px;
  color: var(--color-white);
  font-size: 12px;
  text-align: center;
}
.navbar .mobile-menu-right {
  display: none;
}

@media all and (max-width: 1199px) {
  .navbar .nav-item .nav-link {
    margin-right: 15px;
  }
  .navbar .nav-right {
    margin-left: 25px;
  }
  .navbar .nav-right .nav-btn,
  .navbar .nav-right .sidebar-btn {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .navbar-brand img {
    width: 130px;
  }
  .navbar .offcanvas {
    width: 300px;
  }
  .navbar .offcanvas-header .btn-close {
    background: var(--color-red);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    color: var(--color-white);
    font-size: 18px;
    box-shadow: none;
    opacity: 1;
  }
  .navbar .offcanvas-brand {
    width: 150px;
  }
  .navbar .nav-item .nav-link {
    color: var(--color-dark);
    font-weight: 700;
    margin-right: 0px;
    transition: var(--transition);
  }
  .navbar .nav-item .nav-link:hover {
    color: var(--theme-color);
  }
  .navbar .nav-item .dropdown-menu {
    border-radius: 15px;
  }
  .navbar .nav-item .dropdown-toggle::after {
    float: right;
    margin-top: 2.5px;
  }
  .navbar-toggler {
    padding: 0;
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler span {
    display: block;
    width: 22px;
    border-bottom: 3px solid var(--color-dark);
    border-radius: 50px;
    margin-top: 5px;
  }
  .navbar-toggler span:first-child {
    margin-top: 0;
  }
  .navbar-toggler span:nth-child(2) {
    width: 15px;
  }
  .navbar .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .navbar .mobile-menu-right .nav-right-link {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--color-dark);
  }
  .navbar .mobile-menu-right .nav-right-link:hover {
    color: var(--theme-color);
  }
  .navbar .nav-right {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .navbar.light .nav-item .nav-link {
    color: var(--color-white);
  }
  .navbar.light .nav-item .nav-link.active, .navbar.light .nav-item:hover .nav-link {
    color: var(--theme-color);
  }
  .navbar.light .nav-right-link {
    color: var(--color-white);
  }
  .navbar.light .nav-right-link:hover {
    color: var(--theme-color);
  }
  .navbar.light .nav-right .sidebar-btn span {
    border-color: var(--color-white);
  }
  .navbar.light.fixed-top .nav-item .nav-link {
    color: var(--color-dark);
  }
  .navbar.light.fixed-top .nav-right-link {
    color: var(--color-dark);
  }
  .navbar.light.fixed-top .nav-right .sidebar-btn span {
    border-color: var(--color-dark);
  }
}
@media all and (max-width: 991px) {
  .navbar.light .navbar-toggler span {
    border-color: var(--color-white);
  }
  .navbar.light .mobile-menu-right .nav-right-link {
    color: var(--color-white);
  }
  .navbar.light .mobile-menu-right .nav-right-link:hover {
    color: var(--theme-color);
  }
  .navbar.light.fixed-top .navbar-toggler span {
    border-color: var(--color-dark);
  }
  .navbar.light.fixed-top .mobile-menu-right .nav-right-link {
    color: var(--color-dark);
  }
}
/*==============================
16. Navbar multi level dropdown
================================*/
.navbar .nav-item .dropdown-submenu {
  position: relative;
}
.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}
.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}
.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 8px;
  font-weight: 600;
}
.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: var(--color-white);
}
.navbar .nav-item .dropdown-submenu a:focus {
  background: transparent;
}
@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-menu .dropdown-item {
    color: var(--color-dark);
  }
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset;
    margin: 0 17px;
  }
  .navbar .nav-item .dropdown-submenu a::after {
    top: 3px;
  }
  .navbar .nav-item .dropdown-submenu a:hover {
    color: var(--theme-color);
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > .nav-item:nth-last-child(-n+3) .dropdown-submenu .dropdown-menu {
    left: unset;
    right: 100%;
  }
}

/*============================
17. Navbar mega menu
==============================*/
@media all and (min-width: 992px) {
  .navbar.mega-menu {
    position: static;
  }
  .navbar.mega-menu .dropdown-menu {
    width: 98.2%;
    left: 12px;
  }
  .navbar.mega-menu .dropdown-menu .dropdown-item {
    padding-left: 0;
  }
  .navbar.mega-menu .dropdown-menu .dropdown-item::before {
    left: 0;
  }
  .navbar.mega-menu .dropdown-menu .dropdown-item:hover {
    padding-left: 15px;
  }
  .navbar .mega-menu .mega-content {
    padding: 12px;
  }
  .navbar .mega-menu-title {
    font-size: 17px;
    margin-bottom: 15px;
    color: var(--color-dark);
  }
  .navbar .mega-menu-img img {
    border-radius: 15px;
  }
  .navbar .nav-item.mega-menu.small {
    position: relative;
  }
  .navbar .nav-item.mega-menu.small .dropdown-menu {
    width: 340px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 991px) {
  .navbar .mega-menu-img {
    display: none;
  }
  .navbar .mega-menu .mega-content h5 {
    margin: 15px 0;
  }
}
/*====================
18. Sidebar popup css 
======================*/
.sidebar-popup {
  padding: 20px;
}
.sidebar-popup .btn-close {
  background: var(--theme-color);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50px;
  color: var(--color-white);
  font-size: 20px;
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  opacity: 1;
}
.sidebar-popup .btn-close:hover {
  background: var(--color-red);
}
.sidebar-popup .btn-close i {
  transition: var(--transition);
}
.sidebar-popup .btn-close:hover i {
  transform: rotate(180deg);
}
.sidebar-popup-logo img {
  width: auto;
  max-width: 155px;
  max-height: 46px;
  object-fit: contain;
}
@media all and (max-width: 767px) {
  .sidebar-popup-logo img {
    max-width: 125px;
    max-height: 38px;
  }
}
.sidebar-popup-about {
  margin-top: 10px;
}
.sidebar-popup-about h4 {
  margin-bottom: 10px;
  font-weight: 700;
}
.sidebar-popup-contact {
  margin-top: 20px;
}
.sidebar-popup-contact h4 {
  margin-bottom: 15px;
  font-weight: 700;
}
.sidebar-popup-contact li {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}
.sidebar-popup-contact li .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--color-white);
  background: var(--theme-color);
  text-align: center;
  border-radius: 50px;
}
.sidebar-popup-contact li a:hover {
  color: var(--theme-color);
}
.sidebar-popup-social {
  margin-top: 25px;
}
.sidebar-popup-social h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
.sidebar-popup-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  margin-right: 8px;
  background: var(--theme-color);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
}
.sidebar-popup-social a:hover {
  background: var(--color-dark);
}

/* ======================
19. Search popup
====================== */
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.95);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50px;
  text-align: center;
  background: var(--color-red);
  text-align: center;
  width: 50px;
  height: 50px;
  color: var(--color-white);
  font-size: 20px;
  cursor: pointer;
  box-shadow: var(--box-shadow);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group .form-control {
  position: relative;
  width: 100%;
  height: 70px;
  outline: none;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid var(--color-white);
  background-color: transparent;
  color: var(--color-white);
  font-size: 40px;
  padding: 0 70px 0 20px;
  transition: all 500ms ease;
  text-transform: none;
}
.search-popup .form-group .form-control::-moz-placeholder {
  color: var(--color-white);
  font-size: 40px;
}
.search-popup .form-group .form-control::placeholder {
  color: var(--color-white);
  font-size: 40px;
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50px;
  background: transparent;
  text-align: center;
  font-size: 30px;
  color: var(--color-white);
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color);
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}
.search-active .search-popup .close-search span {
  transition: var(--transition);
}
.search-active .search-popup .close-search:hover span {
  transform: rotate(180deg);
}
.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

/*====================
20. Hero css 
======================*/
.hero-section .hero-single {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 120px;
  padding-bottom: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-section .hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -0.5px;
  background: linear-gradient(to bottom right, rgb(7, 54, 146) 0%, rgba(7, 54, 146, 0) 100%);
  z-index: -1;
}
.hero-section .hero-single .hero-content {
  height: 100%;
}
.hero-section .hero-single .hero-content .hero-sub-title {
  display: inline-block;
  color: var(--color-white);
  font-size: 24px;
  letter-spacing: 6px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .hero-section .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }
}
.hero-section .hero-single .hero-content .hero-title {
  color: var(--color-white);
  font-size: 60px;
  font-weight: 600;
  margin: 20px 0;
  text-transform: none;
}
@media all and (max-width: 1199px) {
  .hero-section .hero-single .hero-content .hero-title {
    font-size: 37px;
  }
}
@media all and (max-width: 991px) {
  .hero-section .hero-single .hero-content .hero-title {
    font-size: 50px;
  }
}
.hero-section .hero-single .hero-content .hero-title span {
  color: var(--theme-color);
}
.hero-section .hero-single .hero-content p {
  color: var(--color-white);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.hero-section .hero-single .hero-content .hero-btn {
  display: flex;
  justify-content: start;
  gap: 1rem;
  margin-top: 35px;
}

/* hero-slider */
.hero-slider .owl-nav {
  margin-top: 0px;
}
.hero-slider .owl-nav button i {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  color: var(--theme-color);
  font-size: 25px;
  text-align: center;
  background: var(--color-white);
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
}
.hero-slider .owl-nav button:hover i {
  background: var(--theme-color);
  color: var(--color-white);
}
.hero-slider .owl-nav .owl-prev {
  left: 40px;
}
@media all and (max-width: 1199px) {
  .hero-slider .owl-nav .owl-prev {
    left: unset;
    right: 120px;
  }
}
.hero-slider .owl-nav .owl-next {
  right: 40px;
}
@media all and (max-width: 1199px) {
  .hero-slider .owl-nav .owl-next {
    right: 40px;
  }
}
.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media all and (max-width: 1199px) {
  .hero-slider .owl-nav .owl-prev,
  .hero-slider .owl-nav .owl-next {
    top: unset;
    bottom: 45px;
  }
}
.hero-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.hero-slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: var(--color-white);
  border-radius: 50px;
  border: 2px solid var(--theme-color);
  margin: 5px;
  transition: var(--transition);
}
.hero-slider .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
}

/* hero-info */
.hero-info-wrap {
  position: relative;
}
.hero-info-wrap .hero-avatar-group {
  position: absolute;
  left: 20px;
  top: 0px;
  background: var(--color-white);
  border-radius: 20px;
  padding: 15px;
  box-shadow: var(--box-shadow3);
  z-index: 1;
}
@media all and (max-width: 991px) {
  .hero-info-wrap .hero-avatar-group {
    top: 40px;
    left: 0px;
  }
}
.hero-info-wrap .hero-avatar-group h6 {
  color: var(--color-dark);
  margin-bottom: 5px;
}
.hero-info-wrap .hero-avatar-group h6 span {
  color: var(--theme-color);
}
.hero-info-wrap .hero-avatar-group .avatar:first-child {
  margin-left: 0;
}
.hero-info-wrap .hero-avatar-group .avatar img {
  width: 40px;
  border-radius: 50px;
  border: 3px solid var(--color-white);
}
.hero-info-wrap .hero-avatar-group .avatar + .avatar {
  margin-left: -18px;
}
.hero-info-wrap .hero-course-info {
  position: absolute;
  right: -30px;
  top: 80px;
  background: var(--color-white);
  border-radius: 50px;
  padding-right: 16px;
  box-shadow: var(--box-shadow3);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .hero-info-wrap .hero-course-info {
    top: 200px;
    right: 0;
  }
}
.hero-info-wrap .hero-course-info .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--gradient);
  border-radius: 50px;
  text-align: center;
}
.hero-info-wrap .hero-course-info .icon img {
  width: 38px;
  filter: brightness(0) invert(1);
}
.hero-info-wrap .hero-course-info .title span {
  color: var(--theme-color);
}

/* hero section 1 */
.hs-1 {
  margin-top: -6rem;
}
.hs-1 .hero-single {
  padding-top: 200px;
  padding-bottom: 160px;
}
@media all and (max-width: 991px) {
  .hs-1 .hero-single {
    padding-bottom: 0px;
  }
}
.hs-1 .hero-single::before {
  display: none;
}
.hs-1 .hero-single .hero-content .hero-sub-title {
  color: var(--theme-color2);
  text-transform: none;
  letter-spacing: 0;
  font-size: 25px;
}
.hs-1 .hero-single .hero-content .hero-title {
  color: var(--color-dark);
}
.hs-1 .hero-single .hero-content .hero-title span {
  color: var(--theme-color);
}
.hs-1 .hero-single .hero-content .hero-title .text-gradient {
  color: transparent;
  background-image: var(--gradient3);
  -webkit-background-clip: text;
          background-clip: text;
}
.hs-1 .hero-single .hero-content p {
  color: var(--color-dark);
}
.hs-1 .hero-single .hero-img .img-1 {
  position: absolute;
  bottom: 0;
  width: 44%;
}
@media all and (max-width: 991px) {
  .hs-1 .hero-single .hero-img .img-1 {
    position: relative;
    width: 100%;
    margin-top: 90px;
  }
}

/* hero section 2 */
.hs-2 {
  margin-top: -6rem;
}
.hs-2 .hero-single {
  padding-top: 150px;
  padding-bottom: 100px;
}
.hs-2 .hero-single::before {
  display: none;
}
.hs-2 .hero-single .hero-content .hero-title {
  color: var(--color-dark);
}
@media all and (max-width: 991px) {
  .hs-2 .hero-single .hero-content .hero-title {
    margin-bottom: 80px;
  }
}
.hs-2 .hero-single .hero-content .hero-title .text-gradient {
  color: transparent;
  background-image: var(--gradient3);
  -webkit-background-clip: text;
          background-clip: text;
}
.hs-2 .hero-single .hero-content .hero-sub-title {
  color: var(--theme-color2);
  letter-spacing: unset;
  text-transform: none;
  border-bottom: 2px solid var(--theme-color2);
  margin-bottom: 20px;
}
.hs-2 .hero-single .hero-content p {
  color: var(--color-dark);
}
.hs-2 .hero-single .hero-content .hero-img img {
  border-radius: 20px;
}
.hs-2 .hero-single .hero-video {
  position: relative;
  height: 100%;
}
.hs-2 .hero-single .hero-video a {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* hero section 3 */
.hero-section.hs-3 {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .hero-section.hs-3 {
    margin-top: 18px;
  }
}
.hs-3 .hero-single {
  min-height: 640px;
  padding: 45px 0 70px;
  border-radius: 28px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media all and (max-width: 1199px) {
  .hs-3 .hero-single {
    padding-bottom: 95px;
  }
}
@media all and (max-width: 991px) {
  .hs-3 .hero-single {
    min-height: 480px;
    border-radius: 22px;
  }
}
@media all and (max-width: 767px) {
  .hs-3 .hero-single {
    min-height: 380px;
    padding: 30px 0 85px;
    border-radius: 18px;
  }
}
.hs-3 .hero-single::before {
  display: block;
  background: linear-gradient(to top, rgba(4, 12, 40, 0.75) 0%, rgba(4, 12, 40, 0.28) 38%, rgba(4, 12, 40, 0) 68%);
}
.hs-3 .hero-single .hero-content .hero-title {
  color: var(--color-dark);
}
.hs-3 .hero-single .hero-content .hero-title .text-gradient {
  color: transparent;
  background-image: var(--gradient3);
  -webkit-background-clip: text;
          background-clip: text;
}
.hs-3 .hero-single .hero-content {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.hs-3 .hero-single .hero-content .hero-sub-title {
  display: inline-block;
  max-width: 640px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  color: var(--color-white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.2px;
  text-transform: none;
  text-align: left;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}
@media all and (max-width: 991px) {
  .hs-3 .hero-single .hero-content .hero-sub-title {
    font-size: 30px;
    max-width: 70%;
  }
}
@media all and (max-width: 767px) {
  .hs-3 .hero-single .hero-content .hero-sub-title {
    font-size: 21px;
    max-width: 68%;
  }
  .hs-3 .hero-slider .owl-nav button i {
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .hs-3 .hero-slider .owl-nav .owl-prev {
    left: unset;
    right: 68px;
  }
  .hs-3 .hero-slider .owl-nav .owl-next {
    left: unset;
    right: 16px;
  }
}
.hs-3 .hero-single .hero-content p {
  color: var(--color-dark);
}
@media all and (max-width: 991px) {
  .hs-3 .hero-single .hero-img {
    margin-top: 40px;
  }
}
.hs-3 .hero-slider .owl-nav button:hover i {
  background: var(--color-white);
  color: var(--theme-color);
}
.hs-3 .hero-slider .owl-nav .owl-prev {
  left: -30px;
}
@media all and (max-width: 1199px) {
  .hs-3 .hero-slider .owl-nav .owl-prev {
    left: unset;
    right: 78px;
    bottom: 22px;
  }
}
.hs-3 .hero-slider .owl-nav .owl-next {
  right: -30px;
}
@media all and (max-width: 1199px) {
  .hs-3 .hero-slider .owl-nav .owl-next {
    left: unset;
    right: 20px;
    bottom: 22px;
  }
}

/* hero section 4 */
.hs-4 {
  margin-top: -6rem;
}
.hs-4 .hero-single {
  padding-top: 190px;
  padding-bottom: 150px;
}
.hs-4 .hero-single::before {
  display: none;
}
.hs-4 .hero-single .hero-content .hero-sub-title {
  letter-spacing: 0.1;
  color: var(--theme-color2);
  border-bottom: 2px solid var(--theme-color2);
}
.hs-4 .hero-single .hero-content .hero-title {
  color: var(--color-dark);
}
.hs-4 .hero-single .hero-content p {
  color: var(--color-dark);
}
.hs-4 .hero-single .hero-search {
  margin-top: 40px;
}
.hs-4 .hero-single .hero-search .form-group {
  position: relative;
}
.hs-4 .hero-single .hero-search .form-group .form-control {
  padding-right: 130px;
}
.hs-4 .hero-single .hero-search .form-group .theme-btn2 {
  position: absolute;
  right: 5px;
  top: 5.5px;
  padding: 7px 15px;
}
.hs-4 .hero-single .hero-search .form-group .theme-btn2 span {
  transform: unset;
}

/* ===================
21. About css 
====================== */
.about-left {
  position: relative;
}

.about-img::before {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 5%;
  width: 200px;
  height: 200px;
  border: 10px solid var(--theme-color);
  border-radius: 50%;
  z-index: -1;
}
.about-img img {
  border-radius: 200px;
}
.about-img .img-2 {
  margin-left: -20px;
  margin-top: 110px;
  border: 10px solid var(--color-white);
}
@media all and (max-width: 767px) {
  .about-img .img-2 {
    margin-top: 60px;
    margin-left: -10px;
  }
}

.about-right {
  position: relative;
  display: block;
}
@media all and (max-width: 991px) {
  .about-right {
    margin-top: 80px;
  }
}

.about-experience {
  background: var(--gradient2);
  position: absolute;
  right: 90px;
  top: -15px;
  padding: 14px 25px;
  border-radius: 100px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .about-experience {
    right: -7px;
  }
}
.about-experience h5 {
  color: var(--color-white);
  font-size: 40px;
}
.about-experience p {
  color: var(--color-white);
  font-weight: 600;
}

.about-content {
  margin-top: 25px;
  margin-bottom: 35px;
}
.about-content .about-item {
  display: flex;
  gap: 12px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 20px;
  padding: 15px;
}
.about-content .about-item .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px;
}
.about-content .about-item .icon img {
  width: 45px;
  filter: brightness(0) invert(1);
}
.about-content .about-item .content {
  flex: 1;
}
.about-content .about-item .content h6 {
  color: var(--color-dark);
  margin-bottom: 5px;
}

/*====================
22. Feature css 
======================*/
/* ==========================================================================
   FEATURE AREA — vertikal, zamonaviy karta dizayni
   ========================================================================== */

.feature-area {
  position: relative;
  z-index: 1;
}

.feature-wrap .site-heading {
  margin-bottom: 48px;
}

.row.g-4 { counter-reset: feature-counter; }

/* ===== Karta — vertikal, minimal, raqamli ===== */
.feature-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px 26px 28px;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 20px;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.34, 1.56, .64, 1), box-shadow .4s ease, border-color .4s ease;
  will-change: transform;
}

/* Fon raqami — "01", "02" ... xira watermark */
.feature-item::before {
  counter-increment: feature-counter;
  content: counter(feature-counter, decimal-leading-zero);
  position: absolute;
  top: -6px;
  right: 14px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, .08);
  z-index: 0;
  transition: -webkit-text-stroke-color .4s ease, transform .4s ease;
}

.feature-item:hover {
  transform: translateY(-8px);
  border-color: transparent;
  box-shadow: 0 24px 46px -20px rgba(0, 0, 0, .22);
}

.feature-item:hover::before {
  -webkit-text-stroke-color: rgba(99, 91, 255, .18);
  transform: translateY(-3px);
}

/* ===== Ikonka — kvadrat, yumshoq soya, hover'da to'ldiriladi ===== */
.feature-icon {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(99, 91, 255, .1);
  color: var(--theme-color);
  font-size: 22px;
  margin-bottom: 20px;
  box-shadow: 0 6px 16px -8px rgba(99, 91, 255, .3);
  transition: background .4s ease, color .4s ease, transform .45s cubic-bezier(.34, 1.56, .64, 1), box-shadow .4s ease;
}

.feature-item:hover .feature-icon {
  background: var(--theme-color);
  color: var(--color-white);
  transform: scale(1.08) rotate(-6deg);
  box-shadow: 0 14px 26px -8px rgba(99, 91, 255, .5);
}

/* ===== Matn qismi ===== */
.feature-body {
  position: relative;
  z-index: 1;
}

.feature-body h4 {
  color: var(--color-dark);
  font-size: 18.5px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  transition: color .35s ease;
}

.feature-item:hover .feature-body h4 {
  color: var(--theme-color);
}

.feature-body p {
  color: var(--body-text-color);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
}

/* Pastki chiziq + o'q — hover'da paydo bo'ladi */
.feature-item .feature-arrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-top: 20px;
  border-radius: 50%;
  background: rgba(99, 91, 255, .08);
  color: var(--theme-color);
  font-size: 13px;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .35s ease, transform .35s ease, background .35s ease, color .35s ease;
}

.feature-item:hover .feature-arrow {
  opacity: 1;
  transform: translateX(0);
  background: var(--theme-color);
  color: var(--color-white);
}

/* ===== Mobil ===== */
@media (max-width: 575px) {
  .feature-item {
    padding: 26px 20px 22px;
    border-radius: 16px;
  }
  .feature-icon {
    width: 48px;
    height: 48px;
    font-size: 19px;
    border-radius: 12px;
    margin-bottom: 16px;
  }
  .feature-item::before { font-size: 44px; }
  .feature-body h4 { font-size: 16.5px; }
  .feature-body p { font-size: 13px; }
}

/* ===================
23. Counter css 
====================== */
.counter-wrap.bg-img {
  position: relative;
  border-radius: 28px;
  padding: 56px 36px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border: 1px solid rgba(142, 121, 249, 0.16);
  box-shadow: 0 18px 46px -26px rgba(31, 20, 90, 0.3);
  isolation: isolate;
}
@media all and (max-width: 991px) {
  .counter-wrap.bg-img {
    background-attachment: scroll;
    padding: 34px 20px;
    border-radius: 22px;
  }
}

.counter-wrap.bg-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(244, 241, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 242, 236, 0.94) 100%);
  z-index: 0;
}

.counter-wrap .row {
  position: relative;
  z-index: 1;
}

.counter-box--modern {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 26px 22px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(31, 20, 90, 0.08);
  box-shadow: 0 6px 18px -10px rgba(31, 20, 90, 0.18);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.4s cubic-bezier(.2, .8, .2, 1), background 0.35s ease,
    border-color 0.35s ease, box-shadow 0.35s ease;
}
.counter-box--modern:hover {
  transform: translateY(-6px);
  background: #ffffff;
  border-color: rgba(142, 121, 249, 0.35);
  box-shadow: 0 26px 44px -18px rgba(108, 79, 219, 0.32);
}

/* hover'da suriladigan yorug'lik chizig'i */
.counter-box--modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(142, 121, 249, 0.12), transparent);
  transition: left 0.6s ease;
  z-index: -1;
}
.counter-box--modern:hover::before {
  left: 130%;
}

/* yuqoridagi gradient aksent */
.counter-box--modern::after {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 2px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #ff99ff, #8e79f9);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.counter-box--modern:hover::after {
  transform: scaleX(1);
}

.counter-box--modern .counter-box__index {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(31, 20, 90, 0.2);
  transition: color 0.35s ease;
}
.counter-box--modern:hover .counter-box__index {
  color: rgba(142, 121, 249, 0.75);
}

.counter-box--modern .icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(142, 121, 249, 0.12);
  color: var(--theme-color);
  font-size: 20px;
  margin-bottom: 14px;
  transition: transform 0.45s cubic-bezier(.34, 1.56, .64, 1), background 0.35s ease,
    color 0.35s ease, box-shadow 0.35s ease;
}
.counter-box--modern:hover .icon {
  background: linear-gradient(135deg, #ff99ff, #8e79f9);
  color: #ffffff;
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 12px 22px -8px rgba(142, 121, 249, 0.65);
}
.counter-box--modern .icon i,
.counter-box--modern .icon svg,
.counter-box--modern .icon img {
  font-size: 20px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.counter-box--modern .info {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.counter-box--modern .counter {
  font-size: clamp(26px, 4.4vw, 40px);
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--color-dark);
  font-variant-numeric: tabular-nums;
}
.counter-box--modern .counter-plus {
  font-size: clamp(16px, 2.4vw, 22px);
  font-weight: 800;
  color: var(--theme-color);
  margin-left: 2px;
}

.counter-box--modern .title {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--body-text-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.feature-area .feature-wrap .row.g-4 {
  --bs-gutter-x: clamp(16px, 2.2vw, 30px);
  --bs-gutter-y: clamp(16px, 2.2vw, 30px);
}

.feature-area .feature-item {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(31, 20, 90, 0.07);
  border-radius: clamp(16px, 1.6vw, 22px);
  padding: clamp(22px, 2.4vw, 32px) clamp(18px, 2vw, 28px);
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 8px 22px -12px rgba(31, 20, 90, 0.22);
  transition: transform 0.45s cubic-bezier(.2, .8, .2, 1), box-shadow 0.45s ease, border-color 0.45s ease;
}

.feature-area .feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #8e79f9, #ff99ff);
  border-radius: 0;
  transform: scaleX(0) skewX(0deg);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(.2, .8, .2, 1);
  z-index: 2;
}

.feature-area .feature-item::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(142, 121, 249, 0.18), rgba(142, 121, 249, 0) 70%);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.5s ease, transform 0.6s ease;
  pointer-events: none;
  z-index: 0;
}

.feature-area .feature-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(52px, 5vw, 62px);
  height: clamp(52px, 5vw, 62px);
  margin-bottom: clamp(16px, 1.8vw, 22px);
  border-radius: clamp(14px, 1.4vw, 18px);
  background: linear-gradient(135deg, #f2eeff, #fdf0ff);
  color: #6c4fdb;
  overflow: visible;
  transition: background 0.4s ease, color 0.4s ease, transform 0.5s cubic-bezier(.34, 1.56, .64, 1), box-shadow 0.4s ease;
}

.feature-area .feature-icon::before {
  content: none;
}

.feature-area .feature-icon i {
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1;
  transition: transform 0.5s cubic-bezier(.34, 1.56, .64, 1);
}

.feature-area .feature-icon img {
  position: relative;
  z-index: 1;
  width: clamp(26px, 2.6vw, 32px);
  height: clamp(26px, 2.6vw, 32px);
  object-fit: contain;
  transition: filter 0.4s ease, transform 0.5s cubic-bezier(.34, 1.56, .64, 1);
}

.feature-area .feature-body {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}

.feature-area .feature-body h4 {
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-dark);
  margin: 0 0 10px;
  overflow-wrap: break-word;
  word-break: break-word;
  transition: color 0.35s ease;
}

.feature-area .feature-body p {
  font-size: clamp(13.5px, 1.1vw, 15px);
  line-height: 1.75;
  color: var(--body-text-color);
  margin: 0;
  overflow-wrap: break-word;
}

@media (hover: hover) and (pointer: fine) {
  .feature-area .feature-item:hover {
    transform: translateY(-8px);
    border-color: rgba(142, 121, 249, 0.28);
    box-shadow: 0 30px 48px -24px rgba(108, 79, 219, 0.5), 0 8px 18px -12px rgba(31, 20, 90, 0.18);
  }
  .feature-area .feature-item:hover::before {
    transform: scaleX(1);
  }
  .feature-area .feature-item:hover::after {
    opacity: 1;
    transform: scale(1);
  }
  .feature-area .feature-item:hover .feature-icon {
    background: linear-gradient(135deg, #8e79f9, #6c4fdb);
    color: #ffffff;
    transform: translateY(-3px) rotate(-6deg);
    box-shadow: 0 16px 28px -12px rgba(108, 79, 219, 0.65);
  }
  .feature-area .feature-item:hover .feature-icon i {
    transform: rotate(6deg) scale(1.08);
  }
  .feature-area .feature-item:hover .feature-icon img {
    filter: brightness(0) invert(1);
    transform: scale(1.08);
  }
  .feature-area .feature-item:hover .feature-body h4 {
    color: #6c4fdb;
  }
}

@media (hover: none) {
  .feature-area .feature-item::before {
    transform: scaleX(1);
  }
}

@media (max-width: 575.98px) {
  .feature-area .feature-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 16px;
    border-radius: 16px;
  }
  .feature-area .feature-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 0;
    border-radius: 13px;
  }
  .feature-area .feature-icon i {
    font-size: 19px;
  }
  .feature-area .feature-icon img {
    width: 24px;
    height: 24px;
  }
  .feature-area .feature-body h4 {
    font-size: 15.5px;
    margin-bottom: 6px;
  }
  .feature-area .feature-body p {
    font-size: 13px;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-area .feature-item,
  .feature-area .feature-item::before,
  .feature-area .feature-item::after,
  .feature-area .feature-icon,
  .feature-area .feature-icon i,
  .feature-area .feature-icon img {
    transition: none;
  }
  .feature-area .feature-item:hover {
    transform: none;
  }
}

/* ==========================================================================
   COUNTER AREA 2 — org-chart uslubidagi barqaror daraxt chizig'i
   Har bir <li> o'zining ichida mustaqil hisoblanadi — offset mos kelmasligi
   mumkin emas, chunki hech qanday qiymat boshqa elementga bog'liq emas.
   ========================================================================== */

.counter-area2 .counter-wrap {
  position: relative;
  width: 100%;
  padding: 56px 32px 40px;
  border-radius: 28px;
}

/* ===== Markaziy "1930" bloki ===== */
.counter-main {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.counter-main__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(99, 91, 255, .1), rgba(99, 91, 255, .04));
  border: 1px solid rgba(99, 91, 255, .14);
  box-shadow: 0 6px 16px -6px rgba(99, 91, 255, .25);
  color: rgba(99, 91, 255, .45);
  transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .35s ease, background .35s ease, color .35s ease;
}

.counter-main:hover .counter-main__icon {
  transform: scale(1.08) translateY(-2px);
  background: linear-gradient(135deg, rgba(99, 91, 255, .18), rgba(99, 91, 255, .08));
  box-shadow: 0 12px 24px -8px rgba(99, 91, 255, .4);
  color: #635bff;
}

.counter-main__number {
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  color: rgba(28, 20, 100, .1);
  letter-spacing: -1px;
  transition: color .35s ease;
}

.counter-main:hover .counter-main__number {
  color: rgba(28, 20, 100, .2);
}

.counter-main .title {
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .8px;
  color: #9ca3af;
  text-transform: uppercase;
}

/* ===== Daraxt konteyneri ===== */
.counter-tree {
  position: relative;
}

/* Markazdan tushuvchi stvol — butun qatorning o'rtasiga tegib turadi */
.counter-trunk {
  width: 2px;
  height: 20px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(99, 91, 255, .4), rgba(99, 91, 255, .18));
  transition: background .35s ease, box-shadow .35s ease;
}

.counter-main:hover ~ .counter-tree .counter-trunk {
  background: #635bff;
  box-shadow: 0 0 10px rgba(99, 91, 255, .5);
}

/* ===== Teskari yo'nalish — karta hover qilinganda "1930" ham javob beradi ===== */
.counter-area2 .counter-wrap:has(.counter-item:hover) .counter-main__icon {
  transform: scale(1.08) translateY(-2px);
  background: linear-gradient(135deg, rgba(99, 91, 255, .18), rgba(99, 91, 255, .08));
  box-shadow: 0 12px 24px -8px rgba(99, 91, 255, .4);
  color: #635bff;
}

.counter-area2 .counter-wrap:has(.counter-item:hover) .counter-main__number {
  color: rgba(28, 20, 100, .2);
}

.counter-area2 .counter-wrap:has(.counter-item:hover) .counter-trunk {
  background: #635bff;
  box-shadow: 0 0 10px rgba(99, 91, 255, .5);
}

/* ===== Kartalar qatori — <ul>, har bir <li> mustaqil "shox" ===== */
.counter-row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 14px;
  width: 100%;
}

/* Har bir <li> — o'zining gorizontal yarim-chizig'i + vertikal shoxchasi */
.counter-item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding-top: 52px;
}

/* Gorizontal chiziq — chapga yarmi */
.counter-item::before,
.counter-item::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 50%;
  width: 50%;
  height: 0;
  border-top: 2px solid rgba(99, 91, 255, .28);
  transition: border-color .3s ease;
}

/* Gorizontal chiziq — o'ngga yarmi */
.counter-item::after {
  right: auto;
  left: 50%;
}

/* Birinchi elementda chapga chiziq yo'q, oxirgisida o'ngga yo'q */
.counter-item:first-child::before,
.counter-item:last-child::after {
  border-top: none;
}

/* Faqat bitta karta bo'lsa — gorizontal chiziqlar umuman kerak emas */
.counter-item:only-child::before,
.counter-item:only-child::after {
  display: none;
}

/* Vertikal shoxcha — bar darajasidan (20px) karta boshigacha (52px) */
.counter-item .item-stem {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 2px;
  height: 32px;
  background: linear-gradient(180deg, rgba(99, 91, 255, .35), rgba(99, 91, 255, .14));
  transform: translateX(-50%);
  transition: background .3s ease, box-shadow .3s ease;
  pointer-events: none;
}

/* Tugun nuqta — shoxcha oxirida, kartaning tepasida */
.counter-item .node {
  position: absolute;
  top: 43px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #635bff;
  box-shadow: 0 0 0 4px rgba(99, 91, 255, .16);
  transform: translateX(-50%);
  animation: node-breathe 2.4s ease-in-out infinite;
  transition: transform .3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .3s ease;
  pointer-events: none;
}

@keyframes node-breathe {
  0%, 100% { box-shadow: 0 0 0 4px rgba(99, 91, 255, .16); }
  50% { box-shadow: 0 0 0 7px rgba(99, 91, 255, .08); }
}

/* ===== Hover — chiziqlar, shoxcha va tugun rangi/porlashi kuchayadi ===== */
.counter-item:hover::before,
.counter-item:hover::after {
  border-top-color: #635bff;
}

.counter-item:hover .item-stem {
  background: #635bff;
  box-shadow: 0 0 10px rgba(99, 91, 255, .55);
}

.counter-item:hover .node {
  animation-play-state: paused;
  transform: translateX(-50%) scale(1.35);
  box-shadow: 0 0 0 5px rgba(99, 91, 255, .22), 0 0 14px rgba(99, 91, 255, .55);
}

/* ===== "1930" ustiga sichqoncha kelganda — barcha kartalar bosqichma-bosqich yoritiladi ===== */
.counter-main:hover ~ .counter-tree .counter-item::before,
.counter-main:hover ~ .counter-tree .counter-item::after {
  border-top-color: #635bff;
}

.counter-main:hover ~ .counter-tree .counter-item .item-stem {
  background: #635bff;
  box-shadow: 0 0 10px rgba(99, 91, 255, .55);
}

.counter-main:hover ~ .counter-tree .counter-item .node {
  animation-play-state: paused;
  transform: translateX(-50%) scale(1.35);
  box-shadow: 0 0 0 5px rgba(99, 91, 255, .22), 0 0 14px rgba(99, 91, 255, .55);
}

.counter-main:hover ~ .counter-tree .counter-box--modern {
  transform: translateY(-7px);
  border-color: rgba(99, 91, 255, .25);
  box-shadow:
          0 2px 4px rgba(99, 91, 255, .08),
          0 20px 36px -14px rgba(99, 91, 255, .32);
}

.counter-main:hover ~ .counter-tree .counter-box--modern::after {
  transform: scaleX(1);
}

.counter-main:hover ~ .counter-tree .counter-box--modern .icon {
  background: #635bff;
  color: #fff;
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 10px 20px -6px rgba(99, 91, 255, .55);
}

/* Bosqichma-bosqich (chapdan o'ngga to'lqin) — har bir karta biroz kechikib yoritiladi */
.counter-item:nth-child(1) .item-stem,
.counter-item:nth-child(1) .node,
.counter-item:nth-child(1) .counter-box--modern,
.counter-item:nth-child(1) .counter-box--modern::after,
.counter-item:nth-child(1) .counter-box--modern .icon { transition-delay: 0s; }

.counter-item:nth-child(2) .item-stem,
.counter-item:nth-child(2) .node,
.counter-item:nth-child(2) .counter-box--modern,
.counter-item:nth-child(2) .counter-box--modern::after,
.counter-item:nth-child(2) .counter-box--modern .icon { transition-delay: .05s; }

.counter-item:nth-child(3) .item-stem,
.counter-item:nth-child(3) .node,
.counter-item:nth-child(3) .counter-box--modern,
.counter-item:nth-child(3) .counter-box--modern::after,
.counter-item:nth-child(3) .counter-box--modern .icon { transition-delay: .1s; }

.counter-item:nth-child(4) .item-stem,
.counter-item:nth-child(4) .node,
.counter-item:nth-child(4) .counter-box--modern,
.counter-item:nth-child(4) .counter-box--modern::after,
.counter-item:nth-child(4) .counter-box--modern .icon { transition-delay: .15s; }

.counter-item:nth-child(5) .item-stem,
.counter-item:nth-child(5) .node,
.counter-item:nth-child(5) .counter-box--modern,
.counter-item:nth-child(5) .counter-box--modern::after,
.counter-item:nth-child(5) .counter-box--modern .icon { transition-delay: .2s; }

.counter-item:nth-child(6) .item-stem,
.counter-item:nth-child(6) .node,
.counter-item:nth-child(6) .counter-box--modern,
.counter-item:nth-child(6) .counter-box--modern::after,
.counter-item:nth-child(6) .counter-box--modern .icon { transition-delay: .25s; }

/* To'g'ridan-to'g'ri kartaning o'ziga hover qilinsa — kechikishsiz, darhol javob beradi */
.counter-item:hover .item-stem,
.counter-item:hover .node,
.counter-item:hover .counter-box--modern,
.counter-item:hover .counter-box--modern::after,
.counter-item:hover .counter-box--modern .icon {
  transition-delay: 0s;
}

/* ===== Karta o'zi — qatlamli, chuqurroq soya bilan ===== */
.counter-box--modern {
  position: relative;
  text-align: center;
  background: #ffffff;
  border: 1px solid #f0f0f4;
  border-radius: 16px;
  padding: 22px 10px;
  box-shadow:
          0 1px 2px rgba(17, 17, 26, .04),
          0 8px 20px -10px rgba(17, 17, 26, .08);
  transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .35s ease, border-color .3s ease;
}

.counter-box--modern::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #635bff, #9b8cff);
  border-radius: 16px 16px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s cubic-bezier(0.65, 0, 0.35, 1);
}

.counter-box--modern:hover {
  transform: translateY(-7px);
  border-color: rgba(99, 91, 255, .25);
  box-shadow:
          0 2px 4px rgba(99, 91, 255, .08),
          0 20px 36px -14px rgba(99, 91, 255, .32);
}

.counter-box--modern:hover::after {
  transform: scaleX(1);
}

.counter-box--modern:hover .icon {
  background: #635bff;
  color: #fff;
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 10px 20px -6px rgba(99, 91, 255, .55);
}

.counter-box--modern .icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  border-radius: 12px;
  background: rgba(99, 91, 255, .1);
  color: #635bff;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px -4px rgba(99, 91, 255, .25);
  transition: all .35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.counter-box--modern .info {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1px;
  font-size: 22px;
  font-weight: 800;
  color: #1c1464;
  line-height: 1;
  letter-spacing: -.3px;
}

.counter-box--modern .counter-plus {
  font-size: 15px;
  font-weight: 700;
  color: #635bff;
}

.counter-box--modern .title {
  margin-top: 7px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .3px;
  color: #6b7280;
  line-height: 1.3;
}

/* ==========================================================================
   MOBIL — "1930" chapda, o'ng tomondagi ustunga nisbatan vertikal markazda
   ========================================================================== */
@media (max-width: 767px) {
  .counter-area2 .counter-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 26px 18px;
    border-radius: 20px;
  }

  .counter-main {
    flex: 0 0 auto;
    text-align: center;
    margin: 0;
  }
  .counter-main__icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 8px;
  }
  .counter-main__number { font-size: 27px; }
  .counter-main .title {
    font-size: 9px;
    max-width: 66px;
    line-height: 1.25;
  }

  .counter-tree { flex: 1; min-width: 0; }
  .counter-trunk { display: none; }

  .counter-row {
    flex-direction: column;
    gap: 10px;
  }

  .counter-item {
    padding-top: 0;
    padding-left: 14px;
    border-left: 2px solid rgba(99, 91, 255, .18);
    transition: border-color .3s ease;
  }
  .counter-item::before,
  .counter-item::after,
  .counter-item .item-stem {
    display: none;
  }
  .counter-item .node {
    top: 50%;
    left: -2px;
    margin-top: -3.5px;
  }
  .counter-item:hover {
    border-left-color: #635bff;
  }

  .counter-box--modern {
    padding: 14px 10px;
  }
  .counter-box--modern:hover {
    transform: translateX(4px);
  }
  .counter-box--modern .info { font-size: 18px; }
}

/* ===================
24. Video css 
====================== */
/* ==========================================================================
   VIDEO AREA — "Floating overlap card" + tibbiy detallar, video o'ngda
   ========================================================================== */

.video-split {
  display: flex;
  align-items: center;
  gap: 64px;
}

/* ===== Chap tomon — matn ===== */
.video-split-text {
  flex: 0 0 38%;
  max-width: 38%;
}

.video-split-text .site-title-tagline {
  display: inline-block;
  color: var(--color-white);
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  font-size: 18px;
  background: var(--theme-color);
  border-radius: 50px;
  padding: 2px 15px 2px 3px;
  margin-bottom: 15px;
}

.video-split-text .site-title-tagline i {
  display: inline-block;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 31px;
  background: var(--color-white);
  color: var(--theme-color);
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
}

.video-split-text .site-title-tagline::after {
  content: none;
}

.video-split-text .site-title {
  font-weight: 700;
  text-transform: none;
  font-size: 45px;
  color: var(--color-dark);
  margin-bottom: 0;
}

.video-split-text .site-title span {
  color: var(--theme-color);
}

.video-split-text .site-title .text-gradient {
  color: transparent;
  background-image: var(--gradient3);
  -webkit-background-clip: text;
          background-clip: text;
}

.video-split-text p {
  margin-top: 16px;
  color: var(--body-text-color);
  font-size: 15.5px;
  line-height: 1.85;
}

.video-split-text .theme-btn {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.video-split-text .theme-btn i {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.video-split-text .theme-btn:hover i {
  transform: translateX(5px);
}

/* ===== O'ng tomon — video vizuali ===== */
.video-split-visual {
  position: relative;
  flex: 1;
  padding-bottom: 12px;
}

/* Orqadagi teal-yashil siljigan forma — tibbiy/klinik rangda */
.video-split-visual::before {
  content: "";
  position: absolute;
  inset: -14px -14px 0 26px;
  height: calc(100% - 12px);
  border-radius: 30px;
  background: linear-gradient(135deg, #2fb88c, #38d9c4 55%, #8e79f9 130%);
  transform: rotate(3deg);
  z-index: 0;
  opacity: 0.92;
}

/* EKG dekorativ chiziq — kartadan tepada, doim chizilib turuvchi puls */
.medic-ekg-decor {
  position: absolute;
  top: -34px;
  right: 10%;
  width: 180px;
  height: 34px;
  z-index: 1;
  overflow: visible;
}
.medic-ekg-decor path {
  fill: none;
  stroke: #2fb88c;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  animation: medic-ekg-draw 3s linear infinite;
}
@keyframes medic-ekg-draw {
  0% { stroke-dashoffset: 240; opacity: 0.2; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 0.2; }
}

.video-card {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 26px 54px -22px rgba(20, 90, 75, 0.4);
}

.video-card .video-card-bg {
  position: relative;
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.video-card:hover .video-card-bg {
  transform: scale(1.05);
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 20, 18, 0.05) 0%, rgba(6, 20, 18, 0) 38%, rgba(6, 20, 18, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}

/* ===== Yuqori panel — sarlavha + davomiylik, BITTA qatorda ===== */
.video-card .video-card-top {
  position: absolute;
  top: 18px;
  left: 20px;
  right: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.video-card .video-card-title {
  flex: 1;
  min-width: 0;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(6, 20, 18, 0.4);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.video-card .video-card-title h6 {
  margin: 0;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Davomiylik yorlig'i — endi panelning o'ng tomonida, doim ko'rinadigan joyda */
.video-card .video-time {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(6, 20, 18, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

/* Play tugmasi — Liquid Glass, teal aksentda */
.video-card-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.play-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  color: #ffffff;
  font-size: 19px;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.play-btn i {
  margin-left: 3px;
  position: relative;
  z-index: 2;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.play-btn span.fill {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--gradient, linear-gradient(to bottom right, #ff99ff 0%, #8e79f9 100%));
  opacity: 0;
  transform: scale(0.5) rotate(-20deg);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Ichki nozik shtrixli halqa — statik, chuqurlik uchun */
.play-btn span.ring {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  z-index: 1;
  transition: transform 0.6s ease, opacity 0.4s ease;
}

.play-btn::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  animation: split-ring 2.6s ease-out infinite;
}

@keyframes split-ring {
  0% { transform: scale(0.88); opacity: 0.55; }
  100% { transform: scale(1.3); opacity: 0; }
}

.play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 24px 48px -10px rgba(142, 121, 249, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.play-btn:hover span.fill {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.play-btn:hover span.ring {
  transform: rotate(90deg);
  opacity: 0.7;
}

.play-btn:hover i {
  transform: scale(1.15);
  color: #ffffff;
}

/* ===== Suzuvchi Views/Likes kartalari — pastki chapda, ikkitasi yonma-yon ===== */
.video-float-group {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: 3;
  display: flex;
  gap: 12px;
}

.video-float-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px 14px 14px;
  border-radius: 18px;
  background: var(--color-white);
  box-shadow: 0 16px 36px -16px rgba(20, 90, 75, 0.35);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.video-float-stat:hover {
  transform: translateY(-5px);
}

.video-float-stat .icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
}

.video-float-stat .icon-views {
  background: linear-gradient(135deg, #2fb88c, #38d9c4);
}

.video-float-stat .icon-likes {
  background: linear-gradient(135deg, #ff6a8b, #ff5f5f);
}

/* Like ikonkasi — yurak urishi kabi pulsatsiya */
.video-float-stat.pulse .icon-likes {
  animation: medic-heartbeat 1.3s ease-in-out infinite;
}

@keyframes medic-heartbeat {
  0%, 100% { transform: scale(1); }
  20% { transform: scale(1.12); }
  35% { transform: scale(0.98); }
  50% { transform: scale(1.08); }
}

.video-float-stat b {
  display: block;
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.video-float-stat span {
  display: block;
  margin-top: 4px;
  color: var(--body-text-color);
  font-size: 10.5px;
  font-weight: 500;
  white-space: nowrap;
}

/* ==========================================================================
   MOBIL
   ========================================================================== */
@media all and (max-width: 991px) {
  .video-split {
    flex-direction: column;
    gap: 46px;
  }
  .video-split-text {
    flex: none;
    max-width: 100%;
    text-align: center;
  }
  .video-split-text .theme-btn {
    align-self: center;
    justify-content: center;
  }
  .video-split-visual {
    width: 100%;
    padding-bottom: 20px;
  }
  .video-split-visual::before {
    inset: -10px -10px 0 16px;
  }
  .medic-ekg-decor {
    right: 20px;
    width: 140px;
  }
}

@media all and (max-width: 767px) {
  .video-card .video-card-bg { height: 280px; }
  .play-btn { width: 58px; height: 58px; font-size: 15px; }
  .video-card .video-card-top {
    top: 14px;
    left: 14px;
    right: 14px;
    gap: 8px;
  }
  .video-card .video-card-title {
    padding: 6px 12px;
  }
  .video-card .video-card-title h6 { font-size: 12px; }
  .video-card .video-time {
    padding: 7px 11px;
    font-size: 11px;
  }

  .video-float-group {
    left: 14px;
    bottom: -30px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .video-float-stat {
    padding: 10px 14px 10px 10px;
    gap: 9px;
    border-radius: 14px;
  }
  .video-float-stat .icon { width: 32px; height: 32px; font-size: 13px; border-radius: 9px; }
  .video-float-stat b { font-size: 14px; }
  .video-split-visual::before { inset: -8px -8px 0 12px; border-radius: 22px; }
  .video-card { border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .play-btn::after,
  .medic-ekg-decor path,
  .video-float-stat.pulse .icon-likes {
    animation: none;
  }
  .video-card:hover .video-card-bg { transform: none; }
}

/*===================
25. Contact us css 
=====================*/
.contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 50px;
  transition: var(--transition);
}
.contact-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/07.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50px;
  z-index: -1;
}
.contact-info:hover {
  transform: translateY(-8px);
}
.contact-info .icon {
  font-size: 35px;
  color: var(--color-white);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
  background: var(--gradient2);
}
.contact-info .content h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--color-dark);
}
.contact-info .content p {
  color: var(--color-dark);
  font-weight: 500;
  font-size: 16px;
}
.contact-img img {
  width: 100%;
  border-radius: 40px;
}
.contact-form {
  background: var(--color-white);
  padding: 30px;
  border-radius: 40px;
  box-shadow: var(--box-shadow);
}
.contact-form-header {
  margin-bottom: 30px;
}
.contact-form-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-dark);
}
.contact-form-header p {
  color: var(--body-text-color);
}
.contact-form .form-message.success, .contact-form .form-message.error {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px 18px;
}
.contact-form .form-message.success {
  color: #41be7d;
  background: rgba(65, 190, 125, 0.1);
}
.contact-form .form-message.error {
  color: #ff7f7f;
  background: rgba(255, 127, 127, 0.1);
}
.contact-map {
  margin-bottom: -9px;
}
.contact-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 50px;
}

/*====================
26. Error css 
======================*/
.error-wrap {
  text-align: center;
}
.error-wrap h1 {
  font-size: 250px;
  letter-spacing: 5px;
  font-weight: bold;
  color: var(--theme-color);
}
@media all and (max-width: 767px) {
  .error-wrap h1 {
    font-size: 160px;
  }
}
.error-wrap h1 span {
  color: var(--color-dark);
}
.error-wrap h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.error-wrap img {
  width: 100%;
}
.error-wrap .theme-btn {
  margin-top: 30px;
}

/*====================
27. Terms/privacy css 
====================== */
.terms-content:not(:last-child) {
  margin-bottom: 54px;
}
.terms-content:first-child {
  margin-top: -3px;
}
.terms-content .terms-list {
  margin-top: 37px;
}
.terms-content .terms-list li:not(:last-child) {
  margin-bottom: 16px;
}
.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
  font-weight: 700;
}
.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

/*====================
28. Coming soon css 
======================*/
.coming-soon {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  min-height: 100vh;
  width: 100%;
  z-index: 1;
}
.coming-soon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.coming-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75vh;
}
.coming-content {
  text-align: center;
}
.coming-info h1 {
  color: var(--color-white);
  font-weight: 700;
  font-size: 50px;
}
@media all and (max-width: 767px) {
  .coming-info h1 {
    font-size: 40px;
  }
}
.coming-info p {
  font-size: 18px;
  color: var(--color-white);
  margin-top: 10px;
}

.coming-countdown-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
.coming-countdown .time-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.coming-countdown .time {
  background: var(--color-white);
  width: 125px;
  border-radius: 15px;
  padding: 14px 10px;
}
.coming-countdown .time span {
  display: block;
}
.coming-countdown .time span:first-child {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
}
.coming-countdown .time .unit {
  color: var(--color-dark);
  font-weight: 500;
}
.coming-countdown .divider {
  display: none;
}

.coming-newsletter-form .form-group {
  position: relative;
}
.coming-newsletter-form .form-group .form-control {
  padding: 17px 150px 17px 20px;
  border-radius: 50px;
  border-color: transparent;
  color: var(--color-dark);
}
.coming-newsletter-form .form-group .form-control::-moz-placeholder {
  color: var(--color-dark);
}
.coming-newsletter-form .form-group .form-control::placeholder {
  color: var(--color-dark);
}
.coming-newsletter-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}
.coming-newsletter-form .theme-btn {
  position: absolute;
  right: 5px;
  top: 6px;
  padding: 9px 15px;
}

.coming-social {
  margin-top: 40px;
  text-align: center;
}
.coming-social a {
  display: inline-block;
  background: var(--theme-color);
  color: var(--color-white);
  margin: 5px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: var(--box-shadow2);
}
.coming-social a:hover {
  background: var(--theme-color2);
}

/*====================
29. Faq css 
======================*/
.faq-area .accordion-item {
  border: none;
  background: var(--color-white);
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: var(--box-shadow);
}
.faq-area .accordion-button {
  border-radius: 0px;
  background: transparent;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-dark);
  box-shadow: none;
}
@media all and (max-width: 991px) {
  .faq-area .accordion-button {
    font-size: 16px;
  }
}
.faq-area .accordion-button::after {
  content: "\f107";
  background: none;
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 500;
  font-family: "Font Awesome 6 pro";
  width: unset;
  height: unset;
  margin-right: 3px;
}
.faq-area .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  background: transparent;
  border-bottom: 1px dashed var(--theme-color);
  box-shadow: none;
}
.faq-area .accordion-button:not(.collapsed)::after {
  content: "\f107";
  transform: rotate(-180deg);
}
.faq-area .accordion-button span {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.faq-area .accordion-button span i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  color: var(--color-white);
}
.faq-area .accordion-button-body {
  color: var(--color-dark);
  font-weight: 500;
}
@media all and (max-width: 991px) {
  .faq-area .faq-content {
    margin-bottom: 50px;
  }
}

/* ===================
30. Team css 
====================== */
.team-area {
  position: relative;
}
.team-img {
  position: relative;
}
.team-img img {
  border-radius: 50px;
}
.team-social-btn {
  position: absolute;
  right: -3px;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: var(--color-white);
  border-top-left-radius: 50%;
  padding: 8px;
}
.team-social-btn::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  box-shadow: 5px 5px 0 5px var(--color-white);
  border-bottom-right-radius: 20px;
}
.team-social-btn::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 3px;
  width: 20px;
  height: 20px;
  background: transparent;
  box-shadow: 5px 5px 0 5px var(--color-white);
  border-bottom-right-radius: 20px;
}
.team-social-btn button {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  border: none;
}
.team-social {
  position: absolute;
  right: 9px;
  bottom: 25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.team-social a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  background: var(--color-white);
  color: var(--theme-color);
  border-radius: 50px;
}
.team-social a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.team-social-wrap:hover .team-social {
  opacity: 1;
  visibility: visible;
  bottom: 60px;
}
.team-content {
  margin-top: 10px;
}
.team-content h4 a {
  color: var(--color-dark);
  font-size: 20px;
}
.team-content h4 a:hover {
  color: var(--theme-color);
}
.team-content span {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 15px;
}

/*====================
31. Testimonial css 
======================*/
.testimonial-slider .owl-stage {
  display: flex;
}
.testimonial-slider .owl-item {
  display: flex;
  height: auto;
}
.testimonial-item {
  position: relative;
  margin: 2px;
  display: flex;
  flex: 1;
}
.testimonial-item::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(to top right, #ff99ff 10%, #8e79f9 35% 35%, rgb(255, 255, 255) 75%);
  border-radius: 42px;
  z-index: -1;
}
.testimonial-item .content {
  background: var(--color-white);
  border-radius: 40px;
  padding: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.testimonial-item .content .icon {
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 0.6;
  z-index: -1;
}
.testimonial-item .content .icon img {
  width: 80px;
}
.testimonial-item .content .rating {
  color: var(--color-yellow);
  margin-bottom: 5px;
}
.testimonial-item .content .quote p {
  color: var(--body-text-color);
}
.testimonial-item .content .author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  border-radius: 50px;
  padding: 5px;
  position: relative;
  z-index: 1;
}
.testimonial-item .content .author::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient2);
  border-radius: 50px;
  opacity: 0.15;
  z-index: -1;
}
.testimonial-item .content .author-img img {
  width: 55px;
  border-radius: 50px;
}
.testimonial-item .content .author-info h5 {
  color: var(--color-dark);
}
.testimonial-item .content .author-info p {
  color: var(--theme-color2);
}

.ts-bg {
  position: relative;
}
.ts-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

/* testimonial-slider */
.testimonial-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonial-slider .owl-dots .owl-dot span {
  background: var(--theme-color);
  margin: 5px 7px;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition);
  position: relative;
}
.testimonial-slider .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
}
.testimonial-slider .owl-dots .owl-dot.active span::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1.6px solid var(--theme-color);
  border-radius: 50px;
}

/*====================
32. Partner css 
======================*/
.partner-area {
  position: relative;
}

.partner-area2.negative {
  margin-top: -50px;
}

.partner-area2 .partner-wrapper {
  position: relative;
  padding: 25px 25px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 20px;
  margin-right: 15px;
  z-index: 1;
}

.partner-area2 .partner-title h5 {
  color: var(--color-dark);
  font-size: 21px;
}

.partner-area2 .partner-title span {
  color: var(--theme-color);
}

/*====================
33. Choose css 
======================*/
.choose-content {
  margin-right: 30px;
}
@media all and (max-width: 767px) {
  .choose-content {
    margin-right: 0;
  }
}
.choose-img {
  margin-top: 36px;
}
.choose-img img {
  border-radius: 50px;
}
.choose-item {
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  padding: 28px;
  border-radius: 50px;
  position: relative;
}
.choose-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 110px;
  background-image: url(../img/shape/05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.choose-item .icon {
  width: 80px;
  height: 80px;
  line-height: 77px;
  background: var(--gradient2);
  box-shadow: var(--box-shadow);
  border-radius: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.choose-item .icon img {
  width: 50px;
  filter: brightness(0) invert(1);
}
.choose-item .info h5 {
  color: var(--color-dark);
  margin-bottom: 10px;
}

/*====================
34. Cta css 
======================*/
.cta-wrap {
  background: var(--color-white);
  border-radius: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 24px 50px -28px rgba(7, 54, 146, 0.25);
}
.cta-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  z-index: -1;
}
.cta-content {
  height: 100%;
  padding: 40px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta-content h1 {
  color: var(--color-dark);
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 12px;
  text-transform: none;
}
.cta-content h1 span {
  color: var(--theme-color);
}
.cta-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 22px;
  padding: 0;
}
.cta-content .theme-btn {
  align-self: flex-start;
}
.cta-img {
  height: 100%;
  min-height: 300px;
}
.cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .cta-content {
    padding: 34px 28px;
  }
  .cta-content h1 {
    font-size: 24px;
  }
}
@media all and (max-width: 991px) {
  .cta-content {
    padding: 34px 28px;
    text-align: center;
    align-items: center;
  }
  .cta-content .theme-btn {
    align-self: center;
  }
  .cta-img {
    min-height: 240px;
  }
}
@media all and (max-width: 767px) {
  .cta-content {
    padding: 26px 20px;
  }
  .cta-content h1 {
    font-size: 22px;
  }
  .cta-content p {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .cta-img {
    min-height: 190px;
  }
}

/*====================
35. Pricing css 
======================*/
.pricing-area {
  position: relative;
}
.pricing-item {
  background: var(--color-white);
  border-radius: 40px;
  position: relative;
  padding: 40px;
  transition: var(--transition);
  z-index: 1;
}
.pricing-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  opacity: 0.8;
  z-index: -1;
}
.pricing-item:hover {
  transform: translateY(-10px);
}
.pricing-item .theme-btn {
  width: 100%;
}
.pricing-item.active {
  outline: 3px solid var(--theme-color);
}
.pricing-header-wrap {
  margin-bottom: 30px;
}
.pricing-header {
  position: absolute;
  right: 30px;
  top: -15px;
  background: var(--theme-color);
  padding: 0 15px;
  box-shadow: var(--box-shadow);
  border-radius: 50px 50px 50px 0;
  letter-spacing: 4px;
}
.pricing-header h5 {
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  display: inline-block;
  color: var(--color-white);
}
.pricing-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 35px;
}
.pricing-icon {
  width: 80px;
  height: 80px;
  line-height: 75px;
  background: var(--gradient2);
  border-radius: 50px;
  text-align: center;
}
.pricing-icon img {
  width: 50px;
  filter: brightness(0) invert(1);
}
.pricing-amount strong {
  font-size: 40px;
  font-weight: 900;
  color: var(--color-dark);
  line-height: 1;
}
.pricing-amount-type {
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 500;
}
.pricing-text {
  color: var(--color-dark);
  text-transform: uppercase;
  font-size: 15px;
}
.pricing-feature {
  padding: 40px 0 0 0;
}
.pricing-feature li {
  margin-bottom: 15px;
  color: var(--color-dark);
  font-weight: 500;
}
.pricing-feature li:last-child {
  margin-bottom: 0px;
}
.pricing-feature li i {
  color: var(--theme-color);
  margin-right: 10px;
}
.pricing-feature li .not-include {
  color: var(--color-red);
}

/*====================
36. Blog css
======================*/
/* ========================
   BLOG ITEM (ro'yxat kartochkasi)
========================= */
.blog-item {
  padding: 20px;
  background: var(--color-white);
  border-radius: 50px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  position: relative;
}

.blog-img {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.blog-img img {
  border-radius: 12px;
}

.blog-item:hover .blog-img img {
  transform: scale(1.1);
}

.blog-date {
  position: absolute;
  right: 70px;
  top: 2px;
  background: var(--color-white);
  color: var(--theme-color);
  font-weight: 500;
  text-align: center;
  padding: 0px 15px;
  border-radius: 50px;
  border: 3px solid var(--color-white);
  z-index: 1;
}

.blog-title a {
  color: var(--color-dark);
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: none;
}

.blog-title a:hover {
  color: var(--theme-color);
}

.blog-info p {
  /*color: var(--body-text-color);*/
  color: #333;
  margin-bottom: 20px;
}

.blog-info .theme-btn {
  border-radius: 18px;
}

.blog-area.blog-border .blog-item {
  border: 1.5px solid var(--theme-color);
  border-radius: 35px;
  box-shadow: none;
}

.blog-area.blog-border .blog-item:hover {
  border-color: var(--theme-color2);
}

.blog-area.blog-border .blog-img {
  border-radius: 20px;
}

.blog-area.blog-border .blog-img img {
  border-radius: 20px;
}

.blog-area.blog-border .blog-title a {
  margin-bottom: 20px;
}

/* ========================
   BLOG SINGLE — umumiy
========================= */
.blog-single {
  position: relative;
}

/* ========================
   ARTICLE TOOLS (admin tugmalari)
========================= */
.article-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.article-tools li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 15px;
  border-radius: 10px;
  background: rgba(72, 37, 194, 0.08);
  color: #4825c2;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(72, 37, 194, 0.04);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.article-tools li a:hover {
  background: #4825c2;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(72, 37, 194, 0.24);
}

.article-tools li a i {
  font-size: 12px;
}

/* ========================
   BLOG SINGLE WRAP — asosiy karta
========================= */
.blog-single-wrap {
  background: #fff;
  border: 0.5px solid #ecebf5;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 18px 44px rgba(72, 37, 194, 0.07);
}

@media (max-width: 767px) {
  .blog-single-wrap {
    padding: 22px 18px;
    border-radius: 18px;
  }
}

/* ========================
   ARTICLE HEADER — rasmsiz, kategoriya-yorliq bilan
========================= */
.article-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(72, 37, 194, 0.08);
  color: #4825c2;
  font-size: 11.5px;
  font-weight: 600;
  margin-bottom: 16px;
}

.article-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.3px;
  color: var(--color-dark);
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .article-title {
    font-size: 21px;
  }
}

/* Agar sizda cover-rasm bo'lsa (ba'zi sahifalarda ishlatilishi mumkin) */
.blog-thumb-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 26px;
  box-shadow: 0 20px 48px rgba(72, 37, 194, 0.14);
}

.blog-thumb-img img,
.blog-single-content img {
  width: 100%;
  border-radius: 22px;
  display: block;
}

/* ========================
   BLOG META (sana, ko'rish, ulashish)
========================= */
.blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  padding-bottom: 22px;
  margin-bottom: 26px;
  border-bottom: 1px solid #ecebf5;
}

.blog-meta ul {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-meta ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 500;
  color: #8b8b9e;
}

.blog-meta ul li i {
  color: #4825c2;
  font-size: 13px;
}

.blog-meta-right {
  margin-left: auto;
  position: relative;
}

/* ========================
   SHARE PILL — tepaga ochiladigan, contentga
   ta'sir qilmaydigan, matn o'rniga ikonka, X tugmasi
========================= */
.share-pill {
  position: relative;
  display: inline-block;
}

.share-pill-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4825c2, #6a3fd8);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(72, 37, 194, 0.3);
  transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.share-pill-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(72, 37, 194, 0.36);
}

.share-pill-toggle i {
  font-size: 12px;
}

.share-pill-icons {
  position: absolute;
  bottom: calc(100% + 10px);
  top: auto;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  max-width: min(90vw, 480px);
  padding: 5px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid rgba(72, 37, 194, 0.06);
  box-shadow: 0 20px 50px rgba(72, 37, 194, 0.2), 0 4px 14px rgba(0, 0, 0, 0.06);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px) scale(0.95);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
}

.share-pill-icons::-webkit-scrollbar {
  display: none;
}

.share-pill.is-open .share-pill-icons {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.share-pill-icons a:not(.share-pill-close),
.share-pill-icons > span:not(.share-pill-close):not(.share-pill-divider),
.share-pill-icons > button:not(.share-pill-close),
.share-pill-icons li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  flex-shrink: 0;
  border-radius: 50% !important;
  background: #f4f2fb !important;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  text-decoration: none !important;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  position: relative;
  opacity: 0;
  transform: scale(0.5);
  transition: background 0.2s ease, transform 0.25s ease, box-shadow 0.2s ease, opacity 0.25s ease;
}

.share-pill-icons a:not(.share-pill-close)::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 13px;
  color: #4825c2;
  line-height: 1;
}

.share-pill-icons a[href*="t.me"]::before,
.share-pill-icons a[href*="telegram"]::before { content: "\f2c6"; }
.share-pill-icons a[href*="facebook.com"]::before { content: "\f39e"; }
.share-pill-icons a[href*="twitter.com"]::before,
.share-pill-icons a[href*="x.com"]::before { content: "\e61b"; }
.share-pill-icons a[href*="linkedin.com"]::before { content: "\f0e1"; }
.share-pill-icons a[href*="vk.com"]::before { content: "\f189"; }
.share-pill-icons a[href*="ok.ru"]::before,
.share-pill-icons a[href*="odnoklassniki"]::before { content: "\f263"; }
.share-pill-icons a[href*="wa.me"]::before,
.share-pill-icons a[href*="whatsapp"]::before { content: "\f232"; }
.share-pill-icons a[href*="mailto:"]::before,
.share-pill-icons a[href*="gmail"]::before,
.share-pill-icons a[href*="mail.google.com"]::before,
.share-pill-icons a[href*="googlemail"]::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f0e0";
}

.share-pill.is-open .share-pill-icons a:not(.share-pill-close) {
  opacity: 1;
  transform: scale(1);
}

.share-pill.is-open .share-pill-icons a:nth-child(1) { transition-delay: 0.05s; }
.share-pill.is-open .share-pill-icons a:nth-child(2) { transition-delay: 0.08s; }
.share-pill.is-open .share-pill-icons a:nth-child(3) { transition-delay: 0.11s; }
.share-pill.is-open .share-pill-icons a:nth-child(4) { transition-delay: 0.14s; }
.share-pill.is-open .share-pill-icons a:nth-child(5) { transition-delay: 0.17s; }
.share-pill.is-open .share-pill-icons a:nth-child(6) { transition-delay: 0.2s; }
.share-pill.is-open .share-pill-icons a:nth-child(7) { transition-delay: 0.23s; }
.share-pill.is-open .share-pill-icons a:nth-child(8) { transition-delay: 0.26s; }

.share-pill-icons a:not(.share-pill-close):hover {
  background: linear-gradient(135deg, #4825c2, #6a3fd8) !important;
  transform: translateY(-2px) scale(1.1) !important;
  box-shadow: 0 8px 18px rgba(72, 37, 194, 0.3);
}

.share-pill-icons a:not(.share-pill-close):hover::before {
  color: #fff;
}

.share-pill-divider {
  display: block !important;
  width: 1px !important;
  height: 18px !important;
  min-width: 1px !important;
  background: #ecebf5 !important;
  border-radius: 0 !important;
  flex-shrink: 0;
  margin: 0 1px !important;
  opacity: 0;
  transform: none !important;
  transition: opacity 0.25s ease 0.26s;
}

.share-pill.is-open .share-pill-divider {
  opacity: 1;
}

.share-pill-close {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fef2f2;
  color: #dc2626 !important;
  font-size: 13px !important;
  border: none;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.5);
  transition: background 0.2s ease, color 0.2s ease, transform 0.25s ease, opacity 0.25s ease;
}

.share-pill.is-open .share-pill-close {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.28s;
}

.share-pill-close:hover {
  background: #dc2626;
  color: #fff !important;
}

@media (max-width: 480px) {
  .share-pill-icons {
    right: auto;
    left: 0;
    max-width: calc(100vw - 32px);
  }
}

/* ========================
   ARTICLE BODY TEXT
========================= */
.blog-details {
  font-size: 15px;
  line-height: 1.85;
  color: #4a4a5e;
}

.blog-details p {
  margin-bottom: 18px;
}

.blog-details img {
  border-radius: 16px;
  margin: 20px 0;
  box-shadow: 0 14px 34px rgba(72, 37, 194, 0.10);
}

.blog-details h2,
.blog-details h3,
.blog-details h4 {
  color: var(--color-dark);
  font-weight: 700;
  margin: 28px 0 14px;
}

.blog-details a {
  color: #4825c2;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(72, 37, 194, 0.3);
  transition: text-decoration-color 0.2s ease;
}

.blog-details a:hover {
  text-decoration-color: #4825c2;
}

.blog-details.flex-article {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.blog-details.flex-article img {
  border-radius: 14px;
  width: calc(50% - 7px);
  margin: 0;
}
@media(min-width:576px){
  .blog-details{
    text-align:justify
  }
}

/* ========================
   LIKE / SHARE WIDGETS (fb/ok)
========================= */
.div-article-like {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #ecebf5;
}

/* ========================
   SIDEBAR — filter card
========================= */
.div-article-sidebar {
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #faf9ff, #fdf4fa);
  position: relative;
  overflow: hidden;
}

.div-article-sidebar::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 37, 194, 0.08), transparent 70%);
}

.article-sidebar-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 16px;
}

.inner-sidebar .datepicker-inline,
.inner-sidebar .datepicker {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(72, 37, 194, 0.1);
}

/* ========================
   SIDEBAR — widget card
========================= */
.blog-sidebar .widget {
  background: #fff;
  border: 0.5px solid #ecebf5;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 20px;
}

.blog-sidebar .widget-title,
.widget-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark);
  padding-bottom: 0;
  margin-bottom: 16px;
}

.blog-sidebar .widget-title::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(72, 37, 194, 0.1);
  flex-shrink: 0;
  position: static;
}

.blog-sidebar .widget-title::after {
  display: none;
}

/* ========================
   SIDEBAR — category list
========================= */
.category-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
  color: #4a4a5e;
  border-bottom: 1px solid #f0eff8;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.category-list a:last-child {
  border-bottom: none;
}

.category-list a i {
  font-size: 11px;
  color: #b8b8cc;
  transition: color 0.2s ease;
}

.category-list a:hover {
  color: #4825c2;
  transform: translateX(4px);
}

.category-list a:hover i {
  color: #4825c2;
}

.category-list a.article-sidebar-item-active {
  color: #4825c2;
  font-weight: 700;
}

.category-list a.article-sidebar-item-active i {
  color: #4825c2;
}

/* ========================
   SIDEBAR — recent posts: TIMELINE uslubi
========================= */
.timeline-track {
  position: absolute;
  left: 3px;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #ecebf5;
}

.recent-post-item {
  position: relative;
  display: block;
  padding-left: 18px;
  padding-bottom: 18px;
  transition: transform 0.2s ease;
}

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

.recent-post-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ecebf5;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ecebf5;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.recent-post-item:hover {
  transform: translateX(3px);
}

.recent-post-item:hover::before,
.recent-post-item.article-sidebar-news-item-active::before {
  background: #4825c2;
  box-shadow: 0 0 0 1px #4825c2;
}

.recent-post-info h6 {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-dark);
  margin: 0 0 4px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.recent-post-info h6 a {
  color: inherit;
  text-decoration: none;
}

.recent-post-item:hover .recent-post-info h6 a,
.article-sidebar-news-item-active .recent-post-info h6 a {
  color: #4825c2;
}

.recent-post-info span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  color: #a6a5b8;
  font-weight: 500;
}

.recent-post-info span i {
  color: #4825c2;
}

/* ========================
   BLOCKQUOTE
========================= */
.blockqoute {
  background: linear-gradient(135deg, #faf9ff, #fdf4fa);
  border-radius: 18px;
  padding: 30px 34px;
  font-size: 16px;
  font-style: italic;
  color: #4a4a5e;
  margin: 26px 0;
  position: relative;
  box-shadow: 0 14px 34px rgba(72, 37, 194, 0.08);
}

.blockqoute::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, #4825c2, #a97fe0);
}

.blockqoute .blockqoute-icon {
  position: absolute;
  right: 24px;
  bottom: 10px;
  color: rgba(72, 37, 194, 0.12);
  font-size: 60px;
}

.blockqoute-author {
  margin-top: 18px;
  padding-left: 50px;
  position: relative;
  font-style: normal;
  font-weight: 600;
  color: var(--color-dark);
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 34px;
  background: #4825c2;
  left: 0;
  top: 10px;
}

/* ========================
   TAGS
========================= */
.blog-details-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.blog-details-tag h5 {
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 700;
}

.blog-details-tag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-details-tag ul a {
  background: #f4f2fb;
  color: #4a4a5e;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blog-details-tag ul a:hover {
  background: #4825c2;
  color: #fff;
  transform: translateY(-2px);
}

/* ========================
   AUTHOR CARD
========================= */
.blog-author {
  display: flex;
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, #faf9ff, #fdf4fa);
  border: 1px solid rgba(72, 37, 194, 0.08);
  border-radius: 24px;
  padding: 26px;
  margin: 40px 0;
  box-shadow: 0 16px 40px rgba(72, 37, 194, 0.08);
}

@media (max-width: 767px) {
  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 28px;
  }
}

.blog-author-img {
  width: 96px;
  flex-shrink: 0;
}

.blog-author-img img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(72, 37, 194, 0.18);
}

.blog-author .author-name {
  font-size: 18px;
  font-weight: 700;
  color: #4825c2;
  margin: 4px 0 6px;
}

.blog-author .author-info p {
  font-size: 13.5px;
  color: #6b6b85;
  line-height: 1.7;
}

.blog-author .author-social {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}

@media (max-width: 767px) {
  .blog-author .author-social {
    justify-content: center;
  }
}

.blog-author .author-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  background: #fff;
  color: #4825c2;
  box-shadow: 0 6px 16px rgba(72, 37, 194, 0.14);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blog-author .author-social a:hover {
  background: #4825c2;
  color: #fff;
  transform: translateY(-2px);
}

/* ========================
   COMMENTS
========================= */
.blog-comment h3 {
  color: var(--color-dark);
  font-weight: 700;
  font-size: 22px;
}

.blog-comment-wrap {
  margin: 30px 0;
}

.blog-comment-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border: 1px solid #ecebf5;
  border-radius: 20px;
  padding: 20px;
  margin-top: 24px;
  transition: box-shadow 0.25s ease;
}

.blog-comment-item:hover {
  box-shadow: 0 14px 34px rgba(72, 37, 194, 0.08);
}

@media (max-width: 767px) {
  .blog-comment-item {
    flex-direction: column;
    text-align: center;
    padding: 26px 20px;
  }
}

.blog-comment-item.reply {
  margin-left: 50px;
}

@media (max-width: 767px) {
  .blog-comment-item.reply {
    margin-left: 0;
  }
}

.blog-comment-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .blog-comment-item img {
    margin: 0 auto;
  }
}

.blog-comment-content span {
  font-size: 12.5px;
  color: #4825c2;
  font-weight: 600;
}

.blog-comment-content h5 {
  font-size: 15px;
  color: var(--color-dark);
  font-weight: 700;
  margin: 4px 0;
}

.blog-comment-content a {
  font-size: 12.5px;
  font-weight: 600;
  color: #4825c2;
  text-decoration: none;
}

.blog-comment-content a:hover {
  color: #6a3fd8;
}

/* ========================
   COMMENT FORM
========================= */
.blog-comment-form {
  padding: 32px;
  margin-top: 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, #faf9ff, #fdf4fa);
  border: 1px solid rgba(72, 37, 194, 0.08);
  box-shadow: 0 16px 40px rgba(72, 37, 194, 0.08);
}

.blog-comment-form h3 {
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--color-dark);
}

.blog-comment-form .form-control,
.blog-comment-form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1.5px solid #ecebf5;
  background: #fff;
  padding: 12px 16px;
  font-size: 13.5px;
  color: var(--color-dark);
  margin-bottom: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-comment-form .form-control:focus,
.blog-comment-form textarea:focus {
  outline: none;
  border-color: #4825c2;
  box-shadow: 0 0 0 4px rgba(72, 37, 194, 0.08);
}

.blog-comment-form textarea {
  min-height: 120px;
  resize: vertical;
}

.blog-comment-form .theme-btn {
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #4825c2, #6a3fd8);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(72, 37, 194, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-comment-form .theme-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(72, 37, 194, 0.32);
}

.reading-progress {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 3px;
  background: #ecebf5;
  margin-bottom: 24px;
  overflow: hidden;
}

.reading-progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #4825c2, #6a3fd8);
  transition: width 0.1s linear;
}
.reading-time-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: #a6a5b8;
  font-weight: 500;
  margin-left: 10px;
}

.reading-time-badge i {
  font-size: 12px;
}
.telegram-cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #4825c2, #6a3fd8);
  color: #fff;
}

.telegram-cta-card::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.telegram-cta-card i {
  font-size: 26px;
  margin-bottom: 12px;
  display: block;
}

.telegram-cta-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.telegram-cta-text {
  font-size: 11.5px;
  opacity: 0.85;
  line-height: 1.5;
  margin-bottom: 16px;
}

.telegram-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 999px;
  background: #fff;
  color: #4825c2;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.telegram-cta-btn:hover {
  transform: translateY(-2px);
  color: #4825c2;
}

/* ============================
   DATEPICKER — input yashiriladi, kalendar zamonaviy
============================ */
.inner-sidebar input[type="text"],
.inner-sidebar .form-control {
  display: none !important;
}

.inner-sidebar .datepicker-inline,
.inner-sidebar .datepicker {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.inner-sidebar .datepicker table {
  width: 100% !important;
}

.inner-sidebar .datepicker table tr td,
.inner-sidebar .datepicker table tr th {
  border-radius: 10px !important;
  font-size: 12.5px !important;
  padding: 8px 4px !important;
  width: auto !important;
  height: auto !important;
  text-align: center;
}

.inner-sidebar .datepicker table tr th {
  color: var(--color-dark) !important;
  font-weight: 600 !important;
  background: transparent !important;
}

.inner-sidebar .datepicker table tr th.dow {
  color: #a6a5b8 !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  text-transform: uppercase;
}

.inner-sidebar .datepicker table tr th.datepicker-switch {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: #4825c2 !important;
}

.inner-sidebar .datepicker table tr th.prev,
.inner-sidebar .datepicker table tr th.next {
  color: #4825c2 !important;
  font-size: 14px !important;
  transition: background 0.2s ease, transform 0.2s ease;
}

.inner-sidebar .datepicker table tr th.prev:hover,
.inner-sidebar .datepicker table tr th.next:hover {
  background: rgba(72, 37, 194, 0.1) !important;
}

.inner-sidebar .datepicker table tr th.datepicker-switch:hover {
  background: rgba(72, 37, 194, 0.06) !important;
}

.inner-sidebar .datepicker table tr td.day {
  color: #4a4a5e !important;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.inner-sidebar .datepicker table tr td.day:hover {
  background: rgba(72, 37, 194, 0.1) !important;
  color: #4825c2 !important;
  transform: scale(1.05);
}

.inner-sidebar .datepicker table tr td.old,
.inner-sidebar .datepicker table tr td.new {
  color: #d6d5e3 !important;
}

.inner-sidebar .datepicker table tr td.today {
  position: relative;
  color: #4825c2 !important;
  font-weight: 700 !important;
}

.inner-sidebar .datepicker table tr td.today::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4825c2;
}

.inner-sidebar .datepicker table tr td.active,
.inner-sidebar .datepicker table tr td.active:hover {
  background: linear-gradient(135deg, #4825c2, #6a3fd8) !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 6px 16px rgba(72, 37, 194, 0.32);
  transform: scale(1.05);
}

.inner-sidebar .datepicker table tr td.active::after {
  display: none;
}

.inner-sidebar .datepicker table tr td.disabled,
.inner-sidebar .datepicker table tr td.disabled:hover {
  color: #e5e4ee !important;
  background: transparent !important;
  transform: none;
}

.inner-sidebar .datepicker-days thead tr:nth-child(2) {
  border-bottom: 1px solid rgba(72, 37, 194, 0.08);
}

.inner-sidebar .datepicker-days thead tr:nth-child(2) th {
  padding-bottom: 10px !important;
}



/*====================
39. Auth css 
======================*/
/* ============================
   AUTH AREA
============================ */
.auth-area {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* ============================
   AUTH FORM CARD (split, kattaroq)
============================ */
.auth-form--split {
  position: relative;
  display: flex;
  max-width: 760px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 26px;
  border: 1px solid rgba(72, 37, 194, 0.06);
  box-shadow: 0 30px 70px rgba(72, 37, 194, 0.16), 0 6px 18px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.auth-form--split:hover {
  box-shadow: 0 36px 80px rgba(72, 37, 194, 0.2), 0 8px 22px rgba(0, 0, 0, 0.05);
}

.auth-form--split::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -50px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 37, 194, 0.10), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.auth-form--split::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(219, 39, 119, 0.06), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.auth-form-left,
.auth-form-right {
  position: relative;
  z-index: 1;
}

.auth-form-left {
  flex: 1.15;
  padding: 48px 42px;
  border-right: 1px solid #ecebf5;
}

.auth-form-right {
  flex: 0.85;
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: rgba(72, 37, 194, 0.025);
}

@media (max-width: 767px) {
  .auth-form--split {
    flex-direction: column;
    border-radius: 20px;
  }
  .auth-form-left {
    border-right: none;
    border-bottom: 1px solid #ecebf5;
    padding: 32px 26px;
  }
  .auth-form-right {
    padding: 32px 26px;
  }
}

/* ============================
   AUTH HEADER
============================ */
.auth-form-left .auth-header {
  text-align: center;
  margin-bottom: 28px;
}

.auth-form-left .auth-header .icon-badge,
.auth-form-left .auth-header .auth-icon-badge {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4825c2, #6a3fd8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 12px 26px rgba(72, 37, 194, 0.3);
  transition: transform 0.3s ease;
}

.auth-form-left .auth-header:hover .icon-badge,
.auth-form-left .auth-header:hover .auth-icon-badge {
  transform: scale(1.06) rotate(-4deg);
}

.auth-form-left .auth-header .icon-badge i,
.auth-form-left .auth-header .auth-icon-badge i {
  font-size: 26px;
  color: #fff;
}

.auth-form-left .auth-header img {
  width: 64px;
  margin-bottom: 12px;
}

.auth-form-left .auth-header h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 4px;
}

.auth-form-left .auth-header p {
  color: #4825c2;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  margin: 0;
}
/* ============================
   FORM INPUTS
============================ */
.auth-form-left .form-group {
  margin-bottom: 13px;
  position: relative;
}

.auth-form-left .form-control {
  width: 100%;
  height: 46px;
  padding: 0 18px;
  border-radius: 13px;
  border: 1.5px solid #ecebf5;
  background: #faf9ff;
  font-size: 13.5px;
  color: var(--color-dark);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.auth-form-left .form-control::placeholder {
  color: #a6a5b8;
}

.auth-form-left .form-control:hover {
  border-color: #d9d6f0;
}

.auth-form-left .form-control:focus {
  outline: none;
  border-color: #4825c2;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(72, 37, 194, 0.09);
  transform: translateY(-1px);
}

.auth-form-left .invalid-feedback {
  font-size: 11.5px;
  margin-top: 4px;
}

/* ============================
   PASSWORD VIEW TOGGLE
============================ */
.auth-form-left .password-view {
  cursor: pointer;
}

.auth-form-left .password-view i {
  position: absolute;
  left: unset;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #a6a5b8;
  transition: color 0.2s ease;
}

.auth-form-left .password-view:hover i {
  color: #4825c2;
}

.auth-form-left .password-view.show i::before {
  content: "\f06e";
}

/* ============================
   REMEMBER ME + FORGOT LINK
============================ */
.auth-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.auth-group .form-check {
  margin-bottom: 0;
}

.auth-group .form-check-label {
  color: var(--color-dark);
  font-size: 12.5px;
  font-weight: 500;
}

.auth-group .auth-group-link {
  color: #4825c2;
  font-weight: 500;
  font-size: 12.5px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.auth-group .auth-group-link:hover {
  color: var(--color-red);
}

/* ============================
   CHECKBOX-X (remember me widget)
============================ */
.auth-group .field-loginform-rememberme {
  display: flex;
  align-items: center;
  position: relative;
}

.auth-group .field-loginform-rememberme input.cbx-loading {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.auth-group .cbx-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--color-dark);
  user-select: none;
}

.auth-group label.has-star {
  display: none;
}

/* ============================
   SUBMIT BUTTON
============================ */
.auth-form-left .theme-btn {
  width: 100%;
  height: 48px;
  border-radius: 13px;
  background: linear-gradient(135deg, #4825c2, #6a3fd8);
  background-size: 200% 200%;
  background-position: 0% 50%;
  color: #fff;
  font-weight: 500;
  font-size: 13.5px;
  border: none;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.5s ease;
  box-shadow: 0 12px 26px rgba(72, 37, 194, 0.32);
}

.auth-form-left .theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.auth-form-left .theme-btn:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow: 0 18px 36px rgba(72, 37, 194, 0.38);
}

.auth-form-left .theme-btn:hover::before {
  left: 130%;
}

.auth-form-left .theme-btn:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 8px 18px rgba(72, 37, 194, 0.26);
}

.auth-form-left .theme-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(72, 37, 194, 0.25), 0 12px 26px rgba(72, 37, 194, 0.32);
}

/* ============================
   AUTH BOTTOM (register link)
============================ */
.auth-form-left .auth-bottom {
  margin-top: 22px;
}

.auth-form-left .auth-bottom p {
  color: var(--color-dark);
  text-align: center;
  font-size: 12.5px;
}

.auth-form-left .auth-bottom a {
  color: #4825c2;
  font-weight: 500;
}

.auth-form-left .auth-bottom a:hover {
  color: var(--color-red);
}

/* ============================
   GOV AUTH PANEL (o'ng tomon)
============================ */
.auth-form-right .gov-auth-title {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a6a5b8 !important;
  margin: 0 0 4px !important;
  text-align: center;
}

.gov-auth-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  height: 48px !important;
  border-radius: 13px !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 13.5px !important;
  border: none !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease !important;
}

.gov-auth-btn,
.gov-auth-btn span,
.gov-auth-btn:hover,
.gov-auth-btn:visited,
.gov-auth-btn:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

.gov-auth-btn:hover {
  transform: translateY(-3px) scale(1.015) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16) !important;
  filter: brightness(1.08) !important;
}

.gov-auth-btn:active {
  transform: translateY(-1px) scale(0.98) !important;
}

.gov-auth-btn-oneid {
  background-color: #4825c2 !important;
  box-shadow: 0 8px 18px rgba(72, 37, 194, 0.22) !important;
}

.gov-auth-btn-hemis {
  background-color: rgb(52, 75, 193) !important;
  box-shadow: 0 8px 18px rgba(52, 75, 193, 0.22) !important;
}

.gov-auth-btn img {
  height: 18px !important;
  transition: transform 0.25s ease !important;
}

.gov-auth-btn:hover img {
  transform: scale(1.08) !important;
}

.gov-auth-btn span {
  line-height: 1 !important;
}

.auth-form-right .gov-auth-note {
  font-size: 11px;
  color: #a6a5b8;
  text-align: center;
  line-height: 1.6;
  margin: 8px 0 0;
}

/*====================
40. Step/process css  
======================*/
.process-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.process-item .count {
  position: absolute;
  top: -20px;
  left: 0;
  font-weight: 800;
  font-size: 75px;
  line-height: 80px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--border-info-color);
  z-index: -1;
}
.process-item .icon {
  width: 80px;
  height: 80px;
  line-height: 77px;
  text-align: center;
  background: var(--gradient2);
  border-radius: 50px;
  box-shadow: var(--box-shadow);
}
.process-item .icon img {
  width: 50px;
  filter: brightness(0) invert(1);
}
.process-item .content {
  flex: 1;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 20px;
  padding: 20px;
}
.process-item .content h4 {
  font-size: 20px;
  color: var(--color-dark);
}
.process-item .content p {
  color: var(--body-text-color);
  margin-top: 10px;
}

/* ============================
   Site footer — token system
   ============================ */
.site-footer {
  --sf-navy: #0b1120;
  --sf-panel: #131a2e;
  --sf-panel-2: #161d33;
  --sf-accent: #8e79f9;
  --sf-accent-dim: rgba(142, 121, 249, 0.14);
  --sf-accent-soft: rgba(142, 121, 249, 0.35);
  --sf-ink: #f1f2f8;
  --sf-muted: #8b91a8;
  --sf-line: rgba(255, 255, 255, 0.07);
  --sf-radius: 16px;

  position: relative;
  background: var(--sf-navy);
  color: var(--sf-ink);
  overflow: hidden;
  font-family: "Manrope", "Inter", -apple-system, sans-serif;
}

.site-footer__glow {
  position: absolute;
  inset: -25% -10% auto -10%;
  height: 460px;
  background: radial-gradient(55% 100% at 15% 0%, var(--sf-accent-dim), transparent 70%),
  radial-gradient(35% 80% at 95% 15%, rgba(142, 121, 249, 0.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.site-footer .container {
  position: relative;
  z-index: 1;
  padding-top: 72px;
}

/* ---- top: brand + pulse line signature ---- */
.footer-top {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--sf-line);
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  text-decoration: none;
}

.footer-brand__logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 0 0 1px var(--sf-line), 0 8px 24px rgba(142, 121, 249, 0.18);
}

.footer-brand__name {
  font-family: "Newsreader", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  max-width: 280px;
  background: linear-gradient(120deg, var(--sf-ink) 30%, var(--sf-accent) 110%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer-pulse {
  flex: 1;
  min-width: 220px;
  height: 28px;
}

.footer-pulse__line {
  fill: none;
  stroke: var(--sf-accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: sf-draw 1.8s ease-out forwards;
  opacity: 0.9;
  filter: drop-shadow(0 0 6px var(--sf-accent-soft));
}

@keyframes sf-draw {
  to { stroke-dashoffset: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .footer-pulse__line { animation: none; stroke-dashoffset: 0; }
}

/* ---- grid ---- */
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr 1.1fr;
  gap: 40px;
  padding: 48px 0 40px;
}

@media (max-width: 991px) {
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
}
@media (max-width: 575px) {
  .footer-grid { grid-template-columns: 1fr; }
}

.footer-col__title {
  font-family: "Newsreader", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--sf-ink);
  margin-bottom: 18px;
  position: relative;
  padding-left: 14px;
}

.footer-col__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sf-accent);
  box-shadow: 0 0 8px var(--sf-accent-soft);
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links a {
  position: relative;
  display: inline-block;
  width: fit-content;
  color: var(--sf-muted);
  font-size: 14.5px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: var(--sf-accent);
  transition: width 0.25s ease;
}

.footer-links a:hover {
  color: var(--sf-accent);
}

.footer-links a:hover::after {
  width: 100%;
}

/* ---- contact column ---- */
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-contact__dot {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--sf-line);
  background: var(--sf-panel);
  color: var(--sf-accent);
  font-size: 13px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.footer-contact li:hover .footer-contact__dot {
  border-color: var(--sf-accent-soft);
  box-shadow: 0 0 0 4px var(--sf-accent-dim);
}

.footer-contact a {
  color: var(--sf-ink);
  font-size: 14.5px;
  text-decoration: none;
  opacity: 0.9;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-contact a:hover { color: var(--sf-accent); opacity: 1; }

/* ---- apps + ratings column ---- */
.footer-apps {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.footer-apps__badge {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-apps__badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px var(--sf-accent-dim);
}

.footer-apps__badge img { height: 40px; display: block; }

.footer-ratings {
  display: flex;
  gap: 12px;
  align-items: center;
  opacity: 0.55;
  filter: grayscale(1);
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.footer-ratings:hover { opacity: 1; filter: grayscale(0); }

.footer-ratings__item img { display: block; height: 26px; width: auto; }

/* ---- legal note ---- */
.footer-legal-note {
  font-size: 13px;
  line-height: 1.7;
  color: var(--sf-muted);
  border-top: 1px solid var(--sf-line);
  padding-top: 24px;
}

.footer-legal-note a {
  color: var(--sf-accent);
  text-decoration: underline;
  text-decoration-color: var(--sf-accent-soft);
  transition: text-decoration-color 0.2s ease;
}

.footer-legal-note a:hover {
  text-decoration-color: var(--sf-accent);
}

/* ---- bottom bar ---- */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 22px 0 28px;
}

.footer-bottom__copy {
  margin: 0;
  font-size: 13.5px;
  color: var(--sf-muted);
}

.footer-bottom__links {
  list-style: none;
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.footer-bottom__links a {
  color: var(--sf-muted);
  font-size: 13.5px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom__links a:hover { color: var(--sf-accent); }

@media (max-width: 575px) {
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ---- scroll to top ---- */
.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sf-panel-2);
  border: 1px solid var(--sf-accent-soft);
  color: var(--sf-accent);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease, color 0.2s ease;
  z-index: 50;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top:hover {
  background: var(--sf-accent);
  color: #0b1120;
  box-shadow: 0 8px 28px var(--sf-accent-soft);
}


/*====================
42. Skill css
======================*/
.skill-img {
  position: relative;
}
.skill-img::before {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 80%;
  height: 90%;
  background: var(--theme-color2);
  border-radius: 50px;
  transform: rotate(5deg);
  opacity: 0.12;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .skill-img::before {
    right: 15px;
  }
}
.skill-img img {
  width: 85%;
  border-radius: 50px;
}
.skill-text {
  margin-top: 10px;
}
.skill-progress {
  margin-top: 25px;
}
.skill-progress .progress-item {
  margin-bottom: 25px;
}
.skill-progress .progress-item:last-child {
  margin-bottom: 0;
}
.skill-progress .progress-item h5 {
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.skill-progress .progress-item .progress {
  height: 8px;
  background: var(--theme-bg-light);
  border-radius: 50px;
}
.skill-progress .progress-item .progress .progress-bar {
  background: var(--gradient2);
}

/*====================
43. Category css
======================*/
.category-item {
  background: var(--color-white);
  border-radius: 20px;
  text-align: center;
  width: 100%;
  position: relative;
}
.category-item::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(to top right, #ff99ff 10%, #8e79f9 35%, rgb(255, 255, 255) 75%);
  border-radius: 22px;
  z-index: -1;
}
.category-item:hover {
  transform: scale(1.02);
}
.category-item .content {
  padding: 5px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 20px;
}
.category-item .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  margin: auto;
  border-radius: 50px;
}
.category-item .icon img {
  width: 50px;
}
.category-item .info {
  margin-top: 12px;
}
.category-item .info h6 {
  color: var(--color-dark);
  margin-bottom: 4px;
}
.category-item .info p {
  color: var(--body-text-color);
  font-size: 15px;
}


/* category-link */

.category-slider.owl-carousel {
  position: relative;
  padding: 14px 10px 0;
}
.category-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.category-slider.owl-carousel .owl-item {
  height: auto;
  display: flex;
  padding: 10px;
}
.category-slider.owl-carousel .owl-item .category-link {
  width: 100%;
  height: 100%;
  display: flex;
}

.category-link {
  position: relative;
  width: 100%;
  text-decoration: none;
}

.category-link__num {
  position: absolute;
  top: -14px;
  left: 20px;
  z-index: 3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  background: linear-gradient(135deg, #ff99ff, #8e79f9);
  padding: 4px 10px;
  border-radius: 20px;
  box-shadow: 0 6px 14px -4px rgba(142, 121, 249, 0.5);
}

.category-link__content {
  position: relative;
  width: 100%;
  height: 240px;
  background: #ffffff;
  border-radius: 22px;
  padding: 34px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(31, 20, 90, 0.07);
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1), box-shadow 0.4s ease;
}

/* orqadagi spotlight gradient — hover'da yoyiladi */
.category-link__content::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: 50%;
  top: -60%;
  transform: translateX(-50%) scale(0.6);
  background: radial-gradient(circle, rgba(142,121,249,0.16) 0%, rgba(255,153,255,0) 70%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  z-index: 0;
}
.category-link:hover .category-link__content::before {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

.category-link:hover .category-link__content {
  transform: translateY(-10px);
  box-shadow: 0 28px 45px -18px rgba(142, 121, 249, 0.4);
}

.category-link__icon {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px -6px rgba(31, 20, 90, 0.15);
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
}
.category-link:hover .category-link__icon {
  transform: translateY(-4px) rotate(-6deg) scale(1.05);
}
.category-link__icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.category-link__info {
  position: relative;
  z-index: 1;
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-link__info h6 {
  margin: 0;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-link__cta {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f4f1ff;
  color: #8e79f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.35s ease;
}
.category-link:hover .category-link__cta {
  opacity: 1;
  transform: scale(1);
  background: linear-gradient(135deg, #ff99ff, #8e79f9);
  color: #fff;
}

/* nav */
.category-slider .owl-nav .owl-prev,
.category-slider .owl-nav .owl-next {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 12px 28px -10px rgba(142, 121, 249, 0.4);
  color: #8e79f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: 0.3s ease;
}
.category-slider .owl-nav .owl-prev {
  left: -22px;
}
.category-slider .owl-nav .owl-next {
  right: -22px;
}
.category-slider .owl-nav .owl-prev:hover,
.category-slider .owl-nav .owl-next:hover {
  background: linear-gradient(135deg, #ff99ff, #8e79f9);
  color: #fff;
  transform: translateY(-50%) scale(1.08);
}

.category-slider .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.category-slider .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: #e6e1fb;
  border-radius: 50%;
  display: inline-block;
  transition: 0.3s ease;
}
.category-slider .owl-dots .owl-dot.active span {
  width: 22px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ff99ff, #8e79f9);
}

/* interactive-service */

.interactive-service {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.interactive-service__content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100px;
  background: var(--color-white);
  border-radius: 16px;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(31, 20, 90, 0.06);
  border-left: 4px solid transparent;
  transition: all 0.35s cubic-bezier(.2,.8,.2,1);
  overflow: hidden;
}

/* orqada diagonal chiziq/pattern - hover'da suriladi */
.interactive-service__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(142, 121, 249, 0.06), transparent);
  transition: left 0.6s ease;
  z-index: 0;
}
.interactive-service:hover .interactive-service__content::before {
  left: 130%;
}

.interactive-service:hover .interactive-service__content {
  border-left-color: #8e79f9;
  transform: translateX(4px);
  box-shadow: 0 16px 32px -14px rgba(142, 121, 249, 0.3);
}

.interactive-service__icon {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #f4f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: #4a3aa8;
  transition: all 0.35s ease;
}
.interactive-service:hover .interactive-service__icon {
  background: linear-gradient(135deg, #ff99ff, #8e79f9);
  color: #fff;
  transform: scale(1.08);
}
.interactive-service__icon i,
.interactive-service__icon svg {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.interactive-service__info {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}
.interactive-service__info h6 {
  margin: 0;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.4;
  text-align: left;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  transition: color 0.3s ease;
}
.interactive-service:hover .interactive-service__info h6 {
  color: #6c4fdb;
}

.interactive-service__arrow {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f4f1ff;
  color: #8e79f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transform: translateX(-4px);
  opacity: 0;
  transition: all 0.35s ease;
}
.interactive-service:hover .interactive-service__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* category-slider */
.category-slider .category-item {
  margin: 2px;
}
.category-slider .category-item .content {
  box-shadow: none;
}
.category-slider .category-item .content .icon img {
  display: unset;
}
.category-slider .category-item:hover {
  transform: none;
}
.category-slider .owl-nav button {
  position: absolute;
  background: var(--theme-color) !important;
  color: var(--color-white) !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px !important;
  text-align: center;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
}
.category-slider .owl-nav button:hover {
  background: var(--theme-color) !important;
}
.category-slider .owl-prev {
  left: -16px;
}
@media all and (max-width: 767px) {
  .category-slider .owl-prev {
    left: -10px;
  }
}
.category-slider .owl-next {
  right: -16px;
}
@media all and (max-width: 767px) {
  .category-slider .owl-next {
    right: -10px;
  }
}

/* nav category */
@media all and (min-width: 992px) {
  .nav-category {
    margin-left: 50px;
  }
}
@media all and (max-width: 991px) {
  .nav-category {
    margin-bottom: 20px;
  }
}
.nav-category .dropdown > button {
  background: rgb(from var(--theme-color) r g b/0.08);
  color: var(--theme-color);
  border: none;
  border-radius: 10px;
  padding: 5px 12px;
  font-weight: 500;
}
.nav-category .dropdown .dropdown-menu {
  border-radius: 15px;
  padding: 10px;
  border: none;
  box-shadow: var(--box-shadow);
  min-width: 220px;
}
@media all and (max-width: 991px) {
  .nav-category .dropdown .dropdown-menu {
    width: 100%;
  }
}
.nav-category .dropdown .dropdown-menu .dropdown-item {
  color: var(--color-dark);
  padding: 4px 12px;
  border-radius: 10px;
}
.nav-category .dropdown .dropdown-menu .dropdown-item:hover {
  background: rgb(from var(--theme-color) r g b/0.08);
  color: var(--theme-color);
}
@media all and (min-width: 992px) {
  .nav-category .dropdown ul .dropdown-menu {
    top: 0;
    left: 107%;
  }
}
.nav-category .dropdown ul .dropdown-toggle::after {
  position: absolute;
  top: 6px;
  right: 12px;
}

/*====================
44. Course css
======================*/
.course-area.bg-img {
  position: relative;
}
.course-area.bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.course-item {
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  padding: 14px;
  border-radius: 20px;
  position: relative;
}
.course-content {
  padding-top: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.course-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 15px;
  padding: 5px 12px;
  line-height: 1;
  box-shadow: var(--box-shadow);
  border-radius: 50px 50px 0 50px;
  border: 3px solid var(--color-white);
  z-index: 1;
}
.course-tag.c1 {
  background: var(--color-skyblue);
}
.course-tag.c2 {
  background: var(--color-red);
}
.course-tag.c3 {
  background: var(--color-purple);
}
.course-tag.c4 {
  background: var(--color-yellow);
}
.course-tag.c5 {
  background: var(--color-green);
}

.course-img a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.course-img a img {
  border-radius: 15px;
}
.course-item:hover .course-img img {
  transform: scale(1.1);
}
.course-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.course-meta .category {
  background: rgb(from var(--theme-color) r g b/0.08);
  color: var(--theme-color);
  font-size: 15px;
  padding: 0px 10px;
  border-radius: 50px 50px 50px 0;
}
.course-meta .category.c1 {
  background: rgb(from var(--color-green) r g b/0.08);
  color: var(--color-green);
}
.course-meta .category.c2 {
  background: rgb(from var(--color-skyblue) r g b/0.08);
  color: var(--color-skyblue);
}
.course-meta .category.c3 {
  background: rgb(from var(--color-yellow) r g b/0.08);
  color: var(--color-yellow);
}
.course-meta .category.c4 {
  background: rgb(from var(--color-red) r g b/0.08);
  color: var(--color-red);
}
.course-meta .category.c5 {
  background: rgb(from var(--color-blue) r g b/0.08);
  color: var(--color-blue);
}
.course-info .calendar-eye.c1 {
  color: var(--color-green);
}
.course-info .calendar-eye.c2 {
  color: var(--color-skyblue);
}
.course-info .calendar-eye.c3 {
  color: var(--color-yellow);
}
.course-info .calendar-eye.c4 {
  color: var(--color-red);
}
.course-info .calendar-eye.c5 {
  color: var(--color-blue);
}
.course-meta .rating {
  color: var(--body-text-color);
  font-size: 15px;
}
.course-meta .rating i {
  color: var(--color-yellow);
}
.course-title {
  min-height: 78px;
  margin-bottom: 5px;
}
.course-title a {
  color: var(--color-dark);
  font-size: 18px;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.course-title a:hover {
  color: var(--theme-color);
}
.course-info {
  margin-top: 2px;
}
.course-info ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.course-info ul li {
  color: var(--body-text-color);
}
.course-info ul li i {
  margin-right: 5px;
}
.course-info .lecture i {
  color: var(--color-green);
}
.course-info .duration i {
  color: var(--color-red);
}
.course-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-info-color);
  padding-top: 12px;
  margin-top: 12px;
}
.course-instructor {
  display: flex;
  align-items: center;
  gap: 7px;
}
.course-instructor:hover h6 {
  color: var(--theme-color);
}
.course-instructor img {
  width: 32px;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
}
.course-instructor h6 {
  color: var(--color-dark);
  font-size: 14px;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.course-instructor h6 span {
  display: block;
}
.course-price span {
  color: var(--color-red);
  font-size: 17px;
  font-weight: 500;
}
.course-price del {
  color: var(--body-text-color);
  font-size: 15px;
  margin-right: 4px;
}
.course-border .course-item {
  border: 1px solid var(--border-info-color);
  box-shadow: none;
}

/* course slider */
.course-slider .course-item {
  box-shadow: none;
}
.course-slider .course-instructor img {
  width: 50px !important;
}
.course-slider .owl-nav button {
  position: absolute;
  background: var(--theme-color) !important;
  color: var(--color-white) !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px !important;
  text-align: center;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
  margin-top: -30px;
}
.course-slider .owl-nav button:hover {
  background: var(--theme-color) !important;
}
.course-slider .owl-prev {
  left: -16px;
}
@media all and (max-width: 767px) {
  .course-slider .owl-prev {
    left: -10px;
  }
}
.course-slider .owl-next {
  right: -16px;
}
@media all and (max-width: 767px) {
  .course-slider .owl-next {
    right: -10px;
  }
}
.course-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.course-slider .owl-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 2px solid var(--theme-color);
  margin: 4px;
  transition: var(--transition2);
}
.course-slider .owl-dots button.active {
  background: var(--theme-color);
}

/* course tab */
/* ==========================================================================
   COURSE TAB NAV — 20px radius, mobil uchun gorizontal skroll, chiroyli
   ========================================================================== */

.course-tab .nav {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 7px;
  gap: 5px;
  box-shadow:
          0 1px 2px rgba(17, 17, 26, 0.03),
          0 10px 26px -14px rgba(31, 20, 90, 0.18);
}

.course-tab .nav .nav-item {
  display: flex;
}

.course-tab .nav .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 11px 22px;
  border-radius: 14px;
  background: transparent;
  color: var(--body-text-color);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.35s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Hover — nozik rangli fon */
.course-tab .nav .nav-link:hover:not(.active) {
  color: var(--theme-color);
}

.course-tab .nav .nav-link:hover:not(.active)::after {
  opacity: 1;
  transform: scale(1);
}

.course-tab .nav .nav-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: rgba(142, 121, 249, 0.09);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: -2;
}

/* Faol gradient fon */
.course-tab .nav .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: var(--gradient);
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: -1;
}

.course-tab .nav .nav-link.active {
  color: var(--color-white);
  transform: scale(1.02);
}

.course-tab .nav .nav-link.active::before {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 10px 22px -6px rgba(142, 121, 249, 0.55);
}

.course-tab .nav .nav-link:active {
  transform: scale(0.96);
}

.course-tab .nav .nav-link:focus-visible {
  outline: 2px solid var(--theme-color);
  outline-offset: 3px;
}

/* ==========================================================================
   DEFENSE SEARCH — zamonaviy qidiruv paneli + tez natijalar oynasi
   ========================================================================== */

.defense-search-wrap {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

/* ===== Qidiruv formasi ===== */
.defense-search {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--color-white);
  border: 1.5px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  padding: 6px 6px 6px 22px;
  box-shadow:
          0 1px 2px rgba(17, 17, 26, 0.03),
          0 12px 28px -16px rgba(31, 20, 90, 0.18);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.defense-search:focus-within {
  border-color: var(--theme-color);
  box-shadow:
          0 0 0 4px rgba(142, 121, 249, 0.12),
          0 16px 34px -16px rgba(142, 121, 249, 0.35);
}

.defense-search-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: var(--color-dark);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 4px;
}

.defense-search-input::placeholder {
  color: var(--body-text-color);
  font-weight: 400;
}

.defense-search-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: var(--gradient);
  color: var(--color-white);
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 8px 18px -6px rgba(142, 121, 249, 0.55);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.defense-search-btn:hover {
  transform: scale(1.06);
  box-shadow: 0 12px 24px -6px rgba(142, 121, 249, 0.65);
}

.defense-search-btn:active {
  transform: scale(0.94);
}

/* ===== Tez natijalar oynasi ===== */
.defense-search-result {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 40;
  max-height: 360px;
  overflow-y: auto;
  background: var(--color-white);
  border-radius: 18px;
  box-shadow:
          0 1px 2px rgba(17, 17, 26, 0.04),
          0 24px 48px -18px rgba(31, 20, 90, 0.28);
  border: 1px solid rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  scrollbar-width: thin;
}

.defense-search-result.active,
.defense-search-result:not(:empty) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.defense-search-result::-webkit-scrollbar {
  width: 5px;
}
.defense-search-result::-webkit-scrollbar-thumb {
  background: rgba(142, 121, 249, 0.3);
  border-radius: 10px;
}

/* ===== Natija elementi ===== */
.defense-search-result-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 18px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  transition: background 0.2s ease;
  cursor: pointer;
}

.defense-search-result-item:last-child {
  border-bottom: none;
}

.defense-search-result-item:hover,
.defense-search-result-item.is-active {
  background: rgba(142, 121, 249, 0.07);
}

.defense-search-result-item .icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(142, 121, 249, 0.1);
  color: var(--theme-color);
  font-size: 14px;
  margin-top: 2px;
}

.defense-search-result-item .content {
  flex: 1;
  min-width: 0;
}

.defense-search-result-item .title {
  display: block;
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.defense-search-result-item .meta {
  display: block;
  margin-top: 3px;
  color: var(--body-text-color);
  font-size: 12px;
}

.defense-search-result-item mark {
  background: rgba(142, 121, 249, 0.22);
  color: var(--theme-color);
  border-radius: 3px;
  padding: 0 1px;
}

/* ===== Bo'sh natija / yuklanish holati ===== */
.defense-search-result .search-empty,
.defense-search-result .search-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 22px 18px;
  color: var(--body-text-color);
  font-size: 13.5px;
}

.defense-search-result .search-loading i {
  color: var(--theme-color);
  animation: defense-search-spin 0.8s linear infinite;
}

@keyframes defense-search-spin {
  to { transform: rotate(360deg); }
}

.defense-search-result .search-empty i {
  color: var(--body-text-color);
  font-size: 16px;
}

/* ===== "Barcha natijalarni ko'rish" havolasi (ixtiyoriy) ===== */
.defense-search-result .see-all {
  display: block;
  text-align: center;
  padding: 12px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: background 0.2s ease;
}

.defense-search-result .see-all:hover {
  background: rgba(142, 121, 249, 0.06);
}

/* ==========================================================================
   MOBIL
   ========================================================================== */
@media all and (max-width: 575px) {
  .defense-search {
    padding: 5px 5px 5px 16px;
  }
  .defense-search-input {
    font-size: 14px;
    padding: 9px 4px;
  }
  .defense-search-btn {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
  .defense-search-result {
    border-radius: 14px;
    max-height: 300px;
  }
  .defense-search-result-item {
    padding: 10px 14px;
  }
}

/* ==========================================================================
   MOBIL — tugmalar tepadan pastga, to'liq kenglikda ustun bo'lib tiziladi
   ========================================================================== */
@media all and (max-width: 767px) {
  .course-tab .site-heading.inline {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .course-tab .nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
    padding: 6px;
    gap: 4px;
  }

  .course-tab .nav .nav-item {
    width: 100%;
  }

  .course-tab .nav .nav-link {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 12px;
  }
}

/* course-sidebar */
.course-sidebar .widget {
  background: rgb(from var(--theme-color2) r g b/0.05);
  padding: 20px;
  border-radius: 15px;
}
.course-sidebar .widget .title {
  margin-bottom: 25px;
}
.course-sidebar .search-form .form-group {
  position: relative;
}
.course-sidebar .search-form .form-group .form-control {
  padding-right: 50px;
}
.course-sidebar .search-form .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: transparent;
  border: none;
  border-radius: 15px;
  color: var(--theme-color);
}
.course-sidebar .form-check {
  margin-bottom: 10px;
}
.course-sidebar .rating .form-check label i {
  color: var(--color-yellow);
}

/* course sort */
/* ==========================================================================
   COURSE SORT — zamonaviy, chiroyli saralash paneli
   ========================================================================== */

.course-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 22px;
  margin-bottom: 24px;
  background: var(--color-white);
  border-radius: 18px;
  box-shadow:
          0 1px 2px rgba(17, 17, 26, 0.03),
          0 10px 26px -16px rgba(31, 20, 90, 0.16);
}

.course-sort .course-showing {
  color: var(--body-text-color);
  font-size: 14.5px;
  font-weight: 500;
}

.course-sort .course-showing::before {
  content: "\f0ca";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-right: 8px;
  color: var(--theme-color);
  font-size: 13px;
}

/* ===== Select wrapper — maxsus strelka bilan ===== */
.sort-select-wrap {
  position: relative;
  width: 100%;
}

.sort-select-wrap::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-color);
  font-size: 13px;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.sort-select-wrap:has(.select:focus)::after {
  transform: translateY(-50%) rotate(180deg);
}

.course-sort .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 11px 42px 11px 18px;
  background: rgba(142, 121, 249, 0.06);
  border: 1.5px solid transparent;
  border-radius: 12px;
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.course-sort .select:hover {
  background: rgba(142, 121, 249, 0.1);
}

.course-sort .select:focus {
  background: var(--color-white);
  border-color: var(--theme-color);
  box-shadow: 0 0 0 4px rgba(142, 121, 249, 0.14);
}

.course-sort .select option {
  color: var(--color-dark);
  font-weight: 500;
  padding: 8px;
}

/* ==========================================================================
   MOBIL
   ========================================================================== */
@media all and (max-width: 767px) {
  .course-sort {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 18px;
    gap: 14px;
    border-radius: 16px;
  }
  .course-sort .course-showing {
    font-size: 13.5px;
    text-align: center;
  }
  .course-sort .select {
    padding: 12px 42px 12px 16px;
  }
}

/* course-area list */
.course-area.list .course-item {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media all and (max-width: 767px) {
  .course-area.list .course-item {
    gap: 20px;
  }
}
.course-area.list .course-item .course-tag {
  right: unset;
  left: 0;
}
.course-area.list .course-img img {
  width: 260px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767px) {
  .course-area.list .course-img img {
    width: 100%;
    height: auto;
  }
}
.course-area.list .course-content {
  flex: 1;
  padding-top: 0;
}

/*====================
45. Course single css
======================*/
.course-single-header {
  position: relative;
  text-align: left;
}
.course-single-header .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.course-single-header .top .category {
  padding: 4px 15px;
  border-radius: 8px;
  background: rgb(from var(--theme-color2) r g b/0.1);
  color: var(--theme-color2);
}
.course-single-header .top .bookmark {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: rgb(from var(--theme-color2) r g b/0.1);
  color: var(--theme-color2);
  border-radius: 50px;
  text-align: center;
}
.course-single-header .top .bookmark:hover {
  background: var(--theme-color2);
  color: var(--color-white);
}
.course-single-header .title {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
.course-single-header p {
  color: var(--body-text-color);
}
.course-single-header .rating {
  margin-top: 10px;
}
.course-single-header .rating i {
  color: var(--color-yellow);
}
.course-single-header .rating .rating-avg {
  color: var(--color-dark);
  font-weight: 900;
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}
.course-single-header .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .course-single-header .info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
}
.course-single-header .info .instructor {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.course-single-header .info .instructor img {
  width: 50px;
  border-radius: 50%;
  border: 2px solid var(--theme-color2);
  padding: 3px;
}
.course-single-header .info .update-date {
  position: relative;
}
.course-single-header .info .update-date::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--border-info-color);
  left: -21px;
  top: 0px;
}
.course-single-header .info .update-date span {
  color: var(--theme-color2);
}
.course-single-wrap .video-area {
  border-radius: 25px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.course-single-wrap .video-area::before {
  border-radius: 8px;
}
.course-single-wrap .video-area .video-wrap {
  height: 450px;
}
@media all and (max-width: 767px) {
  .course-single-wrap .video-area .video-wrap {
    height: 250px;
  }
}
.course-single-wrap .video-area .video-wrap .video-btn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50px;
  background: var(--theme-color2);
  color: var(--color-white);
  text-align: center;
  font-size: 25px;
  padding-left: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: var(--box-shadow);
}
.course-single-tab {
  margin-top: 30px;
}
.course-single-tab .nav {
  border-bottom: 1px solid var(--border-info-color);
}
.course-single-tab .nav .nav-link {
  font-weight: 500;
  color: var(--color-dark);
  padding: 10px 0px;
  margin-right: 20px;
}
.course-single-tab .nav .nav-link.active {
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
}
.course-single-tab .course-details .course-list {
  margin-top: 20px;
}
.course-single-tab .course-details .course-list li {
  margin-bottom: 12px;
}
.course-single-tab .course-details .course-list li i {
  margin-right: 10px;
  color: var(--theme-color);
}
.course-single-tab .course-curriculum .accordion-item {
  background: var(--color-white);
  margin-bottom: 15px;
  border-bottom: none;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
}
.course-single-tab .course-curriculum .accordion-item .accordion-button {
  background: transparent;
  font-size: 17px;
  color: var(--color-dark);
  font-weight: 600;
}
.course-single-tab .course-curriculum .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.course-single-tab .course-curriculum .accordion-item .accordion-button::after {
  content: "\f107";
  background: none;
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 300;
  font-family: "Font Awesome 6 pro";
  width: unset;
  height: unset;
  margin-right: 3px;
}
.course-single-tab .course-curriculum .accordion-item .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  background: transparent;
  box-shadow: inset 0 -1px 0 var(--border-info-color);
}
.course-single-tab .course-curriculum .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f107";
  transform: rotate(-180deg);
}
.course-single-tab .course-curriculum .curriculum-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--border-info-color);
  background: var(--color-white);
  padding: 8px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: var(--transition);
}
@media all and (max-width: 767px) {
  .course-single-tab .course-curriculum .curriculum-item {
    padding: 8px 10px;
  }
}
@media all and (max-width: 767px) {
  .course-single-tab .course-curriculum .curriculum-item .left {
    width: 72%;
  }
}
.course-single-tab .course-curriculum .curriculum-item .left h6 {
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .course-single-tab .course-curriculum .curriculum-item .left h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.course-single-tab .course-curriculum .curriculum-item .left h6 i {
  color: var(--theme-color);
  margin-right: 5px;
}
.course-single-tab .course-curriculum .curriculum-item .left span {
  font-weight: 500;
}
.course-single-tab .course-curriculum .curriculum-item .right .lock {
  margin-left: 15px;
  color: var(--theme-color2);
}
.course-single-tab .course-curriculum .curriculum-item .right .duration {
  color: var(--color-dark);
  font-size: 15px;
}
.course-single-tab .course-curriculum .curriculum-item.unlock h6 i {
  color: var(--color-green);
}
.course-single-tab .course-curriculum .curriculum-item.unlock .lock {
  color: var(--color-green);
}
.course-single-tab .course-curriculum .curriculum-item.unlock:hover {
  border-color: var(--color-green);
}
.course-single-tab .course-curriculum .curriculum-item.unlock.completed {
  border-color: var(--color-green);
}
.course-single-tab .course-instructor {
  background: var(--color-white);
  display: flex;
  gap: 30px;
  padding: 25px;
  border-radius: 25px;
  box-shadow: var(--box-shadow);
}
.course-single-tab .course-instructor .instructor-img {
  width: 160px;
}
.course-single-tab .course-instructor .instructor-img img {
  border-radius: 50%;
  width: 100%;
}
.course-single-tab .course-instructor .instructor-info {
  flex: 1;
}
.course-single-tab .course-instructor .instructor-info h4 {
  color: var(--color-dark);
}
.course-single-tab .course-instructor .instructor-info-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.course-single-tab .course-instructor .instructor-info-wrap .rating {
  color: var(--body-text-color);
}
.course-single-tab .course-instructor .instructor-info-wrap .rating i {
  color: var(--color-yellow);
}
.course-single-tab .course-instructor .instructor-info-wrap .course {
  color: var(--body-text-color);
}
.course-single-tab .course-instructor .instructor-info-wrap .course i {
  color: var(--color-green);
}
.course-single-tab .course-instructor .instructor-info-wrap .enrolled {
  color: var(--body-text-color);
}
.course-single-tab .course-instructor .instructor-info-wrap .enrolled i {
  color: var(--theme-color);
}
.course-single-tab .course-instructor .instructor-info p {
  color: var(--body-text-color);
}
.course-single-tab .course-review .review-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  padding: 20px 25px;
  border-radius: 18px;
}
.course-single-tab .course-review .review-rating .rating-count {
  border: 1px solid var(--border-info-color);
  background: var(--color-white);
  border-radius: 15px;
  padding: 15px 35px;
  text-align: center;
}
.course-single-tab .course-review .review-rating .rating-count h2 {
  color: var(--color-dark);
  font-size: 50px;
}
.course-single-tab .course-review .review-rating .rating-count .rating-star {
  color: var(--color-yellow);
  margin: 5px 0;
}
.course-single-tab .course-review .review-rating .rating-count p {
  color: var(--body-text-color);
}
.course-single-tab .course-review .review-rating .rating-range {
  flex: 1;
}
.course-single-tab .course-review .review-rating .rating-range-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 5px 0;
}
.course-single-tab .course-review .review-rating .rating-range-item .rating-range-star i {
  color: var(--color-yellow);
  font-size: 14px;
}
.course-single-tab .course-review .review-rating .rating-range-item .rating-range-bar {
  flex: 1;
}
.course-single-tab .course-review .review-rating .rating-range-item .rating-range-bar .progress {
  height: 5px;
}
.course-single-tab .course-review .review-rating .rating-range-item .rating-range-bar .progress-width {
  background: var(--gradient2);
}
.course-single-tab .course-review .review-rating .rating-range-item .rating-range-percentage {
  color: var(--body-text-color);
}
.course-single-tab .course-review .review-content {
  background: var(--color-white);
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: var(--box-shadow);
}
.course-single-tab .course-review .review-content .title {
  color: var(--color-dark);
  font-size: 20px;
  margin-bottom: 25px;
}
.course-single-tab .course-review .review-content .review-item {
  border: 1px solid var(--border-info-color);
  padding: 20px;
  margin-top: 20px;
  border-radius: 15px;
}
.course-single-tab .course-review .review-content .review-item .review-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.course-single-tab .course-review .review-content .review-item .review-author img {
  width: 60px;
  border-radius: 50%;
}
.course-single-tab .course-review .review-content .review-item .review-author .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.course-single-tab .course-review .review-content .review-item .review-author .info h6 {
  color: var(--color-dark);
  margin-bottom: 2px;
}
.course-single-tab .course-review .review-content .review-item .review-author .info span {
  color: var(--theme-color);
}
.course-single-tab .course-review .review-content .review-item .review-author .rating {
  color: var(--color-yellow);
}
.course-single-tab .course-review .review-form {
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 15px;
  margin-top: 25px;
  padding: 30px;
}
.course-single-tab .course-review .review-form h5 {
  font-size: 20px;
  margin-bottom: 25px;
}
.course-single-sidebar {
  position: relative;
  padding: 30px;
  margin-top: -250px;
  margin-left: 20px;
  background: var(--color-white);
  border-radius: 25px;
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  z-index: 1;
}
@media all and (max-width: 991px) {
  .course-single-sidebar {
    margin-top: 50px;
    margin-left: 0;
  }
}
.course-single-sidebar .price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
.course-single-sidebar .price-wrap .price-amount span {
  font-weight: 900;
  color: var(--theme-color2);
  font-size: 25px;
  margin-right: 10px;
}
.course-single-sidebar .price-wrap .price-off {
  background: rgb(from var(--color-red) r g b/0.1);
  color: var(--color-red);
  font-weight: 500;
  padding: 2px 15px;
  border-radius: 8px;
  font-size: 14px;
}
.course-single-sidebar .theme-btn {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}
.course-single-sidebar .more-info {
  color: var(--color-dark);
  margin-top: 20px;
}
.course-single-sidebar .more-info li {
  padding: 8px 0;
  font-size: 16px;
  border-bottom: 1px solid var(--border-info-color);
}
.course-single-sidebar .more-info li:last-child {
  border-bottom: none;
}
.course-single-sidebar .more-info li i {
  color: var(--theme-color);
  width: 24px;
}
.course-single-sidebar .more-info li span {
  float: right;
  color: var(--body-text-color);
}
.course-single-sidebar .include {
  margin-top: 20px;
}
.course-single-sidebar .include h5 {
  margin-bottom: 15px;
}
.course-single-sidebar .include li {
  margin-bottom: 5px;
}
.course-single-sidebar .include li i {
  color: var(--theme-color);
  margin-right: 5px;
}
.course-single-sidebar .share {
  margin-top: 25px;
}
.course-single-sidebar .share h5 {
  margin-bottom: 20px;
}
.course-single-sidebar .share-link a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin-right: 5px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  text-align: center;
  border-radius: 50px;
}
.course-single-sidebar .share-link a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

/* course-single 2 */
.course-single.cs-2 .course-single-sidebar {
  margin-top: 0;
  box-shadow: var(--box-shadow);
}
.course-single.cs-2 .course-single-header {
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 20px;
  padding: 30px 30px 0 30px;
  margin-top: 40px;
}
.course-single.cs-2 .course-single-header .title {
  font-size: 28px;
}
.course-single.cs-2 .course-single-header .info {
  margin-top: 20px;
}
.course-single.cs-2 .course-single-header .nav {
  border-top: 1px solid var(--border-info-color);
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .course-single.cs-2 .course-single-header .nav {
    gap: 0;
  }
}
.course-single.cs-2 .course-single-header .nav .nav-link {
  font-weight: 500;
  color: var(--color-dark);
  padding: 10px 0px;
  margin-right: 20px;
}
.course-single.cs-2 .course-single-header .nav .nav-link.active {
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
}
.course-single.cs-2 .course-details {
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 20px;
  padding: 30px;
}

/*====================
46. Instructor css
======================*/
/* ==========================================================================
   INSTRUCTOR (Faxriy professorlar) — mustahkam, ixcham, soyali zamonaviy
   karta. Muhim ustuvorlik uchun asosiy layout xususiyatlarida !important
   ishlatilgan — sababi: sayt asosiy CSS'ida bir xil klass nomlari boshqa
   joyda ham ishlatilib, ustidan bosib yuborishi mumkin edi.
   ========================================================================== */

.instructor-slider {
  padding: 46px 10px 10px !important;
}

.instructor-slider.owl-carousel .owl-item {
  display: block !important;
  padding: 10px !important;
}

.instructor-slider.owl-carousel .owl-stage {
  display: flex !important;
  align-items: stretch !important;
  padding-bottom: 20px;
}

.instructor-slider.owl-carousel .owl-item {
  display: flex !important;
  height: auto !important;
  padding: 10px !important;
}

/* ===== Karta — endi qatordagi eng baland element bo'yicha cho'ziladi ===== */
.instructor-slider .instructor-item {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 200px !important;
  height: calc(100% - 42px) !important;
  margin: 42px auto 0 !important;
  padding: 0 !important;
  background: var(--color-white) !important;
  border-radius: 22px !important;
  overflow: visible !important;
  box-shadow:
          0 2px 4px rgba(17, 17, 26, 0.05),
          0 16px 32px -16px rgba(31, 20, 90, 0.28) !important;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease !important;
}

.instructor-slider .instructor-item:hover {
  transform: translateY(-7px);
  box-shadow:
          0 6px 14px rgba(142, 121, 249, 0.18),
          0 34px 54px -18px rgba(142, 121, 249, 0.48) !important;
}

/* Burchakdagi yumshoq rangli dekorativ nur */
.instructor-slider .instructor-item::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(142, 121, 249, 0.16), transparent 72%);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s ease, transform 0.45s ease;
  pointer-events: none;
  z-index: 0;
}

.instructor-slider .instructor-item:hover::before {
  opacity: 1;
  transform: scale(1);
}

/* ===== Avatar — kartaning tepasidan yarim chiqib turadi ===== */
.instructor-slider .instructor-img {
  position: absolute !important;
  top: -42px !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translateX(-50%) !important;
  width: 84px !important;
  height: 84px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  overflow: visible !important;
  z-index: 2;
}

.instructor-slider .instructor-img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 4px solid var(--color-white);
  box-shadow: 0 10px 20px -8px rgba(31, 20, 90, 0.32);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.instructor-slider .instructor-item:hover .instructor-img img {
  transform: scale(1.06);
  box-shadow: 0 16px 28px -10px rgba(142, 121, 249, 0.5);
}

/* ===== Tasdiqlash belgisi — aniq yuqori-o'ng burchakda, rasmdan tashqarida ===== */
.instructor-slider .instructor-verified {
  position: absolute !important;
  right: -6px !important;
  top: -6px !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #15d5ae, #5177ff);
  border: 3px solid var(--color-white);
  box-shadow: 0 6px 14px -4px rgba(21, 213, 174, 0.5);
  color: #ffffff;
  font-size: 10px;
}

/* ===== Matn — avatardan keyin, bo'shliqsiz. flex:1 orqali qolgan
   balandlikni egallaydi, kategoriya har doim pastda turadi ===== */
.instructor-slider .instructor-content {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0 !important;
  padding: 52px 14px 28px !important;
  text-align: center;
}

.instructor-slider .instructor-content h5 {
  display: block !important;
  text-align: center;
  margin: 0;
}

.instructor-slider .instructor-content h5 a {
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.instructor-slider .instructor-item:hover .instructor-content h5 a {
  color: var(--theme-color);
}

.instructor-slider .instructor-content h5::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 10px auto 0;
  border-radius: 2px;
  background: var(--gradient3, linear-gradient(90deg, #15d5ae, #5177ff, #de1dfc));
  opacity: 0.5;
}

.instructor-slider .instructor-content .category {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(142, 121, 249, 0.1);
  color: var(--theme-color);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: background 0.3s ease, color 0.3s ease;
}

.instructor-slider .instructor-content .category::before {
  content: "\f19d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 12px;
}

.instructor-slider .instructor-item:hover .instructor-content .category {
  background: var(--theme-color);
  color: #ffffff;
}

/* ==========================================================================
   OWL NAV / DOTS
   ========================================================================== */
.instructor-slider .owl-nav button {
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--color-white) !important;
  color: var(--theme-color) !important;
  font-size: 14px !important;
  border-radius: 50%;
  box-shadow: 0 10px 22px -8px rgba(31, 20, 90, 0.22);
  border: none;
  top: 44%;
  transform: translateY(-50%);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.instructor-slider .owl-nav button:hover {
  background: var(--theme-color) !important;
  color: var(--color-white) !important;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 14px 28px -8px rgba(142, 121, 249, 0.45);
}

.instructor-slider .owl-prev { left: -16px; }
.instructor-slider .owl-next { right: -16px; }

@media all and (max-width: 767px) {
  .instructor-slider .owl-nav button { width: 32px; height: 32px; font-size: 12px !important; }
  .instructor-slider .owl-prev { left: -6px; }
  .instructor-slider .owl-next { right: -6px; }
}

.instructor-slider .owl-dots {
  margin-top: 24px;
}

.instructor-slider .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: #e6e1fb;
  border-radius: 50%;
  transition: 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.instructor-slider .owl-dots .owl-dot.active span {
  width: 20px;
  border-radius: 5px;
  background: linear-gradient(90deg, #ff99ff, #8e79f9);
}

/* ==========================================================================
   MOBIL
   ========================================================================== */
@media all and (max-width: 575px) {
  .instructor-slider { padding-top: 40px !important; }
  .instructor-slider .instructor-item {
    max-width: 168px !important;
    height: calc(100% - 34px) !important;
    margin-top: 34px !important;
    border-radius: 18px !important;
  }
  .instructor-slider .instructor-img {
    top: -34px !important;
    width: 70px !important;
    height: 70px !important;
  }
  .instructor-slider .instructor-content {
    padding: 44px 10px 22px !important;
  }
  .instructor-slider .instructor-verified { width: 20px; height: 20px; font-size: 8.5px; }
  .instructor-slider .instructor-content h5 a { font-size: 12.5px; }
  .instructor-slider .instructor-content .category { font-size: 9px; padding: 3px 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .instructor-slider .instructor-item:hover .instructor-img img {
    transform: none;
  }
}

/*========================
47. Instructor single css
==========================*/
/* instructor-sidebar */
.instructor-sidebar {
  background: var(--color-white);
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--box-shadow);
}
.instructor-sidebar .instructor-img {
  text-align: center;
}
.instructor-sidebar .instructor-img img {
  width: 150px;
  border-radius: 50%;
}
.instructor-sidebar .instructor-info {
  text-align: center;
  margin-top: 15px;
}
.instructor-sidebar .instructor-info .name {
  color: var(--color-dark);
}
.instructor-sidebar .instructor-info .tagline {
  color: var(--theme-color);
  font-size: 18px;
}
.instructor-sidebar .instructor-info .social {
  margin-top: 15px;
}
.instructor-sidebar .instructor-info .social a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  color: var(--theme-color);
  margin: 0 2px;
}
.instructor-sidebar .instructor-info .social a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.instructor-sidebar .instructor-more-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--border-info-color);
  border-bottom: 1px solid var(--border-info-color);
  margin: 30px 0;
  padding: 25px 0;
  text-align: center;
}
.instructor-sidebar .instructor-more-info i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--theme-bg-light);
  border-radius: 50px;
  font-size: 25px;
}
.instructor-sidebar .instructor-more-info h6 {
  color: var(--color-dark);
  font-size: 20px;
  margin-top: 10px;
}
.instructor-sidebar .instructor-more-info .course i {
  background: rgb(from var(--color-green) r g b/0.1);
  color: var(--color-green);
}
.instructor-sidebar .instructor-more-info .student i {
  background: rgb(from var(--theme-color) r g b/0.1);
  color: var(--theme-color);
}
.instructor-sidebar .instructor-more-info .rating i {
  background: rgb(from var(--color-yellow) r g b/0.1);
  color: var(--color-yellow);
}
.instructor-sidebar .instructor-about h5 {
  color: var(--color-dark);
  margin-bottom: 10px;
}
.instructor-sidebar .instructor-about p {
  color: var(--body-text-color);
}

/* instructor-details */
.instructor-single .instructor-details .nav {
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 15px;
  padding: 5px;
}
.instructor-single .instructor-details .nav .nav-link {
  color: var(--color-dark);
  font-size: 17px;
  font-weight: 500;
  border-radius: 12px;
}
.instructor-single .instructor-details .nav .nav-link:hover {
  color: var(--theme-color);
}
.instructor-single .instructor-details .nav .nav-link.active {
  background: var(--gradient);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
}
.instructor-single .instructor-details .review-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  padding: 20px 25px;
  border-radius: 18px;
}
.instructor-single .instructor-details .review-rating .rating-count {
  border: 1px solid var(--border-info-color);
  background: var(--color-white);
  border-radius: 15px;
  padding: 15px 35px;
  text-align: center;
}
.instructor-single .instructor-details .review-rating .rating-count h2 {
  color: var(--color-dark);
  font-size: 50px;
}
.instructor-single .instructor-details .review-rating .rating-count .rating-star {
  color: var(--color-yellow);
  margin: 5px 0;
}
.instructor-single .instructor-details .review-rating .rating-count p {
  color: var(--body-text-color);
}
.instructor-single .instructor-details .review-rating .rating-range {
  flex: 1;
}
.instructor-single .instructor-details .review-rating .rating-range-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 5px 0;
}
.instructor-single .instructor-details .review-rating .rating-range-item .rating-range-star i {
  color: var(--color-yellow);
  font-size: 14px;
}
.instructor-single .instructor-details .review-rating .rating-range-item .rating-range-bar {
  flex: 1;
}
.instructor-single .instructor-details .review-rating .rating-range-item .rating-range-bar .progress {
  height: 5px;
}
.instructor-single .instructor-details .review-rating .rating-range-item .rating-range-bar .progress-width {
  background: var(--gradient2);
}
.instructor-single .instructor-details .review-rating .rating-range-item .rating-range-percentage {
  color: var(--body-text-color);
}
.instructor-single .instructor-details .review-content {
  background: var(--color-white);
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: var(--box-shadow);
}
.instructor-single .instructor-details .review-content .title {
  color: var(--color-dark);
  font-size: 20px;
  margin-bottom: 25px;
}
.instructor-single .instructor-details .review-content .review-item {
  border: 1px solid var(--border-info-color);
  padding: 20px;
  margin-top: 20px;
  border-radius: 15px;
}
.instructor-single .instructor-details .review-content .review-item .review-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.instructor-single .instructor-details .review-content .review-item .review-author img {
  width: 60px;
  border-radius: 50%;
}
.instructor-single .instructor-details .review-content .review-item .review-author .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.instructor-single .instructor-details .review-content .review-item .review-author .info h6 {
  color: var(--color-dark);
  margin-bottom: 2px;
}
.instructor-single .instructor-details .review-content .review-item .review-author .info span {
  color: var(--theme-color);
}
.instructor-single .instructor-details .review-content .review-item .review-author .rating {
  color: var(--color-yellow);
}
.instructor-single .instructor-details .review-form {
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 15px;
  margin-top: 25px;
  padding: 30px;
}
.instructor-single .instructor-details .review-form h5 {
  font-size: 20px;
  margin-bottom: 25px;
}
.instructor-single .instructor-info-item {
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 20px;
  padding: 30px;
}
.instructor-single .instructor-info-item .content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.instructor-single .instructor-info-item .content i {
  font-size: 40px;
  font-weight: 300;
  color: var(--theme-color);
}
.instructor-single .instructor-info-item .content .info h6 {
  color: var(--color-dark);
  font-size: 18px;
  margin-bottom: 2px;
}
.instructor-single .instructor-info-item .content .info span {
  color: var(--theme-color);
}
.instructor-single .instructor-info-item p {
  color: var(--body-text-color);
}

/*========================
48. Become instructor css
==========================*/
.become-instructor-img {
  position: relative;
  z-index: 1;
}
.become-instructor-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  background: var(--theme-color2);
  width: 300px;
  height: 300px;
  border-radius: 40px;
  z-index: -1;
  opacity: 0.1;
}
.become-instructor-img img {
  border-radius: 30px;
  margin-top: 40px;
}
.become-instructor-content .title {
  color: var(--color-dark);
}
.become-instructor-content .title span {
  color: var(--theme-color);
}
.become-instructor-content p {
  color: var(--body-text-color);
}
.become-instructor-rule {
  margin-top: 20px;
}
.become-instructor-rule li {
  margin-top: 10px;
}
.become-instructor-rule li i {
  color: var(--theme-color);
  margin-right: 5px;
}
.become-instructor-cta {
  background: var(--theme-color);
  text-align: center;
}
.become-instructor-cta-wrapper h1 {
  color: var(--color-white);
  margin-bottom: 15px;
}
.become-instructor-cta-wrapper p {
  color: var(--color-white);
}
.become-instructor-cta-wrapper a {
  background: var(--color-white);
  color: var(--color-dark);
  padding: 10px 22px;
  margin-top: 30px;
  border-radius: 5px;
  font-weight: 500;
}
.become-instructor-cta-wrapper a:hover {
  background: var(--color-dark);
  color: var(--color-white);
}

/*====================
49. Download css
======================*/
.download-wrap {
  border-radius: 50px;
  overflow: hidden;
  background: rgb(from var(--color-green) r g b/0.08);
  position: relative;
}
.download-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/06.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.25;
  z-index: -1;
}
.download-content {
  padding: 30px;
}
@media all and (max-width: 767px) {
  .download-content {
    padding: 40px 20px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .download-content .site-heading .site-title {
    font-size: 35px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .download-content .site-heading p {
    display: none;
  }
}
.download-btn {
  display: flex;
  gap: 14px;
}
.download-btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 13px 13px 10px;
  width: 150px;
  background: var(--gradient);
  color: var(--color-white);
  border-radius: 15px;
  box-shadow: var(--box-shadow);
}
.download-btn a i {
  font-size: 32px;
}
.download-btn a.app-store {
  background: var(--gradient2);
}
.download-btn .content {
  display: flex;
  flex-direction: column;
}
.download-btn .content span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
.download-btn .content h6 {
  color: var(--color-white);
  font-size: 15px;
  margin-top: 5px;
  line-height: 1;
}

/*====================
50. Mail success css
======================*/
.mail-success {
  position: relative;
}
.mail-success-content {
  background: var(--color-white);
  padding: 50px;
  text-align: center;
  border-radius: 30px;
  box-shadow: var(--box-shadow);
}
.mail-success-content h3 {
  text-transform: none;
  color: var(--color-dark);
}
.mail-success-content p {
  color: var(--body-text-color);
  margin-top: 15px;
  margin-bottom: 30px;
}
.mail-success-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 35px;
  color: var(--color-white);
  background: var(--gradient);
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 20px;
}

/*====================
51. Gallery css
======================*/
.gallery-item {
  position: relative;
  width: 100%;
}
.gallery-img {
  height: 100%;
}
.gallery-img img {
  width: 100%;
  border-radius: 40px;
}
.gallery-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-content::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: var(--theme-color);
  border-radius: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.gallery-content:hover::before {
  opacity: 0.9;
  visibility: visible;
}
.gallery-content:hover .gallery-link {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.gallery-link {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 50px;
  color: var(--color-white);
}
.gallery-link:hover {
  color: var(--color-white);
}

/*====================
52. Help css 
======================*/
.help-area {
  position: relative;
}
.help-search {
  text-align: center;
  margin-bottom: 60px;
}
.help-search h3 {
  margin-bottom: 5px;
}
.help-search-form {
  margin-top: 20px;
}
.help-search-form .form-group {
  position: relative;
}
.help-search-form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 15px 6px 15px;
  background: transparent;
  border: none;
  color: var(--body-text-color);
}
.help-search-form .form-control {
  padding: 12px 50px 12px 20px;
  border-radius: 12px;
  box-shadow: none;
}
.help-search-form .form-control:focus {
  border-color: var(--theme-color);
}
.help-search-keyword {
  text-align: left;
  margin-top: 5px;
}
.help-search-keyword span {
  color: var(--color-dark);
  font-weight: 500;
}
.help-search-keyword a {
  color: var(--body-text-color);
}
.help-search-keyword a:hover {
  color: var(--theme-color);
}
.help-item {
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid var(--border-info-color);
  border-radius: 25px;
  padding: 30px;
}
.help-item .theme-btn {
  border-radius: 50px;
  padding: 6px 20px;
  margin-top: 25px;
}
.help-icon i {
  font-size: 45px;
  font-weight: 300;
  color: var(--theme-color);
}
.help-content h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}
.help-bottom {
  text-align: center;
  margin-top: 30px;
}
.help-bottom p {
  margin-top: 5px;
  margin-bottom: 20px;
}

/*====================
53. Affiliate css 
======================*/
.affiliate-img {
  position: relative;
  width: 90%;
}
.affiliate-img::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: var(--theme-color);
  border-radius: 50px;
  transform: skewY(30deg) rotate(5deg);
  z-index: -1;
}
.affiliate-img img {
  border-radius: 50px;
}
.affiliate-percentage h1 {
  color: var(--theme-color);
  margin-bottom: 10px;
}
.affiliate-percentage .level {
  color: var(--color-dark);
  font-weight: 500;
}

/*====================
54. Invoice css 
======================*/
.invoice-area {
  position: relative;
}
.invoice-container.not-print {
  padding: 0 150px;
}
.invoice-print {
  text-align: right;
  margin-bottom: 30px;
}
.invoice-wrapper {
  background: var(--color-white);
  border-radius: 10px;
  padding: 50px;
}
.invoice-header {
  display: flex;
  justify-content: space-between;
}
.invoice-width {
  width: 40%;
}
.invoice-logo img {
  width: 180px;
}
.invoice-date-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.invoice-address-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.invoice-address h5 {
  margin-bottom: 8px;
}
.invoice-table {
  margin-top: 30px;
}
.invoice-table table {
  width: 100%;
  border-collapse: collapse;
}
.invoice-table table,
.invoice-table td,
.invoice-table th {
  border: 1px solid var(--border-info-color);
}
.invoice-table td,
.invoice-table th {
  padding: 10px 20px;
}
.invoice-bottom {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid var(--border-info-color);
  display: flex;
  justify-content: space-between;
}
.invoice-bottom a {
  color: var(--body-text-color);
}

/*====================
55. Career css 
======================*/
/* mission */
.mission-img {
  position: relative;
}
.mission-img img {
  border-radius: 50%;
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.08);
}
.mission-img .mission-img-1 {
  width: 380px;
}
.mission-img .mission-img-2 {
  position: absolute;
  bottom: -50px;
  right: -40px;
  border-radius: 100%;
  width: 190px;
  height: 190px;
  border: 8px solid var(--color-white);
}
@media all and (max-width: 767px) {
  .mission-img .mission-img-2 {
    bottom: -70px;
    right: -10px;
  }
}
.mission-img .mission-shape {
  position: absolute;
  right: 90px;
  top: 0px;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .mission-img .mission-shape {
    right: 0;
  }
}
.mission-left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .mission-right {
    margin-top: 100px;
  }
}

/* career */
.career-item {
  padding: 20px;
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: var(--box-shadow);
}

.job-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 767px) {
  .job-meta {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.job-meta .badge {
  background: var(--theme-color2);
  border-radius: 50px;
  padding: 6px 12px;
}

.job-time {
  color: var(--theme-color);
}
@media all and (max-width: 767px) {
  .job-time {
    margin-top: 20px;
  }
}
.job-time i {
  margin-right: 5px;
}

.job-info-list {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  color: var(--color-dark);
}
@media all and (max-width: 767px) {
  .job-info-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.job-info-list li span {
  margin-right: 8px;
  color: var(--theme-color);
}

.job-content h3 {
  font-size: 25px;
  margin: 10px 0px;
  color: var(--color-dark);
}

.job-btn {
  margin-top: 30px;
  border: 2px solid var(--color-dark);
  color: var(--color-dark);
  padding: 6px 25px;
  border-radius: 50px;
  font-weight: bold;
  transition: var(--transition);
}
.job-btn:hover {
  background: var(--color-dark);
  color: var(--color-white);
}
.job-btn i {
  margin-left: 5px;
}

.career-promo-single {
  text-align: center;
  background: var(--color-white);
  padding: 30px;
  border-radius: 30px;
  box-shadow: var(--box-shadow);
}
.career-promo-single span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--theme-color);
  border-radius: 50px;
  color: var(--color-white);
  font-size: 35px;
  margin-bottom: 20px;
}
.career-promo-single .career-promo-info h4 {
  margin-bottom: 14px;
}

/*====================
56. Career single css 
======================*/
.job-single-img img {
  border-radius: 25px;
  margin-bottom: 10px;
}

.job-single-list li {
  margin-bottom: 14px;
}
.job-single-list li i {
  margin-right: 5px;
  color: var(--theme-color);
  font-size: 12px;
}

.job-overview-list li {
  position: relative;
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
}
.job-overview-list li i {
  margin-right: 15px;
  font-size: 22px;
  color: var(--theme-color);
  margin-top: 6px;
}

.overview-item h6 {
  font-size: 18px;
}

.job-single-info {
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 25px;
  box-shadow: var(--box-shadow);
}
@media all and (max-width: 991px) {
  .job-single-info {
    margin-top: 40px;
  }
}

/*====================
57. Event css 
======================*/
.event-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px;
  background: var(--color-white);
  border-radius: 30px;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}
@media all and (max-width: 1199px) {
  .event-item {
    flex-direction: column;
  }
}
.event-item:hover {
  transform: translateY(-5px);
}
.event-img {
  border-radius: 20px;
  overflow: hidden;
}
.event-img img {
  width: 250px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media all and (max-width: 1199px) {
  .event-img img {
    width: 100%;
  }
}
.event-img:hover .event-img img {
  transform: scale(1.2);
}
.event-content {
  flex: 1;
}
.event-content .theme-btn {
  margin-top: 15px;
  padding: 9px 18px;
  font-size: 15px;
}
.event-meta ul {
  display: flex;
  gap: 15px;
}
.event-meta ul li i {
  color: var(--theme-color);
  margin-right: 7px;
}
.event-title {
  margin: 5px 0;
}
.event-title a {
  color: var(--color-dark);
}
.event-title a:hover {
  color: var(--theme-color);
}

/*====================
58. Event single css 
======================*/
.event-details img {
  border-radius: 20px;
}
.event-map {
  margin-bottom: 20px;
}
.event-map iframe {
  border-radius: 15px;
  height: 400px;
  width: 100%;
}
.event-content-single {
  margin-bottom: 20px;
}
.event-content-single h5 {
  margin-bottom: 5px;
  font-size: 16px;
}
.event-content-single h5 a {
  color: var(--color-dark);
}
.event-content-single i {
  color: var(--theme-color);
  margin-right: 5px;
}
.event-single-info {
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 25px;
  box-shadow: var(--box-shadow);
}
.event-single-info h4 {
  color: var(--color-dark);
  margin-bottom: 10px;
}
.event-single-info p {
  margin-bottom: 20px;
}
.event-author {
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 25px;
  box-shadow: var(--box-shadow);
}
.event-author-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  margin-top: 50px;
}
.event-author-info h5 {
  font-size: 20px;
}
.event-author-info img {
  width: 120px;
  border-radius: 50%;
}

/*===================
59. Cart css 
=====================*/
.cart-table thead tr {
  background: var(--theme-color);
  color: var(--color-white);
}
.cart-table thead tr th {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-dark);
  letter-spacing: 0.4px;
}
.cart-table thead tr th,
.cart-table thead tr td {
  white-space: nowrap;
}
.cart-table tr td {
  color: var(--color-dark);
  vertical-align: middle;
  border-bottom: 1px solid var(--border-info-color);
  border-top: none;
  position: relative;
  padding: 20px 10px;
  font-size: 16px;
}
.cart-img {
  width: 100px;
  border-radius: 15px;
  padding: 6px;
  border: 1px solid var(--border-info-color);
}
.cart-img img {
  width: 100%;
  border-radius: 10px;
}
.cart-content {
  width: 200px;
}
.cart-name {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
}
.cart-name a:hover {
  color: var(--theme-color);
}
.cart-info p {
  font-size: 14px;
  color: var(--body-text-color);
}
.cart-info p span {
  font-weight: 500;
  margin-right: 5px;
}
.cart-price {
  font-weight: 500;
}
.cart-qty {
  width: 110px;
}
.cart-qty button {
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: var(--theme-color);
  text-align: center;
  border: 0;
  border-radius: 50px;
  background: var(--theme-bg-light);
}
.cart-qty button i {
  font-weight: 500;
}
.cart-qty input {
  width: 30px;
  border: none;
  background: transparent;
  color: var(--theme-color);
  text-align: center;
}
.cart-subtotal {
  font-weight: 500;
}
.cart-remove {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid var(--border-info-color);
  text-align: center;
  border-radius: 50px;
}
.cart-remove:hover {
  border-color: var(--color-red);
  color: var(--color-red);
}
.cart-footer {
  margin-top: 20px;
}
.cart-coupon {
  margin-bottom: 25px;
}
.cart-coupon .form-group {
  position: relative;
}
.cart-coupon .form-control {
  box-shadow: none;
  padding: 15px 160px 15px 25px;
  border-radius: 50px;
}
.cart-coupon .form-control:focus {
  border-color: var(--theme-color);
}
.cart-coupon .theme-btn {
  position: absolute;
  right: 5.4px;
  top: 5.4px;
  border-radius: 50px;
  padding: 8px 20px;
}
.cart-summary {
  padding: 30px;
  border: 1px solid var(--border-info-color);
  background: var(--theme-bg-light);
  border-radius: 15px;
  margin-top: 12px;
  margin-left: 20px;
}
@media all and (max-width: 991px) {
  .cart-summary {
    margin-left: 0;
  }
}
.cart-summary h5 {
  margin-bottom: 25px;
}
.cart-summary li {
  margin-bottom: 10px;
}
.cart-summary li span {
  float: right;
}
.cart-summary li strong {
  color: var(--color-dark);
}
.cart-total {
  padding-top: 10px;
  border-top: 1px solid var(--border-info-color);
}
.cart-total span {
  font-weight: bold;
  color: var(--theme-color);
}

/*===================
60. Checkout css 
=====================*/
.checkout-step .accordion-item {
  margin-bottom: 20px;
  border: 1px solid var(--border-info-color);
  border-radius: 15px;
}
.checkout-step .accordion-button {
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  color: var(--color-dark);
}
.checkout-step .accordion-button::after {
  content: "\f107";
  background: none;
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 300;
  font-family: "Font Awesome 6 pro";
  width: unset;
  height: unset;
  margin-right: 3px;
}
.checkout-step .accordion-button:not(.collapsed)::after {
  content: "\f107";
  transform: rotate(-180deg);
}
.checkout-step .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--theme-color);
}
.checkout-step .accordion-body {
  border-top: 1px solid var(--border-info-color);
}

.checkout-form .form-group {
  margin-bottom: 15px;
}
.checkout-form label {
  color: var(--color-dark);
  margin-bottom: 4px;
}
.checkout-form .form-control {
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: none;
}
.checkout-form .form-control:placeholder {
  color: var(--body-text-color);
}
.checkout-form .nice-select {
  width: 100%;
  font-size: 16px;
  border-radius: 12px;
  height: 50px;
  line-height: 47px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.checkout-form .nice-select::after {
  width: 9px;
  height: 9px;
  margin-right: 8px;
  margin-top: -6px;
}
.checkout-form .nice-select .list {
  width: 100%;
  height: 300px;
  overflow-y: auto;
  border-radius: 8px;
}
.checkout-form .form-control:focus,
.checkout-form .nice-select {
  border-color: var(--theme-color);
}
.checkout-form .form-check-input {
  margin-top: 7px;
  box-shadow: none;
}
.checkout-form .form-check-input:focus {
  border-color: var(--theme-color);
}
.checkout-form .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.checkout-form .theme-btn {
  margin-top: 15px;
  margin-bottom: 10px;
}

.checkout-payment .nav-link {
  background: transparent !important;
  border: 1px solid var(--border-info-color);
  text-align: center;
  border-radius: 12px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
}
.checkout-payment .nav-link::before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: 20px;
  color: var(--theme-color);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  left: 4px;
  top: -4px;
  transition: var(--transition);
}
.checkout-payment .nav-link.active::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.checkout-payment .nav-link.active {
  border-color: var(--theme-color);
}
.checkout-payment .nav-link span {
  color: var(--body-text-color);
}
.checkout-payment .checkout-card-img {
  padding-top: 12px;
  margin-bottom: 12px;
}
.checkout-payment .checkout-card-img img {
  width: 34px;
}
.checkout-payment .checkout-payment-img img {
  width: 155px;
}

/* checkout complete */
.checkout-complete {
  position: relative;
}
.checkout-complete .content {
  background: var(--theme-bg-light);
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  border: 1px solid var(--border-info-color);
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .checkout-complete .content {
    padding: 40px;
  }
}
.checkout-complete .content .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 35px;
  color: var(--color-white);
  background: var(--color-green);
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 20px;
}
.checkout-complete .content h3 {
  text-transform: none;
}
.checkout-complete .content p {
  margin-top: 15px;
  margin-bottom: 30px;
}

/* ===================
61. Account css 
====================== */
.account-profile a img {
  border: 2px solid var(--theme-color);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding: 2px;
}

/* user sidebar */
.user-sidebar {
  background: var(--color-white);
  border: 1px solid var(--border-info-color);
  border-radius: 15px;
  padding: 20px;
}
.user-sidebar .sidebar-top {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}
.user-sidebar .sidebar-top .profile-img {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  border-radius: 50px;
  padding: 4px;
  border: 3px solid var(--theme-color);
}
.user-sidebar .sidebar-top .profile-img img {
  border-radius: 50%;
}
.user-sidebar .sidebar-top .profile-img-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  text-align: center;
  border: none;
}
.user-sidebar .sidebar-top .profile-img-file {
  display: none;
}
.user-sidebar .sidebar-top h5 {
  color: var(--color-dark);
}
.user-sidebar .sidebar-top p {
  color: var(--body-text-color);
}
.user-sidebar .sidebar-list li a {
  display: block;
  color: var(--color-dark);
  font-size: 15px;
  font-weight: 500;
  padding: 6px 15px;
  transition: var(--transition);
}
.user-sidebar .sidebar-list li a:hover {
  color: var(--theme-color);
}
.user-sidebar .sidebar-list li a .icon {
  color: var(--theme-color);
  width: 24px;
}
.user-sidebar .sidebar-list li a .um-angle {
  float: right;
  margin-top: 6px;
}
.user-sidebar .sidebar-list li a.active {
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 10px;
}
.user-sidebar .sidebar-list li a.active i {
  color: var(--color-white);
}
.user-sidebar .sidebar-list li a span {
  float: right;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 10px;
  margin-top: 3.7px;
}
.user-sidebar .sidebar-menu-list {
  border: 1px solid var(--border-info-color);
  border-radius: 12px;
  margin: 0 15px;
  padding: 5px 10px;
}
.user-sidebar .sidebar-menu-list li a {
  position: relative;
  font-size: 14px;
}
.user-sidebar .sidebar-menu-list li a::before {
  content: "\e122";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  left: 4px;
  top: 12px;
  color: var(--theme-color);
  font-size: 8px;
  font-weight: bold;
}

/* user badge */
.user-account .badge {
  border-radius: 50px;
  padding: 5px 12px;
  letter-spacing: 0.2px;
}
.user-account .badge-success {
  background: rgb(from var(--color-green) r g b/0.08);
  color: var(--color-green);
}
.user-account .badge-info {
  background: rgb(from var(--color-purple) r g b/0.08);
  color: var(--color-purple);
}
.user-account .badge-primary {
  background: rgb(from var(--color-skyblue) r g b/0.08);
  color: var(--color-skyblue);
}
.user-account .badge-danger {
  background: rgb(from var(--color-red) r g b/0.08);
  color: var(--color-red);
}

/* user card */
.user-card {
  background: var(--color-white);
  padding: 15px 20px 20px 20px;
  border-radius: 15px;
  margin-bottom: 25px;
  border: 1px solid var(--border-info-color);
}
.user-card .title {
  color: var(--color-dark);
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}
.user-card .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-info-color);
}
@media all and (max-width: 767px) {
  .user-card .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.user-card .header .title {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.user-card .header .theme-btn {
  padding: 4px 12px;
  font-size: 15px;
}
.user-card .header .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .user-card .header .right {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.user-card .header .search .form-group {
  position: relative;
  margin-bottom: 0;
}
.user-card .header .search .form-control {
  padding: 10px 20px 10px 35px;
  border-radius: 10px;
  color: var(--color-dark);
}
.user-card .header .search i {
  position: absolute;
  left: 12px;
  top: 15px;
}
.user-card .header .filter .nice-select {
  margin-bottom: 0;
  min-width: 150px;
  height: 47px;
  line-height: 46px;
  border-radius: 10px;
}

/* user widget */
.user-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  border-radius: 20px;
  margin: 10px 0;
  background: rgb(from var(--theme-color) r g b/0.08);
  color: var(--theme-color);
}
.user-widget .info span {
  font-weight: 500;
}
.user-widget .info h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--theme-color);
}
.user-widget .icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
}
.user-widget.c1 {
  background: rgb(from var(--color-skyblue) r g b/0.08);
  color: var(--color-skyblue);
}
.user-widget.c1 h1 {
  color: var(--color-skyblue);
}
.user-widget.c1 .icon {
  background: var(--color-skyblue);
}
.user-widget.c2 {
  background: rgb(from var(--color-green) r g b/0.08);
  color: var(--color-green);
}
.user-widget.c2 h1 {
  color: var(--color-green);
}
.user-widget.c2 .icon {
  background: var(--color-green);
}
.user-widget.c3 {
  background: rgb(from var(--color-red) r g b/0.08);
  color: var(--color-red);
}
.user-widget.c3 h1 {
  color: var(--color-red);
}
.user-widget.c3 .icon {
  background: var(--color-red);
}

/* user country */
.user-country .country-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
}
.user-country .country-list li:last-child {
  margin-bottom: 0;
}
.user-country .country-list li img {
  width: 35px;
  border-radius: 4px;
}
.user-country .country-list li h6 {
  color: var(--body-text-color);
  font-weight: 500;
  flex: 1;
}
.user-country .country-list li h6 span {
  color: var(--body-text-color);
  font-weight: 500;
}

/* user form */
.user-form .form-img-upload {
  width: 100%;
  height: 140px;
  border: 2px dashed var(--border-info-color);
  border-radius: 10px;
  cursor: pointer;
}
.user-form .form-img-file {
  display: none;
}
.user-form .form-img-upload span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.user-form .form-img-upload span i {
  margin-right: 5px;
}
.user-form .form-check label a {
  color: var(--theme-color);
}
.user-form .course-single-tab .course-curriculum .accordion-item {
  box-shadow: none;
  border: 1px solid var(--border-info-color);
}
.user-form .course-single-tab .course-curriculum .accordion-item .accordion-body .topic-btn .theme-btn {
  padding: 4px 12px;
  font-size: 15px;
}

/* user table */
.user-table .table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-bottom: 0;
}
.user-table .table > :not(caption) > * > * {
  vertical-align: middle;
  padding: 0.6rem 1rem;
}
.user-table .table th {
  color: var(--color-dark);
}
.user-table .table tr {
  background: rgb(from var(--theme-color) r g b/0.04);
  margin-bottom: 10px;
}
.user-table .table td {
  background: unset;
  color: var(--color-dark);
}
.user-table .table td:first-child {
  border-left-style: solid;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.user-table .table td:last-child {
  border-right-style: solid;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.user-table .table .content {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media all and (max-width: 767px) {
  .user-table .table .content {
    display: block;
  }
}
.user-table .table .content h6 {
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .user-table .table .content h6 {
    margin-top: 10px;
  }
}
.user-table .table .content h6 a {
  color: var(--color-dark);
}
.user-table .table .content h6 a:hover {
  color: var(--theme-color);
}
.user-table .table .content p {
  color: var(--color-dark);
}
.user-table .table .content span {
  color: var(--color-dark);
}
.user-table .table .info:hover h6 {
  color: var(--theme-color);
}
.user-table .table .info span {
  font-size: 15px;
}
.user-table .table .info .more-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.user-table .table .info .more-info span {
  font-size: 14px;
}
.user-table .table .info .more-info span i {
  margin-right: 5px;
  color: var(--theme-color);
}
.user-table .table .img img {
  width: 80px;
  border-radius: 8px;
}
.user-table .table .title,
.user-table .table .code {
  color: var(--theme-color);
  font-weight: 500;
}
.user-table .table .action-btn {
  border: none;
  padding: 3px 9px;
  border-radius: 8px;
  background: rgb(from var(--theme-color) r g b/0.05);
  color: var(--theme-color);
  font-size: 14px;
  transition: var(--transition);
}
.user-table .table .action-btn:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.user-table .table .action-icon-btn {
  border: none;
  background: rgb(from var(--theme-color) r g b/0.08);
  width: 32px;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  color: var(--theme-color);
  transition: var(--transition);
}
.user-table .table .action-icon-btn:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.user-table .table .action-icon-btn.btn-success {
  background: rgb(from var(--color-green) r g b/0.08);
  color: var(--color-green);
}
.user-table .table .action-icon-btn.btn-danger {
  background: rgb(from var(--color-red) r g b/0.08);
  color: var(--color-red);
}
.user-table .table .dropdown-menu {
  border: none;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  padding: 10px;
}
.user-table .table .dropdown-menu .dropdown-item {
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--color-dark);
}
.user-table .table .dropdown-menu .dropdown-item:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.user-table .table .dropdown-menu .dropdown-item i {
  width: 23px;
  color: var(--theme-color);
}
.user-table .table .dropdown-menu .dropdown-item:hover i {
  color: var(--color-white);
}
.user-table .table .action-dropdown .action-icon-btn {
  line-height: 29px;
}

/* user message */
.user-message .header .account img {
  width: 45px;
  border-radius: 50%;
  cursor: pointer;
}
.user-message .header .account .dropdown-menu {
  border: none;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  padding: 10px;
}
.user-message .header .account .dropdown-menu .dropdown-item {
  color: var(--color-dark);
  border-radius: 10px;
  padding: 4px 10px;
}
.user-message .header .account .dropdown-menu .dropdown-item:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.user-message .header .account .dropdown-menu .dropdown-item i {
  width: 25px;
  color: var(--theme-color);
}
.user-message .header .account .dropdown-menu .dropdown-item:hover i {
  color: var(--color-white);
}
@media all and (max-width: 767px) {
  .user-message .header {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.user-message .message-wrapper {
  display: flex;
}
@media all and (max-width: 767px) {
  .user-message .message-wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
.user-message .message-inbox {
  max-width: 340px;
  border: 1px solid var(--border-info-color);
  border-radius: 10px;
  overflow: hidden;
  flex: 1;
}
.user-message .message-inbox ul {
  max-height: 950px;
  overflow-y: scroll;
  width: 357px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-message .message-inbox ul li {
  border-bottom: 1px solid var(--border-info-color);
  transition: 0.2s;
  list-style: none;
}
.user-message .message-inbox ul li.message-active {
  border-left: 3px solid var(--theme-color);
}
.user-message .message-inbox ul li:last-child {
  border-bottom: none;
}
.user-message .message-inbox ul li a {
  position: relative;
  display: block;
  padding: 30px;
}
.user-message .message-inbox .message-avatar {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.user-message .message-inbox .message-avatar img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.user-message .message-inbox .message-by {
  margin-left: 50px;
}
.user-message .message-inbox .message-by p {
  height: 26px;
  max-width: 205px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: var(--body-text-color);
  line-height: 27px;
}
.user-message .message-content {
  padding-left: 30px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
@media all and (max-width: 767px) {
  .user-message .message-content {
    padding-left: 0;
    padding-bottom: 200px;
  }
}
.user-message .message-content-info {
  max-height: 750px;
  overflow-y: scroll;
  margin-right: -50px;
  padding-right: 50px;
}
.user-message .message-by-content h5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}
.user-message .message-by-content h5 i {
  background: var(--color-yellow);
  padding: 3px 8px;
  border-radius: 50px;
  color: var(--color-white);
  font-size: 13px;
}
.user-message .message-by-content span {
  font-size: 13px;
  position: absolute;
  top: 25.5px;
  right: 25px;
  float: right;
  color: var(--body-text-color);
}
@media all and (max-width: 991px) {
  .user-message .message-by-content span {
    right: 65px;
  }
}
.user-message .message-item {
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.user-message .message-item .message-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.user-message .message-item .message-avatar img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
}
.user-message .message-item .message-description {
  margin-left: 70px;
  background: var(--theme-bg-light);
  border-radius: 12px;
  padding: 20px;
  position: relative;
}
.user-message .message-item .message-description::before {
  position: absolute;
  top: 0px;
  left: -9px;
  content: "\f0d9";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: 31px;
  color: var(--theme-bg-light);
}
.user-message .message-item .message-description p {
  font-size: 15px;
  padding: 0;
  margin: 0;
  line-height: 27px;
}
.user-message .message-item.me .message-avatar {
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
}
.user-message .message-item.me .message-description {
  color: var(--theme-color);
  background: #f2f7ff;
  margin-left: 0;
  margin-right: 70px;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}
.user-message .message-item.me .message-description::before {
  content: "\f0da";
  left: auto;
  right: -10px;
  color: #f2f7ff;
}
.user-message .message-reply {
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 15px;
}
@media all and (max-width: 991px) {
  .user-message .message-reply {
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .user-message .message-reply {
    left: 0;
  }
}
.user-message .message-reply .form-control {
  padding: 15px 20px;
  box-shadow: none;
  border-radius: 10px;
  color: var(--color-dark);
}
.user-message .message-reply .form-control::-moz-placeholder {
  color: var(--body-text-color);
}
.user-message .message-reply .form-control::placeholder {
  color: var(--body-text-color);
}
.user-message .message-reply .form-control:focus {
  border-color: var(--theme-color);
}
.user-message .message-reply .theme-btn {
  margin-top: 15px;
}
.user-message .message-status {
  width: 12px;
  height: 12px;
  background: var(--theme-color);
  display: flex;
  border-radius: 50%;
  border: 3px solid var(--color-white);
  position: absolute;
  right: -5px;
  top: 50%;
}
.user-message .message-status.online {
  background: var(--theme-color);
}
.user-message .message-status.offline {
  background: var(--color-red);
}
.user-message .message-status.busy {
  background: var(--color-yellow);
}

/* user notification */
.user-notification .user-table p {
  width: 300px;
  line-height: 1.5;
  white-space: wrap !important;
}

/* user payment method */
.user-payment-method .user-table .img {
  width: 100px;
  height: 60px;
  line-height: 57px;
  padding: 0;
  text-align: center;
  background: var(--color-white);
  border-radius: 10px;
}
.user-payment-method .user-table .img img {
  width: 70px;
}
.account-profile .account-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: var(--color-dark);
  font-weight: 600;
  font-size: 15px;
}
.account-profile .account-profile-link img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--theme-color);
}
.account-profile .account-profile-link .account-profile-name {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-profile .account-profile-link i {
  font-size: 12px;
}
.account-profile .account-profile-menu {
  min-width: 230px;
  padding: 8px;
  margin-top: 12px;
  border: none;
  border-radius: 14px;
  box-shadow: 0 20px 45px -20px rgba(7, 54, 146, 0.3);
}
.account-profile .account-profile-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--color-dark);
}
.account-profile .account-profile-menu .dropdown-item:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
@media all and (max-width: 991px) {
  .account-profile .account-profile-link .account-profile-name {
    display: none;
  }
}
.mob-menu {
  display: none;
}
.header-menu-toggler {
  display: none;
}
@media all and (max-width: 991px) {
  body.home-3 {
    padding-bottom: 52px;
  }
  .home-3 .header-top {
    padding: 6px 0;
  }
  .home-3 .header-top-wrap {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .home-3 .header-top-right .header-top-lang,
  .home-3 .header-top-social {
    display: none;
  }
  .home-3 .header-top-left {
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .home-3 .header-top-left::-webkit-scrollbar {
    display: none;
  }
  .home-3 .header-top-list ul {
    flex-wrap: nowrap;
  }
  .home-3 .header-top-right {
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .home-3 .header-menu-toggler {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 34px;
    height: 30px;
    padding: 0;
    background: transparent;
    border: none;
  }
  .home-3 .header-menu-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 4px;
    background: var(--color-white);
  }
  .home-3 .header-menu-toggler span:nth-child(2) {
    width: 15px;
  }
  .home-3 .main-navigation {
    padding: 0 !important;
    position: relative;
    z-index: 100000;
  }
  .home-3 .main-navigation .navbar {
    padding: 0 !important;
    min-height: 0 !important;
  }
  .home-3 .main-navigation > .navbar > .container {
    padding: 0 !important;
    min-height: 0 !important;
  }
  .home-3 .main-navigation .navbar-brand,
  .home-3 .main-navigation .mobile-menu-right {
    display: none !important;
  }
  .home-3 .offcanvas.offcanvas-start {
    z-index: 100000 !important;
    width: 290px;
  }
  .home-3 .offcanvas .offcanvas-header {
    padding-top: 14px;
    padding-bottom: 6px;
  }
  .home-3 .offcanvas .offcanvas-brand {
    width: auto;
  }
  .home-3 .offcanvas .offcanvas-brand img {
    max-width: 130px;
    max-height: 46px;
    width: auto;
    height: auto;
  }
  .home-3 .offcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }
  .home-3 .offcanvas .nav-right {
    display: contents !important;
  }
  .home-3 .offcanvas .offcanvas-body > .navbar-nav {
    order: 2;
    justify-content: flex-start !important;
    flex-grow: 0 !important;
  }
  .home-3 .offcanvas .nav-right > .nav-btn {
    order: 1;
    display: block !important;
    margin-bottom: 14px;
  }
  .home-3 .offcanvas .nav-right > .header-top-lang {
    order: 3;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: block !important;
  }
  .home-3 .offcanvas .nav-right > .header-top-lang .dropdown {
    position: relative;
  }
  .home-3 .offcanvas .nav-right > .header-top-lang .top-lang {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    color: var(--color-dark) !important;
    font-weight: 600;
    font-size: 15px;
  }
  .home-3 .offcanvas .nav-right > .sidebar-btn {
    display: none !important;
  }
  .home-3 .offcanvas .account-profile .account-profile-name {
    display: inline;
  }
  .mob-menu {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    max-width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(7, 54, 146, 0.08);
    box-shadow: 0 -8px 30px -12px rgba(7, 54, 146, 0.22);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .mob-menu__list {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mob-menu__item {
    flex: 1;
    min-width: 0;
    list-style: none;
  }
  .mob-menu__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 5px 2px 4px;
    color: var(--body-text-color);
    font-size: 9px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
  }
  .mob-menu__item a i {
    font-size: 16px;
    transition: transform 0.25s ease;
  }
  .mob-menu__item a span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mob-menu__item.active a,
  .mob-menu__item a:hover {
    color: var(--theme-color);
  }
  .mob-menu__item.active a i {
    transform: translateY(-2px);
  }
}
/* user ticket details */
.user-ticket-detail .ticket-detail-content {
  margin-top: 30px;
}
.user-ticket-detail .ticket-chat-item {
  display: flex;
  gap: 20px;
  margin: 50px 0;
}
.user-ticket-detail .ticket-img img {
  width: 80px;
  border-radius: 50%;
}
.user-ticket-detail .ticket-info {
  flex: 1;
}
.user-ticket-detail .ticket-info span {
  color: var(--theme-color);
}

/* user order details */
.user-order-detail .order-detail-content {
  background: rgb(from var(--theme-color) r g b/0.04);
  padding: 30px;
  border-radius: 10px;
  margin-top: 15px;
}
.user-order-detail .order-detail-content h5 {
  margin-bottom: 20px;
}
.user-order-detail .order-detail-content p i {
  margin-right: 5px;
}
.user-order-detail .order-detail-content li {
  margin: 5px 0;
}
.user-order-detail .order-detail-content li span {
  float: right;
}
.user-order-detail .order-detail-content li:last-child {
  border-top: 1px solid var(--border-info-color);
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 500;
}

/* user-list */
.user-list .content .img img {
  width: 65px;
  height: 65px;
  border-radius: 50px;
}
.user-list .content .info h6 {
  margin-bottom: 0;
}

/* instructor-profile */
.instructor-profile .experience .user-table p {
  white-space: wrap;
}
.instructor-profile .user-table .content .img {
  flex: 0 0 auto;
}
.instructor-profile .user-table .info h6 a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.instructor-profile .rating i {
  color: var(--color-yellow);
}
.instructor-profile .review-content {
  border-radius: 15px;
  margin-top: 30px;
}
.instructor-profile .review-content .title {
  color: var(--color-dark);
  font-size: 20px;
  margin-bottom: 25px;
}
.instructor-profile .review-content .review-item {
  border: 1px solid var(--border-info-color);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
}
.instructor-profile .review-content .review-item .review-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.instructor-profile .review-content .review-item .review-author img {
  width: 60px;
  border-radius: 50%;
}
.instructor-profile .review-content .review-item .review-author .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.instructor-profile .review-content .review-item .review-author .info h6 {
  color: var(--color-dark);
  margin-bottom: 2px;
}
.instructor-profile .review-content .review-item .review-author .info span {
  color: var(--theme-color);
}
.instructor-profile .review-content .review-item .review-author .rating {
  color: var(--color-yellow);
}
.instructor-profile .review-content .review-item .review-on {
  color: var(--color-dark);
  margin-bottom: 8px;
}
.instructor-profile .review-content .review-item .review-on a {
  color: var(--theme-color);
}
.instructor-profile .review-content .review-item .reply-btn .theme-btn {
  padding: 4px 15px;
}

/* user payout */
.user-payout-content {
  margin-top: 20px;
}
.user-payout .payout-item {
  background: rgb(from var(--theme-color) r g b/0.05);
  padding: 30px;
  border-radius: 20px;
}
@media all and (max-width: 991px) {
  .user-payout .next-payout {
    margin-bottom: 20px;
  }
}
.user-payout .next-payout p {
  margin-top: 28px;
  margin-bottom: 35px;
  font-size: 18px;
}
.user-payout .next-payout p span {
  font-weight: 500;
}
.user-payout .payout-method-img {
  margin-top: 20px;
  margin-bottom: 25px;
}
.user-payout .payout-method-img img {
  width: 100px;
  margin-right: 10px;
}

/* user course */
.user-course .course-item .course-progress {
  width: 100%;
  height: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 12px;
  margin-bottom: 5px;
  background: rgb(from var(--theme-color) r g b/0.08);
}
.user-course .course-item .course-progress-width {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  border-radius: 5px;
}
.user-course .course-item .course-bottom {
  border-top: 0;
  margin-top: 0;
}
.user-course .course-item .course-bottom .course-status {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-text-color);
}
.user-course .course-item.pending .course-progress-width {
  background: var(--color-red);
}
.user-course .course-item.pending .course-bottom .course-status {
  color: var(--color-red);
}
.user-course .course-item.finished .course-progress-width {
  background: var(--color-green);
}
.user-course .course-item.finished .course-bottom .course-status {
  color: var(--color-green);
}
.user-course .course-item .theme-btn {
  display: block;
  padding: 5px 15px;
  margin-top: 15px;
}

/* user course resume */
.course-resume .navbar {
  box-shadow: var(--box-shadow);
}
.course-resume .course-resume-wrap {
  margin-top: 12px;
}
.course-resume .course-resume-sidebar {
  overflow-y: auto;
  height: calc(100vh - 112px);
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 10px;
}
.course-resume .course-resume-sidebar::-webkit-scrollbar {
  width: 4px;
}
.course-resume .course-resume-sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.course-resume .course-resume-sidebar::-webkit-scrollbar-thumb {
  background: var(--border-info-color);
  border-radius: 50px;
}
.course-resume .course-resume-sidebar::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color);
}
.course-resume .course-single-tab .course-curriculum .accordion-item {
  border-bottom: 1px solid var(--border-info-color);
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.course-resume .course-single-tab .course-curriculum .accordion-item:last-child {
  border-bottom: 0;
}
.course-resume .course-single-tab .course-curriculum .accordion-item .accordion-button {
  padding: 12px 20px;
}
.course-resume .course-single-tab .course-curriculum .accordion-item .accordion-button::after {
  font-size: 20px;
}
.course-resume .course-single-tab .curriculum-item {
  padding: 8px 15px;
}
@media all and (min-width: 992px) {
  .course-resume .course-resume-content {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 112px);
    padding: 0 10px;
  }
}
.course-resume .course-resume-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.course-resume .course-resume-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.course-resume .course-resume-attachment {
  margin-bottom: 150px;
}
@media all and (max-width: 991px) {
  .course-resume .course-resume-attachment {
    margin-bottom: 20px;
  }
}
.course-resume .course-resume-attachment .attachment-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid var(--border-info-color);
  border-radius: 20px;
  padding: 20px;
}
.course-resume .course-resume-attachment .attachment-item a:hover {
  border-color: var(--theme-color);
}
.course-resume .course-resume-attachment .attachment-item a .content {
  flex: 1;
}
.course-resume .course-resume-attachment .attachment-item a .content h6 {
  color: var(--color-dark);
  margin-bottom: 5px;
}
.course-resume .course-resume-attachment .attachment-item a .content p {
  font-size: 15px;
  color: var(--body-text-color);
}
.course-resume .course-resume-attachment .attachment-item a .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
}

/* user certificate */
.user-certificate .certificate-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  border: 1px solid var(--border-info-color);
  padding: 20px 30px 20px 20px;
  border-radius: 20px;
  position: relative;
  transition: var(--transition);
}
.user-certificate .certificate-item:hover {
  border-color: var(--theme-color);
}
.user-certificate .certificate-item .icon img {
  width: 100px;
}
.user-certificate .certificate-item .content {
  flex: 1;
}
.user-certificate .certificate-item .content h6 {
  color: var(--color-dark);
  margin-bottom: 8px;
}
.user-certificate .certificate-item .content p {
  color: var(--body-text-color);
}
.user-certificate .certificate-item .content p span {
  color: var(--theme-color);
  font-weight: 500;
}
.user-certificate .user-skill .skill-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.user-certificate .user-skill .skill-wrap a {
  border: 1px solid var(--border-info-color);
  padding: 5px 18px;
  border-radius: 50px;
  color: var(--color-dark);
}
.user-certificate .user-skill .skill-wrap a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

/* user-subscription */
.user-subscription .subscription-item {
  border: 1px solid var(--border-info-color);
  padding: 20px;
  border-radius: 15px;
  position: relative;
}
.user-subscription .subscription-item .status {
  position: absolute;
  right: 5px;
  top: 5px;
  background: var(--theme-color);
  color: var(--color-white);
  display: block;
  padding: 0px 12px;
  border-radius: 50px;
  font-size: 14px;
}
.user-subscription .subscription-item.active {
  border-color: var(--color-green);
}
.user-subscription .subscription-item.active .status {
  background: var(--color-green);
}
.user-subscription .subscription-item.expire .status {
  background: var(--color-red);
}
.user-subscription .subscription-item .plan h4 {
  font-size: 20px;
  color: var(--color-dark);
}
.user-subscription .subscription-item .plan p {
  color: var(--body-text-color);
}
.user-subscription .subscription-item .subscription-info span {
  color: var(--body-text-color);
  font-size: 15px;
}
.user-subscription .subscription-item .subscription-info h6 {
  color: var(--color-dark);
  font-size: 15px;
}

/*====================
62. Home 5 css
======================*/
.home-5 .hs-1 {
  margin-top: -5.7rem;
}

.home-5 .hs-1 .hero-single {
  padding-top: 170px;
  padding-bottom: 120px;
}
.home-5 .hs-1 .hero-single .hero-img {
  margin: auto;
  width: 82%;
  position: relative;
}
@media all and (max-width: 991px) {
  .home-5 .hs-1 .hero-single .hero-img {
    margin-top: 80px;
  }
}
.home-5 .hs-1 .hero-single .hero-img::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  width: 100%;
  height: 100%;
  border: 3px solid var(--theme-color2);
  border-radius: 50%;
  z-index: -1;
}
.home-5 .hs-1 .hero-single .hero-img img {
  border-radius: 50%;
}
.home-3 .header-top {
  z-index: 5;
}
.mobile-lang-switch,
.offcanvas-brand-title {
  display: none;
}
.lang-flag {
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 15px;
  vertical-align: -2px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.14);
}
.header-top-lang .lang-flag {
  margin-right: 4px;
}
.blog-thumb-img.view-gallery {
  cursor: zoom-in;
}
@media all and (min-width: 992px) {
  .home-3 .navbar .navbar-brand {
    flex: 0 0 auto;
    margin-right: 0;
  }
  .home-3 .navbar .navbar-brand img {
    width: auto;
    height: 80px;
    max-width: none;
  }
  .home-3 .navbar .offcanvas-body {
    align-items: center;
  }
  .home-3 .navbar .offcanvas-body > .navbar-nav {
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: clamp(18px, 2.6vw, 44px);
  }
  .home-3 .navbar .nav-item .nav-link {
    margin-right: clamp(10px, 1.5vw, 24px);
    white-space: nowrap;
  }
  .home-3 .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  .home-3 .navbar .offcanvas-body > .nav-right {
    flex-shrink: 0;
    margin-left: clamp(16px, 2vw, 30px);
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .home-3 .navbar .navbar-brand img {
    height: 62px;
  }
  .home-3 .navbar .offcanvas-body > .navbar-nav {
    margin-left: 18px;
  }
  .home-3 .navbar .nav-item .nav-link {
    margin-right: 10px;
    font-size: 14px;
  }
}
.instructor-slider .instructor-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.instructor-slider .instructor-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -18px rgba(13, 22, 66, 0.35);
}
.instructor-slider .instructor-img {
  position: relative;
}
.instructor-slider .instructor-verified {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 18px -6px rgba(13, 22, 66, 0.35);
  color: var(--color-green);
  font-size: 17px;
  line-height: 1;
}
.instructor-slider .instructor-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  text-align: center;
}
.instructor-slider .instructor-content h5 {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}
.instructor-slider .instructor-content .category {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 50px;
  background: rgba(142, 121, 249, 0.1);
  background: color-mix(in srgb, var(--theme-color) 10%, transparent);
  color: var(--theme-color);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.3;
}
@media all and (max-width: 991px) {
  html,
  body.home-3 {
    max-width: 100%;
    overflow-x: hidden;
  }
  @supports (overflow: clip) {
    html,
    body.home-3 {
      overflow-x: clip;
    }
  }
  body.home-3 {
    padding-top: 46px;
    padding-right: 0 !important;
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }
  .home-3 .header-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 !important;
    z-index: 1030;
  }
  .home-3 .header-top > .container {
    width: 100%;
  }
  .home-3 .navbar.fixed-top {
    position: static !important;
    background: transparent;
    box-shadow: none;
    animation: none;
    padding-right: 0 !important;
  }
  .home-3 .mob-menu {
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    backdrop-filter: blur(18px) saturate(180%);
    box-shadow: 0 14px 34px -10px rgba(13, 22, 66, 0.28), 0 2px 8px rgba(13, 22, 66, 0.06);
    overflow: hidden;
    z-index: 999;
  }
  .home-3 .mob-menu__list {
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
  }
  .home-3 .mob-menu__item {
    flex: 1 1 0;
    min-width: 0;
    max-width: 20%;
  }
  .home-3 .mob-menu__item a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 100%;
    height: 60px;
    padding: 8px 2px;
    color: var(--body-text-color);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
  }
  .home-3 .mob-menu__item a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 26px;
    border-radius: 999px;
    font-size: 18px;
    background: transparent;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  }
  .home-3 .mob-menu__item a span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-3 .mob-menu__item a:active i {
    transform: scale(0.92);
  }
  .home-3 .mob-menu__item.active a {
    color: var(--theme-color);
    font-weight: 600;
  }
  .home-3 .mob-menu__item.active a i {
    color: var(--theme-color);
    background: rgba(142, 121, 249, 0.14);
    background: color-mix(in srgb, var(--theme-color) 14%, transparent);
    transform: none;
  }
  .home-3 .offcanvas.offcanvas-start {
    width: min(88vw, 360px);
    border: none;
    border-radius: 0 20px 20px 0;
  }
  .home-3 .offcanvas .offcanvas-header {
    align-items: flex-start;
    gap: 14px;
    padding: 14px 14px 12px;
    border-bottom: 1px solid rgba(0, 13, 131, 0.07);
  }
  .home-3 .offcanvas .offcanvas-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
  }
  .home-3 .offcanvas .offcanvas-brand img {
    flex: 0 0 auto;
    max-width: 44px;
    max-height: 44px;
    width: auto;
    height: auto;
  }
  .home-3 .offcanvas .offcanvas-brand-title {
    display: block;
    min-width: 0;
    color: var(--color-dark);
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
  .home-3 .offcanvas .offcanvas-header .btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    align-self: flex-start;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0 0 0 auto;
    border-radius: 50%;
    background: rgba(142, 121, 249, 0.1);
    background: color-mix(in srgb, var(--theme-color) 10%, transparent);
    color: var(--color-dark);
    font-size: 17px;
    line-height: 1;
    opacity: 1;
  }
  .home-3 .offcanvas .offcanvas-body {
    padding: 12px 14px calc(96px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .home-3 .offcanvas .navbar-nav > .nav-item {
    border-bottom: 1px solid rgba(0, 13, 131, 0.06);
  }
  .home-3 .offcanvas .navbar-nav > .nav-item:last-child {
    border-bottom: none;
  }
  .home-3 .offcanvas .navbar-nav > .nav-item > .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 11px 10px;
    border-radius: 12px;
    color: var(--color-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .home-3 .offcanvas .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(72, 37, 194, 0.1);
    transition: background 0.25s ease, transform 0.25s ease;
  }
  .home-3 .offcanvas .navbar-nav > .nav-item > .nav-link.show {
    color: var(--theme-color);
    background: rgba(142, 121, 249, 0.08);
    background: color-mix(in srgb, var(--theme-color) 8%, transparent);
  }
  .home-3 .offcanvas .navbar-nav > .nav-item > .nav-link.show::before {
    background: var(--theme-color);
    transform: scale(0.82);
  }
  .home-3 .offcanvas .navbar-nav .dropdown-toggle::after {
    float: none;
    position: static;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    font-size: 13px;
    transform: none;
    transition: transform 0.25s ease;
  }
  .home-3 .offcanvas .navbar-nav .dropdown-toggle.show::after {
    transform: rotate(180deg);
  }
  .home-3 .offcanvas .navbar-nav .dropdown-submenu:has(> .dropdown-menu.show) > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .home-3 .offcanvas .navbar-nav .dropdown-menu {
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0 0 8px 12px !important;
    padding: 2px 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .home-3 .offcanvas .navbar-nav .dropdown-menu li {
    border-bottom: none;
  }
  .home-3 .offcanvas .navbar-nav .dropdown-menu .dropdown-item,
  .home-3 .offcanvas .navbar-nav .dropdown-menu .nav-link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 9px 8px;
    border-radius: 10px;
    background: transparent;
    color: var(--body-text-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .home-3 .offcanvas .navbar-nav .dropdown-menu .dropdown-item::before,
  .home-3 .offcanvas .navbar-nav .dropdown-menu .nav-link::before {
    content: "";
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    border-radius: 4px;
    background: rgba(72, 37, 194, 0.16);
    transition: background 0.2s ease;
  }
  .home-3 .offcanvas .navbar-nav .dropdown-menu .dropdown-item:active,
  .home-3 .offcanvas .navbar-nav .dropdown-menu .nav-link:active {
    background: rgba(142, 121, 249, 0.1);
    background: color-mix(in srgb, var(--theme-color) 10%, transparent);
    color: var(--theme-color);
  }
  .home-3 .offcanvas .navbar-nav .dropdown-menu .dropdown-item:active::before,
  .home-3 .offcanvas .navbar-nav .dropdown-menu .nav-link:active::before {
    background: var(--theme-color);
  }
  .home-3 .offcanvas .navbar-nav .dropdown-submenu > .dropdown-toggle {
    color: var(--color-dark);
    font-weight: 600;
  }
  .home-3 .offcanvas .navbar-nav .dropdown-submenu > .dropdown-toggle::before {
    width: 20px;
    height: 20px;
    margin-top: 0;
    border-radius: 7px;
    background: rgba(72, 37, 194, 0.1);
  }
  .home-3 .offcanvas .navbar-nav .dropdown-submenu > .dropdown-toggle::after {
    right: auto;
    top: auto;
    margin-top: 3px;
  }
  .home-3 .offcanvas .navbar-nav .dropdown-submenu:has(> .dropdown-menu.show) > .dropdown-toggle {
    color: var(--theme-color);
  }
  .home-3 .offcanvas .navbar-nav .dropdown-submenu:has(> .dropdown-menu.show) > .dropdown-toggle::before {
    background: var(--theme-color);
    transform: scale(0.8);
  }
  .home-3 .offcanvas .navbar-nav .dropdown-submenu .dropdown-menu {
    margin: 0 0 6px 10px !important;
  }
  .home-3 .offcanvas .navbar-nav .dropdown-submenu .dropdown-menu .dropdown-item {
    font-size: 13.5px;
  }
  .home-3 .offcanvas .navbar-nav .dropdown-submenu .dropdown-menu .dropdown-item::before {
    width: 12px;
    height: 3px;
    margin-top: 9px;
    border-radius: 2px;
    background: rgba(72, 37, 194, 0.22);
  }
  body:has(.offcanvas.show) .mob-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
  }
  .home-3 .offcanvas .nav-right > .header-top-lang {
    display: none !important;
  }
  .home-3 .offcanvas .nav-right > .nav-btn .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
    color: var(--color-dark);
    font-size: 15px;
    font-weight: 600;
  }
  .home-3 .offcanvas .nav-right > .nav-btn .theme-btn::before {
    display: none;
  }
  .home-3 .offcanvas .nav-right > .nav-btn .theme-btn span {
    margin-right: 0;
    color: var(--theme-color);
  }
  .home-3 .mobile-lang-switch {
    order: 3;
    display: block;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  .home-3 .mobile-lang-switch__title {
    display: block;
    margin-bottom: 7px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--body-text-color);
  }
  .home-3 .mobile-lang-switch__list {
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .home-3 .mobile-lang-switch__list li {
    flex: 1 1 0;
    min-width: 0;
    list-style: none;
  }
  .home-3 .mobile-lang-switch__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 7px 4px;
    border: 1px solid rgba(0, 13, 131, 0.1);
    border-radius: 11px;
    background: #f6f7fb;
    color: var(--color-dark);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  }
  .home-3 .mobile-lang-switch__item .lang-flag {
    width: 26px;
    height: 18px;
    vertical-align: baseline;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.14);
  }
  .home-3 .mobile-lang-switch__item span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-3 .mobile-lang-switch__item:active {
    transform: scale(0.97);
  }
  .home-3 .mobile-lang-switch__item.active {
    color: var(--theme-color);
    border-color: var(--theme-color);
    background: rgba(142, 121, 249, 0.1);
    background: color-mix(in srgb, var(--theme-color) 10%, transparent);
    box-shadow: 0 6px 16px -8px rgba(142, 121, 249, 0.7);
  }
  .home-3 #scroll-top {
    right: 16px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    transform: none;
    box-shadow: 0 10px 26px -8px rgba(13, 22, 66, 0.45);
    z-index: 1000;
  }
  .home-3 #scroll-top.active {
    bottom: calc(86px + env(safe-area-inset-bottom));
  }
  .instructor-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 20px;
  }
  .instructor-slider .owl-dots .owl-dot {
    display: none;
  }
  .instructor-slider .owl-dots .owl-dot span {
    margin: 0;
  }
  .instructor-slider .owl-dots .owl-dot.active,
  .instructor-slider .owl-dots .owl-dot.active + .owl-dot,
  .instructor-slider .owl-dots .owl-dot.active + .owl-dot + .owl-dot,
  .instructor-slider .owl-dots .owl-dot.active:first-child ~ .owl-dot:nth-child(-n+5),
  .instructor-slider .owl-dots .owl-dot.active:nth-child(2) ~ .owl-dot:nth-child(-n+5) {
    display: block;
  }
  .instructor-slider .owl-dots .owl-dot:has(+ .owl-dot.active),
  .instructor-slider .owl-dots .owl-dot:has(+ .owl-dot + .owl-dot.active),
  .instructor-slider .owl-dots:has(.owl-dot.active:last-child) .owl-dot:nth-last-child(-n+5),
  .instructor-slider .owl-dots:has(.owl-dot.active:nth-last-child(2)) .owl-dot:nth-last-child(-n+5) {
    display: block;
  }
}
@keyframes ripple-wave-sm {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}
/*# sourceMappingURL=style.css.map */