/*----------------------------------------------------
@File: Default Styles

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: DatePress
@Version: 1.0.0

@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ preloader
04/ Spacing
05/ Button
06/ Header
07/ Banner
08/ Feature
09/ Member
10/ Testimonial
11/ Story
12/ FAQ
13/ CTA
14/ Pricing
15/ Dashboard
16/ Contact
17/ Footer 
18/ About 


=====================================================================*/
/*----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
:root {
  --main_font: "Inter", sans-serif;
  --h_title: #242729;
  --p_color: #3c4146;
  --black_25: #f9f9f9;
  --black_50: #ebebeb;
  --black_75: #e6e6e6;
  --black_100: #d6d9dc;
  --black_150: #c8ccd0;
  --black_200: #bbc0c4;
  --black_300: #9fa6ad;
  --black_350: #9199a1;
  --black_400: #848d95;
  --black_500: #6a737c;
  --black_600: #535a60;
  --black_700: #3c4146;
  --black_750: #2f3337;
  --black_800: #242729;
  --black_900: #0c0d0e;
  --brand_color: #f4196d;
  /* RGB tuple for brand color to allow alpha utilities without Sass color funcs */
  --brand_color_rgb: 244, 25, 109;
  --brand_color_900: #f23479;
  --brand_color_800: #f74685;
  --brand_color_700: #fa5891;
  --brand_color_600: #fd6b9d;
  --brand_color_500: #ff7ea9;
  --brand_color_400: #ff90b5;
  --brand_color_300: #ffa3c1;
  --brand_color_200: #ffb5cd;
  --brand_color_100: #ffc8d9;
  --brand_color_75: #ffdbe5;
  --brand_color_50: #ffeef1;
  --brand_color_25: #fff1f4;
  --brand_hover: #d1054d;
  --secondery_color: #0fe493;
  --shadow_1: 0px 70px 100px rgba(25, 4, 99, 0.13);
  --long_shadow: 0 20px 45px rgba(51, 77, 114, 0.15);
  --subtle_shadow: 0 0.5px 1px rgba(51, 77, 114, 0.1),
    0 1.6px 3.6px rgba(51, 77, 114, 0.15);
  --bs_sm: 0 1px 2px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 5%), 0 2px 8px rgb(0 0 0 / 5%);
  --bs_md: 0 1px 3px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 6%), 0 3px 8px rgb(0 0 0 / 9%);
  --bs_lg: 0 1px 4px rgb(0 0 0 / 9%), 0 3px 8px rgb(0 0 0 / 9%), 0 4px 13px rgb(0 0 0 / 13%);
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --transition-fast: 150ms ease-in-out;
  --transition-base: 300ms ease-in-out;
  --transition-slow: 500ms ease-in-out;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --glass-bg: rgba(255, 255, 255, 0.65);
  --glass-bg-hover: rgba(255, 255, 255, 0.75);
  --glass-border: 1px solid rgba(255, 255, 255, 0.4);
  --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  --glass-blur: blur(16px);
  --glass-gradient: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
  --gradient-primary: linear-gradient(135deg, #f4196d 0%, #ff90b5 100%);
  --gradient-bg: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  --gradient-mesh: radial-gradient(at 0% 0%, hsla(337, 84%, 61%, 0.1) 0px, transparent 50%),
    radial-gradient(at 100% 0%, hsla(196, 79%, 65%, 0.1) 0px, transparent 50%),
    radial-gradient(at 100% 100%, hsla(337, 84%, 61%, 0.1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(196, 79%, 65%, 0.1) 0px, transparent 50%);
}

/*font Variables*/
/** === Box Shadow ==== **/
.bs-sm {
  box-shadow: var(--bs_sm) !important;
}

.bs-md {
  box-shadow: var(--bs_md) !important;
}

.bs-lg {
  box-shadow: var(--bs_lg) !important;
}

/** Hover Classes **/
.h\:bs-md:hover {
  box-shadow: var(--bs_md) !important;
}

.h\:bs-lg:hover {
  box-shadow: var(--bs_md) !important;
}

.glass-panel {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
}

.glass-card {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fadeInGlass {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.animate-float {
  animation: float 6s ease-in-out infinite;
}

.animate-fade-in {
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.card, .widget, .member_item, .story_item, .blog_item {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  border: var(--glass-border) !important;
}
.card:hover, .widget:hover, .member_item:hover, .story_item:hover, .blog_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}

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

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
html {
  height: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: var(--brand_color);
}

body {
  line-height: 1.7;
  font-size: 16px;
  height: 100%;
  font-family: var(--main_font);
  font-weight: 400;
  color: var(--p_color);
}

.body_wrapper {
  background: var(--gradient-bg);
  position: relative;
  z-index: 1;
}
.body_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-mesh);
  z-index: -1;
  pointer-events: none;
}
.body_wrapper.no-bg {
  background: inherit;
}
.body_wrapper.no-bg::before {
  display: none;
}

:focus {
  outline: none;
}

a {
  color: var(--brand_color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-family: var(--main_font);
  color: var(--h_title);
  margin-bottom: 15px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

h1,
.h1 {
  font-size: var(--font-size-5xl);
}

h2,
.h2 {
  font-size: var(--font-size-4xl);
}

h3,
.h3 {
  font-size: var(--font-size-3xl);
}

h4,
.h4 {
  font-size: var(--font-size-2xl);
  font-weight: 600;
}

h5,
.h5 {
  font-size: var(--font-size-xl);
  font-weight: 600;
}

h6,
.h6 {
  font-size: var(--font-size-lg);
  font-weight: 600;
}

h1 a,
h2 a,
h3 > a,
h4 a,
h5 a,
h6 a {
  color: var(--h_title);
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

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

figure {
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
  border: none;
}

figure figcaption {
  color: rgba(0, 0, 0, 0.54);
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  max-width: 728px;
  margin-right: auto;
}

video {
  max-width: 100%;
}

table tr td p:last-child {
  margin-bottom: 0;
}

pre[class*=language-] > code {
  border-left: 5px solid brand_color_rgba(0.8);
}

.form-check {
  position: relative;
  display: block;
}

/** === Scrollbar === **/
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--black_25);
}

::-webkit-scrollbar-thumb {
  background: var(--black_300);
  border-radius: 30px;
  transition: background var(--transition-fast);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--black_400);
}

/** === Predefined Global Classes === **/
.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

button:focus {
  outline: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 24px;
}

/** === List style === **/
ul.list-style {
  margin-bottom: 2rem;
}

ul.list-style li {
  margin-bottom: 0.5rem;
  list-style-type: circle;
}

ul.list-style li:last-child {
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 65px;
}
.section-title .subtitle {
  color: var(--brand_color);
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  margin-bottom: 14px;
}
.section-title p {
  font-size: 16px;
  color: var(--black_700);
  margin-bottom: 0;
}

.section-title-two {
  text-align: center;
}
.section-title-two h2 {
  font-size: 48px;
  line-height: 56px;
  color: var(--black_800);
  font-weight: 700;
  margin-top: -12px;
  margin-bottom: -8px;
}
.section-title-two h2 span {
  color: var(--brand_color);
}
.section-title-two p {
  font-size: 16px;
  color: var(--black_700);
  margin-bottom: 0;
  margin-top: 30px;
}

.border-rounded {
  border-radius: 8px;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

.sec-padding {
  padding-top: 120px;
  padding-bottom: 130px;
}

.sec-padding-two {
  padding-top: 120px;
  padding-bottom: 120px;
}

.modal {
  z-index: 1055;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1040;
  backdrop-filter: none;
}
.modal-backdrop.show {
  opacity: 1;
}

body.modal-open .body_wrapper {
  filter: blur(8px);
  transition: filter 0.3s ease;
}

.form-check-input {
  border-color: var(--black_600);
  cursor: pointer;
}
.form-check-input:focus {
  box-shadow: none;
  border-color: var(--black_600);
}
.form-check-input:checked[type=checkbox] {
  background-color: transparent;
  border-color: var(--black_600);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23535A60' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-label {
  cursor: pointer;
}

.form-switch .form-check-input {
  cursor: pointer;
  width: 40px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 9 8'%3e%3ccircle r='3' fill='%236A737C'/%3e%3c/svg%3e");
  border: 3px solid var(--black_500);
  transition: background-position 0.15s ease-in-out;
  box-shadow: none;
}
.form-switch .form-check-input:checked {
  background-color: var(--brand_color);
  border-color: var(--brand_color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -4 9 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check {
  display: flex;
  gap: 10px;
}

/*----------------------------------------*/
/*   Back To Top Button CSS
/*----------------------------------------*/
#back-to-top {
  display: inline-block;
  background-color: rgba(220, 220, 220, 0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top::after {
  content: "2";
  font-family: eleganticons, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #000;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top:hover::after {
  color: var(--brand_color);
}

#back-to-top:active {
  background-color: #555;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* Accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--brand_color);
  color: white;
  padding: var(--spacing-sm) var(--spacing-md);
  text-decoration: none;
  z-index: var(--z-tooltip);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
}
.skip-link:focus {
  top: 6px;
  outline: 2px solid var(--brand_color);
  outline-offset: 2px;
}

/* Focus visible styles for better accessibility */
*:focus-visible {
  outline: 2px solid var(--brand_color);
  outline-offset: 2px;
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Preloader CSS
/*----------------------------------------*/
#preloader {
  background: #fff;
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#preloader .loading {
  display: flex;
}
#preloader .ctn-preloader {
  padding-left: 15px;
  padding-right: 15px;
}
#preloader .spinner {
  animation: spinner 3s infinite linear;
  border-radius: 50%;
  border: 3px solid #f1f6f8;
  border-left-color: var(--brand_color);
  border-top-color: var(--brand_color);
  margin: 0 auto 0em auto;
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: -40px;
  top: -40px;
}
#preloader .spinner:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  box-shadow: 0 0 20px 0 rgba(4, 46, 56, 0.2);
  background: var(--brand_color);
  position: absolute;
  right: 31px;
  top: 41px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  #preloader .spinner:before {
    top: 18px;
  }
}
#preloader .round_spinner {
  border-width: 1px;
  border-color: rgb(238, 243, 244);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(253, 253, 253);
  box-shadow: 0 0 100px 0 rgba(4, 46, 56, 0.14);
  width: 248px;
  height: 248px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px auto 80px;
}
@media (max-width: 576px) {
  #preloader .round_spinner {
    width: 155px;
    height: 155px;
  }
}
#preloader .round_spinner h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--black_800);
  margin-top: 10px;
}
#preloader .round_spinner h4 span {
  font-weight: 700;
}

#preloader .head {
  color: var(--black_800);
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 5.2px;
  text-transform: uppercase;
  text-align: center;
  margin: 5% 0 1% 0;
  padding: 0;
}

#preloader p {
  color: var(--black_600);
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

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

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

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

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-25 {
    margin-top: 25px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-35 {
    margin-top: 35px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-45 {
    margin-top: 45px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-55 {
    margin-top: 55px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-65 {
    margin-top: 65px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mt-lg-75 {
    margin-top: 75px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-85 {
    margin-top: 85px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mt-lg-95 {
    margin-top: 95px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mt-lg-105 {
    margin-top: 105px;
  }
  .mt-lg-110 {
    margin-top: 110px;
  }
  .mt-lg-115 {
    margin-top: 115px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mt-lg-125 {
    margin-top: 125px;
  }
  .mt-lg-130 {
    margin-top: 130px;
  }
  .mt-lg-135 {
    margin-top: 135px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mt-lg-145 {
    margin-top: 145px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-25 {
    margin-bottom: 25px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-35 {
    margin-bottom: 35px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-45 {
    margin-bottom: 45px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-55 {
    margin-bottom: 55px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-65 {
    margin-bottom: 65px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mb-lg-75 {
    margin-bottom: 75px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-85 {
    margin-bottom: 85px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mb-lg-95 {
    margin-bottom: 95px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-105 {
    margin-bottom: 105px;
  }
  .mb-lg-110 {
    margin-bottom: 110px;
  }
  .mb-lg-115 {
    margin-bottom: 115px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mr-lg-25 {
    margin-right: 25px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mr-lg-35 {
    margin-right: 35px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .mr-lg-45 {
    margin-right: 45px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mr-lg-55 {
    margin-right: 55px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .mr-lg-65 {
    margin-right: 65px;
  }
  .mr-lg-70 {
    margin-right: 70px;
  }
  .mr-lg-75 {
    margin-right: 75px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .mr-lg-85 {
    margin-right: 85px;
  }
  .mr-lg-90 {
    margin-right: 90px;
  }
  .mr-lg-95 {
    margin-right: 95px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .ml-lg-25 {
    margin-left: 25px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .ml-lg-35 {
    margin-left: 35px;
  }
  .ml-lg-40 {
    margin-left: 40px;
  }
  .ml-lg-45 {
    margin-left: 45px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .ml-lg-55 {
    margin-left: 55px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .ml-lg-65 {
    margin-left: 65px;
  }
  .ml-lg-70 {
    margin-left: 70px;
  }
  .ml-lg-75 {
    margin-left: 75px;
  }
  .ml-lg-80 {
    margin-left: 80px;
  }
  .ml-lg-85 {
    margin-left: 85px;
  }
  .ml-lg-90 {
    margin-left: 90px;
  }
  .ml-lg-95 {
    margin-left: 95px;
  }
  .ml-lg-100 {
    margin-left: 100px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pt-lg-25 {
    padding-top: 25px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-35 {
    padding-top: 35px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-45 {
    padding-top: 45px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-55 {
    padding-top: 55px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-65 {
    padding-top: 65px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pt-lg-75 {
    padding-top: 75px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-85 {
    padding-top: 85px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pt-lg-95 {
    padding-top: 95px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-105 {
    padding-top: 105px;
  }
  .pt-lg-110 {
    padding-top: 110px;
  }
  .pt-lg-115 {
    padding-top: 115px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pb-lg-25 {
    padding-bottom: 25px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-35 {
    padding-bottom: 35px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-45 {
    padding-bottom: 45px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-55 {
    padding-bottom: 55px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-65 {
    padding-bottom: 65px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pb-lg-75 {
    padding-bottom: 75px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-85 {
    padding-bottom: 85px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pb-lg-95 {
    padding-bottom: 95px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-105 {
    padding-bottom: 105px;
  }
  .pb-lg-110 {
    padding-bottom: 110px;
  }
  .pb-lg-115 {
    padding-bottom: 115px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pr-lg-25 {
    padding-right: 25px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pr-lg-35 {
    padding-right: 35px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .pr-lg-45 {
    padding-right: 45px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pr-lg-55 {
    padding-right: 55px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .pr-lg-65 {
    padding-right: 65px;
  }
  .pr-lg-70 {
    padding-right: 70px;
  }
  .pr-lg-75 {
    padding-right: 75px;
  }
  .pr-lg-80 {
    padding-right: 80px;
  }
  .pr-lg-85 {
    padding-right: 85px;
  }
  .pr-lg-90 {
    padding-right: 90px;
  }
  .pr-lg-95 {
    padding-right: 95px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pl-lg-25 {
    padding-left: 25px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pl-lg-35 {
    padding-left: 35px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .pl-lg-45 {
    padding-left: 45px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pl-lg-55 {
    padding-left: 55px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .pl-lg-65 {
    padding-left: 65px;
  }
  .pl-lg-70 {
    padding-left: 70px;
  }
  .pl-lg-75 {
    padding-left: 75px;
  }
  .pl-lg-80 {
    padding-left: 80px;
  }
  .pl-lg-85 {
    padding-left: 85px;
  }
  .pl-lg-90 {
    padding-left: 90px;
  }
  .pl-lg-95 {
    padding-left: 95px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.theme-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  background: var(--gradient-primary);
  border: none;
  color: white;
  box-shadow: 0 4px 15px rgba(244, 25, 109, 0.3);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
  border-radius: var(--radius-md);
  line-height: 22px;
  padding: 10px 20px;
  color: #fff;
  text-wrap: nowrap;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.theme-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(244, 25, 109, 0.4);
}
.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}
.theme-btn:hover {
  color: #fff;
  background: var(--gradient-primary);
}
.theme-btn:hover::before {
  left: 100%;
}
.theme-btn:active {
  transform: translateY(0);
}
.theme-btn.btn-muted, .theme-btn:disabled {
  background: var(--black_100);
  color: var(--black_300);
  cursor: not-allowed;
  box-shadow: none;
  backdrop-filter: none;
}

.theme-btn img,
.theme-btn-outline img,
.theme-btn-secondary img {
  margin-right: 4px;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}

.theme-btn-secondary {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--black_750);
  border-radius: var(--radius-md);
  line-height: 27px;
  padding: 15px 30px;
  color: #f9f9f9;
  transition: all var(--transition-base);
  cursor: pointer;
}
.theme-btn-secondary:hover {
  color: #f9f9f9;
  background-color: var(--black_800);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.theme-btn-secondary:active {
  transform: translateY(0);
}

.theme-btn-outline {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  border-radius: var(--radius-md);
  line-height: 22px;
  padding: 13px 16px;
  color: var(--black_800);
  border: 2px solid var(--black_800);
  transition: all var(--transition-base);
  cursor: pointer;
}
.theme-btn-outline:hover {
  color: #f9f9f9;
  background-color: var(--black_800);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.theme-btn-outline:hover img {
  filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(100deg) brightness(105%) contrast(100%);
}
.theme-btn-outline:active {
  transform: translateY(0);
}
.theme-btn-outline.theme-color {
  border-color: var(--brand_color);
  color: var(--brand_color);
}
.theme-btn-outline.theme-color:hover {
  background-color: var(--brand_color);
  color: white;
  box-shadow: 0 4px 12px rgba(244, 25, 109, 0.3);
}

.btn-large {
  padding: 14px 52px;
}

.btn-font-2 {
  font-size: 16px;
}

.read-more-btn {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: var(--brand_color);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  line-height: 22px;
}
.read-more-btn:hover::after {
  width: 100%;
}
.read-more-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: var(--brand_color);
  width: 0;
  transition: all 0.3s ease-in-out;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================= header area css ===============*/
.navbar {
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 100%;
  left: 0;
  top: 0;
  z-index: var(--z-sticky);
  position: fixed;
  background-color: transparent;
  transition: all var(--transition-base);
  backdrop-filter: blur(0);
}
.navbar.navbar_fixed {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  border-bottom: var(--glass-border);
  border-radius: 0;
  box-shadow: var(--glass-shadow);
}

.menu {
  margin-left: 80px;
}
.menu > .nav-item {
  padding-bottom: 34px;
  padding-top: 34px;
  transition: all 0.3s linear;
}
.menu > .nav-item > .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 0;
  position: relative;
  line-height: 20px;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item > .nav-link::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ac083f;
  transition: width 0.2s linear;
}
@media (max-width: 991px) {
  .menu > .nav-item > .nav-link::before {
    display: none;
  }
}
.menu > .nav-item.submenu .dropdown-menu {
  top: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  border: var(--glass-border);
  left: -30px;
  min-width: max-content;
  padding: 20px 0;
  box-shadow: var(--glass-shadow);
}
.menu > .nav-item.submenu .dropdown-menu:before {
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: var(--glass-border);
  border-top: var(--glass-border);
  z-index: 1;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  padding: 0 40px 0 30px;
  transition: all 0.3s linear;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
  margin-top: 15px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0;
  white-space: nowrap;
  font: 400 14px/16px var(--main_font);
  color: #333333;
  transition: color 0.2s linear;
  position: relative;
  display: inline-block;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ac083f;
  transition: all 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #ac083f;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link:before, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link:before, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link:before {
  width: 100%;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
  color: #ac083f;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: all 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.active .nav-link {
  color: #ac083f;
}
.menu > .nav-item.active .nav-link:before {
  transform: scaleX(1);
  opacity: 1;
  background: #ac083f;
  width: 100%;
}
.menu > .nav-item:hover .nav-link:before {
  transform: scaleX(1);
  opacity: 1;
  background: #ac083f;
  width: 100%;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
.menu > .nav-item + .nav-item {
  margin-left: 40px;
}
.menu > .nav-item.mega_menu .dropdown-menu {
  min-width: 540px;
  padding: 0;
  background: transparent;
  max-height: 309px;
  min-height: 309px;
  border: none;
}
.menu > .nav-item.mega_menu .dropdown-menu li .col-lg-7 {
  padding-left: 0;
  margin-left: -5px;
}
.menu > .nav-item.mega_menu .dropdown-menu li > div {
  min-height: 309px;
}
.menu > .nav-item.mega_menu .dropdown-menu .nav-pills {
  padding: 30px 0;
  background: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 100%;
  margin-right: -10px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 0;
  border-left: 1px solid #ebebeb;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item {
  padding: 0 30px;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:after {
  content: "5";
  position: absolute;
  right: 25px;
  top: 5px;
  font-family: "ElegantIcons", serif;
  display: block;
  color: var(--brand_color);
  transition: all 0.2s linear;
  opacity: 0;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link {
  font-size: 14px;
  color: #000;
  display: inline-block;
  border-radius: 0;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link.active {
  background: transparent;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item + .nav-item {
  margin-top: 8px;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:after, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:after {
  opacity: 1;
  right: 20px;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover .nav-link, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active .nav-link {
  color: var(--brand_color);
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(2):after, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(2):after {
  color: #b03532;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(3):after, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(3):after {
  color: #59a627;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(4):after, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(4):after {
  color: #da6f2b;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(5):after, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(5):after {
  color: #000;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(6):after, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(6):after {
  color: #00aa6a;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(2) .nav-link, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(2) .nav-link {
  color: #b03532;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(2) .nav-link::before, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(2) .nav-link::before {
  background-color: #b03532;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(3) .nav-link, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(3) .nav-link {
  color: #59a627;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(3) .nav-link::before, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(3) .nav-link::before {
  background-color: #59a627;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(4) .nav-link, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(4) .nav-link {
  color: #da6f2b;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(4) .nav-link::before, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(4) .nav-link::before {
  background-color: #da6f2b;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(5) .nav-link, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(5) .nav-link {
  color: #000;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(5) .nav-link::before, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(5) .nav-link::before {
  background-color: #000;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(6) .nav-link, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(6) .nav-link {
  color: #00aa6a;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item:hover:nth-child(6) .nav-link::before, .menu > .nav-item.mega_menu .dropdown-menu .tabHeader .nav-item.active:nth-child(6) .nav-link::before {
  background-color: #00aa6a;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent {
  height: 100%;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane {
  height: 100%;
  padding: 30px 10px 10px 25px;
  min-height: 309px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list {
  width: 50%;
  padding-bottom: 12px;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list.w_100 {
  width: 100%;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li {
  margin-bottom: 12px;
  display: block;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li:last-child {
  margin-bottom: 0;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding: 0;
  overflow: visible;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:hover:before, .menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a.active:before {
  width: 100%;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .text a {
  display: block;
  padding: 0;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane p {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:first-child {
  background: var(--brand_color);
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(2) {
  background: #b03532;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(3) {
  background: #59a627;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(4) {
  background: #da6f2b;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(5) {
  background: #1d2746;
}
.menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane:nth-child(6) {
  background: #00aa6a;
}
.menu .mobile_dropdown_icon {
  display: none;
}

.right-nav {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}
.right-nav a {
  font-weight: 500;
}
.right-nav .nav_btn {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 18px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s linear;
  color: #fff;
  background: var(--brand_color);
  display: inline-flex;
  align-items: center;
}
.right-nav .nav_btn img {
  padding-right: 7px;
}
.right-nav .nav_btn:hover {
  background: var(--brand_hover);
}
.right-nav .signup-btn {
  color: var(--black_900);
  padding-right: 16px;
  border-right: 1px solid var(--black_200);
  line-height: 14px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.navbar_fixed {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff !important;
  transition: all 0.2s, top 0.4s linear;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.navbar-toggler {
  padding-left: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.hamburger {
  height: 100%;
  width: 100%;
  display: block;
}
.hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: var(--black_800);
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: var(--black_800);
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0;
  transition-delay: 0.2s;
}

.navbar-dashboard {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 23px 0;
}
.navbar-dashboard .searchbar {
  position: relative;
  flex: 1;
  max-width: 570px;
  margin: auto;
}
.navbar-dashboard .searchbar .form-control {
  background-color: var(--black_50);
  border-radius: 40px;
  height: 44px;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  color: var(--black_700);
  border-color: transparent;
  box-shadow: none;
  padding-left: 48px;
  padding-right: 40px;
}
.navbar-dashboard .searchbar .form-control::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  color: var(--black_400);
}
.navbar-dashboard .searchbar .form-control:focus {
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(228, 15, 96, 0.2);
}
.navbar-dashboard .searchbar .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  font-size: 18px;
  color: var(--black_200);
}
.navbar-dashboard .searchbar .filter-btn {
  position: absolute;
  right: 14px;
  top: 6px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--black_100);
  color: var(--black_500);
  line-height: 32px;
  text-align: center;
  border: none;
  outline: none;
  padding: 0;
  box-shadow: none;
  transition: all 0.3s linear;
}
.navbar-dashboard .searchbar .filter-btn:hover {
  background-color: var(--brand_color_50);
}
.navbar-dashboard .searchbar .filter-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 15, 96, 0.2);
}
.navbar-dashboard .right-action {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 10px;
}
.navbar-dashboard .right-action .action-btn {
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50%;
  line-height: 36px;
  background-color: var(--black_50);
  text-align: center;
  box-shadow: none;
  transition: all 0.3s linear;
}
.navbar-dashboard .right-action .action-btn:hover {
  background-color: var(--black_100);
}
.navbar-dashboard .right-action .action-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 15, 96, 0.2);
}
.navbar-dashboard .right-action .notification-btn {
  position: relative;
  z-index: 2;
}
.navbar-dashboard .right-action .notification-btn.show + .dropdown-backdrop {
  opacity: 0.6;
  visibility: visible;
}
.navbar-dashboard .right-action .dropdown-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--black_900);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear;
}
.navbar-dashboard .right-action .profile-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}
.navbar-dashboard .right-action .profile-btn img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.navbar-dashboard .dropdown-menu {
  width: 310px;
  padding: 24px;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  left: inherit;
  right: 0;
  top: 72px;
}
.navbar-dashboard .dropdown-menu::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  right: 15px;
  border-left: 1px solid rgb(230, 238, 239);
  border-top: 1px solid rgb(230, 238, 239);
  border-top-left-radius: 4px;
  z-index: 1;
}
.navbar-dashboard .profile-dropdown .drop-header {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
.navbar-dashboard .profile-dropdown .drop-header .profile-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 8px;
}
.navbar-dashboard .profile-dropdown .drop-header h5 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}
.navbar-dashboard .profile-dropdown .drop-header .userid {
  font-size: 10px;
  line-height: 14px;
  color: var(--black_500);
}
.navbar-dashboard .profile-dropdown .drop-header .edit {
  font-size: 10px;
  line-height: 14px;
  color: var(--brand_color);
  margin-left: 6px;
  font-weight: 600;
}
.navbar-dashboard .profile-dropdown .offerings {
  font-size: 12px;
  line-height: 16px;
  color: var(--black_700);
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 14px;
  text-align: center;
}
.navbar-dashboard .profile-dropdown .theme-btn {
  text-align: center;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 14px;
}
.navbar-dashboard .profile-dropdown .nav li {
  width: 100%;
  margin-bottom: 5px;
}
.navbar-dashboard .profile-dropdown .nav li:last-child {
  margin-bottom: 0;
}
.navbar-dashboard .profile-dropdown .nav .nav-link {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: var(--black_700);
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  align-items: center;
}
.navbar-dashboard .profile-dropdown .nav .nav-link i {
  font-size: 15px;
  margin-left: auto;
}
.navbar-dashboard .profile-dropdown .nav .nav-link.active, .navbar-dashboard .profile-dropdown .nav .nav-link:hover {
  color: var(--brand_color);
}
.navbar-dashboard .profile-dropdown .logout {
  font-size: 12px;
  line-height: 16px;
  color: var(--black_700);
  font-weight: 600;
  margin-top: 150px;
  display: inline-block;
}
.navbar-dashboard .profile-dropdown .logout img {
  margin-right: 5px;
}
.navbar-dashboard .notification-dropdown {
  padding: 24px 0 0 0;
}
.navbar-dashboard .notification-dropdown .drop-title {
  font-size: 20px;
  line-height: 32px;
  color: var(--black_900);
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 20px;
}
.navbar-dashboard .notification-dropdown .notify-nav {
  padding: 0 20px;
  gap: 8px;
  border: none;
  margin-bottom: 10px;
}
.navbar-dashboard .notification-dropdown .notify-nav button {
  background-color: transparent;
  font-size: 12px;
  line-height: 16px;
  color: #242424;
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  transition: all 0.3s linear;
}
.navbar-dashboard .notification-dropdown .notify-nav button.active {
  background-color: #fef1f7;
  color: var(--brand_color);
}
.navbar-dashboard .notification-dropdown .tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
.navbar-dashboard .notification-dropdown .tab-header span {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.navbar-dashboard .notification-dropdown .tab-header a {
  font-size: 12px;
  line-height: 16px;
  color: var(--brand_color);
}
.navbar-dashboard .notification-dropdown .notification-list {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.navbar-dashboard .notification-dropdown .notification-list .single-notifi {
  display: flex;
  gap: 10px;
  padding: 10px 20px;
  background-color: transparent;
}
.navbar-dashboard .notification-dropdown .notification-list .single-notifi:hover {
  background-color: #f9f9f9;
}
.navbar-dashboard .notification-dropdown .notification-list .single-notifi.unread-notifi .notifi-time {
  font-weight: 600;
  color: var(--brand_color);
}
.navbar-dashboard .notification-dropdown .notification-list .single-notifi .notifi-user {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.navbar-dashboard .notification-dropdown .notification-list .single-notifi .notifi-text {
  font-size: 14px;
  line-height: 20px;
  color: var(--black_700);
  margin-bottom: 2px;
}
.navbar-dashboard .notification-dropdown .notification-list .single-notifi .notifi-text .user {
  font-size: 14px;
  color: var(--black_800);
  font-weight: 600;
}
.navbar-dashboard .notification-dropdown .notification-list .single-notifi .notifi-time {
  font-size: 10px;
  color: var(--black_500);
  font-weight: 400;
  line-height: 14px;
}
.navbar-dashboard .notification-dropdown .notification-list .single-notifi .follow-action {
  display: flex;
  gap: 8px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.navbar-dashboard .notification-dropdown .notification-list .single-notifi .follow-action .theme-btn {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 12px;
  font-weight: 400;
}
.navbar-dashboard .notification-dropdown .notification-list .single-notifi .follow-action .remove-btn {
  background-color: var(--black_100);
  color: #242424;
}
.navbar-dashboard .navbar-toggler {
  display: block;
  padding: 0;
}
.navbar-dashboard .menu_toggle {
  width: 40px;
  height: 40px;
  background-color: rgba(54, 53, 53, 0.11);
  border-radius: 50%;
  position: relative;
}
.navbar-dashboard .menu_toggle:hover {
  background-color: rgba(54, 53, 53, 0.2);
}
.navbar-dashboard .menu_toggle .hamburger {
  position: absolute;
  top: 9px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
  height: auto;
}
.navbar-dashboard .menu_toggle .hamburger span {
  width: 100%;
}

.side_menu {
  width: 0px;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  position: fixed;
  transform: translate3d(300px, 0, 0);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1040;
  background: #fff;
  padding: 20px 0;
  overflow-x: hidden;
  left: auto;
  right: 0;
}
.side_menu .mobile_menu_header {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 25px;
  justify-content: space-between;
  padding-top: 5px;
}
.side_menu .mobile_menu_header .close_nav {
  font-size: 24px;
  color: #1d2746;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--black_50);
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.side_menu .mobile_menu_header .close_nav:hover {
  background-color: var(--black_100);
  color: var(--brand_color);
}
.side_menu .mobile_menu_header .close_nav:active {
  transform: scale(0.9);
}
.side_menu .mobile_menu_header .close_nav i {
  pointer-events: none;
}
.side_menu .mobile_menu_header .close_nav i + i {
  display: none;
}
.side_menu .doc_left_sidebarlist {
  border: 0;
}
.side_menu .doc_left_sidebarlist:before {
  display: none;
}
.side_menu .nav-sidebar .nav-item {
  padding-right: 0;
}
.side_menu .mobile_nav_wrapper {
  display: flex;
  transform: translate3d(300px, 0, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.side_menu .mobile_nav_wrapper .theme-btn {
  display: none;
}
.side_menu .mobile_nav_top,
.side_menu .mobile_nav_bottom {
  flex-shrink: 0;
  display: block;
  width: 350px;
  padding: 0 25px;
}
.side_menu .mobile_nav_top {
  padding-top: 30px;
}
.side_menu .mobile_nav_top .menu {
  padding-left: 0;
  padding-right: 0;
}
.side_menu .mobile_nav_top .menu .nav-item.submenu.active .dropdown-menu {
  display: block;
}
.side_menu.menu-opened {
  width: 350px;
}
.side_menu.menu-opened.side_menu {
  transform: translate3d(0, 0, 0);
}
.side_menu.menu-opened .mobile_nav_wrapper {
  transform: translate3d(0, 0, 0);
}
.side_menu.menu-opened .close_nav i {
  display: block;
}
.side_menu .menu > .nav-item {
  padding: 0;
  border-bottom: 1px solid var(--black_50);
}
.side_menu .menu > .nav-item .nav-link {
  padding: 15px 0;
}
.side_menu .menu > .nav-item .nav-link::before {
  display: none;
}
.side_menu .menu > .nav-item + .nav-item {
  margin-left: 0;
}
.side_menu .menu > .nav-item.submenu .dropdown-menu::before {
  display: none;
}
.side_menu .menu > .nav-item.submenu .dropdown-menu .nav-item {
  padding: 0 40px 0 15px;
}
.side_menu .navbar-toggler {
  box-shadow: none;
  padding: 0;
}
.side_menu .menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
  margin-top: 10px;
}
.side_menu .navbar-toggler:focus {
  box-shadow: none;
}
.side_menu .menu {
  padding: 5px 0px;
  margin-left: 0;
}
.side_menu .menu .nav-item .mobile_dropdown_icon {
  position: absolute;
  right: 0;
  top: 0;
  color: #6b707f;
  line-height: 50px;
  font-size: 20px;
  display: inline-block;
  opacity: 0.8;
  cursor: pointer;
}
.side_menu .menu > .nav-item.submenu .dropdown-menu {
  box-shadow: none;
  margin-top: 0;
  max-height: none !important;
  padding: 0 0 15px 0;
  opacity: 1;
  visibility: visible;
  transform: translate(0) !important;
  display: none;
  position: relative !important;
  left: 0 !important;
  transition: none;
  min-width: 100%;
  border: 0;
}
.side_menu .menu > .nav-item.active .mobile_dropdown_icon {
  color: #ac083f;
}
.side_menu .right-nav {
  margin-left: 0;
}
.side_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .nav-pills,
.side_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list {
  display: block !important;
  padding-bottom: 6px;
}
.side_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .nav-pills {
  background: #f4f8ff;
  margin-right: 0;
  padding-top: 10px;
}
.side_menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item {
  padding: 0 16px;
}
.side_menu .menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li {
  margin-bottom: 8px;
}
.side_menu .menu > .nav-item.mega_menu .dropdown-menu .tabContent .tab-pane {
  min-height: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px 10px 10px 17px;
}
.side_menu .menu > .nav-item.mega_menu .dropdown-menu .nav-pills {
  border-radius: 0;
}
.side_menu .menu > .nav-item.mega_menu .dropdown-menu li .col-lg-7 {
  padding-left: 12px;
  margin-left: 0;
}

.navbar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--black_900);
  z-index: 1030;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear;
}
.navbar-backdrop.show {
  opacity: 0.6;
  visibility: visible;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
@keyframes bannerHeartShake {
  0% {
    transform: rotate(-8deg) translateY(7px);
  }
  100% {
    transform: rotate(17deg) translateY(-12px);
  }
}
@keyframes bannerHeartShake2 {
  0% {
    transform: rotate(8deg) translateY(7px);
  }
  100% {
    transform: rotate(-17deg) translateY(-12px);
  }
}
.hero-area-one {
  padding-top: 280px;
  padding-bottom: 225px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-area-one .mate-search-widget {
  margin-top: 70px;
}
.hero-area-one .hero-display {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
.hero-area-one .hero-display .item-1 {
  position: absolute;
  top: 255px;
  left: 180px;
}
.hero-area-one .hero-display .item-1 h1 {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  line-height: 80px;
  margin-bottom: 0;
}
.hero-area-one .hero-display .item-1 span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.hero-area-one .hero-display .item-2 {
  position: absolute;
  top: 227px;
  right: 50px;
}
.hero-area-one .hero-display .item-2 .img-container {
  position: relative;
}
.hero-area-one .hero-display .item-2 .img-container img:nth-child(1) {
  border-radius: 8px;
  max-width: 100%;
}
.hero-area-one .hero-display .item-2 .img-container img:nth-child(2) {
  position: absolute;
  left: -43px;
  top: -60px;
  transform-origin: top;
  animation: bannerHeartShake 4s infinite alternate;
}
.hero-area-one .hero-display .item-3 {
  position: absolute;
  bottom: 130px;
  left: 50px;
}
.hero-area-one .hero-display .item-3 .img-container {
  position: relative;
}
.hero-area-one .hero-display .item-3 .img-container img:nth-child(1) {
  border-radius: 8px;
  max-width: 100%;
}
.hero-area-one .hero-display .item-3 .img-container img:nth-child(2) {
  position: absolute;
  right: -52px;
  top: -45px;
  transform-origin: top;
  animation: bannerHeartShake2 3s infinite alternate;
}
.hero-area-one .hero-display .item-4 {
  position: absolute;
  bottom: 126px;
  right: 96px;
  display: inline-block;
  text-align: center;
}
.hero-area-one .hero-display .item-4 h1 {
  font-size: 60px;
  font-weight: 600;
  color: var(--black_800);
  margin-bottom: 0;
  line-height: 80px;
}
.hero-area-one .hero-display .item-4 p {
  color: var(--black_750);
  margin-bottom: 25px;
}
.hero-area-one .hero-display .item-4 .rating {
  display: flex;
  gap: 7.5px;
  color: #fac900;
  font-size: 18px;
  justify-content: center;
}
.hero-area-one .hero-title h1 {
  font-size: 120px;
  font-weight: 600;
  line-height: 120px;
  text-align: center;
  margin-bottom: 55px;
}
.hero-area-one .hero-title h1 span {
  width: 170px;
  height: 84px;
  position: relative;
  display: inline-block;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.hero-area-one .hero-title h1 span img {
  position: absolute;
  left: 42%;
  top: 69%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-area-one .hero-title p {
  font-size: 20px;
  font-weight: 600;
  color: var(--p_color);
  text-align: center;
  max-width: 640px;
  margin: auto;
  margin-bottom: 47px;
}

.mate-search-widget {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  border-radius: 10px;
  padding: 32px 40px;
  display: flex;
  align-items: end;
  gap: 16px;
  flex-wrap: wrap;
}
.mate-search-widget > div {
  flex: 1;
}
.mate-search-widget .custom-select {
  float: inherit;
  color: #707070;
  font-size: 16px;
  font-family: var(--main_font);
  padding-left: 14px;
  border-radius: 4px;
  width: 100%;
}
.mate-search-widget .custom-select .list {
  width: 100%;
}
.mate-search-widget label {
  margin-bottom: 12px;
  line-height: 22px;
}
.mate-search-widget .theme-btn {
  padding: 9px 50px;
}

.hero-area-two {
  padding-top: 280px;
  padding-bottom: 180px;
  position: relative;
}
.hero-area-two .bg-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  z-index: -1;
  min-height: 520px;
}
.hero-area-two h1 {
  font-size: 68px;
  line-height: 80px;
  font-weight: 700;
  color: var(--black_900);
  margin-bottom: 0;
}
.hero-area-two p {
  font-size: 20px;
  color: var(--black_750);
  margin-top: 12px;
  margin-bottom: 26px;
  line-height: 1.5;
}
.hero-area-two .hero-img {
  position: relative;
  display: inline-block;
  margin-top: 46px;
  z-index: 1;
}
.hero-area-two .hero-img .blurred {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  filter: blur(60px);
  z-index: -1;
}
.hero-area-two .mate-search-widget {
  position: absolute;
  right: 160px;
  left: 160px;
  bottom: 37px;
}
.hero-area-two .mate-search-widget .text {
  flex: none;
  margin-left: -7px;
  margin-right: -7px;
  line-height: 42px;
}
.hero-area-two .mate-search-widget .age {
  max-width: 100px;
}

.feature-area-four {
  padding-top: 20px;
  padding-bottom: 120px;
}

.hero-area-three {
  padding-top: 200px;
  background-image: url(../img/home-three/hero-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-area-three .hero-content {
  transform: translateX(120px);
}
@media (max-width: 1550px) {
  .hero-area-three .hero-content {
    transform: translateX(90px);
  }
}
.hero-area-three .hero-content .tag-lines {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  gap: 12px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.hero-area-three .hero-content .tag-lines .dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 26px;
}
.hero-area-three .hero-content .title {
  font-size: 66px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 50px;
}
.hero-area-three .widget-box {
  background-color: rgba(51, 51, 51, 0.8);
  border-radius: 12px 12px 0 0;
  padding: 80px 80px 80px 72px;
}
.hero-area-three .widget-box h1 {
  color: #fff;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 35px;
}
.hero-area-three .widget-box .subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 16px;
  margin-bottom: 35px;
}
.hero-area-three .widget-box .form-select-group {
  display: flex;
  gap: 20px;
  row-gap: 24px;
  flex-wrap: wrap;
}
.hero-area-three .widget-box .form-select-group .custom-select {
  width: calc(50% - 10px);
  font-size: 16px;
  padding-left: 14px;
  color: #707070;
}
.hero-area-three .widget-box .theme-btn {
  margin-top: 40px;
  margin-bottom: 35px;
}
.hero-area-three .widget-box .disclaimer {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.breadcrumb-area {
  padding-top: 120px;
  z-index: 1;
}
.breadcrumb-area .bg-shape .bg {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 88px;
  z-index: -1;
}
.breadcrumb-area h1 {
  font-size: 48px;
  font-weight: 700;
  color: var(--black_750);
  line-height: 56px;
  margin-bottom: 12px;
}
.breadcrumb-area h1 span {
  color: var(--brand_color);
}
.breadcrumb-area p {
  font-size: 18px;
  font-weight: 400;
  color: var(--black_700);
  max-width: 630px;
  margin: auto auto 0;
}
.breadcrumb-area.story-breadcrumb h1 {
  font-size: 68px;
  font-weight: 700;
  line-height: 80px;
  color: var(--black_800);
}
.breadcrumb-area .post-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 25px;
}
.breadcrumb-area .post-info div,
.breadcrumb-area .post-info a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  color: var(--black_600);
  gap: 8px;
}
.breadcrumb-area .post-info a:hover {
  color: var(--brand_color);
}
.breadcrumb-area .post-info .author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

@keyframes animateBubble {
  0% {
    top: 100%;
  }
  100% {
    top: -300px;
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 50px;
  }
}
@-moz-keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 50px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 50px;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.feature-area-one {
  position: relative;
  z-index: 1;
  background: var(--gradient-bg);
  overflow: hidden;
}
.feature-area-one::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(var(--brand_color), 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}
.feature-area-one .text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.feature-area-one .badge-soft {
  display: inline-block;
  background: rgba(var(--brand_color), 0.1);
  color: var(--brand_color);
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.feature-area-one .feature-list li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: var(--black_800);
}
.feature-area-one .feature-list li i {
  color: var(--brand_color);
  font-size: 1.2rem;
}
.feature-area-one .user-stack {
  display: flex;
  align-items: center;
}
.feature-area-one .user-stack .avatars {
  display: flex;
  margin-right: 12px;
}
.feature-area-one .user-stack .avatars img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -15px;
  object-fit: cover;
}
.feature-area-one .user-stack .avatars img:first-child {
  margin-left: 0;
}
.feature-area-one .user-stack .stats-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.feature-area-one .user-stack .stats-text span.count {
  font-weight: 700;
  font-size: 18px;
  color: var(--black_900);
}
.feature-area-one .user-stack .stats-text span.label {
  font-size: 12px;
  color: var(--black_500);
}
.feature-area-one .feature-visual {
  position: relative;
  padding: 20px;
}
.feature-area-one .feature-visual .blob-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23F2F4F6' d='M44.7,-76.4C58.9,-69.2,71.8,-59.1,81.6,-46.6C91.4,-34.1,98.1,-19.2,95.8,-4.9C93.5,9.3,82.2,22.9,71.4,34.8C60.6,46.7,50.3,56.9,38.1,64.3C25.9,71.7,11.8,76.3,-1.9,79.6C-15.6,82.9,-29,84.9,-41.2,77.9C-53.4,70.9,-64.4,54.9,-71.4,38.3C-78.4,21.7,-81.4,4.5,-77.8,-11.2C-74.2,-26.9,-64,-41.1,-52.1,-51.7C-40.2,-62.3,-26.6,-69.3,-12.3,-71.2C2,-73.1,16.3,-69.9,30.5,-83.6L44.7,-76.4Z' transform='translate(100 100)' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  opacity: 0.8;
}
.feature-area-one .feature-visual .main-img {
  border-radius: 24px;
  position: relative;
  z-index: 10;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.feature-area-one .feature-visual .floating-card {
  position: absolute;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: float 6s ease-in-out infinite;
}
.feature-area-one .feature-visual .floating-card .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(var(--brand_color), 0.1);
  color: var(--brand_color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.feature-area-one .feature-visual .floating-card h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: var(--black_800);
}
.feature-area-one .feature-visual .floating-card small {
  color: var(--black_500);
  font-size: 13px;
}
.feature-area-one .feature-visual .floating-card.card-1 {
  top: 40px;
  left: -40px;
  animation-delay: 0s;
}
.feature-area-one .feature-visual .floating-card.card-2 {
  bottom: 60px;
  right: -30px;
  animation-delay: 2.5s;
}
.feature-area-one .feature-visual .floating-card.card-2 .badge {
  background: #0fe493;
  padding: 6px 10px;
  border-radius: 8px;
}
.feature-area-one .feature-visual .floating-card.card-3 {
  bottom: 30px;
  left: 0px;
  animation-delay: 1.5s;
  padding: 12px;
}
.feature-area-one .feature-visual .floating-card.card-3 .user-group {
  display: flex;
}
.feature-area-one .feature-visual .floating-card.card-3 .user-group img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: -10px;
  border: 2px solid white;
}
.feature-area-one .feature-visual .floating-card.card-3 .user-group img:first-child {
  margin-left: 0;
}

.feature-area-two .feature-img {
  position: relative;
  z-index: 1;
  display: flex;
}
.feature-area-two .feature-img .shape {
  position: absolute;
  height: 500px;
  width: 540px;
  background-color: var(--brand_color);
  border-radius: 8px;
  transform: rotate(-4deg);
  z-index: -1;
  top: 110px;
  left: 17px;
}
.feature-area-two .feature-img .img-box {
  display: flex;
  flex-direction: column;
}
.feature-area-two .section-title {
  margin-bottom: 70px;
}
.feature-area-two .list-item {
  display: flex;
  gap: 20px;
  align-items: start;
  margin-bottom: 40px;
}
.feature-area-two .list-item p {
  margin-bottom: 0;
  max-width: 450px;
}

.feature-area-three {
  position: relative;
  z-index: 1;
}
.feature-area-three .shapes div {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  animation: float 10s ease-in-out infinite;
}
.feature-area-three .shapes div.shape-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(244, 25, 109, 0.4) 0%, transparent 70%);
  top: -50px;
  left: -100px;
}
.feature-area-three .shapes div.shape-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(15, 228, 147, 0.3) 0%, transparent 70%);
  bottom: -50px;
  right: -50px;
  animation-delay: -2s;
}
.feature-area-three .shapes div.shape-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(244, 25, 109, 0.2) 0%, transparent 70%);
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: -5s;
}
.feature-area-three .step-wrapper {
  position: relative;
  z-index: 2;
}
.feature-area-three .single-step-widget {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}
.feature-area-three .single-step-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.feature-area-three .single-step-widget:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.feature-area-three .single-step-widget:hover::before {
  transform: scaleX(1);
}
.feature-area-three .single-step-widget:hover .icon-box {
  transform: scale(1.1) rotate(5deg);
  background: var(--brand_color_50);
}
.feature-area-three .single-step-widget:hover .step-count {
  color: var(--brand_color);
  opacity: 0.15;
  transform: scale(1.2);
}
.feature-area-three .single-step-widget .step-count {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 80px;
  font-weight: 900;
  color: var(--black_900);
  opacity: 0.05;
  line-height: 1;
  transition: all 0.4s ease;
  z-index: -1;
  user-select: none;
}
.feature-area-three .single-step-widget .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 24px;
  box-shadow: var(--bs_md);
  transition: all 0.4s ease;
}
.feature-area-three .single-step-widget .icon-box img {
  width: 40px;
  height: 40px;
}
.feature-area-three .single-step-widget h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--black_800);
}
.feature-area-three .single-step-widget p {
  margin-bottom: 0;
  color: var(--black_500);
  line-height: 1.6;
}

.feature-area-four {
  position: relative;
  z-index: 1;
}
.feature-area-four .feature-item {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.feature-area-four .feature-item .icon-box {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(var(--brand_color), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand_color);
  font-size: 24px;
  transition: all 0.3s ease;
}
.feature-area-four .feature-item:hover .icon-box {
  background: var(--brand_color);
  color: white;
  transform: rotateY(180deg);
}
.feature-area-four .feature-item .content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black_800);
  margin-bottom: 10px;
}
.feature-area-four .feature-item .content p {
  color: var(--black_600);
  line-height: 1.6;
  margin-bottom: 0;
}
.feature-area-four .visual-content {
  position: relative;
}
.feature-area-four .visual-content .main-img {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.feature-area-four .visual-content .stats-card {
  position: absolute;
  bottom: 40px;
  left: -40px;
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  animation: float 5s ease-in-out infinite;
}
.feature-area-four .visual-content .stats-card .icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: #0fe493;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.feature-area-four .visual-content .stats-card .text h6 {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  color: var(--black_800);
}
.feature-area-four .visual-content .stats-card .text span {
  font-size: 13px;
  color: var(--black_500);
}

.feature-area-five {
  background: url(../img/body_bg_glow.png) repeat-y top center;
  background-size: 100% auto;
}
.feature-area-five .icon {
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.feature-area-five .icon .circle {
  height: 37px;
  width: 37px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -8px;
  left: 13px;
  animation: blinker 2s linear infinite;
}
.feature-area-five .icon .green {
  background-color: #d4ffba;
}
.feature-area-five .icon .blue {
  background-color: #baccff;
  animation-delay: 2s;
}
.feature-area-five .icon .red {
  background-color: #ffbabb;
  animation-delay: 1s;
}
.feature-area-five .icon .violet {
  background-color: #ccbaff;
  animation-delay: 5s;
}
.feature-area-five h4 {
  color: var(--black_800);
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-area-six {
  background: url(../img/body_bg_glow.png) repeat-y top center;
  background-size: 100% auto;
}
.feature-area-six .feature-box {
  padding: 24px 24px 32px 24px;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.feature-area-six .feature-box:hover {
  box-shadow: var(--long_shadow);
}
.feature-area-six .feature-box img {
  max-width: 100%;
  margin-bottom: 20px;
}
.feature-area-six .feature-box h4 {
  color: var(--black_800);
  font-weight: 700;
  margin-bottom: 8px;
}
.feature-area-six .feature-box p {
  color: var(--black_700);
  margin-bottom: 0;
}

.feature-area-seven {
  position: relative;
  z-index: 1;
  background-color: rgba(var(--brand_color_rgb), 0.03);
  overflow: hidden;
}
.feature-area-seven::before {
  content: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="%23f4196d" opacity="0.4"/></svg>');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
.feature-area-seven .feature-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(var(--brand_color_rgb), 0.1);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.feature-area-seven .feature-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--brand_color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}
.feature-area-seven .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(var(--brand_color_rgb), 0.12);
  border-color: transparent;
}
.feature-area-seven .feature-card:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.feature-area-seven .feature-card:hover .icon-wrapper {
  background-color: var(--brand_color);
  transform: scale(1.05);
}
.feature-area-seven .feature-card:hover .icon-wrapper img {
  filter: brightness(0) invert(1);
  transform: scale(0.9);
}
.feature-area-seven .feature-card .icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 28px;
  background-color: rgba(var(--brand_color_rgb), 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.feature-area-seven .feature-card .icon-wrapper img {
  width: 42px;
  transition: all 0.3s ease;
}
.feature-area-seven .feature-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--black_800);
  margin-bottom: 12px;
}
.feature-area-seven .feature-card p {
  color: var(--black_600);
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 16px;
}

.feature-area-eight {
  position: relative;
  z-index: 1;
}
.feature-area-eight .bg-shape {
  position: absolute;
  top: 46%;
  right: -70px;
  z-index: -1;
}
.feature-area-eight .video-player-widget {
  padding: 0;
  background-color: transparent;
  position: relative;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.12);
}
.feature-area-eight .video-player-widget .shape img {
  position: absolute;
  z-index: 0;
}
.feature-area-eight .video-player-widget .shape img:nth-child(1) {
  top: -5px;
  left: -129px;
}
.feature-area-eight .video-player-widget .shape img:nth-child(2) {
  bottom: -5px;
  right: -129px;
}
.feature-area-eight .video-player-widget:hover::before {
  opacity: 0;
}
.feature-area-eight .video-player-widget::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  border-radius: 8px;
}

.feature-area-nine {
  position: relative;
  z-index: 1;
}
.feature-area-nine .stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .feature-area-nine .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .feature-area-nine .stat-grid {
    grid-template-columns: 1fr;
  }
}
.feature-area-nine .stat-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.feature-area-nine .stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.feature-area-nine .stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.feature-area-nine .stat-card:hover::before {
  transform: scaleX(1);
}
.feature-area-nine .stat-card:hover .icon {
  background: var(--gradient-primary);
  color: white;
  transform: rotateY(180deg);
}
.feature-area-nine .stat-card .icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  background: rgba(var(--brand_color), 0.08);
  color: var(--brand_color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: all 0.4s ease;
}
.feature-area-nine .stat-card h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 5px;
  color: var(--black_800);
}
.feature-area-nine .stat-card h2 .counter {
  display: inline-block;
}
.feature-area-nine .stat-card p {
  color: var(--black_500);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.feature-area-nine .content-side p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--black_600);
  margin-bottom: 30px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.match-member-area .match-member-widget {
  width: 100%;
}

.match-filter-widget {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.match-filter-widget button {
  display: inline-block;
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--black_100);
  font-size: 16px;
  color: var(--black_500);
  line-height: 40px;
  padding: 0 16px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.match-filter-widget button i {
  margin-right: 6px;
  font-size: 18px;
  transform: translateY(1px);
}
.match-filter-widget button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.match-filter-widget button.active {
  background-color: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
}

.match-member-widget {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.match-member-widget:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.match-member-widget:hover img {
  transform: scale(1.05);
}
.match-member-widget:hover .title .follow-btn {
  background-color: var(--brand_color);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(var(--brand_color), 0.3);
}
.match-member-widget img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 24px;
  transition: transform 0.6s ease;
  display: block;
}
.match-member-widget .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}
.match-member-widget .title > div {
  flex: 1;
  padding-right: 15px;
}
.match-member-widget .title h5 {
  font-size: 20px;
  font-weight: 800;
  color: var(--black_800);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  letter-spacing: -0.01em;
}
.match-member-widget .title h5:hover {
  color: var(--brand_color);
}
.match-member-widget .title h5 span {
  height: 10px;
  width: 10px;
  background-color: #10b981;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
  animation: pulse-green 2s infinite;
}
.match-member-widget .title .activity-stat {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.match-member-widget .title .activity-stat div {
  font-size: 13px;
  color: var(--black_500);
  display: flex;
  align-items: center;
  font-weight: 500;
}
.match-member-widget .title .activity-stat div span {
  font-weight: 700;
  color: var(--black_800);
  margin-right: 4px;
}
.match-member-widget .title .follow-btn {
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
  color: var(--brand_color);
  background-color: rgba(var(--brand_color), 0.07);
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 2px;
}
.match-member-widget .bio {
  font-size: 15px;
  line-height: 1.6;
  color: var(--black_600);
  margin-bottom: 0;
  font-weight: 500;
}
.match-member-widget .bio a {
  font-weight: 700;
  color: var(--brand_color);
  margin-left: 3px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.match-member-widget .bio a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}
.match-member-widget .bio a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}
.match-member-area-two {
  background-color: rgba(15, 228, 147, 0.03);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.match-member-area-two .bg-shape {
  position: absolute;
  top: 46%;
  left: -20px;
  z-index: 1;
}
.match-member-area-two .match-member-isotope {
  margin: 0 -12px;
}
.match-member-area-two .match-member-widget-two {
  width: calc((100% - 72px) / 3) !important;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 24px;
}

.match-member-widget-two {
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.match-member-widget-two:hover {
  box-shadow: 0 25px 50px rgba(var(--brand_color), 0.15);
  transform: translateY(-8px);
}
.match-member-widget-two:hover h5 {
  color: var(--brand_color);
}
.match-member-widget-two .img-box {
  position: relative;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  margin: 0;
  flex-shrink: 0;
}
.match-member-widget-two .img-box .actv_status {
  font-size: 11px;
  font-weight: 700;
  color: var(--black_800);
  padding: 6px 14px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.match-member-widget-two .img-box .actv_status .dot {
  height: 7px;
  width: 7px;
  background-color: #13a10e;
  border-radius: 50%;
  margin-left: 6px;
  box-shadow: 0 0 0 2px rgba(19, 161, 14, 0.2);
  animation: pulse-green 2s infinite;
}
.match-member-widget-two .img-box .stat-box {
  z-index: 2;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  gap: 15px;
  position: absolute;
  width: calc(100% - 30px);
  bottom: 15px;
  left: 15px;
  background: rgba(26, 26, 26, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 12px 18px;
  border-radius: 14px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.match-member-widget-two .img-box .stat-box div {
  display: flex;
  align-items: center;
}
.match-member-widget-two .img-box .stat-box div img {
  width: 16px;
  height: auto;
  margin-right: 6px;
  filter: brightness(0) invert(1);
  border-radius: 0;
  margin-bottom: 0;
}
.match-member-widget-two .img-box .stat-box .ms-auto {
  margin-left: auto !important;
  opacity: 0.9;
  font-size: 12px;
}
.match-member-widget-two .img-box .main-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.6s ease;
  display: block;
}
.match-member-widget-two .member-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.match-member-widget-two h5 {
  color: var(--black_800);
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
  margin: 0 0 8px 0;
  transition: all 0.3s ease-in-out;
}
.match-member-widget-two h5 .badge-icon img {
  width: 18px;
  height: auto;
  display: block;
}
.match-member-widget-two h5:hover {
  color: var(--brand_hover);
}
.match-member-widget-two p {
  font-size: 14px;
  color: var(--black_500);
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 500;
}
.match-member-widget-two p i {
  color: var(--brand_color);
  margin-left: 5px;
}
.match-member-widget-two .member-actions {
  padding: 0 20px 24px;
  display: flex;
  gap: 10px;
  margin-top: auto;
}
.match-member-widget-two .member-actions .action-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1;
  border: 1px solid transparent;
}
.match-member-widget-two .member-actions .action-btn i {
  margin-right: 6px;
  font-size: 13px;
}
.match-member-widget-two .member-actions .action-btn.primary {
  background: var(--gradient-primary);
  background-color: var(--brand_color);
  color: #fff;
  box-shadow: 0 4px 15px rgba(var(--brand_color), 0.3);
}
.match-member-widget-two .member-actions .action-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(var(--brand_color), 0.4);
  color: #fff;
}
.match-member-widget-two .member-actions .action-btn.secondary {
  background-color: #fff;
  color: var(--black_700);
  border-color: var(--black_100);
}
.match-member-widget-two .member-actions .action-btn.secondary:hover {
  background-color: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(var(--brand_color), 0.2);
}

.match-member-area-three {
  padding-top: 40px;
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.match-member-area-three .bg-shape img {
  position: absolute;
}
.match-member-area-three .bg-shape img:nth-child(1) {
  top: 210px;
  left: -80px;
}
.match-member-area-three .bg-shape img:nth-child(2) {
  top: 50%;
  right: 10px;
}
.match-member-area-three .bg-shape img:nth-child(3) {
  top: 25%;
  right: 40px;
}
.match-member-area-three .bg-shape img:nth-child(4) {
  top: 80%;
  left: 10px;
}
.match-member-area-three .search-result-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--black_800);
  margin-bottom: 16px;
}
.match-member-area-three .noresult-found {
  text-align: center;
}
.match-member-area-three .noresult-found h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--black_800);
}
.match-member-area-three .noresult-found p {
  font-size: 18px;
  color: var(--black_600);
  margin-bottom: 80px;
}

.member-search-bar-widget {
  position: relative;
  margin-bottom: 50px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
.member-search-bar-widget .form-control {
  background-color: #ffffff;
  border-radius: 60px;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  color: var(--black_800);
  border: 3px solid rgba(var(--brand_color), 0.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  padding-left: 70px;
  padding-right: 80px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.member-search-bar-widget .form-control::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: var(--black_400);
  transition: all 0.3s ease;
}
.member-search-bar-widget .form-control:focus {
  border-color: rgba(var(--brand_color), 0.3);
  box-shadow: 0 20px 60px rgba(var(--brand_color), 0.15);
  padding-left: 80px;
}
.member-search-bar-widget .form-control:focus::placeholder {
  opacity: 0.5;
  transform: translateX(10px);
}
.member-search-bar-widget .form-control:focus + .search-icon {
  transform: translateY(-50%) scale(1.1);
  color: var(--brand_color);
}
.member-search-bar-widget .search-icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--black_300);
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 15;
}
.member-search-bar-widget .filter-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand_color) 0%, var(--brand_color) 100%);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 10px 25px rgba(var(--brand_color), 0.3);
  z-index: 15;
}
.member-search-bar-widget .filter-btn img {
  width: 22px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: transform 0.4s ease;
}
.member-search-bar-widget .filter-btn:hover {
  transform: translateY(-50%) scale(1.15) rotate(90deg);
  box-shadow: 0 15px 35px rgba(var(--brand_color), 0.4);
}
.member-search-bar-widget .filter-btn:hover img {
  transform: rotate(-90deg);
}
.member-search-bar-widget .filter-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.pagination .page-numbers {
  width: 32px;
  height: 32px;
  display: inline-flex;
  border-radius: 4px;
  border: 1px solid var(--black_50);
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  color: var(--black_900);
  transition: all 0.2s linear;
  line-height: 32px;
}
.pagination .page-numbers.dots {
  border: none;
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--black_900) !important;
}
.pagination .page-numbers i {
  font-size: 20px;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 5px;
}
.pagination .page-numbers.current {
  background-color: var(--brand_color);
  border-color: var(--brand_color);
  box-shadow: 0 20px 30px 0 rgba(228, 15, 96, 0.2);
  color: #fff;
}
.pagination .page-numbers:hover:not(.current) {
  background-color: rgba(228, 15, 96, 0.2);
  border-color: rgba(228, 15, 96, 0.2);
}
.pagination .page-numbers.current {
  box-shadow: none;
}

body.modal-open .body_wrapper,
body.modal-open #preloader {
  filter: blur(8px);
  transition: filter 0.3s ease;
  pointer-events: none;
}
body.modal-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1040;
  pointer-events: none;
}

.custom-modal .modal-dialog:not(.container) {
  max-width: 580px;
}
.custom-modal .modal-content {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  padding: 30px 40px 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.custom-modal .title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.custom-modal .title h4 {
  font-weight: 600;
  margin-bottom: 0;
  color: var(--black_800);
  margin-right: auto;
}
.custom-modal .title button {
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: #242424;
}
.custom-modal .title .close {
  font-size: 25px;
}
.custom-modal .custom-select {
  width: 100%;
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid rgba(var(--black_100), 0.5);
  border-radius: 12px;
  height: 54px;
  line-height: 52px;
}
.custom-modal .custom-select .list {
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 12px;
  margin-top: 5px;
}
.custom-modal .custom-select.open {
  border-color: var(--brand_color);
}
.custom-modal .custom-select .current {
  font-weight: 500;
  color: var(--black_800);
}
.custom-modal textarea.form-control {
  padding: 20px 24px;
  color: var(--black_800);
  font-size: 14px;
  line-height: 24px;
  border: 1px solid rgba(var(--black_100), 0.5);
  background-color: #fff;
  box-shadow: none;
  border-radius: 12px;
  margin-bottom: 32px;
}
.custom-modal textarea.form-control::placeholder {
  color: var(--black_400);
}
.custom-modal textarea.form-control:focus {
  border-color: var(--brand_color);
}

.member-search-sidebar-area {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.member-search-sidebar-area .left-bar {
  width: 300px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.member-search-sidebar-area .left-bar .title {
  color: var(--black_800);
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.member-search-sidebar-area .left-bar .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 24px;
  background: var(--brand_color);
  border-radius: 4px;
}
.member-search-sidebar-area .left-bar .widget-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.member-search-sidebar-area .left-bar .widget-box {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(var(--black_100), 0.6);
}
.member-search-sidebar-area .left-bar .widget-box:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.member-search-sidebar-area .left-bar .widget-box .widget-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--black_800);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  width: 100%;
  margin-bottom: 16px;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.member-search-sidebar-area .left-bar .widget-box .widget-title span {
  pointer-events: none;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f6f7;
  border-radius: 50%;
  font-size: 10px;
  color: var(--black_500);
  transition: all 0.3s ease;
}
.member-search-sidebar-area .left-bar .widget-box .widget-title:hover {
  color: var(--brand_color);
}
.member-search-sidebar-area .left-bar .widget-box .widget-title:hover span {
  background: rgba(var(--brand_color), 0.1);
  color: var(--brand_color);
}
.member-search-sidebar-area .left-bar .widget-box .widget-title .plus {
  display: none;
}
.member-search-sidebar-area .left-bar .widget-box .widget-title .minus {
  display: block;
}
.member-search-sidebar-area .left-bar .widget-box .widget-title.collapsed {
  margin-bottom: 0;
  color: var(--black_600);
}
.member-search-sidebar-area .left-bar .widget-box .widget-title.collapsed span {
  transform: rotate(0deg);
  background-color: transparent;
  border: 1px solid var(--black_100);
}
.member-search-sidebar-area .left-bar .widget-box .widget-title.collapsed .plus {
  display: block;
}
.member-search-sidebar-area .left-bar .widget-box .widget-title.collapsed .minus {
  display: none;
}
.member-search-sidebar-area .left-bar .filter-link-group {
  display: flex;
  flex-direction: column;
}
.member-search-sidebar-area .left-bar .filter-link-group.collapse:not(.show) {
  display: none;
}
.member-search-sidebar-area .left-bar .filter-link-group .filter-link {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  color: var(--black_600);
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  justify-content: flex-start;
  font-weight: 500;
}
.member-search-sidebar-area .left-bar .filter-link-group .filter-link span.icon {
  width: 20px;
  height: 20px;
  border: 1.5px solid #e0e0e0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 10px;
  color: transparent;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.member-search-sidebar-area .left-bar .filter-link-group .filter-link span.icon i {
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.2s ease;
}
.member-search-sidebar-area .left-bar .filter-link-group .filter-link:hover {
  background-color: #f9f9f9;
  color: var(--brand_color);
  padding-left: 18px;
}
.member-search-sidebar-area .left-bar .filter-link-group .filter-link:hover span.icon {
  border-color: var(--brand_color);
}
.member-search-sidebar-area .left-bar .filter-link-group .filter-link.active {
  background-color: rgba(var(--brand_color), 0.04);
  color: var(--brand_color);
  font-weight: 600;
}
.member-search-sidebar-area .left-bar .filter-link-group .filter-link.active span.icon {
  background-color: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
}
.member-search-sidebar-area .left-bar .filter-link-group .filter-link.active span.icon i {
  transform: scale(1);
  opacity: 1;
}
.member-search-sidebar-area .right-bar {
  flex: 1;
}
.member-search-sidebar-area .right-bar .search-result-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
  margin-top: 0;
  background: #fff;
  padding: 15px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
}
.member-search-sidebar-area .right-bar .search-result-info .result-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--black_500);
}
.member-search-sidebar-area .right-bar .search-result-info .result-info span {
  font-weight: 700;
  color: var(--brand_color);
  font-size: 18px;
}
.member-search-sidebar-area .right-bar .search-result-info .sorting {
  display: flex;
  align-items: center;
  gap: 15px;
}
.member-search-sidebar-area .right-bar .search-result-info .sorting span {
  font-size: 15px;
  font-weight: 600;
  color: var(--black_700);
}
.member-search-sidebar-area .right-bar .search-result-info .sorting .custom-select {
  height: 45px;
  line-height: 45px;
  border-radius: 8px;
  background: #f8f9fa;
  border: 1px solid #ebebeb;
  box-shadow: none;
  margin-left: 0;
  /* managed by gap */
  padding-left: 18px;
  padding-right: 40px;
  min-width: 180px;
}
.member-search-sidebar-area .right-bar .search-result-info .sorting .custom-select .current {
  color: var(--black_800);
  font-size: 14px;
  font-weight: 500;
}
.member-search-sidebar-area .right-bar .search-result-info .sorting .custom-select::after {
  color: var(--black_500);
  font-size: 14px;
  right: 18px;
}
.member-search-sidebar-area .right-bar .search-result-info .sorting .custom-select:hover {
  background: #fff;
  border-color: var(--brand_color);
}
.member-search-sidebar-area .right-bar .match-member-widget-three {
  margin-bottom: 32px;
}

.match-member-widget-three {
  display: flex;
  background: #fff;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}
.match-member-widget-three:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.match-member-widget-three:hover .img-box .main-img {
  transform: scale(1.05);
}
.match-member-widget-three:hover .contact-box {
  background-color: rgba(var(--brand_color), 0.02);
}
.match-member-widget-three .img-box {
  position: relative;
  width: 280px;
  flex-shrink: 0;
  overflow: hidden;
  margin: 10px;
  border-radius: 16px;
}
.match-member-widget-three .img-box .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  border-radius: 16px;
}
.match-member-widget-three .img-box .stat-box {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  gap: 8px;
  z-index: 2;
}
.match-member-widget-three .img-box .stat-box div {
  flex: 1;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  padding: 6px 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.match-member-widget-three .img-box .stat-box div img {
  width: 14px;
  height: auto;
  filter: brightness(0) invert(1);
}
.match-member-widget-three .info-box {
  padding: 25px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.match-member-widget-three .info-box .title {
  color: var(--black_800);
  font-weight: 800;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
.match-member-widget-three .info-box .title:hover {
  color: var(--brand_color);
}
.match-member-widget-three .info-box .title .badge-icon img {
  width: 22px;
}
.match-member-widget-three .info-box .last-seen {
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  color: #10b981;
  margin-bottom: 16px;
  align-items: center;
}
.match-member-widget-three .info-box .last-seen::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 6px;
}
.match-member-widget-three .info-box .bio {
  font-size: 15px;
  color: var(--black_600);
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 90%;
}
.match-member-widget-three .info-box .bio .expand-text {
  font-weight: 600;
  color: var(--brand_color);
  margin-left: 4px;
  text-decoration: none;
}
.match-member-widget-three .info-box .bio .expand-text:hover {
  text-decoration: underline;
}
.match-member-widget-three .info-box .about-candidate-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.match-member-widget-three .info-box .about-candidate-info-list li {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 50px;
  background: #f7f8fa;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.match-member-widget-three .info-box .about-candidate-info-list li .icon {
  display: none;
  /*
  width: 24px;
  height: 24px;
  margin-right: 8px;
  */
}
.match-member-widget-three .info-box .about-candidate-info-list li div {
  font-size: 13px;
  color: var(--black_500);
  font-weight: 500;
}
.match-member-widget-three .info-box .about-candidate-info-list li div .info {
  color: var(--black_800);
  font-weight: 700;
  margin-left: 4px;
}
.match-member-widget-three .info-box .about-candidate-info-list li:hover {
  background: #fff;
  border-color: rgba(var(--brand_color), 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  color: var(--brand_color);
}
.match-member-widget-three .info-box .about-candidate-info-list li:hover div .info {
  color: var(--brand_color);
}
.match-member-widget-three .contact-box {
  width: 220px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.match-member-widget-three .contact-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--black_800);
  margin-bottom: 18px;
  line-height: 1.4;
}
.match-member-widget-three .contact-box .theme-btn {
  width: 100%;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(var(--brand_color), 0.25);
  transition: all 0.3s ease;
}
.match-member-widget-three .contact-box .theme-btn img {
  width: 16px;
  filter: brightness(0) invert(1);
}
.match-member-widget-three .contact-box .theme-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(var(--brand_color), 0.35);
}

.match-member-area-five {
  padding-top: 140px;
  padding-bottom: 130px;
}

.matching-percentage {
  cursor: pointer;
  border: none;
  width: 100%;
  margin-top: 65px;
  padding: 24px 30px 24px 35px;
  border-radius: 8px;
  background-color: #befab1;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 130px;
  box-shadow: var(--subtle_shadow);
  transition: all 0.3s ease-in-out;
}
.matching-percentage:hover {
  box-shadow: var(--long_shadow);
  transform: translateY(-8px);
}
.matching-percentage .profiles {
  display: flex;
  align-items: center;
}
.matching-percentage .profiles .s-profile {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
.matching-percentage .profiles .s-profile:hover {
  transform: translateY(-8px);
}
.matching-percentage .profiles .s-profile img {
  width: 100%;
  height: 100%;
}
.matching-percentage .profiles .s-profile:last-child {
  margin-left: -10px;
}
.matching-percentage h5 {
  color: var(--black_800);
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 15px;
  text-align: left;
}
.matching-percentage p {
  clear: var(--black_700);
  margin-bottom: 0;
  line-height: 14px;
  text-align: left;
}
.matching-percentage h4 {
  margin-bottom: 0;
  font-size: 20px;
  color: var(--black_750);
  font-weight: 600;
  margin-left: auto;
}
.matching-percentage h4 i {
  margin-left: 25px;
  vertical-align: middle;
  font-size: 34px;
  line-height: 25px;
}
.matching-percentage i::before {
  content: "2";
}
.matching-percentage.collapsed i::before {
  content: "3";
}

.match-preferences-widget {
  padding: 0 20px;
}
.match-preferences-widget .widget-header {
  display: flex;
  align-items: center;
}
.match-preferences-widget .widget-header .profile {
  text-align: center;
}
.match-preferences-widget .widget-header .profile img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin-bottom: 16px;
}
.match-preferences-widget .widget-header .arrow-to-right {
  position: relative;
  flex: 1;
}
.match-preferences-widget .widget-header .arrow-to-right i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: var(--black_300);
  margin-top: -1px;
}
.match-preferences-widget .widget-header .arrow-to-right div {
  width: calc(100% - 12px);
  height: 2px;
  background-color: var(--black_300);
}
.match-preferences-widget .widget-header .match-result {
  border-radius: 8px;
  padding: 24px;
  background-color: #d8f9d1;
  font-size: 22px;
  color: var(--black_900);
  font-weight: 600;
  line-height: 20px;
  margin: 0 40px;
}
.match-preferences-widget .widget-header .arrow-to-left {
  position: relative;
  flex: 1;
}
.match-preferences-widget .widget-header .arrow-to-left i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: var(--black_300);
  margin-top: -1px;
}
.match-preferences-widget .widget-header .arrow-to-left div {
  width: calc(100% - 12px);
  margin-left: 12px;
  height: 2px;
  background-color: var(--black_300);
}
.match-preferences-widget .preference-list {
  list-style: none;
  padding: 0;
  margin: 60px 0 95px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow_1);
}
.match-preferences-widget .preference-list li {
  padding: 40px 43px 40px 50px;
  display: flex;
  align-items: center;
}
.match-preferences-widget .preference-list li .label {
  font-size: 24px;
  font-weight: 400;
  color: var(--black_700);
  display: flex;
  align-items: center;
  gap: 14px;
}
.match-preferences-widget .preference-list li .label span {
  font-weight: 600;
}
.match-preferences-widget .preference-list li .result {
  margin-left: auto;
}
.match-preferences-widget .preference-list li .result.matched i {
  background-color: #d8f9d1;
  color: #0bb62a;
}
.match-preferences-widget .preference-list li .result.matched .icon_close {
  display: none;
}
.match-preferences-widget .preference-list li .result.matched .icon_check {
  display: inline-block;
}
.match-preferences-widget .preference-list li .result i {
  font-size: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  background-color: #fee7d6;
  color: #ff6345;
}
.match-preferences-widget .preference-list li .result .icon_close {
  display: inline-block;
  font-size: 18px;
}
.match-preferences-widget .preference-list li .result .icon_check {
  display: none;
}
.match-preferences-widget .preference-list li:nth-child(odd) {
  background-color: #fff;
}
.match-preferences-widget .preference-list li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
  .member-search-sidebar-area {
    flex-direction: column;
    gap: 30px;
  }
  .member-search-sidebar-area .left-bar {
    width: 100%;
    position: relative;
    top: 0;
  }
  .match-member-widget-three {
    flex-direction: column;
  }
  .match-member-widget-three::before {
    width: 100%;
    height: 6px;
  }
  .match-member-widget-three .img-box {
    width: 100%;
    height: 350px;
  }
  .match-member-widget-three .info-box {
    padding: 30px 25px;
  }
  .match-member-widget-three .info-box .about-candidate-info-list {
    grid-template-columns: 1fr;
  }
  .match-member-widget-three .contact-box {
    width: 100%;
    padding: 30px;
    border-left: none;
    border-top: 1px solid rgba(var(--black_100), 0.5);
    background: rgba(var(--black_25), 0.5);
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.community-header-action .all-member-count {
  border: 1px solid var(--black_50);
  border-radius: 4px;
  padding: 6.5px 12px;
}
.community-header-action .filter-badge {
  background-color: var(--brand_color_50);
  color: var(--black_700);
  padding: 0.3rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.community-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}
.community-wrapper .community-card {
  position: relative;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  border-radius: var(--radius-xl);
  padding: 10px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: var(--glass-border);
  background: var(--glass-bg);
  overflow: hidden;
  margin-bottom: 0;
}
.community-wrapper .community-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}
.community-wrapper .community-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--long_shadow);
  background: var(--glass-bg-hover);
}
.community-wrapper .community-card:hover .card-image img {
  transform: scale(1.1);
}
.community-wrapper .community-card:hover .card-overlay {
  opacity: 1;
  visibility: visible;
}
.community-wrapper .community-card:hover .join-btn {
  transform: translateY(0);
}
.community-wrapper .community-card .card-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16/11;
}
.community-wrapper .community-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.community-wrapper .community-card .card-image .badge-days {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 600;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.community-wrapper .community-card .card-image .badge-days i {
  font-size: 10px;
  color: var(--brand_color_400);
}
.community-wrapper .community-card .card-image .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 3;
}
.community-wrapper .community-card .card-image .join-btn {
  background: var(--brand_color);
  color: #fff;
  padding: 10px 24px;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 14px;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 15px rgba(244, 25, 109, 0.3);
}
.community-wrapper .community-card .card-image .join-btn:hover {
  background: #fff;
  color: var(--brand_color);
  box-shadow: 0 8px 25px rgba(244, 25, 109, 0.4);
}
.community-wrapper .community-card .card-body {
  padding: 20px 8px 8px;
}
.community-wrapper .community-card .card-body .card-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
}
.community-wrapper .community-card .card-body .card-title a {
  color: var(--black_800);
  transition: color 0.3s ease;
}
.community-wrapper .community-card .card-body .card-title a:hover {
  color: var(--brand_color);
}
.community-wrapper .community-card .card-body .card-text {
  font-size: 14px;
  color: var(--black_500);
  margin-bottom: 18px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.community-wrapper .community-card .card-body .card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.community-wrapper .community-card .card-body .card-meta .group-type {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--black_500);
  font-weight: 500;
}
.community-wrapper .community-card .card-body .card-meta .group-type i {
  color: var(--brand_color);
  font-size: 14px;
}
.community-wrapper .community-card .card-body .card-meta .avatar-group {
  display: flex;
  align-items: center;
}
.community-wrapper .community-card .card-body .card-meta .avatar-group .avatars {
  display: flex;
  align-items: center;
}
.community-wrapper .community-card .card-body .card-meta .avatar-group .avatars a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.community-wrapper .community-card .card-body .card-meta .avatar-group .avatars a:first-child {
  margin-left: 0;
}
.community-wrapper .community-card .card-body .card-meta .avatar-group .avatars a:hover {
  z-index: 10;
  transform: translateY(-4px);
}
.community-wrapper .community-card .card-body .card-meta .avatar-group .avatars a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community-wrapper .community-card .card-body .card-meta .avatar-group .avatar-count {
  width: 30px;
  height: 30px;
  background: var(--gradient-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  border: 2px solid #fff;
  margin-left: -10px;
  box-shadow: 0 4px 10px rgba(244, 25, 109, 0.2);
  cursor: pointer;
}

.avatar-group {
  display: flex;
  align-items: center;
}
.avatar-group a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  display: block;
}
.avatar-group a + a {
  margin-left: -12px;
}
.avatar-group a:hover {
  transform: translateY(-5px) scale(1.1);
  z-index: 5;
  border-color: var(--brand_color);
  box-shadow: 0 8px 20px rgba(var(--brand_color_rgb), 0.2);
}
.avatar-group a img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-group .badge-avatar,
.avatar-group .avatar-count {
  background: var(--gradient-primary);
  color: #fff;
  margin-left: -10px;
  height: 34px;
  width: 34px;
  line-height: normal;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(244, 25, 109, 0.25);
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
}
.avatar-group .badge-avatar:hover,
.avatar-group .avatar-count:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(244, 25, 109, 0.35);
  color: #fff;
}

.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-inner {
  background-color: var(--brand_color_25);
  color: var(--black_900);
}
.tooltip .tooltip-arrow::before {
  border-top-color: var(--brand_color_25);
}

.community-cover-area {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  padding-top: 88px;
  /* Navigation Tabs Container */
  /* Individual Tab Styles */
}
.community-cover-area .cover-photo-comp {
  width: calc(100% + 140px);
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
  transform: translateX(-70px);
}
.community-cover-area .cover-photo-comp img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.community-cover-area .community-title {
  font-size: 2rem;
  margin-bottom: 4px;
}
.community-cover-area .group-stats {
  display: flex;
  gap: 24px;
  align-items: center;
}
.community-cover-area .group-stats .stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black_500);
  font-size: 0.9rem;
}
.community-cover-area .group-stats .stat-item .stat-item i {
  color: var(--brand_color_800);
}
.community-cover-area .group-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.community-cover-area .group-actions .join-btn {
  color: white;
  border: none;
  font-weight: 600;
  padding: 7px 18px;
}
.community-cover-area .group-actions .join-btn:hover {
  transform: translateY(-2px);
}
.community-cover-area .group-actions .join-btn i {
  font-size: 12px;
  margin-right: 2px;
}
.community-cover-area .group-actions .dropdown {
  position: relative;
}
.community-cover-area .group-actions .dropdown-btn {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 4px;
  background: rgb(228, 230, 234);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  color: var(--black_900);
}
.community-cover-area .group-actions .dropdown-btn::after {
  display: none;
}
.community-cover-area .group-actions .dropdown-btn:hover {
  background: rgb(216, 218, 223);
}
.community-cover-area .group-actions .dropdown-menu {
  background: #ffffff;
  border: 1px solid #dadde1;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  z-index: 1000;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
.community-cover-area .group-actions .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.community-cover-area .group-actions .dropdown-item {
  display: block;
  padding: 8px 16px;
  color: var(--black_400);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #dadde1;
}
.community-cover-area .group-actions .dropdown-item:last-child {
  border-bottom: none;
}
.community-cover-area .group-actions .dropdown-item:hover {
  background: #f2f3f5;
}
.community-cover-area .community-tabbar {
  background: #ffffff;
  border-radius: 12px 12px 0 0;
  padding: 0 20px;
  margin-top: -30px;
  z-index: 2;
  position: relative;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.03);
}
.community-cover-area .nav-tabs {
  display: flex;
  align-items: center;
  border-bottom: none !important;
  gap: 10px;
  padding: 15px 0;
  border-top: none;
  margin-top: 0;
  /* Search Box Styles */
}
.community-cover-area .nav-tabs .search-container {
  margin-left: auto;
}
.community-cover-area .nav-tabs .search-container .search-box {
  position: relative;
}
.community-cover-area .nav-tabs .search-container .search-box i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--black_400);
  pointer-events: none;
}
.community-cover-area .nav-tabs .search-container .search-box input {
  padding: 10px 20px 10px 45px;
  border-radius: 50px;
  border: 1px solid #eee;
  background: #f8f9fa;
  width: 250px;
  outline: none;
  transition: all 0.3s ease;
  font-size: 14px;
}
.community-cover-area .nav-tabs .search-container .search-box input:focus {
  background: #fff;
  border-color: var(--brand_color);
  box-shadow: 0 0 0 4px rgba(var(--brand_color), 0.1);
  width: 280px;
}
.community-cover-area .nav-tab {
  background: transparent;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  color: var(--black_500);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.community-cover-area .nav-tab img {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.community-cover-area .nav-tab:hover {
  color: var(--brand_color);
  background: rgba(var(--brand_color), 0.05);
}
.community-cover-area .nav-tab:hover img {
  opacity: 1;
  transform: scale(1.1) rotate(5deg);
  filter: brightness(0) saturate(100%) invert(34%) sepia(87%) saturate(3061%) hue-rotate(326deg) brightness(97%) contrast(93%);
}
.community-cover-area .nav-tab.active {
  background: var(--brand_color);
  color: #fff;
  box-shadow: 0 4px 15px rgba(var(--brand_color), 0.25);
}
.community-cover-area .nav-tab.active img {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.community-details-area {
  /* Sidebar */
  /* About Card */
  /* Members Card */
  /* Activity Card */
  /* Post Creator */
  /* Replies Section */
}
.community-details-area .sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.community-details-area .sidebar-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.community-details-area .sidebar-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--black_900);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.community-details-area .member-count-badge {
  background: #e4e6ea;
  color: var(--black_800);
  font-size: 0.8rem;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 500;
}
.community-details-area .about-content p {
  color: var(--black_400);
  line-height: 1.6;
  margin-bottom: 16px;
}
.community-details-area .about-stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.community-details-area .stat {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #65676b;
  font-size: 0.9rem;
}
.community-details-area .stat i {
  width: 16px;
  color: var(--brand_color_800);
}
.community-details-area .members-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.community-details-area .members-list .member-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 6px;
  transition: background 0.2s ease;
  cursor: pointer;
}
.community-details-area .members-list .member-item:hover {
  background: #f0f2f5;
}
.community-details-area .members-list .member-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.community-details-area .members-list .member-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community-details-area .members-list .stat {
  margin-left: auto;
  font-size: 12px;
  color: var(--black_300);
}
.community-details-area .members-list .member-info h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black_900);
  margin-bottom: 0;
}
.community-details-area .members-list .member-role {
  font-size: 0.8rem;
  color: var(--black_400);
}
.community-details-area .see-all-btn {
  width: 100%;
  background: var(--brand_color_25);
  padding: 6px;
  border-radius: 6px;
  color: var(--brand_color);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  border: 1px solid var(--brand_color_100);
}
.community-details-area .see-all-btn:hover {
  background: var(--brand_color_100);
}
.community-details-area .activity-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.community-details-area .activity-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.community-details-area .activity-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e4e6ea;
  color: #65676b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.community-details-area .activity-content {
  display: flex;
  flex-direction: column;
}
.community-details-area .activity-content p {
  color: var(--black_700);
  font-size: 0.9rem;
  margin-bottom: 2px;
}
.community-details-area .activity-content p a {
  color: var(--black_700);
}
.community-details-area .activity-time {
  color: #65676b;
  font-size: 0.8rem;
}
.community-details-area .post-creator {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease-in-out;
}
.community-details-area .post-creator .post-input-container {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.community-details-area .post-creator .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.community-details-area .post-creator .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community-details-area .post-creator .post-input {
  flex: 1;
}
.community-details-area .post-creator .post-input textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  font-family: inherit;
  font-size: 1rem;
  color: var(--black_400);
  background: #f0f2f5;
  border-radius: 8px;
  padding: 16px;
  transition: all 0.03s ease-in-out;
}
.community-details-area .post-creator .post-input textarea:focus {
  background: #fff;
  box-shadow: 0 0 0 1px var(--black_400);
}
.community-details-area .post-creator .post-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--black_50);
  padding-top: 14px;
  flex-wrap: wrap;
  gap: 10px;
}
.community-details-area .post-creator .post-actions .theme-btn {
  padding: 8px 18px;
  cursor: pointer;
}
.community-details-area .post-creator .post-actions .theme-btn i {
  font-size: 13px;
}
.community-details-area .post-creator .post-actions .theme-btn:disabled {
  background: var(--black_100);
  cursor: not-allowed;
  transform: none;
}
.community-details-area .post-creator .post-options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.community-details-area .post-creator .post-options .post-option {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 8px;
  color: var(--black_400);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.community-details-area .post-creator .post-options .post-option i {
  font-size: 12px;
}
.community-details-area .post-creator .post-options .post-option:hover {
  background: var(--brand_color_25);
  color: var(--brand_color_800);
}
.community-details-area .posts-feed {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.community-details-area .post-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.community-details-area .post-card:hover {
  box-shadow: var(--long_shadow);
}
.community-details-area .post-card .post-header {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.community-details-area .post-card .post-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.community-details-area .post-card .post-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.community-details-area .post-card .post-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community-details-area .post-card .post-author-info h6 {
  font-weight: 600;
  color: #1c1e21;
  margin-bottom: 0;
}
.community-details-area .post-card .post-meta {
  color: #65676b;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.community-details-area .post-card .post-options {
  background: none;
  border: none;
  color: #65676b;
  cursor: pointer;
  padding: 4px 10.5px;
  border-radius: 50%;
  transition: background 0.2s ease;
}
.community-details-area .post-card .post-options:hover {
  background: #f0f2f5;
}
.community-details-area .post-card .post-content {
  padding: 0 20px 16px;
}
.community-details-area .post-card .post-text {
  color: #1c1e21;
  line-height: 1.6;
  margin-bottom: 12px;
}
.community-details-area .post-card .post-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
}
.community-details-area .post-card .post-footer {
  padding: 12px 20px;
  border-top: 1px solid #e4e6ea;
  background: #fafbfc;
}
.community-details-area .post-card .post-actions-bar {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.community-details-area .post-card .post-action {
  background: none;
  border: none;
  color: #65676b;
  cursor: pointer;
  padding: 4px 16px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  transition: all 0.2s ease;
  flex: 1;
  justify-content: center;
}
.community-details-area .post-card .post-action i {
  font-size: 12px;
}
.community-details-area .post-card .post-action .action-count {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.75;
}
.community-details-area .post-card .post-action:hover {
  background: #e4e6ea;
}
.community-details-area .post-card .post-action.liked {
  color: #e74c3c;
}
.community-details-area .post-card .post-action.liked:hover {
  background: rgba(231, 76, 60, 0.1);
}
.community-details-area .replies-section {
  border-top: 1px solid #e4e6ea;
  background: #f8f9fa;
}
.community-details-area .replies-section .replies-toggle {
  width: 100%;
  background: none;
  border: none;
  font-size: 14px;
  padding: 8px 20px;
  color: #65676b;
  cursor: pointer;
  text-align: left;
  font-weight: 500;
  transition: background 0.2s ease;
}
.community-details-area .replies-section .replies-toggle.shown i {
  transform: rotate(180deg);
}
.community-details-area .replies-section .replies-toggle i {
  font-size: 12px;
}
.community-details-area .replies-section .replies-toggle:hover {
  background: #e4e6ea;
}
.community-details-area .replies-section .replies-list {
  padding: 0 20px 12px;
  display: none;
}
.community-details-area .replies-section .replies-list.show {
  display: block;
}
.community-details-area .replies-section .replies-list .reply-item {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  padding: 8px 0;
}
.community-details-area .replies-section .reply-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.community-details-area .replies-section .reply-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community-details-area .replies-section .reply-content {
  flex: 1;
  background: white;
  border-radius: 8px;
  padding: 8px 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.community-details-area .replies-section .reply-author {
  font-weight: 600;
  color: #1c1e21;
  font-size: 0.9rem;
  margin-bottom: 2px;
}
.community-details-area .replies-section .reply-text {
  color: #1c1e21;
  font-size: 0.9rem;
  line-height: 1.4;
}
.community-details-area .replies-section .reply-meta {
  color: #65676b;
  font-size: 0.8rem;
  margin-top: 4px;
  display: flex;
  gap: 12px;
}
.community-details-area .replies-section .reply-meta button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
}
.community-details-area .replies-section .reply-meta button:hover {
  text-decoration: underline;
}
.community-details-area .friends-tab .match-member-widget-two {
  padding: 8px;
}
.community-details-area .friends-tab .match-member-widget-two h5 {
  margin-top: 9px;
  font-size: 16px;
  margin-bottom: 6px;
  justify-content: center;
}
.community-details-area .friends-tab .match-member-widget-two p {
  font-weight: 500;
  text-align: center;
  margin-bottom: 6px;
}
.community-details-area .friends-tab .match-member-widget-two p .fa-mars {
  color: #00afff;
}
.community-details-area .friends-tab .match-member-widget-two p .fa-venus {
  color: #a650ff;
}
.community-details-area .friends-tab .match-member-widget-two .img-box .actv_status {
  padding: 5px 10px;
  top: 8px;
  left: 8px;
  font-size: 14px;
}
.community-details-area .friends-tab .match-member-widget-two .badge-icon img {
  width: 16px;
}
.community-details-area .tab-media .single-media-video {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  border-radius: 4px;
}
.community-details-area .tab-media .single-media-video:hover img {
  transform: scale(1.1);
}
.community-details-area .tab-media .single-media-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 1;
}
.community-details-area .tab-media .single-media-video .timestamp {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}
.community-details-area .tab-media .single-media-video img {
  min-height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.community-details-area .tab-media .single-media-img {
  height: 100%;
  display: inline-block;
}
.community-details-area .tab-media .single-media-img img {
  min-height: 100%;
  width: 100%;
  border-radius: 4px;
}
.community-details-area .events-tab .single-event-widget {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}
.community-details-area .events-tab .single-event-widget .event-body {
  padding: 16px;
}
.community-details-area .events-tab .single-event-widget h5 {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.community-details-area .events-tab .single-event-widget h5:hover {
  color: var(--brand_color);
}
.community-details-area .events-tab .single-event-widget .meta {
  font-size: 14px;
  color: var(--black_500);
  font-weight: 400;
  margin-bottom: 12px;
}
.community-details-area .events-tab .single-event-widget .meta i {
  margin-right: 6px;
}
.community-details-area .events-tab .single-event-widget .event-action {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}
.community-details-area .events-tab .single-event-widget .theme-btn-outline {
  padding: 6px 26px;
  flex: 1;
  text-align: center;
}
.community-details-area .events-tab .single-event-widget .share-btn {
  font-size: 14px;
  padding: 6px 11px;
  background-color: var(--brand_color_25);
  border-radius: 4px;
  color: var(--brand_color);
}
.community-details-area .events-tab .single-event-widget .share-btn:hover {
  background-color: var(--brand_color);
  color: #fff;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.testimonial-area-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--black_800);
  text-align: center;
}
.testimonial-area-one .line-shape .bg-line {
  position: absolute;
  background-color: var(--black_700);
  z-index: -2;
}
.testimonial-area-one .line-shape .horizontal-1 {
  height: calc(100% + 110px);
  width: 1px;
  left: 8%;
  top: -60px;
}
.testimonial-area-one .line-shape .horizontal-2 {
  height: calc(100% + 110px);
  width: 1px;
  left: 36%;
  top: -60px;
}
.testimonial-area-one .line-shape .horizontal-3 {
  height: calc(100% + 110px);
  width: 1px;
  left: 64%;
  top: -60px;
}
.testimonial-area-one .line-shape .horizontal-4 {
  height: calc(100% + 110px);
  width: 1px;
  right: 8%;
  top: -60px;
}
.testimonial-area-one .line-shape .vertical-1 {
  width: 100%;
  height: 1px;
  left: 0;
  top: -4px;
}
.testimonial-area-one .line-shape .vertical-2 {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -8px;
}
.testimonial-area-one .line-shape .round {
  position: absolute;
  z-index: -1;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: rgba(209, 5, 77, 0.5);
  filter: blur(150px);
  top: 57%;
  transform: translateX(-50%) translateY(-50%);
}
.testimonial-area-one .line-shape .round.round-1 {
  left: 8%;
}
.testimonial-area-one .line-shape .round.round-2 {
  left: 36%;
}
.testimonial-area-one .line-shape .round.round-3 {
  left: 64%;
}
.testimonial-area-one .line-shape .round.round-4 {
  left: 92%;
}
.testimonial-area-one .title {
  color: var(--black_50);
  margin-bottom: 60px;
}
.testimonial-area-one p {
  font-size: 18px;
  color: var(--black_100);
  line-height: 40px;
  margin: auto auto 40px;
  max-width: 950px;
}
.testimonial-area-one .author {
  font-size: 20px;
  font-weight: 500;
  color: var(--black_100);
  line-height: 40px;
}
.testimonial-area-one .slick-arrow {
  color: var(--black_300);
  font-size: 40px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  top: 50px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.testimonial-area-one .slick-arrow:hover {
  color: var(--black_50);
}
.testimonial-area-one .slick-arrow.slick-next {
  right: 0;
}
.testimonial-area-one .slick-arrow.slick-prev {
  left: 0;
}

.testimonial-area-two .testimonial-box {
  padding: 24px;
  border-radius: 8px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  transition: all 0.3s ease-in-out;
}
.testimonial-area-two .testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}
.testimonial-area-two .testimonial-box:hover {
  box-shadow: var(--glass-shadow);
}
.testimonial-area-two .testimonial-box img {
  border-radius: 50%;
  height: 56px;
  width: 56px;
  margin-bottom: 16px;
}
.testimonial-area-two .testimonial-box h5 {
  font-weight: 600;
  color: var(--black_800);
  margin-bottom: 0;
}
.testimonial-area-two .testimonial-box .proff {
  font-size: 14px;
  font-weight: 400;
  color: var(--black_500);
  line-height: 20px;
}
.testimonial-area-two .testimonial-box .rating {
  display: inline-flex;
  gap: 4px;
  color: #f6be2e;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 11px;
}
.testimonial-area-two .testimonial-box p {
  font-size: 18px;
  color: var(--black_700);
  margin-bottom: 0;
  margin-top: 10px;
}

.testimonial-area-three {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 240px;
}
.testimonial-area-three::after {
  content: "";
  position: absolute;
  top: 97px;
  bottom: 130px;
  left: 50%;
  right: 0;
  background-color: rgba(15, 228, 147, 0.1);
  z-index: -1;
  border-radius: 12px 0 0 12px;
}
.testimonial-area-three .single-testimoni-widget {
  padding: 40px;
  width: 370px;
  margin: 12px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.testimonial-area-three .single-testimoni-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}
.testimonial-area-three .single-testimoni-widget:hover {
  box-shadow: var(--glass-shadow);
}
.testimonial-area-three .single-testimoni-widget .user-info {
  display: flex;
  gap: 10px;
  align-items: start;
  margin-top: 25px;
}
.testimonial-area-three .single-testimoni-widget .user-info img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.testimonial-area-three .single-testimoni-widget .user-info h6 {
  font-weight: 600;
  color: var(--black_800);
  line-height: 11px;
  margin-bottom: 5px;
}
.testimonial-area-three .single-testimoni-widget .user-info .position {
  font-size: 10px;
  line-height: 14px;
  color: var(--black_500);
  margin-bottom: 5px;
}
.testimonial-area-three .single-testimoni-widget .user-info .rating {
  display: flex;
  font-size: 10px;
  gap: 2px;
  color: #f6be2e;
}
.testimonial-area-three .single-testimoni-widget p {
  color: var(--black_600);
  margin-bottom: 0;
}
.testimonial-area-three .swiper {
  position: relative;
  width: calc(100% + (100vw - 1320px) / 2);
  left: 70px;
  margin-bottom: 68px;
  top: -12px;
}
.testimonial-area-three .slick-list {
  padding-left: 412px !important;
  padding-bottom: 76px !important;
}
.testimonial-area-three .slick-active {
  box-shadow: var(--long_shadow);
}
.testimonial-area-three .slick-dots {
  bottom: 0;
  margin-left: 28px;
}
.testimonial-area-three .slick-dots li {
  height: 10px;
  width: 30px;
  border-radius: 5px;
  background-color: #ffcae6;
  transition: all 0.3s linear;
  margin: 0 8px;
}
.testimonial-area-three .slick-dots li button {
  display: none;
}
.testimonial-area-three .slick-dots li.slick-active {
  width: 80px;
  background-color: var(--brand_color);
}

.testimonial-area-four {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial-area-four .bg-shape img {
  position: absolute;
  z-index: -1;
  opacity: 0.6;
}
.testimonial-area-four .bg-shape img:nth-child(1) {
  left: -30px;
  top: 200px;
}
.testimonial-area-four .bg-shape img:nth-child(2) {
  right: 30px;
  top: 380px;
}
.testimonial-area-four .bg-shape img:nth-child(3) {
  left: -30px;
  top: 70%;
}
.testimonial-area-four .bg-shape img:nth-child(4) {
  right: -10px;
  top: 70%;
}
.testimonial-area-four .single-testimoni-widget {
  padding: 35px 35px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.testimonial-area-four .single-testimoni-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--brand_color), #ff90b5);
  opacity: 0;
  transition: opacity 0.3s;
}
.testimonial-area-four .single-testimoni-widget::after {
  content: "";
  height: 200px;
  width: 200px;
  background: radial-gradient(circle, rgba(var(--brand_color), 0.05) 0%, transparent 70%);
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: -1;
  border-radius: 50%;
}
.testimonial-area-four .single-testimoni-widget:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}
.testimonial-area-four .single-testimoni-widget:hover::before {
  opacity: 1;
}
.testimonial-area-four .single-testimoni-widget:hover .quote-icon {
  color: rgba(var(--brand_color), 0.2);
}
.testimonial-area-four .single-testimoni-widget .quote-icon {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  transition: all 0.4s ease;
  display: inline-block;
}
.testimonial-area-four .single-testimoni-widget p {
  color: var(--black_700);
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  flex: 1;
  position: relative;
  font-style: italic;
}
.testimonial-area-four .single-testimoni-widget .user-info {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #f6f7f9;
}
.testimonial-area-four .single-testimoni-widget .user-info .user-img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--brand_color);
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(var(--brand_color), 0.2);
}
.testimonial-area-four .single-testimoni-widget .user-info .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-area-four .single-testimoni-widget .user-info .user-img.hasAvatar {
  background-color: transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-area-four .single-testimoni-widget .user-info .user-img.grey {
  background-color: #f0f2f5;
  color: var(--black_600);
  box-shadow: none;
}
.testimonial-area-four .single-testimoni-widget .user-info .user-img.grey img {
  filter: grayscale(100%);
  opacity: 0.6;
}
.testimonial-area-four .single-testimoni-widget .user-info h6 {
  font-weight: 700;
  color: var(--black_800);
  line-height: 1.2;
  margin-bottom: 4px;
  font-size: 16px;
  transition: color 0.3s;
}
.testimonial-area-four .single-testimoni-widget .user-info h6:hover {
  color: var(--brand_color);
}
.testimonial-area-four .single-testimoni-widget .user-info .position {
  font-size: 13px;
  line-height: 1.4;
  color: var(--black_500);
  margin-bottom: 4px;
  font-weight: 500;
}
.testimonial-area-four .single-testimoni-widget .user-info .rating {
  display: flex;
  font-size: 12px;
  gap: 2px;
  color: #ffa41b;
}
.testimonial-area-four .single-testimoni-widget .user-info .rating i {
  margin-right: 1px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.client-story-area {
  background-color: rgba(15, 228, 147, 0.03);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.client-story-area .shape {
  position: absolute;
  top: 49%;
  right: -20px;
  z-index: -1;
}
.client-story-area .slick-dots {
  bottom: 0;
}
.client-story-area .slick-dots li {
  height: 10px;
  width: 30px;
  border-radius: 5px;
  background-color: #ffcae6;
  transition: all 0.3s linear;
  margin: 0 8px;
}
.client-story-area .slick-dots li button {
  display: none;
}
.client-story-area .slick-dots li.slick-active {
  width: 80px;
  background-color: var(--brand_color);
}

.client-story-widget {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.client-story-widget:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.client-story-widget:hover .main-img {
  transform: scale(1.05);
}
.client-story-widget:hover .content .read-more-btn {
  color: var(--brand_hover);
  letter-spacing: 0.5px;
}
.client-story-widget:hover .content .read-more-btn::after {
  transform: translateX(4px);
  opacity: 1;
}
.client-story-widget .main-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.client-story-widget.variant-2 {
  display: flex;
  flex-direction: row;
}
.client-story-widget.variant-2 .main-img {
  max-width: 250px;
  height: auto;
}
.client-story-widget.variant-2 .content {
  padding: 30px 20px 26px;
}
.client-story-widget .content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.client-story-widget .content h4 {
  font-size: 22px;
  font-weight: 800;
  color: var(--black_800);
  line-height: 1.35;
  margin-bottom: 16px;
  transition: color 0.3s ease;
  letter-spacing: -0.02em;
}
.client-story-widget .content h4:hover {
  color: var(--brand_color);
}
.client-story-widget .content p {
  color: var(--black_600);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
  flex-grow: 1;
}
.client-story-widget .content .d-flex {
  margin-top: auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.client-story-widget .content .read-more-btn {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand_color);
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.client-story-widget .content .social-action {
  display: flex;
  align-items: center;
  gap: 16px;
}
.client-story-widget .content .social-action a {
  font-size: 13px;
  color: var(--black_500);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.client-story-widget .content .social-action a img {
  width: 16px;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.client-story-widget .content .social-action a:hover {
  color: var(--brand_color);
}
.client-story-widget .content .social-action a:hover img {
  opacity: 1;
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.client-story-area-two {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.client-story-area-two .bg-shape img {
  position: absolute;
  z-index: -1;
}
.client-story-area-two .bg-shape img:nth-child(1) {
  left: -30px;
  top: 200px;
}
.client-story-area-two .bg-shape img:nth-child(2) {
  right: 30px;
  top: 380px;
}
.client-story-area-two .bg-shape img:nth-child(3) {
  left: -30px;
  top: 70%;
}
.client-story-area-two .bg-shape img:nth-child(4) {
  right: -10px;
  top: 70%;
}
.client-story-area-two .client-story-widget {
  height: 100%;
}
.client-story-area-two .post-item {
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
}

.client_story_slider .client-story-widget h4 {
  font-weight: 700;
}
.client_story_slider .slick-list {
  margin: -19px -21px;
  padding: 19px 9px;
}
.client_story_slider .slick-list .slick-slide {
  margin: 0 12px;
  border: none;
}

.client_story_slider_two .client-story-widget {
  height: 265px;
}
.client_story_slider_two .slick-list {
  margin: -19px -40px;
  padding: 7px 40px;
}
.client_story_slider_two .slick-list .slick-slide {
  margin: 12px 0;
  border: none;
  transition: all 0.3s linear;
}

.post-details-widget {
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  background-color: rgba(255, 255, 255, 0.8);
}
.post-details-widget p {
  font-size: 16px;
  font-weight: 400;
  color: var(--black_600);
  margin-bottom: 16px;
  line-height: 26px;
}
.post-details-widget .post-img {
  border-radius: 8px;
  max-width: 100%;
  margin-top: 18px;
  margin-bottom: 35px;
}
.post-details-widget .rounded-5 {
  border-radius: 5px;
}
.post-details-widget h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--black_800);
  line-height: 40px;
  margin-bottom: 20px;
}

.tag-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 16px;
  column-gap: 12px;
}
.tag-widget h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--black_700);
  margin-bottom: 0;
  margin-right: 6px;
  text-transform: uppercase;
}
.tag-widget a {
  display: inline-block;
  padding: 2px 16px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--black_750);
  border-radius: 4px;
  border: 1px solid var(--black_100);
  background-color: #fff;
  text-transform: capitalize;
}
.tag-widget a:hover {
  border-color: var(--brand_color);
  color: var(--brand_color);
}

blockquote {
  background: var(--brand_color_25);
  border-left: 10px solid var(--brand_color);
  padding: 60px 30px 40px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 38px;
  margin-top: 35px;
  box-shadow: var(--subtle_shadow);
  border-radius: 8px;
}
blockquote::before, blockquote::after {
  content: "";
  position: absolute;
  z-index: -1;
}
blockquote::before {
  background-image: url(../img/story/quote-left.png);
  left: 30px;
  top: 30px;
  height: 24px;
  width: 24px;
}
blockquote::after {
  background-image: url(../img/story/quote-right.png);
  right: 20px;
  bottom: 20px;
  height: 24px;
  width: 24px;
}
blockquote p {
  font-size: 24px;
  font-weight: 600;
  color: var(--black_700);
  line-height: 32px;
  margin-bottom: 0;
}

.story-comment-widget {
  padding: 25px 40px 100px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 48px;
}
.story-comment-widget .comment-author ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.story-comment-widget .comment-author ul li.children {
  margin-left: 70px;
}
.story-comment-widget .comment-author ul li.children .comments-avatar img {
  height: 40px;
  width: 40px;
}
.story-comment-widget .comment-author .comments-box {
  display: flex;
  margin-top: 40px;
}
.story-comment-widget .comment-author .comments-box .comments-text {
  width: 100%;
  margin-left: 30px;
}
.story-comment-widget .comment-author .comments-box .comments-text p {
  font-weight: 400;
  font-size: 16px;
  color: var(--black_600);
  line-height: 26px;
  margin-top: 14px;
  margin-bottom: 0;
}
.story-comment-widget .comment-author .comments-box .comments-text .avatar-name {
  position: relative;
}
.story-comment-widget .comment-author .comments-box .comments-text .avatar-name h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  margin-bottom: 3px;
}
.story-comment-widget .comment-author .comments-box .comments-text .avatar-name .post-date {
  font-size: 14px;
  line-height: 20px;
  color: var(--black_300);
}
.story-comment-widget .comment-author .comments-box .comments-text .avatar-name .reply {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--black_700);
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 4px 9px;
}
.story-comment-widget .comment-author .comments-box .comments-text .avatar-name .reply:hover {
  background-color: var(--black_900);
}
.story-comment-widget .comment-author .comments-box .comments-text .avatar-name .reply img {
  margin-right: 4px;
}
.story-comment-widget .comment-author .comments-avatar img {
  border-radius: 50%;
  height: 56px;
  width: 56px;
}
.story-comment-widget .comment-author .comments-input {
  position: relative;
  margin-left: 12px;
  width: 100%;
}
.story-comment-widget .comment-author .comments-input textarea {
  width: 100%;
  border: 1px solid var(--black_50);
  border-radius: 4px;
  padding: 18px 16px 46px 16px;
  font-size: 16px;
  line-height: 26px;
  box-shadow: none;
}
.story-comment-widget .comment-author .comments-input textarea::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #c1c5cd;
}
.story-comment-widget .comment-author .comments-input textarea:focus {
  border-color: var(--black_400);
}
.story-comment-widget .comment-author .comments-input .text-action {
  position: absolute;
  display: flex;
  left: 16px;
  bottom: 8px;
  right: 16px;
}
.story-comment-widget .comment-author .comments-input .text-action button {
  background-color: transparent;
  padding: 6px;
  border-radius: 50%;
  transition: all 0.3s linear;
  border: none;
  outline: none;
}
.story-comment-widget .comment-author .comments-input .text-action button:hover {
  background-color: #f2f4f5;
}

.story-leave-reply {
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 40px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
}
.story-leave-reply .subtext {
  font-size: 20px;
  line-height: 28px;
  color: var(--black_600);
}
.story-leave-reply .single-input {
  margin-top: 40px;
}
.story-leave-reply .single-input label {
  margin-top: -6px;
}
.story-leave-reply label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--black_500);
}
.story-leave-reply .form-control {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  height: 59px;
  line-height: 59px;
  padding-left: 24px;
  font-size: 16px;
  color: var(--black_350);
  box-shadow: none;
}
.story-leave-reply .form-control:focus {
  border-color: var(--black_400);
}
.story-leave-reply .form-control::placeholder {
  font-size: 16px;
  color: var(--black_350);
}
.story-leave-reply textarea.form-control {
  height: inherit;
  line-height: 26px;
  padding-top: 16px;
}
.story-leave-reply .form-check-input {
  background-color: transparent;
}
.story-leave-reply .form-check-label {
  color: var(--black_600);
}

.story-sidebar-widget .widget-title {
  font-size: 20px;
  line-height: 28px;
  color: var(--black_800);
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}
.story-sidebar-widget .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: 99px;
}
.story-sidebar-widget .widget {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  padding: 30px;
  margin-bottom: 30px;
  border: var(--glass-border);
}
.story-sidebar-widget .widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}
.story-sidebar-widget .widget-search {
  position: relative;
  background: #fff;
  border: 1px solid rgba(var(--black_100), 0.5);
  padding: 8px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 40px;
  box-shadow: var(--bs_sm);
}
.story-sidebar-widget .widget-search:hover, .story-sidebar-widget .widget-search:focus-within {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(var(--brand_color), 0.3);
  transform: translateY(-2px);
}
.story-sidebar-widget .widget-search .form-control {
  flex: 1;
  height: 54px;
  padding: 0 15px 0 20px;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--black_800);
  box-shadow: none !important;
}
.story-sidebar-widget .widget-search .form-control::placeholder {
  color: var(--black_300);
  font-weight: 400;
}
.story-sidebar-widget .widget-search .search-btn {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  background: var(--gradient-primary);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(var(--brand_color), 0.3);
}
.story-sidebar-widget .widget-search .search-btn:hover {
  transform: scale(1.08) rotate(5deg);
  box-shadow: 0 8px 25px rgba(var(--brand_color), 0.4);
}
.story-sidebar-widget .widget-search .search-btn:active {
  transform: scale(0.95);
}
.story-sidebar-widget .widget-catagory {
  margin-bottom: 40px;
}
.story-sidebar-widget .widget-catagory ul li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--black_100), 0.3);
}
.story-sidebar-widget .widget-catagory ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: var(--black_600);
  padding: 14px 0;
  transition: all 0.3s ease;
}
.story-sidebar-widget .widget-catagory ul li a .cat-name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.story-sidebar-widget .widget-catagory ul li a .cat-name i {
  width: 32px;
  height: 32px;
  background: var(--brand_color_50);
  color: var(--brand_color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.story-sidebar-widget .widget-catagory ul li a .count {
  background: var(--black_50);
  color: var(--black_500);
  padding: 2px 10px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.story-sidebar-widget .widget-catagory ul li a:hover {
  color: var(--brand_color);
  padding-left: 8px;
}
.story-sidebar-widget .widget-catagory ul li a:hover .cat-name i {
  background: var(--brand_color);
  color: #fff;
  transform: rotate(10deg);
}
.story-sidebar-widget .widget-catagory ul li a:hover .count {
  background: var(--brand_color);
  color: #fff;
  box-shadow: 0 4px 10px rgba(var(--brand_color), 0.3);
}
.story-sidebar-widget .widget-news {
  margin-bottom: 40px;
}
.story-sidebar-widget .widget-news .recent-post li {
  display: flex;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(var(--black_100), 0.3);
  transition: all 0.3s ease;
}
.story-sidebar-widget .widget-news .recent-post li:last-child {
  border: none;
  padding-bottom: 0;
}
.story-sidebar-widget .widget-news .recent-post li:first-child {
  padding-top: 0;
}
.story-sidebar-widget .widget-news .recent-post li .news-img {
  border-radius: 12px;
  height: 80px;
  width: 80px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: var(--bs_sm);
  transition: all 0.4s ease;
}
.story-sidebar-widget .widget-news .recent-post li .news-content {
  margin-left: 0;
}
.story-sidebar-widget .widget-news .recent-post li .news-content h6 {
  font-size: 15px;
  font-weight: 700;
  color: var(--black_800);
  line-height: 22px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.story-sidebar-widget .widget-news .recent-post li .news-content h6 a:hover {
  color: var(--brand_color);
}
.story-sidebar-widget .widget-news .recent-post li .news-content .post-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--black_400);
  transition: all 0.3s ease;
}
.story-sidebar-widget .widget-news .recent-post li .news-content .post-author img {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.story-sidebar-widget .widget-news .recent-post li .news-content .post-author:hover {
  color: var(--brand_color);
}
.story-sidebar-widget .widget-news .recent-post li:hover .news-img {
  transform: scale(1.05) rotate(-2deg);
  box-shadow: var(--bs_md);
}
.story-sidebar-widget .widget-tags .tag-widget {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.story-sidebar-widget .widget-tags .tag-widget a {
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--black_600);
  background: #fff;
  border: 1px solid rgba(var(--black_100), 0.8);
  border-radius: 99px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.story-sidebar-widget .widget-tags .tag-widget a:hover {
  background: var(--gradient-primary);
  color: #fff !important;
  border-color: transparent;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(var(--brand_color), 0.3);
}

.story-details-breadcrumb .blog-meta > div {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px 20px;
  border-radius: 50rem;
  color: var(--black_500);
  font-size: 14px;
}
.story-details-breadcrumb .blog-meta > div i {
  color: var(--brand_color_500);
  margin-right: 4px;
}

/*---------------------------------------------------- */
.faq-single-widget {
  padding: 30px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  border-radius: 4px;
  margin-top: 15px;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}
.faq-single-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}
.faq-single-widget:hover {
  box-shadow: var(--glass-shadow);
}
.faq-single-widget .faq-header h4 {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding-right: 30px;
}
.faq-single-widget .faq-header h4 i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  display: none;
  color: var(--black_800);
}
.faq-single-widget .faq-header h4 i + i {
  display: block;
  color: var(--brand_color);
}
.faq-single-widget .faq-header h4.collapsed i {
  display: block;
}
.faq-single-widget .faq-header h4.collapsed i + i {
  display: none;
}
.faq-single-widget .faq-body::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: var(--brand_color);
  left: 0;
  top: 0;
  z-index: 1;
}
.faq-single-widget .faq-body p {
  margin-top: 20px;
}

.faq-single-widget-two {
  padding: 26px 30px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  border-radius: 8px;
  margin-top: 20px;
  transition: all 0.3s linear;
  position: relative;
}
.faq-single-widget-two:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}
.faq-single-widget-two:hover {
  box-shadow: var(--glass-shadow);
}
.faq-single-widget-two .faq-header h4 {
  color: var(--brand_color);
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  position: relative;
  cursor: pointer;
  width: 100%;
  padding-right: 20px;
}
.faq-single-widget-two .faq-header h4.collapsed {
  color: var(--black_750);
}
.faq-single-widget-two .faq-header h4 i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  display: none;
  color: var(--black_750);
}
.faq-single-widget-two .faq-header h4 i + i {
  display: block;
  color: var(--brand_color);
}
.faq-single-widget-two .faq-header h4.collapsed i {
  display: block;
}
.faq-single-widget-two .faq-header h4.collapsed i + i {
  display: none;
}
.faq-single-widget-two .faq-body::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 8px;
}
.faq-single-widget-two .faq-body p {
  margin-top: 15px;
  margin-bottom: 0;
}

.faq-area-one {
  background-image: url(../img/home-one/faq-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-area-two .question-img {
  transform: translateX(-55px);
}
.faq-area-two .contact-action h2 {
  color: var(--black_900);
  font-weight: 700;
  margin-bottom: 10px;
}
.faq-area-two .contact-action p {
  margin-bottom: 24px;
}
.faq-area-two .contact-action a {
  padding: 14px 33px;
}
.faq-area-two .content {
  padding-left: 60px;
}
.faq-area-two .faq-single-widget {
  margin-top: 32px;
}

.faq-area-three {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.faq-area-three .bg-shape img {
  position: absolute;
  z-index: -1;
}
.faq-area-three .bg-shape img:nth-child(1) {
  left: 0;
  top: 10%;
}
.faq-area-three .bg-shape img:nth-child(2) {
  right: 0;
  top: 50%;
}

/*----------------------------------------------------*/
.floating-widget {
  position: relative;
  border-radius: 8px;
  text-align: center;
  padding: 100px 50px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  background-image: url(../img/home-one/cta-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  transform: translateY(70%);
}
@media (max-width: 767px) {
  .floating-widget {
    padding: 80px 20px;
    transform: translateY(40%);
  }
}
.floating-widget .shape img {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}
.floating-widget .shape img:nth-child(1) {
  left: 0;
  bottom: 0;
}
.floating-widget .shape img:nth-child(2) {
  right: 0;
  top: 0;
}
.floating-widget h1 {
  font-size: 40px;
  color: var(--black_900);
}
.floating-widget p {
  color: var(--black_800);
}
.floating-widget .theme-btn-secondary,
.floating-widget .theme-btn-outline {
  width: 170px;
}

.cta-area-two {
  padding-top: 60px;
  padding-bottom: 80px;
}
.cta-area-two .floating-widget {
  box-shadow: var(--glass-shadow);
  transform: translateY(0);
}
.cta-area-two .shape img {
  position: absolute;
  z-index: -1;
}
.cta-area-two .shape img:nth-child(1) {
  left: 0;
  bottom: 0;
}
.cta-area-two .shape img:nth-child(2) {
  right: 0;
  top: 0;
}
.cta-area-two h1 {
  font-size: 40px;
  color: var(--black_900);
}
.cta-area-two p {
  color: var(--black_800);
}
.cta-area-two .theme-btn-secondary,
.cta-area-two .theme-btn-outline {
  width: 170px;
  margin: 5px 10px;
}

.cta-area-three {
  padding: 100px 0 120px 0;
  background-size: contain;
  background: url(../img/about/about-cta.png) no-repeat center;
}
.cta-area-three .section-title .subtitle {
  font-size: 20px;
  margin-bottom: 24px;
}
.cta-area-three .download-btn img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  overflow: hidden;
  max-height: 80px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.pricing-hero-area {
  position: relative;
  background-image: url(../img/pricing/banner-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 180px;
  padding-bottom: 100px;
  z-index: 1;
}
.pricing-hero-area .shape01 {
  position: absolute;
  left: 170px;
  top: 400px;
  z-index: -1;
}
.pricing-hero-area .shape02 {
  position: absolute;
  right: 65px;
  top: 280px;
  z-index: -1;
}
.pricing-hero-area h1.title {
  font-size: 56px;
  color: var(--black_25);
  line-height: 58px;
  text-align: center;
  margin-bottom: 25px;
}
.pricing-hero-area .subtitle {
  font-size: 18px;
  line-height: 28px;
  color: var(--black_50);
  text-align: center;
  margin-bottom: 0;
}

.pricing-tabs {
  border: none;
  padding: 6px;
  border-radius: 8px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  display: inline-flex;
  gap: 5px;
  margin-top: 60px;
  margin-bottom: 38px;
}
.pricing-tabs button {
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 26px;
  color: #242729;
  font-weight: 600;
  border: none;
  transition: all 0.3s linear;
  background-color: transparent;
}
.pricing-tabs button.active {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: var(--glass-shadow);
}
.pricing-tabs button:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Modern Pricing Cards */
.pricing-wrapper {
  padding-top: 20px;
}

.pricing-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #ffffff;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.pricing-card.popular {
  border: 2px solid var(--brand_color);
  box-shadow: 0 20px 40px rgba(var(--brand_color_rgb), 0.15);
  transform: scale(1.05);
  z-index: 5;
}
.pricing-card.popular .popular-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand_color);
  color: #fff;
  padding: 6px 24px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 10px 20px rgba(var(--brand_color_rgb), 0.3);
  white-space: nowrap;
}
.pricing-card.popular:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 40px 80px rgba(var(--brand_color_rgb), 0.2);
}
.pricing-card .card-header {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.pricing-card .card-header .plan-name {
  font-size: 24px;
  font-weight: 700;
  color: var(--black_800);
  margin-bottom: 10px;
}
.pricing-card .card-header .plan-desc {
  font-size: 15px;
  color: var(--black_500);
  margin-bottom: 25px;
}
.pricing-card .card-header .plan-price {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand_color);
}
.pricing-card .card-header .plan-price .currency {
  font-size: 24px;
  font-weight: 600;
  margin-top: -15px;
  margin-right: 3px;
}
.pricing-card .card-header .plan-price .amount {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.pricing-card .card-header .plan-price .period {
  font-size: 15px;
  color: var(--black_500);
  margin-left: 5px;
  align-self: flex-end;
  margin-bottom: 7px;
  font-weight: 500;
}
.pricing-card .card-body .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.pricing-card .card-body .feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  color: var(--black_700);
}
.pricing-card .card-body .feature-list li i {
  margin-right: 12px;
  font-size: 16px;
}
.pricing-card .card-body .feature-list li.included i {
  color: #0bb62a;
}
.pricing-card .card-body .feature-list li.excluded {
  color: var(--black_400);
  text-decoration: line-through;
  opacity: 0.7;
}
.pricing-card .card-body .feature-list li.excluded i {
  color: var(--black_300);
}
.pricing-card .card-footer {
  background: none;
}
.pricing-card .card-footer .btn-pricing {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid transparent;
}
.pricing-card .card-footer .btn-pricing.btn-outline {
  border-color: var(--black_800);
  color: var(--black_800);
  background: transparent;
}
.pricing-card .card-footer .btn-pricing.btn-outline:hover {
  background: var(--black_800);
  color: #fff;
}
.pricing-card .card-footer .btn-pricing.btn-primary {
  background: var(--brand_color);
  color: #fff;
  box-shadow: 0 10px 20px rgba(var(--brand_color_rgb), 0.25);
}
.pricing-card .card-footer .btn-pricing.btn-primary:hover {
  background: var(--brand_hover);
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(var(--brand_color_rgb), 0.35);
}
.pricing-card .card-footer .btn-pricing.btn-disabled {
  background: var(--black_100);
  color: var(--black_500);
  cursor: not-allowed;
}

.responsive-price-table {
  border-radius: 12px;
  border: 1px solid var(--black_50);
  box-shadow: var(--long_shadow);
}

.price-table-widget {
  padding: 55px 50px 65px;
}
.price-table-widget .price_head {
  display: table;
  width: 100%;
}
.price-table-widget .price_head .p_head {
  width: 17%;
  color: #fff;
  display: table-cell;
  padding-bottom: 31px;
}
.price-table-widget .price_head .p_head:nth-child(1) {
  width: 32%;
  padding-left: 30px;
}
.price-table-widget .price_head .p_head h4 {
  font-size: 24px;
  line-height: 40px;
  color: var(--black_800);
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}
.price-table-widget .price_head .p_head h5 {
  line-height: 40px;
  font-weight: 600;
}
.price-table-widget .price_head .p_head p {
  margin-bottom: 0;
}
.price-table-widget .price_head .p_head p span {
  font-size: 32px;
  line-height: 40px;
  color: var(--black_800);
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
  transform: translateY(5px);
  display: inline-block;
}
.price-table-widget .price_head .p_head p sub {
  font-size: 14px;
  line-height: 0;
  color: var(--black_600);
  margin-left: 3px;
}
.price-table-widget .price_item {
  width: 17%;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
  padding: 29px 0;
}
.price-table-widget .price_item:first-child {
  width: 32%;
  text-align: left;
}
.price-table-widget .price_item .status {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  background-color: #d8f9d1;
  color: #0bb62a;
}
.price-table-widget .price_item .status.cross {
  background-color: #fee7d6;
  color: #fc6f54;
  font-size: 18px;
}
.price-table-widget .price_item .status.cross i::before {
  content: "M";
}
.price-table-widget .price_item .pr_title {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  color: var(--black_800);
}
.price-table-widget .pr_list {
  display: table;
  width: 100%;
  background-color: #f5f5f5;
}
.price-table-widget .pr_list:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.price-table-widget .pr_list:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.price-table-widget .pr_list:nth-child(odd) {
  background: #fff;
}

.price-table-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.price-table-area .bg-shape img {
  position: absolute;
  z-index: -1;
}
.price-table-area .bg-shape img:nth-child(1) {
  left: 0;
  top: 10%;
}
.price-table-area .bg-shape img:nth-child(2) {
  right: 0;
  top: 50%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.dashboard-coverPhoto {
  height: 500px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.dashboard-coverPhoto.edit_mode .edit-btn {
  position: absolute;
  top: 32px;
  right: 12px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  margin-left: auto;
  align-items: center;
  padding: 8px;
  background-color: rgba(36, 36, 36, 0.5);
  border-radius: 4px;
  cursor: pointer;
}
.dashboard-coverPhoto.edit_mode .edit-btn img {
  margin-right: 8px;
}
.dashboard-coverPhoto .action-btn {
  position: absolute;
  right: 12px;
  top: 32px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.dashboard-coverPhoto .action-btn .btns {
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-size: 17px;
  border: none;
  color: #fff;
}
.dashboard-coverPhoto .action-btn .btns:hover {
  background-color: #000;
}

@media (min-width: 1500px) {
  .user-right-bar {
    padding-left: 20px;
  }
}

.dashboard-content-area {
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.dashboard-content-area .bg-shape img {
  position: absolute;
  z-index: -1;
}
.dashboard-content-area .bg-shape img.shape-1 {
  left: 0;
  top: 200px;
}
.dashboard-content-area .bg-shape img.shape-2 {
  right: 30px;
  top: 380px;
}
.dashboard-content-area .bg-shape img.shape-3 {
  left: 0;
  top: 70%;
}
.dashboard-content-area .bg-shape img.shape-4 {
  right: 0;
  top: 70%;
}
.dashboard-content-area .edit-pen-btn {
  display: inline-block;
  font-size: 16px;
  color: var(--black_500);
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}
.dashboard-content-area.edit_mode .profile-img-widget .main-img {
  border-radius: 50%;
  height: 136px;
  width: 136px;
  border: 4px solid #e0e0e0;
  padding: 4px;
}
.dashboard-content-area.edit_mode .profile-img-widget .edit-btn {
  position: absolute;
  right: 3px;
  bottom: 6px;
  height: 36px;
  width: 36px;
  background-color: #e0e0e0;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  color: var(--black_800);
}
.dashboard-content-area.edit_mode .user-address {
  margin-bottom: 25px;
}
.dashboard-content-area .add-media-widget .single-img {
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}
.dashboard-content-area .add-media-widget .single-img:hover .delete-btn {
  opacity: 1;
}
.dashboard-content-area .add-media-widget .single-img.more-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  z-index: 1;
}
.dashboard-content-area .add-media-widget .single-img.more-img .count {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
}
.dashboard-content-area .add-media-widget .single-img .main-img {
  width: 100%;
  height: 100%;
}
.dashboard-content-area .add-media-widget .single-img .delete-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 32px;
  text-align: center;
  background-color: #141414;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  opacity: 0;
}
.dashboard-content-area .add-media-widget .single-img .delete-btn:hover {
  color: #eb5757;
}
.dashboard-content-area .add-media-widget .theme-btn-outline {
  text-align: center;
  border-color: #d1d1d1;
  font-size: 16px;
  border-radius: 8px;
}
.dashboard-content-area .add-media-widget .theme-btn-outline i {
  margin-right: 6px;
}
.dashboard-content-area .add-media-widget .theme-btn-outline:hover {
  border-color: var(--brand_color);
}
.dashboard-content-area .user-left-bar {
  padding: 55px 20px 20px 20px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  border-radius: 8px;
  margin-top: -120px;
  max-width: 416px;
}
.dashboard-content-area .user-left-bar:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}
.dashboard-content-area .profile-img-widget {
  position: relative;
  display: inline-block;
}
.dashboard-content-area .profile-img-widget .main-img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
}
.dashboard-content-area .profile-img-widget .actv-status {
  position: absolute;
  right: 0;
  bottom: 0;
}
.dashboard-content-area .profile-img-widget .actv-status img {
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.dashboard-content-area .user-name {
  font-size: 32px;
  font-weight: 600;
  color: var(--black_700);
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  align-items: center;
}
.dashboard-content-area .user-name .age {
  font-size: 20px;
  line-height: 28px;
  margin-top: 6px;
  color: var(--black_800);
  margin-left: 8px;
}
.dashboard-content-area .user-address {
  display: flex;
  font-size: 14px;
  color: var(--black_600);
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 5px;
}
.dashboard-content-area .user-address i {
  color: var(--black_600);
  margin-right: 5px;
}
.dashboard-content-area .user-bio {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  margin-bottom: 24px;
}
.dashboard-content-area .user-bio .bio-expand {
  color: var(--black_300);
}
.dashboard-content-area .user-bio .bio-expand:hover {
  color: var(--black_700);
}
.dashboard-content-area .mood-widget {
  border-radius: 4px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  padding: 8px 20px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 32px;
}
.dashboard-content-area .chat-btn,
.dashboard-content-area .follow-btn {
  width: 100%;
  text-align: center;
}
.dashboard-content-area .follow-btn {
  border-color: #d1d1d1;
}
.dashboard-content-area .follow-btn:hover {
  border-color: var(--brand_color);
}
.dashboard-content-area .widget-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--black_800);
  margin-bottom: 11px;
}
.dashboard-content-area .widget-title i {
  margin-left: 5px;
}
.dashboard-content-area .interest-widget {
  margin-bottom: 24px;
  margin-top: 24px;
}
.dashboard-content-area .interest-widget .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dashboard-content-area .interest-widget .tags a {
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  border-radius: 4px;
  border: 1px solid var(--black_50);
  font-size: 14px;
  color: var(--black_600);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.dashboard-content-area .interest-widget .tags a:hover {
  background-color: #f5f5f5;
}
.dashboard-content-area .collection-list {
  display: flex;
  gap: 14px;
}
.dashboard-content-area .collection-list a {
  width: calc((100% - 28px) / 3);
  flex: 1;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.dashboard-content-area .collection-list a.video-collection::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.dashboard-content-area .collection-list a.video-collection .fa-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
}
.dashboard-content-area .collection-list a:hover img {
  transform: scale(1.1);
}
.dashboard-content-area .collection-list a img {
  width: 100%;
  transition: transform 0.2s ease-in-out;
}
.dashboard-content-area .collection-list a .caption {
  position: absolute;
  height: 50%;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  color: var(--black_50);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  z-index: 1;
}
.dashboard-content-area .member-since {
  font-size: 14px;
  color: var(--black_500);
  line-height: 20px;
  margin-top: 75px;
}
.dashboard-content-area .conncet-action-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
  margin-top: 48px;
}
.dashboard-content-area .conncet-action-btns a {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 4px;
  line-height: 22px;
  color: var(--black_750);
  font-weight: 600;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  gap: 5px;
}
.dashboard-content-area .conncet-action-btns a:hover {
  border-color: #c7c7c7;
  background-color: #f5f5f5;
}
.dashboard-content-area .media-widget {
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 287px;
}
.dashboard-content-area .media-widget:hover .main-img {
  filter: blur(20px);
}
.dashboard-content-area .media-widget::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  height: 100%;
  border-radius: 4px;
  z-index: 1;
}
.dashboard-content-area .media-widget .main-img {
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
}
.dashboard-content-area .media-widget .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.dashboard-content-area .media-widget p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.dashboard-content-area .media-widget h5 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.dashboard-content-area .dashboard-img-gallery .single-gallery-img {
  height: 100%;
  display: inline-block;
}
.dashboard-content-area .dashboard-img-gallery .single-gallery-img img {
  min-height: 100%;
  width: 100%;
  border-radius: 4px;
}
.dashboard-content-area .dashboard-video-gallery .single-gallery-video {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  border-radius: 4px;
}
.dashboard-content-area .dashboard-video-gallery .single-gallery-video:hover img {
  transform: scale(1.1);
}
.dashboard-content-area .dashboard-video-gallery .single-gallery-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 1;
}
.dashboard-content-area .dashboard-video-gallery .single-gallery-video .timestamp {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}
.dashboard-content-area .dashboard-video-gallery .single-gallery-video img {
  min-height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.dashboard-content-area .about-info-widget {
  padding: 32px 40px 75px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  height: 100%;
  background-color: #fff;
}
.dashboard-content-area .about-info-widget .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--black_700);
  line-height: 36px;
  margin-left: -10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.dashboard-content-area .about-info-widget .about-candidate-info-list li {
  margin-bottom: 13px;
  display: flex;
  justify-content: flex-start;
  gap: 7px;
  align-items: center;
}
.dashboard-content-area .bio {
  font-size: 14px;
  font-weight: 400;
  color: var(--black_700);
  margin-bottom: 24px;
}
.dashboard-content-area .user-chat-wrapper {
  display: flex;
  gap: 24px;
}
.dashboard-content-area .user-chat-wrapper .chatbox-widget {
  flex: 1;
}
.dashboard-content-area .user-chat-wrapper .chatbox-widget.sticky-active {
  position: absolute;
  top: 0;
}
.dashboard-content-area .user-chat-wrapper .chat-right-bar {
  width: 290px;
}
.dashboard-content-area .user-chat-wrapper .chat-right-bar.sticky-active {
  position: absolute;
  top: 0;
}
.dashboard-content-area .trigger-content-editable .edit-pen-btn {
  opacity: 0;
  visibility: hidden;
}
.dashboard-content-area .trigger-content-editable:hover .edit-pen-btn {
  opacity: 1;
  visibility: visible;
}

.chat-right-bar {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
.chat-right-bar .search-box {
  padding: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.chat-right-bar .headbar {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.chat-right-bar .headbar .profile-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 10px;
}
.chat-right-bar .headbar span {
  font-size: 14px;
  line-height: 20px;
  color: var(--black_800);
}
.chat-right-bar .headbar span i {
  font-size: 18px;
}
.chat-right-bar .seaarchbar {
  position: relative;
}
.chat-right-bar .seaarchbar .icon_search {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
}
.chat-right-bar .seaarchbar .form-control {
  border-radius: 0;
  box-shadow: none;
  border: none;
  background-color: #fff;
  padding-left: 24px;
  font-size: 14px;
  color: var(--black_500);
  font-weight: 400;
}
.chat-right-bar .seaarchbar .filter-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  background-color: transparent;
}
.chat-right-bar .all-messages {
  margin-top: 3px;
}
.chat-right-bar .all-messages > a {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #fff;
}
.chat-right-bar .all-messages > a:hover {
  background-color: #f5f5f5;
  border-color: #d1d1d1;
}
.chat-right-bar .all-messages > a span {
  display: inline-block;
}
.chat-right-bar .all-messages > a .avatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  margin-right: 16px;
}
.chat-right-bar .all-messages > a .person-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--black_800);
  line-height: 16px;
}
.chat-right-bar .all-messages > a .msg-time {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #707991;
  font-weight: 400;
  margin-left: auto;
  line-height: 22px;
}
.chat-right-bar .all-messages > a .person-msg {
  font-size: 14px;
  font-weight: 400;
  color: var(--black_400);
  line-height: 16px;
}
.chat-right-bar .all-messages > a .person-msg.typing {
  color: #107c10;
}
.chat-right-bar .all-messages > a .person-msg .highlight {
  color: #011627;
}
.chat-right-bar .all-messages > a .person-msg .group-img {
  height: 18px;
  width: 18px;
  border-radius: 4px;
  margin: 0 4px;
}
.chat-right-bar .all-messages > a .msg-count {
  margin-left: auto;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #107c10;
}

.main-chat-area {
  position: relative;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.main-chat-area .top-actionbar {
  padding: 8px 16px;
  border-bottom: 1px solid #d9dce0;
  background-color: #fff;
}
.main-chat-area .top-actionbar .avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.main-chat-area .top-actionbar .chat-name-person {
  line-height: 24px;
  color: var(--black_800);
  font-weight: 600;
}
.main-chat-area .top-actionbar .chat-status {
  font-size: 14px;
  line-height: 20px;
  color: var(--black_400);
  margin-bottom: 0;
  margin-top: -4px;
}
.main-chat-area .top-actionbar .right-action-btn {
  gap: 10px;
  margin-left: auto;
}
.main-chat-area .top-actionbar .right-action-btn button {
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  padding: 5px 8px;
}
.main-chat-area .top-actionbar .right-action-btn button:hover {
  background-color: rgb(243, 246, 248);
  border-color: rgb(243, 246, 248);
}
.main-chat-area .chat-content {
  font-family: "Inter", sans-serif;
  background-image: url("../img/dashboard/chat-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 50px 24px 50px;
}
.main-chat-area .chat-content .chatting-user-info .msg-sent-time {
  font-family: "Inter", sans-serif;
  color: var(--black_600);
  font-size: 12px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  line-height: 16px;
  margin-top: 2px;
}
.main-chat-area .chat-content .chatting-user-info .msg-sent-time.seen-msg {
  color: var(--brand_color);
}
.main-chat-area .chat-content .chatting-user-info .msg-sent-time .chat-read-mark,
.main-chat-area .chat-content .chatting-user-info .msg-sent-time .chat-sent-mark {
  margin-left: 6px;
}
.main-chat-area .chat-content .mCustomScrollbar {
  margin-bottom: 65px;
  height: 646px;
}
.main-chat-area .chat-content .mCustomScrollbar .mCSB_scrollTools {
  right: -20px;
  margin: 12px 0;
}
.main-chat-area .chat-content .mCustomScrollbar .mCSB_dragger_bar {
  background-color: #000;
  opacity: 0.1;
  width: 7px;
  border-radius: 7px;
}
.main-chat-area .chat-content .main-chat-msg div {
  padding: 10px 12px;
  width: fit-content;
  border-radius: 4px;
  margin-bottom: 16px;
}
.main-chat-area .chat-content .main-chat-msg div:last-child {
  margin-bottom: 0;
}
.main-chat-area .chat-content .main-chat-msg div p {
  font-family: "Inter", sans-serif;
  line-height: 20px;
}
.main-chat-area .chat-content .chat-item-start .main-chat-msg div {
  background-color: #fff;
  color: var(--black_750);
}
.main-chat-area .chat-content .chat-item-end {
  justify-content: end;
  text-align: end;
}
.main-chat-area .chat-content .chat-item-end .main-chat-msg div {
  background-color: #e40f60;
  color: #fff;
}
.main-chat-area .chat-content .chat-item-start,
.main-chat-area .chat-content .chat-item-end {
  display: flex;
  margin-bottom: 16px;
}
.main-chat-area .chat-content .chat-item-start .chat-list-inner,
.main-chat-area .chat-content .chat-item-end .chat-list-inner {
  max-width: 75%;
}
.main-chat-area .chat-footer {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background-color: #fff;
  position: absolute;
  bottom: 24px;
  left: 50px;
  right: 50px;
  border-radius: 12px;
  gap: 16px;
}
.main-chat-area .chat-footer .attach-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}
.main-chat-area .chat-footer .input-msg {
  position: relative;
  flex: 1;
}
.main-chat-area .chat-footer .input-msg .form-control {
  height: 36px;
  line-height: 36px;
  border-radius: 16px;
  background-color: #f9f9f9;
  border-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #707991;
  padding: 0 50px 0 12px;
  box-shadow: none;
  box-sizing: border-box;
}
.main-chat-area .chat-footer .input-msg .form-control::placeholder {
  font-size: 16px;
  color: #707991;
}
.main-chat-area .chat-footer .input-msg .form-control:focus {
  box-shadow: none;
  border-color: #e40f60;
}
.main-chat-area .chat-footer .input-msg button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  padding: 0;
}
.main-chat-area .chat-footer .send-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}
.main-chat-area .chat-day-label {
  text-align: center;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}
.main-chat-area .chat-day-label span {
  padding: 7px 12px;
  font-size: 12px;
  background-color: rgba(209, 5, 77, 0.5);
  border-radius: 8px;
  color: #fff;
  line-height: 20px;
}

@media (min-width: 992px) {
  .chat-info {
    min-width: 21.87rem;
    max-width: 21.87rem;
  }
}
.main-chat-area {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.chat-user-details {
  min-width: 21.87rem;
  max-width: 21.87rem;
}

.profile-setting-modal {
  padding-right: 0 !important;
}
.profile-setting-modal .modal-dialog {
  max-width: 1296px;
}
@media (max-width: 1320px) {
  .profile-setting-modal .modal-dialog {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.profile-setting-modal .modal-content {
  background-color: #f9f9f9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  padding: 60px 110px;
  border-radius: 4px;
  border: none;
  position: relative;
  margin-top: 35px;
}
.profile-setting-modal .modal-content .btn-close {
  opacity: 1;
  position: absolute;
  right: 0;
  top: -28px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.profile-setting-modal .modal-title {
  font-size: 28px;
  line-height: 36px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.profile-setting-modal p {
  font-size: 16px;
  color: var(--black_800);
  line-height: 26px;
}
.profile-setting-modal .num-mutual {
  background-color: #e3f0ff;
  color: #0564d1;
  padding: 18px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  border-radius: 6px;
}
.profile-setting-modal .form-check-centent {
  font-size: 16px;
  color: var(--black_400);
}
.profile-setting-modal .form-check-centent .form-check-label {
  font-size: 16px;
  color: var(--black_800);
  font-weight: 600;
}
.profile-setting-modal .desired-profile-edit-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.profile-setting-modal .desired-profile-edit-wrapper > div {
  padding: 37px 0;
  width: 50%;
  border-bottom: 1px solid #c8ccd0;
}
.profile-setting-modal .desired-profile-edit-wrapper .profile-edit-box {
  height: 100%;
}
.profile-setting-modal .desired-profile-edit-wrapper .profile-edit-box.custom-pr {
  padding-right: 77px;
  border-right: 1px solid #c8ccd0;
}
.profile-setting-modal .desired-profile-edit-wrapper .profile-edit-box.custom-pl {
  padding-left: 77px;
}
.profile-setting-modal .desired-profile-edit-wrapper .profile-edit-box h4 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--black_800);
  margin-bottom: 0;
  padding: 15px;
  border-radius: 4px;
  background-color: #f9f9f9;
  line-height: 17px;
  justify-content: space-between;
}
.profile-setting-modal .desired-profile-edit-wrapper .profile-edit-box h4 .edit-pen {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
.profile-setting-modal .desired-profile-edit-wrapper .profile-edit-box h4 .edit-pen i {
  font-size: 13px;
  margin-right: 5px;
  color: var(--brand_color);
}
.profile-setting-modal .desired-profile-edit-wrapper .profile-edit-box ul {
  padding: 15px 17px 0;
  margin-bottom: 0;
}
.profile-setting-modal .desired-profile-edit-wrapper .profile-edit-box ul li {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.profile-setting-modal .desired-profile-edit-wrapper .profile-edit-box ul li:last-child {
  margin-bottom: 0;
}
.profile-setting-modal .desired-profile-edit-wrapper .profile-edit-box ul .label {
  color: #2f3337;
  font-weight: 600;
  line-height: 11px;
  text-transform: capitalize;
}
.profile-setting-modal .desired-profile-edit-wrapper .profile-edit-box ul .inp {
  text-transform: capitalize;
  color: var(--black_600);
  line-height: 11px;
}
.profile-setting-modal .sidebar-setting-nav {
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: none;
}
.profile-setting-modal .sidebar-setting-nav button {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--black_300);
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
}
.profile-setting-modal .sidebar-setting-nav button.active {
  color: var(--black_700);
}
.profile-setting-modal .setting-wrapper {
  flex: 1;
  padding: 35px 35px 55px;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  background-color: #fff;
}
.profile-setting-modal .setting-wrapper .form-row {
  row-gap: 32px;
}
.profile-setting-modal .setting-wrapper label {
  font-weight: 600;
  color: var(--black_700);
  line-height: 12px;
}
.profile-setting-modal .setting-wrapper .online-status {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #13a10e;
  border-radius: 50%;
  margin-bottom: 4px;
  margin-left: 6px;
}
.profile-setting-modal .setting-wrapper .sublabel {
  font-size: 10px;
  line-height: 14px;
  color: var(--black_500);
  font-weight: 600;
}
.profile-setting-modal .setting-wrapper .form-control {
  height: 32px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
  box-shadow: 0 1px #616161;
  padding-left: 12px;
}
.profile-setting-modal .setting-wrapper .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}
.profile-setting-modal .setting-wrapper .form-control:focus {
  border-color: var(--black_800);
}
.profile-setting-modal .setting-wrapper .list-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--black_700);
  margin-bottom: 12px;
}
.profile-setting-modal .setting-wrapper .deactivate-list {
  position: relative;
}
.profile-setting-modal .setting-wrapper .deactivate-list li {
  position: relative;
  font-size: 12px;
  color: #6a737c;
  line-height: 16px;
  margin-left: 15px;
  margin-bottom: 4px;
}
.profile-setting-modal .setting-wrapper .deactivate-list li.no-dot {
  margin-left: 0;
}
.profile-setting-modal .setting-wrapper .deactivate-list li.no-dot::before {
  display: none;
}
.profile-setting-modal .setting-wrapper .deactivate-list li .form-check-label {
  font-size: 12px;
  color: #6a737c;
  line-height: 16px;
  display: inline-block;
  margin-left: 2px;
  cursor: pointer;
}
.profile-setting-modal .setting-wrapper .deactivate-list li::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 6px;
  left: -12px;
  background-color: #6a737c;
}
.profile-setting-modal hr {
  background-color: var(--black_150);
}
.profile-setting-modal .recommend-text {
  font-size: 10px;
  line-height: 14px;
  color: var(--brand_color);
  font-weight: 600;
}
.profile-setting-modal .input-subinfo {
  color: var(--black_500);
  line-height: 26px;
}
.profile-setting-modal .theme-btn i {
  font-size: 12px;
  margin-right: 6px;
}
.profile-setting-modal .flex-1 {
  flex: 1;
}
.profile-setting-modal .input-info {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  color: var(--black_500);
  margin-bottom: 0;
}
.profile-setting-modal .loggedin-devices ul {
  border: 1px solid var(--black_100);
  margin-bottom: 28px;
  margin-top: 26px;
  list-style: none;
  padding: 0;
  border-radius: 4px;
}
.profile-setting-modal .loggedin-devices li {
  padding: 18px 35px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--black_100);
}
.profile-setting-modal .loggedin-devices li:last-child {
  border: none;
}
.profile-setting-modal .loggedin-devices li img {
  margin-right: 28px;
}
.profile-setting-modal .loggedin-devices li h6 {
  font-size: 14px;
  line-height: 20px;
  color: var(--black_500);
  font-weight: 600;
  margin-bottom: 6px;
}
.profile-setting-modal .loggedin-devices li h6 span {
  text-transform: uppercase;
  color: var(--brand_color);
}
.profile-setting-modal .loggedin-devices li .activity-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--black_500);
  line-height: 20px;
  gap: 8px;
}
.profile-setting-modal .loggedin-devices li .activity-info .dot {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: var(--black_500);
}
.profile-setting-modal .loggedin-devices .sign-out-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--black_500);
  margin-left: auto;
}
.profile-setting-modal .loggedin-devices .sign-out-btn:hover {
  color: var(--brand_color);
}
.profile-setting-modal .loggedin-devices .show-more-btn {
  font-size: 14px;
  font-weight: 600;
}
.profile-setting-modal .subtitle-strong {
  font-weight: 700;
  color: var(--black_700);
  line-height: 22px;
}
.profile-setting-modal .notifilcation-settings-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile-setting-modal .notifilcation-settings-list li {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: var(--black_500);
  line-height: 20px;
  margin-bottom: 5px;
}
.profile-setting-modal .notifilcation-settings-list li div:nth-child(1) {
  flex: 1;
}
.profile-setting-modal .notifilcation-settings-list li div:nth-child(2) {
  width: 85px;
}
.profile-setting-modal .notifilcation-settings-list li div:nth-child(3) {
  width: 85px;
}
.profile-setting-modal .notifilcation-settings-list .subtitle-strong {
  margin-bottom: 16px;
}
.profile-setting-modal .realtime-notification-setting .form-check-label {
  color: var(--brand_color);
  margin-left: 12px;
}
.profile-setting-modal .realtime-notification-setting .form-check-label i {
  color: var(--black_350);
  font-size: 12px;
}

.timeline-modal .modal-dialog {
  max-width: 1296px;
}
@media (max-width: 1320px) {
  .timeline-modal .modal-dialog {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.timeline-modal .modal-content {
  background-color: #f9f9f9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  padding: 0;
  border-radius: 4px;
  border: none;
  position: relative;
  margin-top: 35px;
}
.timeline-modal .modal-content .btn-close {
  opacity: 1;
  position: absolute;
  right: 0;
  top: -28px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.timeline-modal .tour-upper-area {
  padding-top: 90px;
  padding-bottom: 120px;
  border-radius: 4px 4px 0 0;
}
.timeline-modal .tour-bottom-area {
  padding: 120px 0;
  background-color: #f0f0f0;
  border-radius: 0 0 4px 4px;
}
.timeline-modal h3.title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: var(--black_900);
  margin-bottom: 40px;
  text-align: center;
  justify-content: center;
}
.timeline-modal h3.title span {
  color: var(--brand_color);
}

@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.video-player-widget {
  position: relative;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow_1);
}
.video-player-widget .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-player-widget .play-button a {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #fff;
  color: var(--brand_color);
  display: block;
  text-align: center;
  font-size: 22px;
}
.video-player-widget .play-button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0.9;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-white 2s infinite;
}
.video-player-widget .main-img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.timeline-widget {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.timeline-widget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #479ef5;
  z-index: 1;
}
.timeline-widget .dot {
  height: 11px;
  width: 11px;
  background: #479ef5;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  clear: both;
  margin-left: auto;
  margin-right: 14px;
}
.timeline-widget .timeline-block {
  width: calc(50% + 20px);
  display: flex;
  clear: both;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.timeline-widget .timeline-block:first-child {
  margin-top: 0;
  margin-bottom: 35px;
}
.timeline-widget .timeline-block:last-child {
  margin-bottom: 0;
  margin-top: 35px;
  float: inline-start;
}
.timeline-widget .timeline-block-right {
  float: right;
}
.timeline-widget .timeline-block-left {
  float: left;
  direction: rtl;
}
.timeline-widget .marker {
  width: 40px;
  height: 40px;
  line-height: 34px;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  background: #479ef5;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #f0f0f0;
  z-index: 9999;
}
.timeline-widget .timeline-content {
  width: 95%;
  padding: 0 10px;
  color: var(--black_800);
  font-weight: 600;
}

@media screen and (max-width: 550px) {
  .timeline-widget:before {
    left: 20px;
    width: 2px;
  }
  .timeline-widget .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .timeline-widget .timeline-block.timeline-block-right {
    float: none;
  }
  .timeline-widget .timeline-block.timeline-block-left {
    float: none;
    direction: ltr;
  }
  .timeline-widget .dot {
    margin-left: 14px;
  }
}
.settings-header {
  text-align: center;
  margin-bottom: 2rem;
}
.settings-header .settings-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--black_900);
  margin-bottom: 0.5rem;
}
.settings-header .settings-subtitle {
  font-size: 1rem;
  color: var(--black_500);
  margin: 0;
}

.sidebar-modern {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  border: 1px solid var(--black_100);
}
.sidebar-modern .sidebar-header {
  margin-bottom: 1.5rem;
}
.sidebar-modern .sidebar-header .sidebar-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black_900);
  margin-bottom: 0.25rem;
}
.sidebar-modern .sidebar-header .sidebar-subtitle {
  font-size: 0.875rem;
  color: var(--black_500);
  margin: 0;
}
.sidebar-modern .menu-modern .nav-item {
  margin-bottom: 0.5rem;
}
.sidebar-modern .menu-modern .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid transparent;
}
.sidebar-modern .menu-modern .nav-item .nav-link:hover {
  background-color: var(--black_50);
  border-color: var(--black_100);
}
.sidebar-modern .menu-modern .nav-item .nav-link.active {
  background-color: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
}
.sidebar-modern .menu-modern .nav-item .nav-link.active .menu-icon {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.sidebar-modern .menu-modern .nav-item .nav-link .menu-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: var(--black_50);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.1rem;
  color: var(--black_700);
  transition: all 0.3s ease;
}
.sidebar-modern .menu-modern .nav-item .nav-link .menu-content {
  flex: 1;
}
.sidebar-modern .menu-modern .nav-item .nav-link .menu-content .menu-title {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: inherit;
  margin-bottom: 0.125rem;
}
.sidebar-modern .menu-modern .nav-item .nav-link .menu-content .menu-description {
  display: block;
  font-size: 0.8rem;
  opacity: 0.8;
}

.card-modern {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--black_100);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.card-modern:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.card-modern .card-header-modern {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid var(--black_100);
  background: linear-gradient(135deg, var(--black_50) 0%, #fff 100%);
}
.card-modern .card-header-modern .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--brand_color) 0%, var(--brand_color_800) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #fff;
  box-shadow: 0 4px 12px rgba(var(--brand_color_rgb), 0.3);
}
.card-modern .card-header-modern .card-title-section {
  flex: 1;
}
.card-modern .card-header-modern .card-title-section .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black_900);
  margin-bottom: 0.25rem;
}
.card-modern .card-header-modern .card-title-section .card-description {
  font-size: 0.9rem;
  color: var(--black_500);
  margin: 0;
}
.card-modern .card-body-modern {
  padding: 1.5rem;
}

.settings-form .form-group-modern {
  margin-bottom: 1.5rem;
}
.settings-form .form-group-modern .form-label-modern {
  display: block;
  font-weight: 600;
  color: var(--black_900);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.settings-form .form-group-modern .form-control-modern {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid var(--black_100);
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #fff;
}
.settings-form .form-group-modern .form-control-modern:focus {
  border-color: var(--brand_color);
  box-shadow: 0 0 0 3px rgba(var(--brand_color_rgb), 0.1);
  outline: none;
}
.settings-form .form-group-modern .form-control-modern::placeholder {
  color: var(--black_350);
}
.settings-form .form-group-modern .form-text {
  font-size: 0.8rem;
  color: var(--black_500);
  margin-top: 0.25rem;
}
.settings-form .form-group-modern .input-group-modern {
  display: flex;
  align-items: center;
  position: relative;
}
.settings-form .form-group-modern .input-group-modern .form-control-modern {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.settings-form .form-group-modern .input-group-modern .input-addon {
  padding: 0.75rem 1rem;
  background: var(--black_50);
  border: 2px solid var(--black_100);
  border-left: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 0.9rem;
  color: var(--black_700);
  white-space: nowrap;
}
.settings-form .form-group-modern .input-group-modern .btn-toggle-password {
  position: absolute;
  right: 0.75rem;
  background: none;
  border: none;
  color: var(--black_500);
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 4px;
  transition: color 0.3s ease;
}
.settings-form .form-group-modern .input-group-modern .btn-toggle-password:hover {
  color: var(--brand_color);
}
.settings-form .form-group-modern .input-separator {
  padding: 0 0.75rem;
  color: var(--black_500);
  font-weight: 500;
}
.settings-form .form-group-modern .password-strength {
  margin-top: 0.5rem;
}
.settings-form .form-group-modern .password-strength .strength-meter {
  height: 4px;
  background: var(--black_100);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.settings-form .form-group-modern .password-strength .strength-meter .strength-bar {
  height: 100%;
  background: linear-gradient(90deg, #ff4757 0%, #ffa726 50%, #4caf50 100%);
  transition: width 0.3s ease;
}
.settings-form .form-group-modern .password-strength .strength-text {
  font-size: 0.8rem;
  color: var(--black_500);
}
.settings-form .form-select-modern {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid var(--black_100);
  border-radius: 8px;
  font-size: 0.95rem;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.settings-form .form-select-modern:focus {
  border-color: var(--brand_color);
  box-shadow: 0 0 0 3px rgba(var(--brand_color_rgb), 0.1);
  outline: none;
}
.settings-form .form-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn.btn-primary-modern {
  background: linear-gradient(135deg, var(--brand_color) 0%, var(--brand_color_800) 100%);
  border: none;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  text-decoration: none;
}
.btn.btn-primary-modern:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(var(--brand_color_rgb), 0.3);
  color: #fff;
}
.btn.btn-primary-modern:active {
  transform: translateY(0);
}
.btn.btn-primary-modern i {
  font-size: 0.9rem;
}
.btn.btn-outline-modern {
  background: transparent;
  border: 2px solid var(--black_200);
  color: var(--black_700);
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  text-decoration: none;
}
.btn.btn-outline-modern:hover {
  background: var(--black_50);
  border-color: var(--brand_color);
  color: var(--brand_color);
  transform: translateY(-1px);
}
.btn.btn-outline-modern i {
  font-size: 0.9rem;
}
.btn.btn-outline-danger {
  background: transparent;
  border: 2px solid #ff4757;
  color: #ff4757;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  text-decoration: none;
}
.btn.btn-outline-danger:hover {
  background: #ff4757;
  color: #fff;
  transform: translateY(-1px);
}

.settings-list .setting-item-modern {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--black_100);
}
.settings-list .setting-item-modern:last-child {
  border-bottom: none;
}
.settings-list .setting-item-modern .setting-content {
  display: flex;
  align-items: center;
  flex: 1;
}
.settings-list .setting-item-modern .setting-content .setting-icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: var(--black_50);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  color: var(--black_700);
  font-size: 0.9rem;
}
.settings-list .setting-item-modern .setting-content .setting-details {
  flex: 1;
}
.settings-list .setting-item-modern .setting-content .setting-details .setting-title {
  display: block;
  font-weight: 600;
  color: var(--black_900);
  margin-bottom: 0.125rem;
  font-size: 0.95rem;
}
.settings-list .setting-item-modern .setting-content .setting-details .setting-description {
  font-size: 0.85rem;
  color: var(--black_500);
  margin: 0;
}
.settings-list .setting-item-modern .setting-control .toggle-switch {
  position: relative;
  width: 50px;
  height: 24px;
}
.settings-list .setting-item-modern .setting-control .toggle-switch .toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}
.settings-list .setting-item-modern .setting-control .toggle-switch .toggle-input:checked + .toggle-label .toggle-slider {
  background-color: var(--brand_color);
}
.settings-list .setting-item-modern .setting-control .toggle-switch .toggle-input:checked + .toggle-label .toggle-slider:before {
  transform: translateX(26px);
}
.settings-list .setting-item-modern .setting-control .toggle-switch .toggle-label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.settings-list .setting-item-modern .setting-control .toggle-switch .toggle-label .toggle-slider {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
  top: 2px;
  left: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.settings-list .setting-item-modern .setting-control .toggle-switch .toggle-label .toggle-slider:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
  top: 2px;
  left: 2px;
}
.settings-list .setting-item-modern .setting-control .toggle-switch .toggle-label:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 50px;
  border-radius: 12px;
  background: var(--black_200);
  transition: all 0.3s ease;
}

.notification-section {
  margin-bottom: 2rem;
}
.notification-section .section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--black_900);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.notification-section .section-title i {
  color: var(--brand_color);
}
.notification-section .section-description {
  font-size: 0.9rem;
  color: var(--black_500);
  margin-bottom: 1rem;
}

.interests-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.interests-grid .interest-tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border: 2px solid var(--black_100);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--black_700);
}
.interests-grid .interest-tag:hover {
  border-color: var(--brand_color);
  background: rgba(var(--brand_color_rgb), 0.05);
  color: var(--brand_color);
}
.interests-grid .interest-tag.active {
  border-color: var(--brand_color);
  background: var(--brand_color);
  color: #fff;
}
.interests-grid .interest-tag i {
  font-size: 0.9rem;
}

.subscription-status .status-card.active {
  background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
  color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.subscription-status .status-card.active .status-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.2rem;
}
.subscription-status .status-card.active .status-content {
  flex: 1;
}
.subscription-status .status-card.active .status-content .status-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.subscription-status .status-card.active .status-content .status-detail {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}
.subscription-status .status-card.active .status-content .status-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.subscription-status .subscription-details {
  background: var(--black_50);
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}
.subscription-status .subscription-details .detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.subscription-status .subscription-details .detail-row:last-child {
  margin-bottom: 0;
}
.subscription-status .subscription-details .detail-row .detail-label {
  font-weight: 600;
  color: var(--black_700);
}
.subscription-status .subscription-details .detail-row .detail-value {
  color: var(--black_900);
}
.subscription-status .subscription-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.payment-methods .payment-method-card {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 2px solid var(--black_100);
  border-radius: 8px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.payment-methods .payment-method-card.default {
  border-color: var(--brand_color);
  background: rgba(var(--brand_color_rgb), 0.05);
}
.payment-methods .payment-method-card .card-brand {
  font-size: 2rem;
  color: var(--brand_color);
  margin-right: 1rem;
}
.payment-methods .payment-method-card .card-details {
  flex: 1;
}
.payment-methods .payment-method-card .card-details .card-number {
  font-weight: 600;
  color: var(--black_900);
  margin-bottom: 0.125rem;
}
.payment-methods .payment-method-card .card-details .card-expiry {
  font-size: 0.85rem;
  color: var(--black_500);
}
.payment-methods .payment-method-card .card-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.payment-methods .payment-method-card .card-actions .badge.badge-primary {
  background: var(--brand_color);
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}
.payment-methods .payment-method-card .card-actions .btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
}

.payment-actions .btn {
  width: 100%;
  justify-content: center;
}

.billing-address .section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--black_900);
  margin-bottom: 1rem;
}

.badge.badge-warning {
  background: #ffa726;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .settings-header .settings-title {
    font-size: 1.5rem;
  }
  .sidebar-modern .menu-modern .nav-item .nav-link {
    padding: 0.75rem;
  }
  .sidebar-modern .menu-modern .nav-item .nav-link .menu-icon {
    width: 36px;
    height: 36px;
    margin-right: 0.75rem;
  }
  .sidebar-modern .menu-modern .nav-item .nav-link .menu-content .menu-title {
    font-size: 0.9rem;
  }
  .sidebar-modern .menu-modern .nav-item .nav-link .menu-content .menu-description {
    font-size: 0.75rem;
  }
  .card-modern .card-header-modern {
    padding: 1rem;
  }
  .card-modern .card-header-modern .card-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .card-modern .card-header-modern .card-title-section .card-title {
    font-size: 1.1rem;
  }
  .card-modern .card-body-modern {
    padding: 1rem;
  }
  .interests-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
  .subscription-status .status-card.active {
    flex-direction: column;
    text-align: center;
  }
  .subscription-status .status-card.active .status-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .subscription-status .subscription-actions {
    justify-content: center;
  }
  .payment-method-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .payment-method-card .card-brand {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .payment-method-card .card-actions {
    width: 100%;
    justify-content: space-between;
    margin-top: 0.75rem;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.contact-area-one {
  background: url(../img/body_bg_glow.png) repeat-y top center;
}
.contact-area-one .current-pin {
  position: absolute;
  right: 38%;
  top: 25%;
  z-index: 1;
  animation: flash 2.5s linear infinite;
}
.contact-area-one .contact-box {
  padding: 32px;
  border-radius: 4px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  display: inline-block;
  position: absolute;
  left: 13%;
  top: 100px;
  z-index: 1;
  width: 354px;
}
.contact-area-one .contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}
.contact-area-one .contact-box h4 {
  color: #141414;
  font-weight: 700;
  margin-bottom: 16px;
}
.contact-area-one .contact-box label {
  display: block;
  color: #141414;
  margin-bottom: 0;
}
.contact-area-one .contact-box p,
.contact-area-one .contact-box a {
  display: block;
  color: var(--black_500);
  margin-bottom: 0;
}
.contact-area-one .contact-box .anchor {
  color: #0f6cbd;
}

/*=========== contact css ==========*/
.contact-area-two {
  overflow: hidden;
  position: relative;
  min-height: 850px;
  display: flex;
  align-items: center;
}
.contact-area-two .contact-form {
  position: relative;
  z-index: 1;
  padding: 65px 50px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  border-radius: 10px;
  margin: 100px 0;
}
.contact-area-two .contact-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}
.contact-area-two .contact-form .title {
  font-size: 36px;
  margin-bottom: 12px;
}
.contact-area-two .contact-form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: var(--black_800);
}
.contact-area-two .contact-form .form-label {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--black_800);
  margin-bottom: 10px;
}
.contact-area-two .contact-form .form-control {
  border-color: #d2d2d3;
  padding: 15px 18px;
  border-radius: 5px !important;
}
.contact-area-two .contact-form .form-control:focus {
  border-color: var(--black_400);
  outline: none;
  box-shadow: none;
}
.contact-area-two .contact-form .input-group {
  position: relative;
  z-index: 1;
}
.contact-area-two .contact-form .input-group .input-icon {
  position: absolute;
  left: 18px;
  top: 22px;
  color: #909092;
  z-index: 4;
}
.contact-area-two .contact-form .input-group .form-control {
  padding: 18px 15px 18px 40px;
}
.contact-area-two .contact-form .input-group label {
  display: block;
  width: 100%;
}
.contact-area-two .contact-form .theme_btn {
  border: 0;
  box-shadow: none;
  background: var(--black_800);
  margin-top: 30px;
  font-size: 18px;
}
.contact-area-two .contact-form .theme_btn i {
  margin-right: 6px;
}
.contact-area-two .contact-map {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.contact-area-two .contact-map iframe {
  height: 100%;
  width: 100%;
}

/* Support Area Modern Redesign */
.support-area {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: linear-gradient(180deg, #F9FBFF 0%, #FFFFFF 100%);
}
.support-area .section_title {
  margin-bottom: 60px;
}
.support-area .section_title .title {
  font-size: 42px;
  font-weight: 700;
  color: var(--black_800);
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.support-area .section_title p {
  color: var(--black_500);
  font-size: 18px;
}
.support-area .support-item {
  background: #fff;
  border-radius: 20px;
  padding: 50px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.support-area .support-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--brand_color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.support-area .support-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(var(--brand_color_rgb), 0.03) 0%, rgba(var(--brand_color_rgb), 0) 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.support-area .support-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.support-area .support-item:hover::before {
  transform: scaleX(1);
}
.support-area .support-item:hover::after {
  opacity: 1;
}
.support-area .support-item:hover .icon-box {
  background: var(--brand_color);
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 30px rgba(var(--brand_color_rgb), 0.3);
}
.support-area .support-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}
.support-area .support-item:hover .support-title {
  color: var(--brand_color);
}
.support-area .support-item .icon-box {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: rgba(var(--brand_color_rgb), 0.08);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}
.support-area .support-item .icon-box img {
  width: 25px;
  transition: all 0.4s ease;
}
.support-area .support-item .support-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--black_800);
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
.support-area .support-item .support-text {
  font-size: 16px;
  line-height: 28px;
  color: var(--black_600);
  margin-bottom: 0;
  transition: color 0.3s ease;
}
.support-area .support-item .support-text.address-text {
  max-width: 240px;
  margin: 0 auto;
}
.support-area .support-item a.support-text {
  display: block;
}
.support-area .support-item a.support-text:hover {
  color: var(--brand_color);
  text-decoration: none;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.blog-widget {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.blog-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}
.blog-widget > img {
  border-radius: 12px;
  width: 100%;
}
.blog-widget .blog-content {
  padding: 25px 30px;
  border-radius: 0 0 12px 12px;
  background: transparent;
}
.blog-widget .blog-content a h5 {
  transition: 0.3s;
  margin-bottom: 15px;
}
.blog-widget .blog-content a:hover h5 {
  color: var(--brand_color);
}
.blog-widget .blog-content .title {
  color: #17161a;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
}
.blog-widget .blog-content .title h4 {
  transition: all 0.3s ease-in-out;
}
.blog-widget .blog-content .title:hover h4 {
  text-decoration: none;
  color: var(--brand_color);
}
.blog-widget .blog-content .blog-text {
  color: #5c5b5e;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.blog-widget .blog-content .blog-text i {
  margin-right: 3px;
  font-size: 12px;
}
.blog-widget .blog-content .blog-sub-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747376;
}
.blog-widget .blog-content .blog-sub-text img {
  display: inline;
}
.blog-widget .blog-content .blog-sub-text a {
  color: #747376;
  margin-left: 5px;
  margin-right: 18px;
}
.blog-widget .blog-content .blog-sub-text a:hover {
  color: var(--brand_color);
}
.blog-widget .video-player-widget {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

/*----------------------------------------*/
/* Blog Extent grid Area
/*----------------------------------------*/
.blog_top_post {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  border-radius: 30px;
  margin: 0;
}
.blog_top_post:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}
.blog_top_post .p_top_img {
  position: relative;
  padding-right: 0;
}
.blog_top_post .p_top_img .p_img {
  position: absolute;
  padding-right: 0;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  background-size: cover;
  border-radius: 0 30px 30px 0;
}
.blog_top_post .b_top_post_content {
  padding: 50px 30px 50px 50px;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
}
.blog_top_post .b_top_post_content .post_tag {
  padding-bottom: 10px;
}
.blog_top_post .b_top_post_content a:hover h3 {
  color: var(--brand_color);
}
.blog_top_post .b_top_post_content h3 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 17px;
  transition: color 0.2s linear;
}
.blog_top_post .b_top_post_content a {
  color: #464547;
  font-size: 14px;
}
.blog_top_post .b_top_post_content .post_author {
  padding-top: 40px;
  align-items: center;
}
.blog_top_post .post_tag a {
  font-size: 14px;
  color: #8a898d;
  display: inline-block;
  margin-top: 10px;
}
.blog_top_post .post_tag a.cat-Docy {
  color: #fd8d2a;
}
.blog_top_post .post_tag a.cat-megento {
  color: #f26322;
}
.blog_top_post .post_tag a.cat-woocommerce {
  color: #96588a;
}
.blog_top_post .post_tag a.c_blue {
  color: #5c5b5e;
}
.blog_top_post .post_tag a.cat-laravel {
  color: #ff2d20;
}
.blog_top_post .post_tag a + a {
  padding-left: 10px;
}
.blog_top_post .post_tag a + a:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #c9c9e2;
  display: inline-block;
  margin-right: 13px;
}
.blog_top_post .post_tag a.author {
  margin-top: 4px;
  margin-right: 5px;
}
.blog_top_post .post_tag a.author .avatar {
  margin-right: 5px;
}
.blog_top_post .post_author .round_img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.blog_top_post .post_author .round_img img {
  height: 40px;
  width: auto;
}
.blog_top_post .post_author .author_text {
  margin-top: 5px;
}
.blog_top_post .post_author .author_text h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.blog_top_post .post_author .author_text .date {
  font-size: 13px;
  font-weight: 400;
  color: #8a898d;
}

/*=========== Start blog_grid_area css ==========*/
.blog_grid_inner {
  border-top: 1px solid var(--black_50);
  background: #f9f9f9;
}

.blog_tab .nav-item {
  margin-bottom: 0;
}
.blog_tab .nav-item .nav-link {
  padding: 17px 21px;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  color: #858997;
  font-size: 14px;
  position: relative;
  background: transparent;
  transition: all 0.2s ease-in;
}
.blog_tab .nav-item .nav-link:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  height: 2px;
  left: 0;
  background: var(--brand_color);
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: all 0.3s ease-in;
}
.blog_tab .nav-item .nav-link.active, .blog_tab .nav-item .nav-link:hover {
  background: rgba(255, 113, 121, 0.1098039216);
  color: var(--brand_color);
}
.blog_tab .nav-item .nav-link.active:before, .blog_tab .nav-item .nav-link:hover:before {
  transform: scale(1);
}
.blog_tab .nav-item.cat-laravel .nav-link:hover {
  background: rgba(255, 45, 32, 0.2);
  color: rgb(255, 45, 32);
}
.blog_tab .nav-item.cat-laravel .nav-link:before {
  background: rgb(255, 45, 32);
}
.blog_tab .nav-item.cat-Docy .nav-link:hover {
  background: rgba(253, 141, 42, 0.2);
  color: rgb(253, 141, 42);
}
.blog_tab .nav-item.cat-Docy .nav-link:before {
  background: rgb(253, 141, 42);
}
.blog_tab .nav-item.cat-megento .nav-link:hover {
  background: rgba(242, 99, 34, 0.2);
  color: rgb(242, 99, 34);
}
.blog_tab .nav-item.cat-megento .nav-link:before {
  background: rgb(242, 99, 34);
}
.blog_tab .nav-item.cat-woocommerce .nav-link:hover {
  background: rgba(150, 88, 138, 0.2);
  color: rgb(150, 88, 138);
}
.blog_tab .nav-item.cat-woocommerce .nav-link:before {
  background: rgb(150, 88, 138);
}

.blog_grid_tab {
  padding-top: 60px;
  margin-bottom: -40px;
}

.blog_link_post {
  background: #fff;
  border-left: 4px solid var(--brand_color);
  padding: 50px 40px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}
.blog_link_post:before, .blog_link_post:after {
  content: "";
  position: absolute;
}
.blog_link_post:before {
  background: url("../img/blog/blog-list/icon_01.png") no-repeat;
  top: 5px;
  left: 40px;
  width: 42px;
  height: 41px;
}
.blog_link_post:after {
  background: url("../img/blog/blog-list/icon_02.png") no-repeat;
  bottom: -35px;
  right: 30px;
  width: 100px;
  height: 100px;
}
.blog_link_post:hover {
  text-decoration: none !important;
}
.blog_link_post a:hover {
  text-decoration: none;
}
.blog_link_post p {
  font-size: 24px;
  color: #464547;
  margin-bottom: 0;
  transition: color 0.2s linear;
  line-height: 1.6;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.dp-privacy-policy .page-area {
  border-radius: 10px;
  padding: 35px 40px 15px;
  background: #fff;
  box-shadow: 0 8px 20px -2px rgba(33, 40, 51, 0.05);
  margin-top: 80px;
}
.dp-privacy-policy .page-area h2 {
  margin-bottom: 16px;
  font-size: 44px;
  padding-top: 10px;
}
.dp-privacy-policy .page-area p {
  margin-bottom: 26px;
}
.dp-privacy-policy .page-area p strong {
  font-weight: 600;
  color: var(--bj-darks);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.footer-widget-one {
  background: rgba(12, 13, 14, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  border-top: var(--glass-border);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  box-shadow: var(--glass-shadow);
  padding-top: 315px;
  padding-bottom: 36px;
  background-image: url(../img/home-one/footer-bg.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer-widget-one {
    padding-top: 200px;
  }
}
.footer-widget-one p {
  color: var(--black_100);
}
.footer-widget-one .title {
  color: #f9f9f9;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.footer-widget-one .contact-list i {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #ebebeb;
  display: inline-block;
  margin-right: 12px;
  line-height: 24px;
  text-align: center;
  color: #000;
  font-size: 14px;
}
.footer-widget-one .contact-list li {
  margin-bottom: 18px;
}
.footer-widget-one .contact-list li:last-child {
  margin-bottom: 0;
}
.footer-widget-one .contact-list li,
.footer-widget-one .contact-list a {
  color: var(--black_100);
  font-weight: 400;
}
.footer-widget-one .contact-list li:hover,
.footer-widget-one .contact-list a:hover {
  color: #fff;
}
.footer-widget-one .social-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-widget-one .social-btn a {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  color: rgba(240, 240, 240, 0.5);
  background-color: rgba(159, 166, 173, 0.3);
  transition: all 0.3s ease-in;
  font-size: 17px;
}
.footer-widget-one .social-btn a:hover {
  color: #f0f0f0;
  background-color: var(--black_500);
}
.footer-widget-one .footer-bottom {
  margin-top: 40px;
  color: var(--black_350);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-widget-one .footer-bottom a {
  color: var(--black_350);
  transition: all 0.3s ease-in;
  text-decoration: none;
}
.footer-widget-one .footer-bottom a:hover {
  color: var(--black_200);
}

.newsletter-form-widget {
  display: flex;
  gap: 10px;
  align-items: center;
}
.newsletter-form-widget .form-control {
  border-radius: 4px;
  height: 40px;
  border: 1px solid #d1d1d1;
  outline: none;
  padding: 9px 14px;
  color: #343434;
  font-size: 16px;
}
.newsletter-form-widget .form-control::placeholder {
  font-size: 16px;
  color: #343434;
}
.newsletter-form-widget .theme-btn {
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-table;
}

.footer-widget-two {
  background-color: #101114;
  padding-top: 100px;
  padding-bottom: 20px;
  background-image: url(../img/home-two/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-widget-two p {
  color: var(--black_25);
}
.footer-widget-two .title {
  font-weight: 600;
  color: var(--black_25);
  margin-bottom: 18px;
}
.footer-widget-two .support-link {
  display: inline-flex;
  flex-direction: column;
}
.footer-widget-two .support-link a {
  display: inline-block;
  font-size: 16px;
  color: var(--black_100);
  font-weight: 400;
  margin-bottom: 18px;
}
.footer-widget-two .support-link a:hover {
  color: #fff;
}
.footer-widget-two .support-link a:last-child {
  margin-bottom: 0;
}
.footer-widget-two .footer-bottom {
  margin-top: 60px;
  border-top: 1px solid rgba(235, 235, 235, 0.2);
  padding-top: 50px;
  font-size: 16px;
  color: var(--black_350);
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-widget-two .footer-bottom a {
  font-size: 16px;
  text-decoration: underline;
  color: var(--black_350);
  transition: all 0.3s ease-in;
}
.footer-widget-two .footer-bottom a:hover {
  color: var(--black_200);
}
.footer-widget-two .footer-bottom .social-btn {
  display: inline-flex;
  gap: 16px;
  margin-left: auto;
}
.footer-widget-two .footer-bottom .social-btn img {
  border-radius: 4px;
  height: 33px;
  width: 33px;
}

.footer-widget-three {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-widget-three .bg-shape .tree {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.footer-widget-three .bg-shape .cycle {
  position: absolute;
  left: 20px;
  bottom: 22px;
  animation: footerMoveOne 18s linear infinite;
  z-index: -1;
}
.footer-widget-three .link-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.footer-widget-three .link-list a {
  color: var(--black_700);
}
.footer-widget-three .link-list a:hover {
  color: var(--brand_color);
}
.footer-widget-three .social-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.footer-widget-three .social-action a {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--black_350);
  transition: all 0.3s ease-in;
  font-size: 14px;
}
.footer-widget-three .social-action a:hover {
  color: #f0f0f0;
  background-color: var(--black_700);
}
.footer-widget-three .copyright {
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
  font-size: 16px;
  color: var(--black_700);
}
.footer-widget-three .hearts {
  position: absolute;
  bottom: 138px;
  transform: translateX(-50%);
  right: 44px;
}
.footer-widget-three .hearts .heart {
  position: absolute;
  list-style: none;
  width: 20px;
  height: 25px;
  margin: 4px;
  background-image: url(../img/heart.png);
  background-position: center;
  background-size: cover;
}
.footer-widget-three .hearts .heart.anm2 {
  animation: 2.8s flyingheart2 linear infinite;
}
.footer-widget-three .hearts.flying > .heart:nth-child(even) {
  -webkit-animation: 2.8s flyingEven linear infinite;
  -moz-animation: 2.8s flyingEven linear infinite;
  animation: 2.8s flyingEven linear infinite;
}
.footer-widget-three .hearts.flying > .heart:nth-child(odd) {
  -webkit-animation: 2.8s flyingOdd linear infinite;
  -moz-animation: 2.8s flyingOdd linear infinite;
  animation: 2.8s flyingOdd linear infinite;
}
.footer-widget-three .hearts.flying > .heart:nth-child(1) {
  animation-delay: 0.2s;
}
.footer-widget-three .hearts.flying > .heart:nth-child(2) {
  animation-delay: 0.3s;
}
.footer-widget-three .hearts.flying > .heart:nth-child(3) {
  width: 15px;
  height: 18px;
  background-image: url(../img/heart-2.png);
  animation-delay: 0.6s;
}
.footer-widget-three .hearts.flying > .heart:nth-child(4) {
  animation-delay: 1.5s;
}
.footer-widget-three .hearts.flying > .heart:nth-child(5) {
  animation-delay: 2.2s;
}
.footer-widget-three .hearts.flying > .heart:nth-child(6) {
  animation-delay: 2.9s;
}
.footer-widget-three .hearts.flying > .heart:nth-child(7) {
  animation-delay: 3.2s;
}
.footer-widget-three .hearts.flying > .heart:nth-child(8) {
  width: 15px;
  height: 18px;
  background-image: url(../img/heart-2.png);
  animation-delay: 3.5s;
}
.footer-widget-three .hearts.flying > .heart:nth-child(9) {
  animation-delay: 3.8s;
}
.footer-widget-three .hearts.flying > .heart:nth-child(10) {
  animation-delay: 4.1s;
}
.footer-widget-three .hearts.flying > .heart.anm2 {
  animation: 3s flyingheart2 linear infinite;
}
.footer-widget-three .hearts.flying > .heart:nth-child(11) {
  animation-delay: 1.5s;
}
.footer-widget-three .hearts.flying > .heart:nth-child(12) {
  animation-delay: 2.2s;
}
.footer-widget-three .hearts.flying > .heart:nth-child(13) {
  animation-delay: 3s;
}
.footer-widget-three .hearts.flying > .heart:nth-child(14) {
  animation-delay: 4s;
}

@-moz-keyframes flyingEven {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(130px, -320px) scale(2.5);
    opacity: 0;
    filter: blur(20px);
  }
}
@-webkit-keyframes flyingEven {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(130px, -320px) scale(2.5);
    opacity: 0;
    filter: blur(20px);
  }
}
@keyframes flyingEven {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(130px, -320px) scale(2.5);
    opacity: 0;
    filter: blur(10px);
  }
}
@-moz-keyframes flyingOdd {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(-130px, -320px) scale(2.5);
    opacity: 0;
    filter: blur(20px);
  }
}
@-webkit-keyframes flyingOdd {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(-130px, -320px) scale(2.5);
    opacity: 0;
    filter: blur(20px);
  }
}
@keyframes flyingOdd {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(-130px, -320px) scale(2.5);
    opacity: 0;
    filter: blur(10px);
  }
}
@keyframes flyingheart2 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(0px, -320px) scale(2.5);
    opacity: 0;
    filter: blur(10px);
  }
}
@-webkit-keyframes footerMoveOne {
  0% {
    left: -10%;
  }
  100% {
    left: 100%;
  }
}
@keyframes footerMoveOne {
  0% {
    left: -10%;
  }
  100% {
    left: 100%;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.login-area {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/login/login-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.login-area.registration-area {
  background-image: url(../img/login/reginstration-bg.png);
}
.login-area .bg-shapes img {
  position: absolute;
  z-index: -1;
}
.login-area .bg-shapes img:nth-child(1) {
  top: 23px;
  left: 23px;
}
.login-area .bg-shapes img:nth-child(2) {
  bottom: 0;
  right: 0;
}

.login-wrapper {
  max-width: 1170px;
  width: 100%;
  display: flex;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  min-height: 880px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.login-wrapper .login-left {
  width: 50%;
  padding: 60px 43px;
  background-color: rgba(255, 255, 255, 0.4);
  border-right: var(--glass-border);
}
.login-wrapper .login-left .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  color: var(--black_900);
}
.login-wrapper .login-left .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: var(--black_750);
}
.login-wrapper .login-left .logo {
  margin-bottom: 30px;
  display: block;
}
.login-wrapper .login-left .social-links {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.login-wrapper .login-left .social-links a {
  height: 48px;
  border-radius: 9px;
  background-color: #fff;
  display: block;
  border: 1.1px solid #d0d5dd;
  box-shadow: 0 1.1px 2.2px 0 rgba(16, 24, 40, 0.0509803922);
  text-align: center;
  line-height: 43px;
  flex: 1;
  transition: all 0.3s ease-in-out;
}
.login-wrapper .login-left .social-links a:hover {
  background: #f5f5f5;
}
.login-wrapper .login-left .divider {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 19px 0;
}
.login-wrapper .login-left .divider span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.1000000015px;
  padding: 0 5px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
.login-wrapper .login-left .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #bac4cd;
  z-index: -1;
}
.login-wrapper .login-left .input-field {
  margin-bottom: 15px;
}
.login-wrapper .login-left .pass-field {
  position: relative;
}
.login-wrapper .login-left .pass-field .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #7e8695;
  cursor: pointer;
}
.login-wrapper .login-left .pass-field .form-control {
  padding-right: 26px;
}
.login-wrapper .login-left .form-control {
  border-radius: 8px;
  height: 58px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #e0e2e6;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #7e8695;
}
.login-wrapper .login-left .form-control:focus {
  border-color: var(--black_400);
  box-shadow: none;
}
.login-wrapper .login-left .form-control::placeholder {
  color: #7e8695;
}
.login-wrapper .login-left .theme-btn {
  padding: 12px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
}
.login-wrapper .login-left .forget-password {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--black_600);
}
.login-wrapper .login-left .form-check-input {
  border-color: var(--black_600);
  cursor: pointer;
}
.login-wrapper .login-left .form-check-input:focus {
  box-shadow: none;
  border-color: var(--black_600);
}
.login-wrapper .login-left .form-check-input:checked[type=checkbox] {
  background-color: #2f3337;
  border-color: #2f3337;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.login-wrapper .login-left .form-check-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #636a79;
}
.login-wrapper .login-left .form-check-label a {
  color: var(--brand_color);
}
.login-wrapper .login-left .new-user {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #7e8695;
  margin-top: 16px;
  text-align: center;
}
.login-wrapper .login-left .new-user a {
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  color: var(--brand_color);
}
.login-wrapper .login-right {
  width: 50%;
}
.login-wrapper .login-right img {
  max-width: 100%;
}

.signup-modal .modal-dialog,
.login-modal .modal-dialog {
  max-width: 1170px;
}
.signup-modal .login-wrapper,
.login-modal .login-wrapper {
  flex-direction: row;
  background-color: transparent;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   About page CSS
/*----------------------------------------*/
.about-area {
  position: relative;
  z-index: 1;
}
.about-area .shape-bg .shape-1 {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.about-area .about-img-wrapper {
  position: relative;
  padding: 30px;
}
.about-area .about-img-wrapper .main-img-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  border: 8px solid rgba(255, 255, 255, 0.4);
}
.about-area .about-img-wrapper .main-img-box .main-img {
  width: 100%;
  transition: transform 0.5s ease;
}
.about-area .about-img-wrapper .main-img-box:hover .main-img {
  transform: scale(1.05);
}
.about-area .about-img-wrapper .floated-img {
  position: absolute;
  bottom: -40px;
  left: -30px;
  width: 200px;
  border-radius: 12px;
  border: 4px solid #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.about-area .about-img-wrapper .floating-badge {
  position: absolute;
  bottom: 60px;
  right: -20px;
  background: #fff;
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 15px;
  animation: float 6s ease-in-out infinite;
}
.about-area .about-img-wrapper .floating-badge .icon {
  width: 45px;
  height: 45px;
  background: rgba(var(--brand_color_rgb), 0.1);
  color: var(--brand_color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.about-area .about-img-wrapper .floating-badge .content {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.about-area .about-img-wrapper .floating-badge .content .count {
  font-size: 22px;
  font-weight: 700;
  color: var(--black_800);
}
.about-area .about-img-wrapper .floating-badge .content .label {
  font-size: 13px;
  color: var(--black_500);
}
.about-area .about-img-wrapper .bg-shape-circle {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(var(--brand_color_rgb), 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}
.about-area .about-img-wrapper .bg-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(rgba(var(--brand_color_rgb), 0.2) 2px, transparent 2px);
  background-size: 20px 20px;
  z-index: 1;
  opacity: 0.6;
}
.about-area .about-content .section-title-two .subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand_color);
  margin-bottom: 10px;
  display: inline-block;
}
.about-area .about-content .section-title-two h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.about-area .about-content .section-title-two p {
  font-size: 18px;
  line-height: 1.7;
}
.about-area .about-content .feature-list .feature-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.about-area .about-content .feature-list .feature-item:last-child {
  margin-bottom: 0;
}
.about-area .about-content .feature-list .feature-item .icon-box {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(var(--brand_color_rgb), 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.about-area .about-content .feature-list .feature-item .icon-box img {
  width: 30px;
  height: auto;
}
.about-area .about-content .feature-list .feature-item .text h5 {
  font-weight: 700;
  color: var(--black_800);
  margin-bottom: 10px;
  font-size: 18px;
}
.about-area .about-content .feature-list .feature-item .text p {
  color: var(--black_600);
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 0;
}
.about-area .about-content .feature-list .feature-item:hover .icon-box {
  background: var(--brand_color);
  transform: rotateY(180deg);
}
.about-area .about-content .feature-list .feature-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.why-choose-dp {
  background: rgba(15, 228, 147, 0.03);
}
.why-choose-dp .about-card {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: fadeInGlass 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 50px 30px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.why-choose-dp .about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.15);
  background: var(--glass-bg-hover);
}
.why-choose-dp .about-card .card-icon {
  margin-bottom: 25px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-dp .about-card .card-icon img {
  transition: transform 0.3s ease;
}
.why-choose-dp .about-card p {
  color: var(--black_700);
  line-height: 26px;
  margin-bottom: 0;
  font-size: 16px;
}
.why-choose-dp .about-card h4 {
  margin: 0 0 15px;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  color: var(--black_800);
}
.why-choose-dp .about-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-10px);
}
.why-choose-dp .about-card:hover .card-icon img {
  transform: scale(1.1);
}
.why-choose-dp .about-card:hover h4 {
  color: var(--brand_color);
}

/*----------------------------------------*/
/*   story page CSS (Retained existing)
/*----------------------------------------*/
.bg-gradient-animate {
  background: linear-gradient(to right, var(--brand_color_25), var(--brand_color_400));
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.float {
  animation: float 6s ease-in-out infinite;
  opacity: 0.3;
  position: absolute;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------*/
/* Safety Tips Page Styles
/*----------------------------------------*/
/* Layout Utilities */
.section-padding-lg {
  padding: 120px 0;
}

.section-gradient {
  padding: 120px 0;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.05) 0%, rgba(255, 107, 237, 0.05) 100%);
}

.section-gradient-soft {
  padding: 120px 0;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.08) 0%, rgba(45, 52, 54, 0.04) 100%);
}

.section-gradient-deep {
  padding: 120px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.section-light {
  padding: 120px 0;
  background: #f8f9fa;
}

/* Hero / Breadcrumb */
.safety-breadcrumb {
  position: relative;
  padding: 140px 0 120px;
  overflow: hidden;
}
.safety-breadcrumb .bg-shape::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.85) 0%, rgba(118, 75, 162, 0.85) 100%);
  mix-blend-mode: multiply;
}
.safety-breadcrumb .breadcrumb-content {
  color: #fff;
  position: relative;
}
.safety-breadcrumb .breadcrumb-content h1 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 18px;
  color: var(--black_900);
}
.safety-breadcrumb .breadcrumb-content h1 span {
  color: #fff;
}
.safety-breadcrumb .breadcrumb-content p {
  max-width: 100%;
  color: var(--black_25);
}
.safety-breadcrumb .hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.safety-quick-stats {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.safety-quick-stats .quick-stat-item {
  display: flex;
  gap: 18px;
  align-items: center;
  color: #fff;
}
.safety-quick-stats .quick-stat-item i {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  font-size: 22px;
}
.safety-quick-stats .quick-stat-item h4 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--black_25);
}
.safety-quick-stats .quick-stat-item p {
  margin: 0;
  font-size: 15px;
  opacity: 0.85;
  line-height: 1.5;
  color: var(--black_50);
}

/* Overview Section */
.badge-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 107, 107, 0.15);
  color: var(--brand_color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 50px;
}
.section-heading h2 {
  font-size: 40px;
  font-weight: 800;
  color: var(--black_900);
  margin: 20px 0 15px;
}
.section-heading p {
  color: var(--black_600);
  font-size: 17px;
}

.overview-card {
  height: 100%;
  background: #fff;
  border-radius: 22px;
  padding: 32px 26px;
  box-shadow: 0 20px 45px rgba(8, 15, 52, 0.08);
  transition: all 0.3s ease;
}
.overview-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(8, 15, 52, 0.12);
}

.overview-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand_color) 0%, #ff6bed 100%);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
}

.overview-card h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black_900);
  margin-bottom: 12px;
}

.overview-card p {
  color: var(--black_600);
  line-height: 1.7;
  margin: 0;
}

/* Essentials Section */
.safety-essentials .section-heading {
  margin-bottom: 60px;
}

.essential-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.essential-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}
.essential-card .card-header {
  display: flex;
  align-items: center;
  gap: 18px;
}
.essential-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: var(--black_900);
}

.step-number {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand_color) 0%, #ff6bed 100%);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.essential-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.essential-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--black_600);
  font-size: 15px;
  line-height: 1.5;
}
.essential-list i {
  color: #10b981;
}

.essential-link {
  margin-top: auto;
  font-weight: 600;
  color: var(--brand_color);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: gap 0.3s ease;
}
.essential-link:hover {
  gap: 12px;
}

/* Journey Section */
.journey-timeline {
  background: #fff;
  border-radius: 30px;
  padding: 45px 40px;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.1);
}

.timeline-header {
  margin-bottom: 35px;
}
.timeline-header h2 {
  font-size: 34px;
  font-weight: 800;
  color: var(--black_900);
  margin: 15px 0 10px;
}
.timeline-header p {
  color: var(--black_600);
  margin: 0;
}

.timeline-item {
  position: relative;
  padding-left: 35px;
  margin-left: 10px;
  border-left: 2px solid rgba(255, 107, 107, 0.25);
  padding-bottom: 28px;
}
.timeline-item:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: -11px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand_color) 0%, #ff6bed 100%);
  box-shadow: 0 0 0 6px rgba(255, 107, 107, 0.15);
}

.timeline-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.timeline-content p {
  color: var(--black_600);
  margin-bottom: 15px;
}

.timeline-actions .text-link {
  font-weight: 600;
  color: var(--brand_color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.timeline-actions .text-link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transition: transform 0.3s ease;
}
.timeline-actions .text-link:hover::after {
  transform: translateX(4px);
}

.journey-support {
  background: #fff;
  border-radius: 28px;
  padding: 40px 35px;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.journey-support h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--black_900);
}
.journey-support p {
  color: var(--black_600);
  margin: 0;
}

.support-options {
  display: grid;
  gap: 14px;
}

.support-card {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
  text-decoration: none;
  color: var(--black_900);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(15, 23, 42, 0.12);
}
.support-card h5 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
}
.support-card p {
  margin: 0;
  font-size: 14px;
  color: var(--black_600);
}

.support-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand_color) 0%, #ff6bed 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.journey-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  padding: 16px 18px;
  color: #fff;
}
.journey-note i {
  font-size: 18px;
  margin-top: 3px;
}
.journey-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

/* Toolkit Section */
.safety-toolkit .section-heading {
  margin-bottom: 50px;
}

.toolkit-card {
  background: #fff;
  border-radius: 24px;
  padding: 38px 32px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.toolkit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}
.toolkit-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--black_900);
  margin: 0;
}
.toolkit-card p {
  color: var(--black_600);
  margin: 0;
  line-height: 1.6;
}
.toolkit-card .theme-btn,
.toolkit-card .theme-btn-outline {
  align-self: flex-start;
}

.toolkit-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand_color) 0%, #ff6bed 100%);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 26px;
}

/* Safety Stats Section */
.safety-stats-section .section-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--black_900);
}
.safety-stats-section .section-subtitle {
  font-size: 18px;
  color: var(--black_600);
}

.stat-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--brand_color) 0%, #FF6BED 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.stat-card:hover::before {
  transform: scaleX(1);
}

.stat-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--brand_color) 0%, #FF6BED 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: white;
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  color: var(--black_900);
  margin: 0;
  display: inline-block;
}

.stat-suffix {
  font-size: 32px;
  font-weight: 700;
  color: var(--brand_color);
  margin: 0;
  display: inline-block;
}

.stat-label {
  font-size: 16px;
  color: var(--black_600);
  margin-top: 10px;
}

/* Safety Navigation Tabs */
.safety-nav-tabs {
  background: white;
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  gap: 10px;
  flex-wrap: wrap;
}
.safety-nav-tabs .nav-link {
  border: none;
  border-radius: 40px;
  padding: 15px 30px;
  color: var(--black_600);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  background: transparent;
}
.safety-nav-tabs .nav-link i {
  font-size: 20px;
}
.safety-nav-tabs .nav-link:hover {
  color: var(--brand_color);
  background: rgba(255, 107, 107, 0.1);
}
.safety-nav-tabs .nav-link.active {
  background: linear-gradient(135deg, var(--brand_color) 0%, #FF6BED 100%);
  color: white;
}

/* Safety Content */
.safety-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 20px;
}
.safety-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.safety-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 12px 24px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.safety-badge i {
  color: var(--brand_color);
  font-size: 18px;
}
.safety-badge.alert-badge i {
  color: #ff4757;
}

.safety-content h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--black_900);
  padding-top: 30px;
}

.safety-tips-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.tip-item {
  display: flex;
  gap: 20px;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: var(--bs_sm);
}
.tip-item:hover {
  background: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transform: translateX(10px);
}

.tip-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--brand_color) 0%, #FF6BED 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
}

.alert-list .tip-icon.alert-icon {
  background: linear-gradient(135deg, #ff4757 0%, #ff6348 100%);
}

.tip-content h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--black_900);
  margin-bottom: 8px;
}
.tip-content p {
  font-size: 15px;
  color: var(--black_600);
  margin: 0;
  line-height: 1.6;
}

/* Video Section */
.video-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.video-features-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: var(--black_700);
  margin-bottom: 12px;
}
.video-features-list i {
  color: #10b981;
  font-size: 20px;
}

.video-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.video-placeholder {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%), url("../img/members/member-05.png") center/cover;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.video-placeholder:hover {
  transform: scale(1.02);
}
.video-placeholder i {
  font-size: 80px;
  color: white;
  margin-bottom: 15px;
}
.video-placeholder p {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* Emergency Resources */
.emergency-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.emergency-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.emergency-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--black_900);
  margin-bottom: 15px;
}
.emergency-card p {
  font-size: 15px;
  color: var(--black_600);
  margin-bottom: 20px;
}

.emergency-icon {
  margin: 0 auto 20px;
  background-color: #007bff;
  color: #ffffff;
  border: none; /* Example: removing the border */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  transition: all 0.3s ease;
}

.emergency-link {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, var(--brand_color) 0%, #FF6BED 100%);
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.emergency-link:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
  color: white;
}

/* Commitment Section */
.commitment-stats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.commitment-stat-item h3 {
  font-size: 40px;
  font-weight: 800;
  color: var(--brand_color);
  margin-bottom: 5px;
}
.commitment-stat-item p {
  font-size: 14px;
  color: var(--black_600);
  margin: 0;
}

.commitment-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.commitment-feature {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.commitment-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.commitment-feature .feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--brand_color) 0%, #FF6BED 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-bottom: 15px;
}
.commitment-feature h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--black_900);
  margin-bottom: 10px;
}
.commitment-feature p {
  font-size: 14px;
  color: var(--black_600);
  margin: 0;
}

/* Checklist Section */
.checklist-card {
  background: white;
  border-radius: 30px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.checklist-card h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--black_900);
}

.checklist-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--brand_color) 0%, #FF6BED 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: white;
}

.checklist-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.checklist-badge {
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(255, 107, 237, 0.1) 100%);
  padding: 10px 20px;
  border-radius: 25px;
  color: var(--brand_color);
  font-weight: 600;
  font-size: 14px;
}
.checklist-badge i {
  margin-right: 5px;
}

/* Utility Classes */
.theme-btn {
  background: linear-gradient(135deg, var(--brand_color) 0%, #FF6BED 100%);
  color: white;
  border: none;
  padding: 15px 35px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.theme-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 107, 107, 0.3);
  color: white;
}

.theme-btn-outline {
  background: transparent;
  color: var(--brand_color);
  border: 2px solid var(--brand_color);
  padding: 15px 35px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
.theme-btn-outline:hover {
  background: var(--brand_color);
  border-color: var(--brand_color);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 107, 107, 0.3);
}

.hero-cta-group .theme-btn-outline {
  color: #fff;
  border: 2px solid var(--brand_color_200);
  z-index: 1;
}
.hero-cta-group .theme-btn-outline:hover {
  background: var(--brand_color);
  border-color: var(--brand_color);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 107, 107, 0.3);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .safety-breadcrumb {
    padding: 120px 0 100px;
  }
  .safety-breadcrumb .breadcrumb-content h1 {
    font-size: 42px;
  }
  .safety-breadcrumb .hero-cta-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .safety-quick-stats {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
  }
  .safety-quick-stats .quick-stat-item {
    flex: 1 1 45%;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  .journey-timeline,
  .journey-support {
    padding: 35px 28px;
  }
  .timeline-header h2 {
    font-size: 28px;
  }
  .safety-stats-section .section-title {
    font-size: 32px;
  }
  .safety-content h3 {
    font-size: 28px;
  }
  .commitment-features-grid {
    grid-template-columns: 1fr;
  }
  .safety-nav-tabs .nav-link span {
    display: none;
  }
  .stat-number {
    font-size: 36px;
  }
  .support-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .section-padding-lg,
  .section-gradient,
  .section-gradient-soft,
  .section-gradient-deep,
  .section-light {
    padding: 60px 0;
  }
  .safety-breadcrumb {
    padding: 100px 0 80px;
  }
  .safety-breadcrumb .breadcrumb-content h1 {
    font-size: 36px;
  }
  .safety-breadcrumb .breadcrumb-content p {
    font-size: 16px;
  }
  .safety-quick-stats {
    padding: 25px;
  }
  .safety-quick-stats .quick-stat-item {
    flex: 1 1 100%;
  }
  .overview-card,
  .essential-card,
  .toolkit-card {
    padding: 28px 24px;
  }
  .journey-timeline,
  .journey-support {
    padding: 28px 24px;
  }
  .timeline-item {
    padding-left: 24px;
  }
  .checklist-card {
    padding: 40px 25px;
  }
  .stat-card {
    padding: 30px 20px;
  }
  .tip-item {
    flex-direction: column;
    text-align: center;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=====================================================
Index-4 Enhanced Styles - Modern UI/UX Improvements
===================================================*/
/* Enhanced Keyframe Animations */
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@keyframes orbitalRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shimmer {
  to {
    background-position: 200% center;
  }
}
/* ===== GLOBAL GLASSMORPHISM & UTILITIES ===== */
.glass-panel {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.glass-panel-dark {
  background: rgba(17, 25, 40, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.125);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.hover-float {
  transition: transform 0.3s ease;
}
.hover-float:hover {
  transform: translateY(-8px);
}

.hover-glow {
  transition: box-shadow 0.3s ease;
}
.hover-glow:hover {
  box-shadow: 0 0 20px rgba(244, 25, 109, 0.4);
}

.text-shimmer {
  background: linear-gradient(to right, var(--brand_color) 0%, #fff 50%, var(--brand_color) 100%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 3s linear infinite;
}

/* Glass Header Override */
.navbar.glass-header {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
.navbar.glass-header.navbar_fixed {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

/* ===== ENHANCED HERO SECTION ===== */
.hero-area-four {
  position: relative;
  padding: 120px 0 100px;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero-area-four--revamped {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
}
.hero-area-four--revamped::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 25%, rgba(244, 25, 109, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(15, 228, 147, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.hero-area-four .hero-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
.hero-area-four .hero-bg-layer .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(102, 126, 234, 0.9), rgba(118, 75, 162, 0.9), rgba(244, 25, 109, 0.8));
  background-size: 300% 300%;
  animation: gradientShift 10s ease infinite;
}
.hero-area-four .hero-bg-layer .noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.3;
}
.hero-area-four .hero-bg-layer .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  animation: float 6s ease-in-out infinite;
}
.hero-area-four .hero-bg-layer .orb.orb-1 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(244, 25, 109, 0.3), transparent);
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}
.hero-area-four .hero-bg-layer .orb.orb-2 {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(15, 228, 147, 0.3), transparent);
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}
.hero-area-four .hero-bg-layer .orb.orb-3 {
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.3), transparent);
  bottom: 20%;
  left: 30%;
  animation-delay: 4s;
}
.hero-area-four .hero-content {
  position: relative;
  z-index: 2;
}
.hero-area-four .hero-content .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: var(--font-size-sm);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hero-area-four .hero-content .eyebrow .pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--secondery_color);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.hero-area-four .hero-content .display-heading {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  color: white;
  margin-bottom: 1.5rem;
}
.hero-area-four .hero-content .display-heading .text-gradient {
  background: linear-gradient(135deg, #ff7ea9, #0fe493);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-area-four .hero-content .display-heading .outline {
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero-area-four .hero-content .lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size-lg);
  line-height: 1.6;
  max-width: 560px;
}
.hero-area-four .hero-content .hero-metrics .metric-tile {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1rem;
  text-align: center;
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}
.hero-area-four .hero-content .hero-metrics .metric-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.8s ease;
}
.hero-area-four .hero-content .hero-metrics .metric-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.hero-area-four .hero-content .hero-metrics .metric-tile:hover::before {
  left: 100%;
}
.hero-area-four .hero-content .hero-metrics .metric-tile .value {
  font-size: var(--font-size-2xl);
  font-weight: 700;
  color: white;
  display: block;
  margin-bottom: 0.5rem;
}
.hero-area-four .hero-content .hero-metrics .metric-tile .label {
  font-size: var(--font-size-sm);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.hero-area-four .hero-content .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.hero-area-four .hero-content .hero-actions .theme-btn {
  background: linear-gradient(135deg, var(--brand_color), var(--brand_hover));
  border: none;
  padding: 14px 28px;
  border-radius: var(--radius-lg);
  color: white;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}
.hero-area-four .hero-content .hero-actions .theme-btn.btn-glow {
  box-shadow: 0 8px 32px rgba(244, 25, 109, 0.4);
}
.hero-area-four .hero-content .hero-actions .theme-btn.btn-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 48px rgba(244, 25, 109, 0.6);
}
.hero-area-four .hero-content .hero-actions .theme-btn-outline {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 12px 24px;
  border-radius: var(--radius-lg);
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition-base);
}
.hero-area-four .hero-content .hero-actions .theme-btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.hero-area-four .hero-content .hero-actions .theme-btn-outline.subtle {
  border-color: rgba(255, 255, 255, 0.2);
}
.hero-area-four .hero-content .hero-actions .play-intro-btn {
  background: none;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: var(--font-size-base);
  cursor: pointer;
  transition: var(--transition-base);
}
.hero-area-four .hero-content .hero-actions .play-intro-btn .icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  transition: var(--transition-base);
}
.hero-area-four .hero-content .hero-actions .play-intro-btn .icon i {
  margin-left: 2px;
}
.hero-area-four .hero-content .hero-actions .play-intro-btn:hover .icon {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.hero-area-four .hero-content .trust-row .avatar-stack {
  display: flex;
  align-items: center;
  margin-right: -8px;
}
.hero-area-four .hero-content .trust-row .avatar-stack img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  margin-right: -8px;
  transition: var(--transition-base);
}
.hero-area-four .hero-content .trust-row .avatar-stack img:hover {
  transform: translateY(-2px);
  z-index: 2;
}
.hero-area-four .hero-content .trust-row .avatar-stack .more {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-xs);
  font-weight: 600;
  color: white;
  border: 3px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
.hero-area-four .hero-content .trust-row .social-proof {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font-size-sm);
}
.hero-area-four .hero-content .trust-row .social-proof strong {
  color: white;
}
.hero-area-four .hero-visual-wrapper {
  position: relative;
  z-index: 2;
}
.hero-area-four .hero-visual-wrapper .orbit-cluster {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto 3rem;
}
.hero-area-four .hero-visual-wrapper .orbit-cluster .core-heart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--brand_color), #ff7ea9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  box-shadow: 0 8px 32px rgba(244, 25, 109, 0.4);
  animation: pulse 3s infinite;
  z-index: 3;
}
.hero-area-four .hero-visual-wrapper .orbit-cluster .orbit {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: orbitalRotation 20s linear infinite;
}
.hero-area-four .hero-visual-wrapper .orbit-cluster .orbit.orbit-a {
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(244, 25, 109, 0.3);
}
.hero-area-four .hero-visual-wrapper .orbit-cluster .orbit.orbit-b {
  width: 180px;
  height: 180px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(15, 228, 147, 0.3);
  animation-duration: 25s;
}
.hero-area-four .hero-visual-wrapper .orbit-cluster .orbit.orbit-c {
  width: 240px;
  height: 240px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(102, 126, 234, 0.3);
  animation-duration: 30s;
}
.hero-area-four .hero-visual-wrapper .orbit-cluster .particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  opacity: 0.6;
}
.hero-area-four .hero-visual-wrapper .orbit-cluster .particle.p1 {
  top: 20%;
  left: 80%;
  animation: float 4s ease-in-out infinite;
}
.hero-area-four .hero-visual-wrapper .orbit-cluster .particle.p2 {
  top: 80%;
  left: 20%;
  animation: float 3s ease-in-out infinite 1s;
}
.hero-area-four .hero-visual-wrapper .orbit-cluster .particle.p3 {
  top: 60%;
  right: 10%;
  animation: float 5s ease-in-out infinite 2s;
}
.hero-area-four .hero-visual-wrapper .orbit-cluster .particle.p4 {
  bottom: 70%;
  left: 10%;
  animation: float 3.5s ease-in-out infinite 0.5s;
}
.hero-area-four .hero-visual-wrapper .floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  box-shadow: var(--bs_lg);
  transition: var(--transition-base);
}
.hero-area-four .hero-visual-wrapper .floating-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.hero-area-four .hero-visual-wrapper .floating-card.smart-score {
  top: 10%;
  right: -10%;
  width: 220px;
  animation: slideInFromRight 1s ease-out 0.5s both;
}
.hero-area-four .hero-visual-wrapper .floating-card.smart-score .title {
  font-size: var(--font-size-sm);
  color: var(--p_color);
  margin-bottom: 1rem;
  font-weight: 600;
}
.hero-area-four .hero-visual-wrapper .floating-card.smart-score .score {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
}
.hero-area-four .hero-visual-wrapper .floating-card.smart-score .score .value {
  font-size: 3rem;
  font-weight: 700;
  color: var(--brand_color);
}
.hero-area-four .hero-visual-wrapper .floating-card.smart-score .score .unit {
  font-size: var(--font-size-lg);
  color: var(--black_400);
  margin-left: 4px;
}
.hero-area-four .hero-visual-wrapper .floating-card.smart-score .graph-bar {
  height: 6px;
  background: var(--black_100);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.hero-area-four .hero-visual-wrapper .floating-card.smart-score .graph-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--brand_color), var(--secondery_color));
  border-radius: 3px;
  transition: width 2s ease-out 1s;
}
.hero-area-four .hero-visual-wrapper .floating-card.smart-score .legend {
  color: var(--black_400);
  font-size: var(--font-size-xs);
}
.hero-area-four .hero-visual-wrapper .floating-card.sentiment {
  bottom: 20%;
  left: -5%;
  width: 160px;
  text-align: center;
  animation: slideInFromRight 1s ease-out 1s both;
}
.hero-area-four .hero-visual-wrapper .floating-card.sentiment .mini-label {
  font-size: var(--font-size-xs);
  color: var(--p_color);
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hero-area-four .hero-visual-wrapper .floating-card.sentiment .chart-ring {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.hero-area-four .hero-visual-wrapper .floating-card.sentiment .chart-ring .ring-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid var(--black_100);
  border-radius: 50%;
  border-top-color: var(--secondery_color);
  transform: rotate(-90deg);
  transition: border-top-color 1s ease-out 1.5s;
}
.hero-area-four .hero-visual-wrapper .floating-card.sentiment .chart-ring .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: var(--h_title);
}
.hero-area-four .hero-visual-wrapper .quick-signup {
  position: absolute;
  bottom: -10%;
  right: 10%;
  width: 280px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--bs_lg);
  animation: fadeInUp 1s ease-out 1.5s both;
}
.hero-area-four .hero-visual-wrapper .quick-signup .qs-heading {
  font-size: var(--font-size-base);
  font-weight: 600;
  color: var(--h_title);
  margin-bottom: 1.5rem;
  text-align: center;
}
.hero-area-four .hero-visual-wrapper .quick-signup .form-control {
  border: 2px solid var(--black_100);
  border-radius: var(--radius-lg);
  padding: 12px 16px;
  font-size: var(--font-size-base);
  transition: var(--transition-base);
}
.hero-area-four .hero-visual-wrapper .quick-signup .form-control:focus {
  border-color: var(--brand_color);
  box-shadow: 0 0 0 0.2rem rgba(244, 25, 109, 0.25);
  outline: none;
}
.hero-area-four .hero-visual-wrapper .quick-signup .theme-btn {
  background: linear-gradient(135deg, var(--brand_color), var(--brand_hover));
  border: none;
  border-radius: var(--radius-lg);
  padding: 12px 24px;
  color: white;
  font-weight: 600;
  transition: var(--transition-base);
}
.hero-area-four .hero-visual-wrapper .quick-signup .theme-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(244, 25, 109, 0.3);
}
.hero-area-four .hero-visual-wrapper .quick-signup .secure-note {
  text-align: center;
  color: var(--black_400);
  font-size: var(--font-size-xs);
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.hero-area-four .hero-visual-wrapper .quick-signup .secure-note i {
  color: var(--secondery_color);
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .hero-area-four .hero-visual-wrapper .floating-card {
    position: static;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-area-four .hero-visual-wrapper .quick-signup {
    position: static;
    width: 100%;
    max-width: 400px;
    margin: 2rem auto 0;
  }
  .hero-area-four .hero-visual-wrapper .orbit-cluster {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .hero-area-four {
    padding: 100px 0 80px;
    min-height: auto;
  }
  .hero-area-four .hero-content .display-heading {
    font-size: 2.5rem;
  }
  .hero-area-four .hero-content .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-area-four .hero-content .hero-actions .theme-btn,
  .hero-area-four .hero-content .hero-actions .theme-btn-outline {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .hero-area-four .hero-content .hero-actions .play-intro-btn {
    align-self: center;
  }
  .hero-area-four .hero-content .hero-metrics .metric-tile {
    padding: 1rem;
  }
  .hero-area-four .hero-content .hero-metrics .metric-tile .value {
    font-size: var(--font-size-xl);
  }
  .hero-area-four .hero-content .trust-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
  .hero-area-four .hero-visual-wrapper .orbit-cluster {
    width: 200px;
    height: 200px;
  }
}
/* ===== ENHANCED TESTIMONIALS SECTION ===== */
.testimonials-area-four {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}
.testimonials-area-four--revamped::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(244, 25, 109, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(15, 228, 147, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.testimonials-area-four .section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}
.testimonials-area-four .section-title h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--h_title);
  margin-bottom: 1rem;
  position: relative;
}
.testimonials-area-four .section-title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, var(--brand_color), var(--secondery_color));
  border-radius: 2px;
}
.testimonials-area-four .section-title .subtitle {
  font-size: var(--font-size-lg);
  color: var(--p_color);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.testimonials-area-four .testimonial-slider-wrapper {
  position: relative;
  z-index: 2;
  padding: 0 2rem;
}
.testimonials-area-four .testimonial-slide {
  padding: 1rem;
  outline: none;
}
.testimonials-area-four .testimonial-card-modern {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-xl);
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: visible;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials-area-four .testimonial-card-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--brand_color), var(--secondery_color));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.testimonials-area-four .testimonial-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}
.testimonials-area-four .testimonial-card-modern:hover::before {
  opacity: 1;
}
.testimonials-area-four .testimonial-card-modern:hover .quote-icon {
  transform: scale(1.1) rotate(-10deg);
  color: var(--brand_color);
}
.testimonials-area-four .testimonial-card-modern .card-content {
  margin-bottom: 2rem;
  position: relative;
}
.testimonials-area-four .testimonial-card-modern .card-content .quote-icon {
  font-size: 3rem;
  color: var(--brand_color_200);
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}
.testimonials-area-four .testimonial-card-modern .card-content .quote-text {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--h_title);
  font-style: italic;
  margin-bottom: 1.5rem;
}
.testimonials-area-four .testimonial-card-modern .card-content .rating {
  color: #fbbf24;
  font-size: 1rem;
  display: flex;
  gap: 4px;
}
.testimonials-area-four .testimonial-card-modern .author-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.testimonials-area-four .testimonial-card-modern .author-info .avatar-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
}
.testimonials-area-four .testimonial-card-modern .author-info .avatar-wrapper .author-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.testimonials-area-four .testimonial-card-modern .author-info .avatar-wrapper .verified-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: var(--secondery_color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border: 2px solid white;
}
.testimonials-area-four .testimonial-card-modern .author-info .details .name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--h_title);
  margin-bottom: 2px;
}
.testimonials-area-four .testimonial-card-modern .author-info .details .role {
  display: block;
  font-size: 0.9rem;
  color: var(--brand_color);
  font-weight: 500;
  margin-bottom: 2px;
}
.testimonials-area-four .testimonial-card-modern .author-info .details .location {
  display: block;
  font-size: 0.8rem;
  color: var(--black_400);
}
.testimonials-area-four .testimonial-card-modern .author-info .details .location i {
  margin-right: 4px;
}
.testimonials-area-four .slider-nav-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}
.testimonials-area-four .slider-nav-controls button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  color: var(--h_title);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.testimonials-area-four .slider-nav-controls button:hover {
  background: var(--brand_color);
  color: white;
  border-color: var(--brand_color);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(244, 25, 109, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .testimonials-area-four .testimonial-card-modern {
    padding: 2rem;
  }
  .testimonials-area-four .testimonial-card-modern .card-content .quote-text {
    font-size: 1.1rem;
  }
  .testimonials-area-four .slider-nav-controls {
    margin-top: 2rem;
  }
}
/* ===== ENHANCED PRICING SECTION ===== */
.pricing-area-four {
  background: var(--h_title);
  position: relative;
  overflow: hidden;
}
.pricing-area-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(244, 25, 109, 0.1) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(15, 228, 147, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.pricing-area-four .section-title {
  position: relative;
  z-index: 2;
}
.pricing-area-four .section-title h2 {
  color: white;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}
.pricing-area-four .section-title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, var(--brand_color), var(--secondery_color));
  border-radius: 2px;
}
.pricing-area-four .section-title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font-size-lg);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.pricing-area-four .pricing-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.pricing-area-four .pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.8s ease;
}
.pricing-area-four .pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
}
.pricing-area-four .pricing-card:hover::before {
  left: 100%;
}
.pricing-area-four .pricing-card.featured {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--brand_color);
  transform: scale(1.05);
  position: relative;
}
.pricing-area-four .pricing-card.featured::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(244, 25, 109, 0.1), rgba(15, 228, 147, 0.1));
  border-radius: var(--radius-xl);
  pointer-events: none;
}
.pricing-area-four .pricing-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}
.pricing-area-four .pricing-card.featured .pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--brand_color), var(--brand_hover));
  color: white;
  padding: 8px 24px;
  border-radius: var(--radius-full);
  font-size: var(--font-size-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 16px rgba(244, 25, 109, 0.4);
}
.pricing-area-four .pricing-card .pricing-header {
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.pricing-area-four .pricing-card .pricing-header h4 {
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pricing-area-four .pricing-card .pricing-header .price {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  line-height: 1;
  margin-bottom: 0.5rem;
  position: relative;
}
.pricing-area-four .pricing-card .pricing-header .price span {
  font-size: var(--font-size-base);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
}
.pricing-area-four .pricing-card .pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
  position: relative;
  z-index: 2;
}
.pricing-area-four .pricing-card .pricing-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size-base);
  transition: var(--transition-base);
}
.pricing-area-four .pricing-card .pricing-features li:last-child {
  border-bottom: none;
}
.pricing-area-four .pricing-card .pricing-features li:hover {
  color: white;
  transform: translateX(5px);
}
.pricing-area-four .pricing-card .pricing-features li i {
  font-size: var(--font-size-sm);
  width: 16px;
  text-align: center;
}
.pricing-area-four .pricing-card .pricing-features li i.fa-check {
  color: var(--secondery_color);
}
.pricing-area-four .pricing-card .pricing-features li i.fa-times {
  color: var(--black_400);
}
.pricing-area-four .pricing-card .theme-btn,
.pricing-area-four .pricing-card .theme-btn-outline {
  position: relative;
  z-index: 2;
  border-radius: var(--radius-lg);
  padding: 14px 28px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: var(--transition-base);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: var(--font-size-sm);
}
.pricing-area-four .pricing-card .theme-btn:hover,
.pricing-area-four .pricing-card .theme-btn-outline:hover {
  transform: translateY(-2px);
}
.pricing-area-four .pricing-card .theme-btn {
  background: linear-gradient(135deg, var(--brand_color), var(--brand_hover));
  color: white;
  border: none;
  box-shadow: 0 8px 24px rgba(244, 25, 109, 0.3);
}
.pricing-area-four .pricing-card .theme-btn:hover {
  box-shadow: 0 12px 36px rgba(244, 25, 109, 0.5);
}
.pricing-area-four .pricing-card .theme-btn-outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
}
.pricing-area-four .pricing-card .theme-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

/* Pricing Animation Delays */
.pricing-card:nth-child(1) {
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.pricing-card:nth-child(2) {
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.pricing-card:nth-child(3) {
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

/* ===== ENHANCED ABOUT SECTION ===== */
.about-area-four {
  position: relative;
  overflow: hidden;
}
.about-area-four .about-image {
  position: relative;
}
.about-area-four .about-image img {
  border-radius: var(--radius-xl);
  box-shadow: var(--bs_lg);
}
.about-area-four .about-image .about-stats {
  position: absolute;
  bottom: 30px;
  right: -20px;
}
.about-area-four .about-image .about-stats .stat-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1.5rem 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--bs_lg);
  border: 1px solid rgba(255, 255, 255, 0.5);
  animation: float 4s ease-in-out infinite;
}
.about-area-four .about-image .about-stats .stat-card h4 {
  color: var(--brand_color);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.about-area-four .about-image .about-stats .stat-card p {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--h_title);
}
.about-area-four .about-content {
  padding-left: 3rem;
}
.about-area-four .about-content .subtitle {
  color: var(--brand_color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.about-area-four .about-content h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--h_title);
}
.about-area-four .about-content .feature-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.about-area-four .about-content .feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
  font-size: var(--font-size-lg);
  color: var(--p_color);
}
.about-area-four .about-content .feature-list li i {
  font-size: 1.2rem;
}

/* ===== ENHANCED FEATURES SECTION ===== */
.features-area-four {
  background: var(--black_25);
}
.features-area-four .feature-card {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: var(--radius-xl);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.features-area-four .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(244, 25, 109, 0.05), rgba(15, 228, 147, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.features-area-four .feature-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--bs_lg);
  border-color: var(--brand_color_100);
}
.features-area-four .feature-card:hover::before {
  opacity: 1;
}
.features-area-four .feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(10deg);
  background: var(--brand_color);
  color: white;
  box-shadow: 0 10px 20px rgba(244, 25, 109, 0.3);
}
.features-area-four .feature-card .feature-icon {
  width: 70px;
  height: 70px;
  background: var(--brand_color_50);
  color: var(--brand_color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin: 0 auto 1.5rem;
  transition: var(--transition-base);
}
.features-area-four .feature-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--h_title);
}
.features-area-four .feature-card p {
  color: var(--p_color);
  margin-bottom: 0;
  line-height: 1.6;
}

/* ===== ENHANCED HOW IT WORKS SECTION ===== */
.how-it-works-area-four {
  position: relative;
}
.how-it-works-area-four .step-card {
  position: relative;
  padding: 2rem 1rem;
  transition: var(--transition-base);
  border-radius: var(--radius-lg);
}
.how-it-works-area-four .step-card:hover {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.how-it-works-area-four .step-card:hover .step-icon {
  transform: translateY(-10px) rotate(360deg);
  box-shadow: 0 15px 30px rgba(244, 25, 109, 0.2);
}
.how-it-works-area-four .step-card .step-number {
  font-size: 4rem;
  font-weight: 900;
  color: var(--black_50);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.5;
}
.how-it-works-area-four .step-card .step-icon {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--brand_color);
  margin: 0 auto 1.5rem;
  box-shadow: var(--bs_md);
  transition: var(--transition-base);
  position: relative;
  z-index: 1;
}
.how-it-works-area-four .step-card h4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--h_title);
}

/* ===== ENHANCED SUCCESS STORIES SECTION ===== */
.success-stories-area-four--revamped {
  background: linear-gradient(to bottom, #fff, var(--black_25));
}
.success-stories-area-four .story-card {
  background: white;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--bs_md);
  transition: var(--transition-base);
  height: 100%;
}
.success-stories-area-four .story-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--bs_lg);
}
.success-stories-area-four .story-card:hover .media-wrapper img {
  transform: scale(1.05);
}
.success-stories-area-four .story-card .media-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.success-stories-area-four .story-card .media-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.success-stories-area-four .story-card .media-wrapper .badge-pill {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  color: var(--brand_color);
  font-size: var(--font-size-sm);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.success-stories-area-four .story-card .media-wrapper .compat-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}
.success-stories-area-four .story-card .media-wrapper .compat-bar span {
  display: block;
  height: 100%;
  width: var(--fill);
  background: var(--brand_color);
}
.success-stories-area-four .story-card .story-content {
  padding: 1.5rem;
}
.success-stories-area-four .story-card .story-content .names {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--h_title);
}
.success-stories-area-four .story-card .story-content .names span {
  color: var(--brand_color);
}
.success-stories-area-four .story-card .story-content .meta {
  color: var(--black_400);
  font-size: var(--font-size-sm);
  margin-bottom: 1rem;
  display: block;
}
.success-stories-area-four .story-card .story-content .quote {
  font-style: italic;
  color: var(--p_color);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.success-stories-area-four .story-card .story-content .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.success-stories-area-four .story-card .story-content .tags span {
  background: var(--black_50);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: var(--font-size-xs);
  color: var(--black_600);
  font-weight: 500;
}

/* ===== ENHANCED COMMUNITY PREVIEW SECTION ===== */
.community-preview-area-four .member-preview-card {
  background: white;
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  text-align: center;
  border: 1px solid var(--black_100);
  transition: var(--transition-base);
}
.community-preview-area-four .member-preview-card:hover {
  border-color: var(--brand_color);
  box-shadow: var(--bs_lg);
  transform: translateY(-5px);
}
.community-preview-area-four .member-preview-card:hover .member-avatar img {
  transform: scale(1.1);
}
.community-preview-area-four .member-preview-card .member-avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.community-preview-area-four .member-preview-card .member-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-base);
}
.community-preview-area-four .member-preview-card .member-avatar .online-status {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  background: var(--secondery_color);
  border: 2px solid white;
  border-radius: 50%;
}
.community-preview-area-four .member-preview-card .member-info h5 {
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--h_title);
}
.community-preview-area-four .member-preview-card .member-info p {
  color: var(--black_400);
  font-size: var(--font-size-sm);
  margin-bottom: 1rem;
}
.community-preview-area-four .member-preview-card .member-info .member-interests {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.community-preview-area-four .member-preview-card .member-info .member-interests span {
  font-size: var(--font-size-xs);
  color: var(--brand_color);
  background: var(--brand_color_50);
  padding: 4px 10px;
  border-radius: 4px;
}

/* ===== ENHANCED INSIGHTS SECTION ===== */
.insights-area-four {
  background: var(--black_800);
  color: white;
  position: relative;
  overflow: hidden;
}
.insights-area-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(244, 25, 109, 0.1), transparent 70%);
  pointer-events: none;
}
.insights-area-four .section-title h2 {
  color: white;
}
.insights-area-four .section-title p {
  color: rgba(255, 255, 255, 0.7);
}
.insights-area-four .insight-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  transition: var(--transition-base);
}
.insights-area-four .insight-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}
.insights-area-four .insight-card:hover .icon {
  transform: scale(1.2);
  color: var(--brand_color);
}
.insights-area-four .insight-card .icon {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
  transition: var(--transition-base);
}
.insights-area-four .insight-card .value {
  font-size: 3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.7));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.insights-area-four .insight-card .label {
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.5rem;
}
.insights-area-four .insight-card .meta {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--font-size-sm);
}

/* ===== ENHANCED FINAL CTA SECTION ===== */
.final-cta-area-four {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--brand_color), #ff7ea9);
  position: relative;
  overflow: hidden;
}
.final-cta-area-four::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
  animation: rotate 20s linear infinite;
}
.final-cta-area-four .cta-wrapper {
  position: relative;
  z-index: 2;
  color: white;
}
.final-cta-area-four .cta-wrapper h2 {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.final-cta-area-four .cta-wrapper p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
}
.final-cta-area-four .cta-wrapper .theme-btn {
  background: white;
  color: var(--brand_color);
}
.final-cta-area-four .cta-wrapper .theme-btn:hover {
  background: var(--black_50);
  transform: translateY(-2px);
}
.final-cta-area-four .cta-wrapper .theme-btn-outline {
  border-color: white;
  color: white;
}
.final-cta-area-four .cta-wrapper .theme-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Responsive adjustments for new sections */
@media (max-width: 991.98px) {
  .about-area-four .about-image {
    margin-bottom: 3rem;
  }
  .about-area-four .about-content {
    padding-left: 0;
  }
  .how-it-works-area-four .step-card {
    margin-bottom: 2rem;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------------------
Events & Meetups Styles
---------------------------------------------------- */
.events-calendar-area {
  position: relative;
  overflow: hidden;
}
.events-calendar-area::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(var(--brand_color), 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  top: -100px;
  right: -100px;
  z-index: -1;
}
.events-calendar-area .calendar-wrapper {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 5;
}
.events-calendar-area .calendar-wrapper::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 32px;
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.events-calendar-area .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 25px;
}
.events-calendar-area .calendar-header .current-month {
  font-size: 32px;
  font-weight: 800;
  color: var(--h_title);
  margin: 0;
  letter-spacing: -1px;
}
.events-calendar-area .calendar-header .current-month span {
  color: var(--brand_color);
  margin-left: 10px;
  font-weight: 400;
}
.events-calendar-area .calendar-header .calendar-nav {
  display: flex;
  gap: 15px;
}
.events-calendar-area .calendar-header .calendar-nav button {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  color: var(--black_800);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events-calendar-area .calendar-header .calendar-nav button:hover {
  background: var(--brand_color);
  color: #fff;
  border-color: var(--brand_color);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(var(--brand_color), 0.3);
}
.events-calendar-area .calendar-header .calendar-nav button:active {
  transform: scale(0.95);
}
.events-calendar-area .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}
.events-calendar-area .calendar-grid .day-name {
  text-align: center;
  font-weight: 800;
  color: var(--black_800);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  opacity: 0.6;
}
.events-calendar-area .calendar-grid .calendar-day {
  min-height: 140px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.events-calendar-area .calendar-grid .calendar-day:hover {
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(var(--brand_color), 0.2);
  z-index: 10;
}
.events-calendar-area .calendar-grid .calendar-day.not-current {
  opacity: 0.2;
  filter: grayscale(1);
}
.events-calendar-area .calendar-grid .calendar-day.today {
  border-color: var(--brand_color);
  background: rgba(var(--brand_color), 0.03);
  box-shadow: 0 0 0 4px rgba(var(--brand_color), 0.05);
}
.events-calendar-area .calendar-grid .calendar-day.today .date {
  background: var(--brand_color);
  color: #fff;
  box-shadow: 0 5px 15px rgba(var(--brand_color), 0.4);
}
.events-calendar-area .calendar-grid .calendar-day .date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  color: var(--black_800);
  background: rgba(255, 255, 255, 0.8);
}
.events-calendar-area .calendar-grid .calendar-day .event-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.events-calendar-area .calendar-grid .calendar-day .event-item {
  font-size: 11px;
  font-weight: 800;
  padding: 8px 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand_color) 0%, #f2709c 100%);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 5px 15px rgba(var(--brand_color), 0.2);
  border: none;
}
.events-calendar-area .calendar-grid .calendar-day .event-item:hover {
  transform: translateX(4px);
  filter: brightness(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.events-calendar-area .calendar-grid .calendar-day .event-item.meetup {
  background: #00d285;
}
.events-calendar-area .calendar-grid .calendar-day .event-item.party {
  background: #8b5cf6;
}
.events-calendar-area .calendar-grid .calendar-day .event-item.more {
  background: transparent;
  color: var(--black_400);
  border: 1px dashed var(--black_200);
  text-align: center;
  border-left: none;
}

/* Event Card (List View) */
.event-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.event-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--bs_lg);
}
.event-card:hover .event-img img {
  transform: scale(1.1);
}
.event-card .event-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.event-card .event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.event-card .event-img .event-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 15px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--brand_color);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: var(--bs_sm);
}
.event-card .event-img .event-date-tag {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: var(--brand_color);
  color: #fff;
  padding: 5px 12px;
  border-radius: 8px;
  text-align: center;
  line-height: 1.2;
}
.event-card .event-img .event-date-tag span {
  display: block;
  font-weight: 800;
  font-size: 18px;
}
.event-card .event-img .event-date-tag small {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
}
.event-card .event-content {
  padding: 25px;
}
.event-card .event-content .event-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--h_title);
  text-decoration: none;
  display: block;
}
.event-card .event-content .event-title:hover {
  color: var(--brand_color);
}
.event-card .event-content .event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.event-card .event-content .event-meta div {
  font-size: 14px;
  color: var(--black_500);
  display: flex;
  align-items: center;
  gap: 8px;
}
.event-card .event-content .event-meta div i {
  color: var(--brand_color);
}
.event-card .event-content .event-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid var(--black_50);
}
.event-card .event-content .event-footer .attendees {
  display: flex;
  align-items: center;
}
.event-card .event-content .event-footer .attendees .avatar-group {
  display: flex;
  margin-right: 10px;
}
.event-card .event-content .event-footer .attendees .avatar-group img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}
.event-card .event-content .event-footer .attendees .avatar-group img:first-child {
  margin-left: 0;
}
.event-card .event-content .event-footer .attendees span {
  font-size: 13px;
  color: var(--black_600);
  font-weight: 600;
}

/* Single Event Page */
.event-single-area {
  padding-bottom: 100px;
}
.event-single-area .event-main-img {
  width: 100%;
  height: 500px;
  border-radius: 24px;
  object-fit: cover;
  margin-bottom: 40px;
  box-shadow: var(--bs_lg);
}
.event-single-area .event-info-box {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.event-single-area .event-info-box .event-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}
.event-single-area .event-info-box .event-description {
  font-size: 16px;
  line-height: 1.8;
  color: var(--black_600);
  margin-bottom: 30px;
}
.event-single-area .event-sidebar {
  position: sticky;
  top: 100px;
}
.event-single-area .event-sidebar .event-booking-card {
  background: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-xl);
  border-radius: 24px;
  padding: 30px;
  box-shadow: var(--bs_lg);
  border: 1px solid var(--black_50);
}
.event-single-area .event-sidebar .event-booking-card .price {
  font-size: 32px;
  font-weight: 800;
  color: var(--brand_color);
  margin-bottom: 20px;
}
.event-single-area .event-sidebar .event-booking-card .price small {
  font-size: 16px;
  color: var(--black_500);
  font-weight: 600;
}
.event-single-area .event-sidebar .event-booking-card .countdown-timer {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.event-single-area .event-sidebar .event-booking-card .countdown-timer .timer-item {
  text-align: center;
  flex: 1;
}
.event-single-area .event-sidebar .event-booking-card .countdown-timer .timer-item span {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--h_title);
}
.event-single-area .event-sidebar .event-booking-card .countdown-timer .timer-item small {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--black_400);
  font-weight: 700;
}

/* Event Create Page */
.event-create-area {
  position: relative;
  overflow: hidden;
}
.event-create-area::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(var(--brand_color), 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  top: -100px;
  right: -100px;
  z-index: -1;
}
.event-create-area .intro-section {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 60px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  margin-bottom: 80px;
}
.event-create-area .intro-section .intro-text h1 {
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -2px;
}
.event-create-area .intro-section .intro-text h1 span {
  color: var(--brand_color);
  position: relative;
  display: inline-block;
}
.event-create-area .intro-section .intro-text h1 span::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(var(--brand_color), 0.1);
  z-index: -1;
}
.event-create-area .intro-section .intro-text p {
  font-size: 18px;
  color: var(--black_600);
  line-height: 1.8;
}
.event-create-area .intro-section .intro-img {
  text-align: center;
}
.event-create-area .intro-section .intro-img img {
  max-height: 350px;
  filter: drop-shadow(0 20px 40px rgba(var(--brand_color), 0.2));
  animation: float 6s ease-in-out infinite;
}
.event-create-area .create-form-wrapper {
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 40px;
  padding: 60px;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(255, 255, 255);
  position: relative;
}
.event-create-area .create-form-wrapper .form-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 50px;
  text-align: center;
  color: var(--h_title);
}
.event-create-area .create-form-wrapper .form-group-custom {
  margin-bottom: 30px;
}
.event-create-area .create-form-wrapper .form-group-custom label {
  font-size: 15px;
  font-weight: 700;
  color: var(--h_title);
  margin-bottom: 12px;
  display: block;
  padding-left: 5px;
}
.event-create-area .create-form-wrapper .form-group-custom label i {
  color: var(--brand_color);
  margin-right: 8px;
  font-size: 14px;
}
.event-create-area .create-form-wrapper .form-group-custom .form-control {
  height: 60px;
  border-radius: 18px;
  border: 1px solid rgba(var(--black_800), 0.08);
  padding: 0 25px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.77);
}
.event-create-area .create-form-wrapper .form-group-custom .form-control:focus {
  background: #fff;
  border-color: var(--brand_color);
  box-shadow: 0 10px 20px rgba(var(--brand_color), 0.08);
  transform: translateY(-2px);
}
.event-create-area .create-form-wrapper .form-group-custom select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e94057' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 18px;
  padding-right: 50px;
  cursor: pointer;
}
.event-create-area .create-form-wrapper .form-group-custom textarea.form-control {
  height: auto;
  padding: 20px 25px;
}
.event-create-area .create-form-wrapper .form-group-custom .input-group {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
}
.event-create-area .create-form-wrapper .form-group-custom .input-group .input-group-text {
  border: 1px solid rgba(var(--black_800), 0.08);
  border-right: none;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 20px;
  color: var(--brand_color);
}
.event-create-area .create-form-wrapper .form-group-custom .input-group .form-control {
  border-left: none;
}
.event-create-area .image-upload-box {
  width: 100%;
  height: 300px;
  border: 2px dashed rgba(var(--black_800), 0.1);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}
.event-create-area .image-upload-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--brand_color), 0.02);
  opacity: 0;
  transition: 0.4s;
}
.event-create-area .image-upload-box:hover {
  border-color: var(--brand_color);
  transform: scale(1.01);
  background: #fff;
}
.event-create-area .image-upload-box:hover::before {
  opacity: 1;
}
.event-create-area .image-upload-box:hover i {
  color: var(--brand_color);
  transform: translateY(-10px);
}
.event-create-area .image-upload-box i {
  font-size: 64px;
  color: var(--black_200);
  margin-bottom: 20px;
  transition: 0.4s;
}
.event-create-area .image-upload-box span {
  font-weight: 800;
  font-size: 18px;
  color: var(--h_title);
}
.event-create-area .image-upload-box small {
  font-weight: 600;
  color: var(--black_400);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media (max-width: 991px) {
  .events-calendar-area .calendar-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .event-create-area .intro-section {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .events-calendar-area .calendar-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .event-create-area .create-form-wrapper {
    padding: 30px;
  }
}
.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}
.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid var(--brand_color);
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.card-hover {
  transition: all var(--transition-base);
}
.card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.focus-ring:focus {
  outline: 2px solid var(--brand_color);
  outline-offset: 2px;
}

.hover-lift {
  transition: transform var(--transition-base);
}
.hover-lift:hover {
  transform: translateY(-2px);
}

.hover-scale {
  transition: transform var(--transition-base);
}
.hover-scale:hover {
  transform: scale(1.05);
}

.img-overlay {
  position: relative;
  overflow: hidden;
}
.img-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transition: opacity var(--transition-base);
  z-index: 1;
}
.img-overlay:hover::before {
  opacity: 1;
}
.img-overlay img {
  transition: transform var(--transition-slow);
}
.img-overlay:hover img {
  transform: scale(1.1);
}

.text-gradient {
  background: linear-gradient(135deg, var(--brand_color) 0%, var(--brand_color_700) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.skeleton {
  background: linear-gradient(90deg, var(--black_50) 25%, var(--black_75) 50%, var(--black_50) 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: var(--radius-sm);
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.badge-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand_color);
}
.badge-dot.badge-success {
  background: var(--secondery_color);
}
.badge-dot.badge-warning {
  background: #ffc107;
}
.badge-dot.badge-danger {
  background: #dc3545;
}

.pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.fade-in {
  animation: fadeIn var(--transition-base);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.clickable {
  cursor: pointer;
  user-select: none;
}
.clickable:active {
  transform: scale(0.98);
}

.tooltip-base {
  position: relative;
}
.tooltip-base::before, .tooltip-base::after {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all var(--transition-fast);
}
.tooltip-base:hover::before, .tooltip-base:hover::after {
  opacity: 1;
}

/* ---- Smooth accordion / collapse transitions ---- */
.collapsing {
  transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.accordion-button {
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease !important;
}

.accordion-button::after {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* -------------------------------------------------- */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.form-group {
  position: relative;
  margin-bottom: var(--spacing-lg);
}
.form-group.has-error input, .form-group.has-error textarea, .form-group.has-error select {
  border-color: #dc3545;
}
.form-group.has-error input:focus, .form-group.has-error textarea:focus, .form-group.has-error select:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-group.has-success input, .form-group.has-success textarea, .form-group.has-success select {
  border-color: var(--secondery_color);
}
.form-group.has-success input:focus, .form-group.has-success textarea:focus, .form-group.has-success select:focus {
  border-color: var(--secondery_color);
  box-shadow: 0 0 0 0.2rem rgba(15, 228, 147, 0.25);
}

.error-message {
  display: block;
  color: #dc3545;
  font-size: var(--font-size-sm);
  margin-top: var(--spacing-xs);
}

input, textarea, select, .form-control {
  transition: all var(--transition-fast);
  border: var(--glass-border);
  color: var(--black_800);
}
input:focus, textarea:focus, select:focus, .form-control:focus {
  outline: none;
  border-color: var(--brand_color);
  box-shadow: 0 0 0 3px rgba(244, 25, 109, 0.1);
}

.toast-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: var(--spacing-md) var(--spacing-lg);
  background: white;
  border-radius: var(--radius-md);
  box-shadow: var(--long_shadow);
  z-index: var(--z-tooltip);
  transform: translateX(400px);
  transition: transform var(--transition-base);
  max-width: 350px;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
.toast-notification.show {
  transform: translateX(0);
}
.toast-notification::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
}
.toast-notification.toast-success {
  border-left: 4px solid var(--secondery_color);
}
.toast-notification.toast-success::before {
  background: var(--secondery_color);
}
.toast-notification.toast-error {
  border-left: 4px solid #dc3545;
}
.toast-notification.toast-error::before {
  background: #dc3545;
}
.toast-notification.toast-warning {
  border-left: 4px solid #ffc107;
}
.toast-notification.toast-warning::before {
  background: #ffc107;
}
.toast-notification.toast-info {
  border-left: 4px solid var(--brand_color);
}
.toast-notification.toast-info::before {
  background: var(--brand_color);
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0);
  animation: ripple-animation 0.6s ease-out;
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: var(--z-modal);
  backdrop-filter: blur(2px);
}
.loading-overlay .spinner {
  width: 50px;
  height: 50px;
  border: 4px solid var(--black_100);
  border-top-color: var(--brand_color);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.modal .modal-dialog {
  transition: transform var(--transition-base);
}
.modal.show .modal-dialog {
  animation: modalSlideIn var(--transition-base);
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.dropdown-menu {
  animation: dropdownSlideIn 0.2s ease-out;
}
.dropdown-menu.show {
  display: block;
}

@keyframes dropdownSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.placeholder-loading {
  animation: placeholderShimmer 1.2s linear infinite forwards;
  background: linear-gradient(to right, var(--black_50) 8%, var(--black_75) 18%, var(--black_50) 33%);
  background-size: 800px 104px;
  height: 20px;
  border-radius: var(--radius-sm);
}

input[type=checkbox],
input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: var(--brand_color);
  cursor: pointer;
}

:disabled,
[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

.table th {
  font-weight: 600;
  color: var(--h_title);
  border-bottom: 2px solid var(--black_100);
}
.table tr {
  transition: background-color var(--transition-fast);
}
.table tr:hover {
  background-color: var(--black_25);
}

.progress-bar {
  height: 8px;
  background: var(--black_75);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.progress-bar .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--brand_color), var(--brand_color_700));
  border-radius: var(--radius-full);
  transition: width 0.3s ease;
  position: relative;
}
.progress-bar .progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: progressShine 1.5s infinite;
}

@keyframes progressShine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-secondary,
  .theme-btn-outline {
    min-height: 44px;
    min-width: 44px;
    padding: 12px 24px;
  }
  .navbar-nav .nav-item {
    padding: var(--spacing-sm) 0;
  }
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none;
    border: none;
    padding: var(--spacing-sm) var(--spacing-md);
    background: var(--black_25);
  }
  input,
  textarea,
  select {
    font-size: 16px;
    padding: var(--spacing-md);
  }
  .modal-dialog {
    margin: var(--spacing-sm);
    max-width: calc(100% - var(--spacing-md));
  }
  .card:active,
  .card-hover:active {
    transform: scale(0.98);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .col-md-6.responsive-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  h1, .h1 {
    font-size: var(--font-size-4xl);
  }
  h2, .h2 {
    font-size: var(--font-size-3xl);
  }
}
@media (max-width: 576px) {
  .row > [class*=col-] {
    margin-bottom: var(--spacing-lg);
  }
  h1, .h1 {
    font-size: var(--font-size-3xl);
  }
  h2, .h2 {
    font-size: var(--font-size-2xl);
  }
  h3, .h3 {
    font-size: var(--font-size-xl);
  }
  .btn-large,
  .theme-btn-block {
    width: 100%;
    display: block;
  }
  .container {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
  .toast-notification {
    right: var(--spacing-sm);
    left: var(--spacing-sm);
    max-width: calc(100% - var(--spacing-md));
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  section {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media print {
  .navbar,
  .footer,
  .back-to-top,
  .toast-notification,
  .modal,
  button {
    display: none !important;
  }
  body {
    background: white;
    color: black;
  }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
  img {
    max-width: 100%;
    page-break-inside: avoid;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@supports (container-type: inline-size) {
  .card-container {
    container-type: inline-size;
  }
  @container (min-width: 400px) {
    .card-body {
      padding: var(--spacing-xl);
    }
  }
}
@media (hover: hover) and (pointer: fine) {
  .hover-lift:hover {
    transform: translateY(-2px);
  }
  .hover-scale:hover {
    transform: scale(1.05);
  }
}
@media (hover: none) and (pointer: coarse) {
  .hover-lift:active {
    transform: translateY(-2px);
  }
  .hover-scale:active {
    transform: scale(1.05);
  }
}
@supports (padding: max(0px)) {
  body {
    padding-left: max(0px, env(safe-area-inset-left));
    padding-right: max(0px, env(safe-area-inset-right));
  }
  .navbar {
    padding-left: max(0px, env(safe-area-inset-left));
    padding-right: max(0px, env(safe-area-inset-right));
  }
  .modal {
    padding-left: max(var(--spacing-sm), env(safe-area-inset-left));
    padding-right: max(var(--spacing-sm), env(safe-area-inset-right));
  }
}
/*---------------------------------------------------- */

/*# sourceMappingURL=main.css.map */
