/* ═══════════════════════════════════════════════
   SMMFASTBD — PANEL STYLE (Indigo / Violet)
   --color-6 #4F46E5  --color-7 #8B5CF6
   --grad  indigo→purple   --grad2  pink→orange
   ═══════════════════════════════════════════════ */

html {
	--color-1: #FFFFFF;
	--color-2: #F8FAFC;
	--color-3: #64748B;
	--color-4: #E5E7EB;
	--color-5: #0F172A;
	--color-6: #4F46E5;
	--color-7: #8B5CF6;
	--color-8: rgba(139, 92, 246, .12);
	--grad: linear-gradient(90deg, #4F46E5, #A855F7);
	--grad2: linear-gradient(90deg, #EC4899, #F97316)
}

html.dark {
	--color-1: #141B2E;
	--color-2: #0B1020;
	--color-3: #94A3B8;
	--color-4: #243049;
	--color-5: #FFFFFF;
	--color-6: #6366F1;
	--color-7: #A855F7;
	--color-8: rgba(139, 92, 246, .16);
	--grad: linear-gradient(90deg, #4F46E5, #A855F7);
	--grad2: linear-gradient(90deg, #EC4899, #F97316)
}

body[data-color="purple"],
body[data-color="blue"] {
	--color-6: #4F46E5;
	--color-7: #8B5CF6;
	--color-8: rgba(139, 92, 246, .12)
}

body {
	font-family: 'Plus Jakarta Sans', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	letter-spacing: -.015em;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.6;
	min-width: 375px;
	color: var(--color-5);
	background-color: var(--color-2);
}

html.dark body {
	background-image: radial-gradient(900px 520px at 88% 3%, rgba(139, 92, 246, .14), transparent 55%), radial-gradient(720px 520px at 4% 100%, rgba(79, 70, 229, .10), transparent 50%);
	background-attachment: fixed;
}

* {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

a {
	text-decoration: none !important;
	color: var(--color-5) !important
}

a,
[type="checkbox"] {
	cursor: pointer;
}

a:hover {
	color: var(--color-6) !important;
}

button,
input {
	background-color: transparent;
	line-height: 0;
	border: 0;
	padding: 0;
}

button:focus,
input:focus {
	outline: 0 !important;
	border: none !important
}

.cursor-pointer {
	cursor: pointer
}

b,
strong {
	letter-spacing: -.01em;
	font-weight: 600;
	line-height: 1.6;
	transition: all 0.15s ease;
}

.hidden {
	display: none !important
}

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

::-webkit-scrollbar-thumb {
	background: var(--color-3);
	border-radius: 5px;
}

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

.primary-color {
	color: var(--color-6) !important;
	font-weight: 600
}

.alert {
	border-radius: 15px;
	border: none !important
}

.alert.alert-success {
	color: var(--color-6) !important;
	background: var(--color-8) !important;
}

.alert.alert-danger {
	color: #EE5B5B !important;
	background: #ee5b5b41 !important;
}

.badge {
	background: var(--color-6) !important;
	color: #fff !important;
}

.homeSection {
	padding: 100px 0
}

.logo {
	width: 48px;
	height: 48px;
}

.logo img {
	width: 100%;
}

.sidebar.active .main-logo {
	display: none
}

body.dark .main-logo {
	display: block;
}

.sidebar.active .logo {
	width: 200px
}

.icon-small {
	-webkit-transform: scale(0.834);
	transform: scale(0.834);
}

.c-pointer {
	cursor: pointer;
}

.transition {
	transition: all 0.15s ease;
}

main {
	margin-left: 300px;
	padding-top: 85px;
	transition: all 0.15s ease
}

#outside main {
	margin-left: auto
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(248, 250, 252, 0.55);
	backdrop-filter: blur(5px);
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: all 0.15s ease;
}

.dark .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
}

.overlay.active {
	visibility: visible;
	opacity: 1;
}

header {
	background-color: var(--color-1);
	box-shadow: inset 1px 0px 0px var(--color-2), inset 0 -1px 0px var(--color-2);
	position: fixed;
	min-width: 375px;
	top: 0;
	left: 300px;
	right: 0;
	z-index: 1000;
	transition: all 0.15s ease;
}

.navbar .nav-item:not(:last-child) {
	margin-right: 10px;
}

.navbar .menu-item {
	display: none;
}

.navbar .toggle-item .toggle-head {
	transition: all 0.15s ease;
}

.navbar .changeColor .toggle-head i {
	font-size: 24px;
	line-height: 24px;
	background-image: linear-gradient(to right, #8B5CF6, #EC4899);
	color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar .currencyItem .toggle-head {
	color: #fff;
	border-radius: 100%;
}

.navbar .currencyItem .toggle-head i {
	font-size: 24px;
	color: var(--color-5);
	background: var(--color-8);
	border: 1px solid var(--color-6);
	border-radius: 8px;
	padding: 5px;
}

.navbar .currencyItem .toggle-head i:hover {
	color: #fff;
	background: var(--color-6);
	border: 1px solid var(--color-6);
}

.navbar .currencyItem .toggle-body::after {
	right: 24px;
}

.navbar .currencyItem .currencyList .content .name {
	color: var(--color-5)
}

.navbar .currencyItem .currencyList .item:hover {
	background: var(--color-4);
	border-radius: 10px
}

.navbar .currencyItem .currencyList .item:hover .name {
	color: var(--color-5)
}

.navbar .currencyItem .currencyList .content .name .cSymbol {
	background: var(--color-8);
	padding: 3px 10px;
	border-radius: 5px;
	margin-right: 10px
}

.navbar .user-item .toggle-body::after {
	right: 24px;
}

.navbar .user-item .onlineDot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #22C55E;
	bottom: 3px;
	right: -5px;
	border: 3px solid var(--color-1);
	position: absolute
}

.navbar .nav-item {
	position: relative;
}

.navbar .nav-item .nav-link {
	position: relative;
	padding: 0;
	cursor: pointer;
}

.navbar .nav-item .toggle-head.active::before {
	transition: all 0.15s ease;
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	border: 2px solid var(--color-1);
	background: #FF6A55;
	z-index: 5;
}

.navbar .nav-item .toggle-body {
	right: -12px;
	width: 200px;
	position: absolute;
	z-index: 100;
	border-radius: 16px;
	top: calc(100% + 14px);
	padding: 12px;
	border: 1px solid var(--color-4);
	background-color: var(--color-1);
	box-shadow: 0px 40px 64px -12px rgba(15, 23, 42, 0.08), 0px 0px 14px -4px rgba(15, 23, 42, 0.05), 0px 32px 48px -8px rgba(15, 23, 42, 0.1);
}

.rtl-enable .navbar .nav-item .toggle-body {
	right: auto;
	left: -12px
}

.navbar .nav-item .toggle-body a {
	border-bottom: 1px solid var(--color-4)
}

.navbar .nav-item .toggle-body a:last-child {
	border-bottom: none
}

.navbar .nav-item .toggle-body .top .toggle-title {
	letter-spacing: -.02em;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.6;
}

.navbar .user-item .toggle-head {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background: var(--grad);
	color: #fff !important;
	text-align: center;
	position: relative;
	border: 3px solid var(--color-8);
	box-shadow: 0 6px 18px rgba(79, 70, 229, .22);
}

.navbar .user-item .toggle-head span {
	font-size: 24px;
	color: #fff
}

.navbar .user-item .toggle-body {
	padding: 16px !important;
	max-width: 280px;
}

.navbar .user-item .toggle-body .nav:not(:last-child) {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--color-4);
}

.navbar .user-item .toggle-body .nav a {
	color: var(--color-3);
	width: 100%;
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 12px;
	letter-spacing: -.01em;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
}

.navbar .user-item .toggle-body .nav a:hover {
	color: var(--color-5);
}

.navbar .user-item .toggle-body .nav a.logout {
	color: rgba(255, 38, 38, 0.75) !important;
}

.navbar .user-item .toggle-body .nav a.logout:hover {
	color: rgba(255, 38, 38, 1) !important;
}

.close-sidebar {
	height: 48px;
	width: 48px;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, .18);
	color: #fff;
	outline: none;
	border: none;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.close-sidebar:hover {
	background-color: rgba(255, 255, 255, .3);
	color: #fff;
}

.sidebar .main-logo-lg.light,
.sidebar .main-logo-lg.dark {
	display: none
}

.sidebar.active .main-logo-lg.dark {
	display: block !important;
}

.dark .sidebar.active .main-logo-lg.dark {
	display: none !important;
}

.dark .sidebar.active .main-logo-lg.light {
	display: block !important
}

.sidebar {
	overflow-x: hidden;
	max-width: 300px;
	max-height: 100vh;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, #4F46E5 0%, #7C3AED 100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1010;
	transition: all 0.15s ease;
	align-items: center
}

.sidebar.active {
	align-items: start
}

.sidebar .border-top {
	border-color: rgba(255, 255, 255, .16) !important;
	width: 100%
}

.close-sidebar i {
	font-size: 24px;
}

.sidebar .menu .nav-link i {
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 20px;
	font-weight: 400;
}

.sidebar .menu .nav-item {
	position: relative;
}

.sidebar .menu {
	overflow-x: hidden;
}

.sidebar .nav {
	display: block;
	width: 100%
}

.sidebar .menu .nav-link {
	transition: all 0.15s ease;
	color: #fff !important;
	justify-content: center;
	border-radius: 14px;
	margin-bottom: 7px
}

.sidebar.active .menu .nav-link {
	justify-content: start
}

.sidebar.active .menu .nav-link i {
	margin-right: 10px
}

.rtl-enable .sidebar.active .menu .nav-link i {
	margin-left: 10px;
	margin-right: 0px
}

.sidebar .menu .nav-link:hover {
	color: #fff !important;
	background: rgba(255, 255, 255, .16);
}

.sidebar .menu .nav-link.active,
.dark .sidebar .menu .nav-link.active {
	background: rgba(255, 255, 255, .22) !important;
	color: #fff !important;
}

.sidebar .menu .nav-link.active:hover,
.dark .sidebar .menu .nav-link.active:hover {
	color: #fff !important;
	background: rgba(255, 255, 255, .28) !important;
}

.sidebar .menu .nav-link .icon-item {
	margin-right: 12px;
}

.sidebar.active {
	max-width: 300px;
	box-shadow: 4px 0 32px rgba(15, 23, 42, 0.08);
}

.sidebar.active .nav-link {
	font-size: 15px !important;
}

.sidebar.active .nav-link .icon-item {
	margin-right: 12px !important;
}

.sidebar.active .nav-link .arrow,
.sidebar.active .nav-link .badge {
	display: block !important;
}

.sidebar.active .nav-link.active-category {
	box-shadow: none !important;
	background: transparent !important;
}

.sidebar.active .arrow-show {
	display: none !important;
}

.sidebar.active .bottom label.switch-theme {
	max-width: inherit;
	height: inherit;
	margin: 10px 0;
}

.sidebar.active .bottom label.switch-theme::before {
	width: calc(50% - 4px);
	height: 32px;
}

.sidebar.active .bottom label.switch-theme .mode-dark,
.sidebar.active .bottom label.switch-theme .mode-light {
	display: flex !important;
	justify-content: center !important;
}

.sidebar.active .bottom label.switch-theme .mode-dark .theme-text,
.sidebar.active .bottom label.switch-theme .mode-light .theme-text {
	display: block;
}

.sidebar.active .bottom label.switch-theme .mode-dark .theme-icon,
.sidebar.active .bottom label.switch-theme .mode-light .theme-icon {
	margin: 0 8px 0 -10px;
	width: 24px;
}

.rtl-enable .sidebar.active .bottom label.switch-theme .mode-dark .theme-icon,
.rtl-enable .sidebar.active .bottom label.switch-theme .mode-light .theme-icon {
	margin: 4px 0 0 15px;
	width: 24px;
}

.sidebar.active .bottom input#switch-theme-input:checked+label::before {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.sidebar.active .bottom input#switch-theme-input:checked+label .mode-dark,
.sidebar.active .bottom input#switch-theme-input:checked+label .mode-light {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.sidebar .bottom label.switch-theme {
	margin-top: 0px;
}

.sidebar .close-sidebar {
	display: none
}

.sidebar.active .close-sidebar {
	display: block
}

.sidebar .close-sidebar i {
	color: #fff !important;
	border-radius: 100%;
	padding: 2px;
}

.sidebar .sidebar-top {
	justify-content: center
}

.sidebar.active .sidebar-top {
	justify-content: space-between
}

.toggle-item .toggle-head {
	cursor: pointer;
}

.toggle-item.active .toggle-body {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.toggle-item .toggle-body {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	transition: all 0.15s ease;
}

select.select {
	display: none !important;
}

label.switch-theme {
	position: relative;
	padding: 4px;
	border-radius: 40px;
	background-color: rgba(255, 255, 255, .16);
	cursor: pointer;
	overflow: hidden;
	transition: all 0.15s ease;
}

label.switch-theme::before {
	position: absolute;
	box-sizing: content-box;
	width: calc(50% - 4px);
	height: 32px;
	border-radius: 32px;
	content: '';
	transition: background-color .15s ease, -webkit-transform .30s ease;
	transition: transform .30s ease, background-color .15s ease;
	transition: transform .30s ease, background-color .15s ease, -webkit-transform .30s ease;
	box-shadow: 0px 4px 8px -4px rgba(15, 23, 42, 0.25);
	background-color: rgba(255, 255, 255, .9);
}

label.switch-theme .mode-dark,
label.switch-theme .mode-light {
	z-index: 10;
	padding: 4px;
	width: 100%;
	border-radius: 32px;
	transition: all 0.15s ease;
}

label.switch-theme .mode-dark .theme-text,
label.switch-theme .mode-light .theme-text {
	letter-spacing: -.01em;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.6;
}

label.switch-theme .mode-dark .theme-icon,
label.switch-theme .mode-light .theme-icon {
	margin: 0 8px 0 -10px;
	line-height: 0;
}

label.switch-theme .mode-dark .theme-icon i,
label.switch-theme .mode-light .theme-icon i {
	font-size: 20px;
}

input#switch-theme-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

input#switch-theme-input:checked+label::before {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

input#switch-theme-input:checked+label .mode-dark .theme-text {
	color: #fff;
}

input#switch-theme-input+label .mode-light .theme-text {
	color: #4F46E5;
}

/* ── CARDS ── */
.card {
	transition: all 0.15s ease;
	background-color: var(--color-1);
	border-radius: 18px;
	border: 1px solid var(--color-4);
	box-shadow: 0 8px 30px rgba(15, 23, 42, .05)
}

html.dark .card {
	box-shadow: 0 8px 30px rgba(0, 0, 0, .4)
}

.card.card-bg {
	background: var(--color-1);
}

.card-head {
	border-radius: 0;
	background: none;
	padding: 0 10px 0 25px;
	border: 0;
	border-bottom: 1px solid var(--color-4);
}

.dark .card-head {
	background: none;
}

.card-head h4 {
	color: var(--color-5);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 32px;
}

h4.acc-head {
	color: var(--color-5);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 32px;
}

.card-head-icon {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 20px;
	background-color: var(--color-8);
	color: var(--color-6);
}

.card-head-title {
	padding: 30px 0;
	position: relative;
	display: inline-block;
}

.desc-list {
	height: 47px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	gap: 20px;
	background: var(--color-2);
	border-radius: 15px;
	margin-top: 5px
}

.desc-list .icon {
	width: 32px;
	height: 32px;
	color: var(--color-6);
	background-color: var(--color-8);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

/* ── BUTTONS ── */
.btn {
	position: relative;
	border-radius: 12px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 30px;
	border: none;
	color: #fff;
}

#outside .btn {
	border-radius: 25px
}

.btn:hover,
btn:focus {
	color: #fff !important
}

.btn-sm {
	font-size: 14px !important;
	padding: 6px 12px;
}

.btn-rounded {
	border-radius: 50px;
	color: #fff !important
}

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

.btn-100 {
	display: block;
	width: 100%;
}

.btn-100.btn-icon {
	display: flex;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
	background: var(--color-2) !important;
	color: var(--color-5) !important
}

.dark .btn-dark,
.dark .btn-dark:hover,
.dark .btn-dark:focus {
	background: var(--color-2) !important
}

.btn-dark.active {
	background: var(--grad) !important;
	color: #fff !important;
	border: none !important;
}

.btn-primary {
	background: var(--grad);
	font-size: 16px;
	color: #fff !important;
	box-shadow: 0 10px 26px rgba(79, 70, 229, .28)
}

.btn-primary:hover,
.btn-primary:focus {
	background: var(--grad) !important;
	filter: brightness(.92);
	box-shadow: 0 14px 32px rgba(79, 70, 229, .38)
}

.btn-secondary {
	background: var(--grad2) !important;
	font-size: 16px;
	color: #fff !important
}

.btn-secondary:hover,
.btn-secondary:focus {
	background: var(--grad2) !important;
	filter: brightness(.94);
}

.btn-secondary a,
.btn-secondary a:hover,
.btn-secondary a:focus {
	color: #fff !important
}

.btn-danger {
	background: #DC2626;
	color: #fff;
	font-size: 16px
}

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

/* ── FORMS ── */
.form-control {
	letter-spacing: -.01em;
	padding: 12px 24px;
	font-size: 13px;
	border-radius: 14px !important;
	background: var(--color-2);
	color: var(--color-5);
	border: 1px solid var(--color-4);
	height: 50px
}

.form-control:focus {
	box-shadow: 0 0 0 4px rgba(139, 92, 246, .15) !important;
	border: 1px solid var(--color-6) !important;
	background: var(--color-2);
	color: var(--color-5)
}

.form-control::placeholder {
	color: var(--color-3)
}

.form-control:disabled,
.form-control[readonly] {
	background-color: var(--color-4);
}

select.form-control {
	border: 1px solid var(--color-4)
}

.form-group label {
	padding-bottom: 5px
}

.search-input {
	z-index: 15;
	transition: all 0.15s ease;
}

.search-input.input-group {
	width: 35%;
}

.search-input .input-group-text {
	background-color: transparent !important;
}

.search-input input.form-control {
	letter-spacing: -.01em;
	padding: 12px 24px;
	border-radius: 12px !important;
	background: var(--color-2)
}

.search-input input.form-control:focus {
	box-shadow: none !important;
}

.search-input .btn-command {
	position: absolute;
	transition: all 0.15s ease;
	background-color: var(--color-4);
	border-radius: 8px;
	width: 56px;
	height: 32px;
	font-size: 16px;
	color: var(--color-5);
	font-weight: 600;
	line-height: 1.5;
	right: 8px;
	z-index: 5;
}

.rtl-enable .search-input .btn-command {
	left: 8px;
	right: auto
}

.search-input .btn-command .symbol {
	font-size: 20px;
	font-weight: 400;
	padding-right: 4px;
}

.input-group {
	position: relative;
}

.input-group .input-group-text {
	position: absolute;
	z-index: 10;
	padding: 0 8px;
	top: 2px;
	bottom: 2px;
	fill: var(--color-3);
	color: var(--color-3);
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-2);
	transition: all 0.15s ease;
	border: none
}

.input-group .input-group-text:not(:last-child) {
	left: 2px;
}

.input-group .input-group-text:not(:first-child) {
	right: 2px;
}

.rtl-enable .input-group .input-group-text:not(:first-child) {
	left: 2px;
	right: auto
}

.input-group .input-group-text.transparent {
	background-color: transparent !important;
}

/* ── USER CARD ── */
.card.userCard {
	position: relative
}

.userCard .ud-row {
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 1.5rem);
}

.userCard .ud-card {
	padding: 25px 40px 25px 40px
}

.userCard .ud-card h5 {
	position: relative;
	width: max-content
}

.userCard .ud-card h5 img {
	position: absolute;
	top: 2px;
	right: -23px;
	width: 20px
}

.userCard .userDetails {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 15px
}

.rtl-enable .userCard .userDetails {
	margin-left: 15px;
	margin-right: 0
}

.userCard .userDetails .ud-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	font-size: 1.25rem;
	line-height: 1;
	overflow: hidden;
	user-select: none;
	border-radius: 10px;
	color: var(--color-6);
	background-color: var(--color-8);
	margin-right: 1rem;
}

.rtl-enable .userCard .userDetails .ud-icon {
	margin-left: 1rem;
	margin-right: auto
}

.userCard .userDetails .ud-text {
	display: flex;
	flex-direction: column;
}

.userCard .userDetails .ud-text h6 {
	line-height: 1.6;
	letter-spacing: 0.15px;
	color: var(--color-5);
	font-weight: 700;
	margin-bottom: 0
}

.userCard .userDetails .ud-text span {
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.25;
	letter-spacing: 0.4px;
	color: var(--color-3);
}

.userCard .ud-img {
	right: -40px;
	bottom: 0px;
	width: 275px;
	position: absolute;
}

.rtl-enable .userCard .ud-img {
	left: 0px;
	right: auto
}

.userCard .ud-img-3 {
	right: 10px;
	bottom: 0px;
	width: 125px;
	position: absolute;
}

.rankCard {
	position: relative
}

.rankCard .rc-img {
	right: 15px;
	top: 0px;
	width: 85px;
	position: absolute;
}

.rtl-enable .rankCard .rc-img {
	left: 15px;
	right: auto
}

.rankCard .rc-img-2 {
	right: 10px;
	bottom: -10px;
	width: 110px;
	position: absolute;
}

.rtl-enable .rankCard .rc-img-2 {
	left: 10px;
	right: auto
}

.rankCard .rc-card {
	min-width: 550px;
	padding: 15px 40px 15px 40px
}

.rankCard .progress {
	background-color: var(--color-8);
	border-radius: 10px;
	height: 1.2rem;
	width: 80%;
	position: relative
}

.rankCard .progress-bar {
	background: var(--grad);
}

.rankCard .rc-card #placePercent {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 9px;
	left: 15px
}

.form-select {
	background-color: var(--color-2);
	border: 1px solid var(--color-4);
	border-radius: 14px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-5);
	height: 58px;
	padding: 0 26px;
	max-width: 100%;
	width: 100%
}

.form-select:focus {
	outline: none;
	border: 1px solid var(--color-6);
	background-color: var(--color-2);
	color: var(--color-5)
}

.form-select:disabled {
	background-color: var(--color-2);
	border: 1px solid var(--color-4);
}

.dd-btn.dropdown-toggle {
	height: 58px;
	border-radius: 14px
}

.dd-btn.dropdown-toggle::after {
	display: none !important
}

.pagination .page-item.active .page-link {
	background: var(--grad);
	color: #fff;
}

.pagination .page-item:first-child {
	border-right: 1px solid var(--color-2);
}

.pagination .page-item:first-child .page-link {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-weight: 400;
}

.pagination .page-item:last-child {
	border-left: 1px solid var(--color-2);
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 400;
}

.pagination .page-item .page-link {
	background: var(--color-1);
	border: none;
	margin: 0;
	height: 50px;
	padding: 0px;
	min-width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 17.3005px;
	line-height: 18px;
	color: var(--color-5);
	position: relative;
}

.pagination .page-item .page-link:hover {
	color: var(--color-6);
}

.pagination .page-item .page-link:focus {
	z-index: 20;
}

/* ── SERVICES ── */
.search-services {
	height: 40px;
	position: relative;
}

.search-services:focus-within .icon {
	color: var(--color-6);
}

.search-services .icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: var(--color-3);
	transition: 0.14s ease;
}

.search-services .textbox {
	width: calc(100% - 40px);
	margin-left: 40px;
	height: 40px;
	background-color: transparent;
	outline: none;
	border: none;
	color: var(--color-5);
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
}

.search-services .textbox::placeholder {
	color: var(--color-3);
}

.s-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.s-row.s-title {
	font-weight: 600;
	display: none;
}

.services-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.si-wrapper {
	flex: 0 0 auto;
	width: 100%;
	position: relative;
}

.s-col {
	flex: 0 0 auto;
}

.service-item {
	padding: 12px 30px;
	border-radius: 15px;
	margin-bottom: 14px;
	background: var(--color-1);
	border: 1px solid var(--color-4);
	box-sizing: border-box;
}

.service-item:hover {
	border-color: var(--color-6);
}

.service-item .s-col-id i {
	cursor: pointer
}

.services-head-row .service-item {
	background-color: transparent;
	border: none;
}

.sp-serv-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.sp-services .card {
	margin-bottom: 30px;
}

.si-header {
	padding: 15px 30px;
	background: var(--grad);
	border-radius: 15px;
	border: none;
	margin-bottom: 14px;
}

.si-header .si-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	margin-bottom: 0;
}

.s-col-id .sp-serv-sm {
	background: var(--color-6);
	padding: 5px 15px;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
}

/* ── MODAL ── */
.modal-wrapper {
	margin: auto;
	background-color: rgba(15, 23, 42, 0.5);
	backdrop-filter: blur(5px);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
}

.modal-wrapper.active {
	display: flex;
}

.mbo-wrapper {
	height: 100%;
	width: 100%;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-y: auto;
}

.modal-box {
	margin: auto 0;
	max-width: 560px;
	width: 100%;
	border-radius: 22px;
	background: var(--color-1);
	border: 1px solid var(--color-4);
	text-align: left;
	position: relative;
}

.modal-box .m-body .form-control {
	background: var(--color-2);
	border: 1px solid var(--color-4)
}

.m-header {
	padding: 30px 30px 60px;
	background: var(--grad);
	border-radius: 22px 22px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.m-header>* {
	text-align: center;
}

.m-body {
	padding: 30px;
}

.m-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.005em;
	color: #fff;
	margin-bottom: 0;
	word-break: break-word;
	white-space: normal;
	max-width: 100%;
	min-width: 40%;
}

.m-close {
	border: none;
	outline: none;
	background-color: rgba(255, 255, 255, .2);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	border-radius: 12px;
	position: absolute;
	z-index: 3001;
	top: 15px;
	right: 15px;
}

.m-close:focus {
	box-shadow: 0 0 0 0.25rem rgba(139, 92, 246, 0.25);
}

.m-sub-title {
	margin-top: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 0;
}

#serviceModalText {
	background: var(--color-2);
	border: 1px solid var(--color-4);
	border-radius: 15px;
	padding: 30px;
	margin-top: -60px;
	white-space: break-spaces;
	max-height: 350px;
	overflow-y: scroll;
}

.header-msg {
	margin-left: 25px
}

.rtl-enable .header-msg {
	margin-right: 25px
}

.service-modal-id {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	background: var(--grad);
	border-radius: 12px;
	padding: 14px 23px;
	margin-bottom: 16px;
}

.order-modal .m-header {
	padding: 15px
}

.order-modal .m-body {
	padding: 30px 15px
}

.dropdown-menu {
	background: var(--color-1);
	border-color: var(--color-4);
	border-radius: 14px;
	top: 4px !important;
	min-width: 100%;
}

.dropdown-menu .dropdown-item {
	color: var(--color-3)
}

.dropdown-menu .dropdown-item:hover {
	background: var(--color-8);
	color: var(--color-6)
}

/* ── STATUS PILLS ── */
.op-stats {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border: 1px solid var(--color-4);
	background-color: var(--color-2);
	border-radius: 10px;
	padding: 5px 15px;
}

.op-stats.completed {
	background-color: rgba(34, 197, 94, .15);
	border: 1px solid #22C55E;
	color: #16A34A;
}

.op-stats.processing {
	background-color: rgba(249, 115, 22, .15);
	border: 1px solid #F97316;
	color: #EA580C;
}

.op-stats.inprogress {
	background-color: rgba(59, 130, 246, .15);
	border: 1px solid #3B82F6;
	color: #2563EB;
}

.op-stats.pending {
	background-color: rgba(251, 188, 5, .18);
	border: 1px solid #FBBC05;
	color: #B45309;
}

.op-stats.partial {
	background-color: rgba(100, 116, 139, .18);
	border: 1px solid #64748B;
	color: #64748B;
}

.op-stats.cancelled {
	background-color: rgba(236, 72, 153, .15);
	border: 1px solid #EC4899;
	color: #DB2777;
}

.tooltip-inner {
	background-color: var(--color-6) !important;
	color: #fff;
	font-size: 11px
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: var(--color-6) !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-right-color: var(--color-6) !important;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: transparent !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-left-color: var(--color-6) !important;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: transparent !important;
}

.bs-toast {
	background: var(--grad);
	border: none !important;
	color: #fff;
	padding: 10px 24px;
	border-radius: 14px;
	position: fixed;
	bottom: 30px;
	left: 40px;
	width: max-content;
	max-width: 350px;
	align-items: center;
	display: none;
	z-index: 3000;
	text-align: center
}

.bs-toast .bs-toast-content {
	display: flex
}

.bs-toast .toast-text {
	flex: 1;
	font-size: 14px;
	font-weight: 500
}

.bs-toast .toast-times {
	cursor: pointer;
	border: none;
	outline: 0;
	color: #fff;
	background: 0 0
}

.svg-icon.verified {
	color: #4F46E5
}

/* ── SPACING UTILS ── */
.me-0 { margin-right: 0 !important }
.me-1 { margin-right: .25rem !important }
.me-2 { margin-right: .5rem !important }
.me-3 { margin-right: 1rem !important }
.me-4 { margin-right: 1.5rem !important }
.me-5 { margin-right: 3rem !important }
.me-auto { margin-right: auto !important }
.ms-0 { margin-left: 0 !important }
.ms-1 { margin-left: .25rem !important }
.ms-2 { margin-left: .5rem !important }
.ms-3 { margin-left: 1rem !important }
.ms-4 { margin-left: 1.5rem !important }
.ms-5 { margin-left: 3rem !important }
.ms-auto { margin-left: auto !important }
.pe-0 { padding-right: 0 !important }
.pe-1 { padding-right: .25rem !important }
.pe-2 { padding-right: .5rem !important }
.pe-3 { padding-right: 1rem !important }
.pe-4 { padding-right: 1.5rem !important }
.pe-5 { padding-right: 3rem !important }
.ps-0 { padding-left: 0 !important }
.ps-1 { padding-left: .25rem !important }
.ps-2 { padding-left: .5rem !important }
.ps-3 { padding-left: 1rem !important }
.ps-4 { padding-left: 1.5rem !important }
.ps-5 { padding-left: 3rem !important }

/* ── SELECT2 ── */
.select2-results__option a {
	color: var(--color-5) !important;
	font-size: 14px !important;
	border-bottom: 1px solid var(--color-4);
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.select2-results__option a:hover {
	background: var(--color-8);
	color: var(--color-6) !important
}

.select2-container--default .select2-results>.select2-results__options,
.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option:hover {
	background-color: var(--color-1) !important;
}

.select2-container--default .select2-selection--single {
	height: 45px;
	line-height: 24px;
	background-color: var(--color-2) !important;
	border: 1px solid var(--color-4) !important;
	border-radius: 12px !important;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
	border-color: var(--color-6) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	white-space: normal !important;
	color: var(--color-5) !important;
}

.select2-dropdown {
	background: var(--color-1) !important;
	border-color: var(--color-4) !important;
	border-radius: 12px !important;
}

.select2-search--dropdown .select2-search__field {
	background: var(--color-2) !important;
	color: var(--color-5) !important;
	border: 1px solid var(--color-4) !important;
	border-radius: 10px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--color-8) !important;
	color: var(--color-5) !important;
}

.header-msg .header-title {
	margin-bottom: 0;
	font-weight: 700;
	color: var(--color-5);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background: var(--grad);
}

pre.code {
	background: var(--color-2);
	color: var(--color-3);
}

.api-section .card-header {
	background-color: var(--color-2);
	border-radius: 15px 15px 0 0 !important
}

.addBalance {
	margin-bottom: 9px;
	margin-top: 0;
	display: flex;
	border-radius: 10px;
	justify-content: space-between;
}

.addBalanceBtn {
	width: 24%;
	background: var(--color-2);
	padding: 20px 16px;
	border-radius: 12px;
	text-align: center;
	border: 1px solid var(--color-4);
	color: var(--color-5);
	font-weight: 600;
}

.addBalanceBtn:hover {
	border-color: var(--color-6);
	background: var(--color-8);
}

.sc-sup-item {
	background: var(--color-1);
	border: 1px solid var(--color-4);
	box-sizing: border-box;
	border-radius: 15px;
	padding: 18px 30px;
	display: block;
	width: 100%;
	transition: 0.14s ease;
}

.sc-sup-item:hover {
	border: 1px solid var(--color-6);
}

.sc-sup-item .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: var(--color-3);
	margin-bottom: 10px;
}

.sc-sup-item .text {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: var(--color-5);
	margin-bottom: 10px;
}

.sc-sup-item+.sc-sup-item {
	margin-top: 13px;
}

.badge-secondary {
	background: var(--color-6)
}

.nav-custom-pills li {
	margin-bottom: 10px
}

.nav-custom-pills li button {
	width: 100%;
	background: var(--color-2);
	padding: 20px 16px;
	border-radius: 12px;
	text-align: center;
	border: 1px solid var(--color-4);
	color: var(--color-5);
	font-weight: 600;
}

.nav-custom-pills .nav-link {
	border-radius: 12px
}

.nav-custom-pills .nav-link.active {
	background: var(--grad) !important;
	color: #fff !important;
	border-color: transparent !important;
}

.pm-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: var(--color-5);
}

.pm-about {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: var(--color-3);
	margin-bottom: 0px;
}

.pm-text-container {
	color: var(--color-3);
	margin-top: 20px
}

/* ── BASKET DRAWER ── */
.basket-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(15, 23, 42, 0.25);
	backdrop-filter: blur(10px);
	z-index: 2000;
	display: none;
}

.basket-drawer {
	transform: translateX(100%);
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	z-index: 2003;
	background: var(--color-1);
	border-left: 1px solid var(--color-4);
	width: 350px;
	display: flex;
	flex-direction: column;
	transition: 0.14s ease;
}

.basket-drawer .drawer-header {
	display: flex;
	align-items: center;
	gap: 20px;
	height: 80px;
	padding: 0 20px;
	background: var(--grad);
}

.basket-drawer .drawer-header-title {
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 0;
}

.basket-drawer .basket-header-close {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	font-size: 20px;
	cursor: pointer;
	color: #fff
}

.rtl-enable .basket-drawer .basket-header-close {
	margin-right: auto;
	margin-left: 0;
}

.basket-drawer .drawer-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	overflow-y: scroll;
	max-height: 90%
}

.sepetbos {
	text-align: center;
	padding-top: 50px
}

.sepetbos i {
	font-size: 46px;
	color: var(--color-6)
}

#sepetListe {
	display: flex;
	align-items: center;
	padding: 10px 0 100px 0;
	flex-direction: column;
	overflow-y: scroll;
	height: 90%;
	width: 100%;
}

#sepetAlt {
	border-top: 1px solid var(--color-4);
	z-index: 999;
	height: 10%;
	align-items: center;
	bottom: 0;
	position: absolute;
	width: 100%;
	background: var(--color-1);
	padding: 10px
}

.sptorder {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.sptsol {
	width: 50%;
	text-align: left;
}

.sptfiyat {
	font-weight: 700;
	font-size: 18px;
	margin-left: 20px;
	color: var(--color-5);
}

.sptsayi {
	font-weight: 600;
	font-size: 14px;
	margin-left: 20px;
}

.sptsag {
	width: 50%;
}

.sptsag .btn {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 20px;
	font-size: 14px
}

.sepetbox {
	background: var(--color-2);
	padding: 5px;
	color: var(--color-5);
	border-radius: 12px;
	margin-bottom: 10px;
	border: 1px solid var(--color-4);
	flex-direction: row;
	justify-content: space-between;
	width: 95%;
	align-items: center;
	position: relative
}

.sepettop {
	padding: 2px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.sepetdetails {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.sptalt {
	font-size: 12px;
	text-align: left;
	background: var(--color-1);
	border-radius: 10px;
	padding: 5px 10px;
	width: 100%;
	margin-top: 5px;
}

.sptalt strong {
	font-size: 12px;
	color: var(--color-6)
}

.sptalt span {
	color: var(--color-5);
}

.sepetbottom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.sepetbottom i {
	color: #DC2626;
	font-size: 20px;
}

.sepetname {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.sepetfiyat {
	font-weight: 700;
	font-size: 16px;
	padding-right: 15px;
}

.sepetservis {
	font-size: 12px;
	text-align: left;
	background: var(--color-1);
	border-radius: 10px;
	padding: 10px;
}

.sepetservis strong {
	font-size: 12px;
	color: var(--color-6)
}

.sepetid {
	background: var(--grad);
	color: #fff;
	padding: 3px 8px;
	border-radius: 7px;
}

#sepetsayi {
	position: absolute;
	background: var(--grad);
	color: #fff;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	font-size: 11px;
	line-height: 16px;
	top: 5px;
	right: 5px;
	text-align: center;
	font-weight: 700
}

body.stop-body {
	overflow: hidden;
}

body#outside {
	background-color: var(--color-2);
	width: 100%;
	overflow-x: hidden;
}

.headOut {
	position: fixed;
	top: 0px;
	background-color: transparent;
	width: 100%;
	border-bottom: 1px solid var(--color-4);
	z-index: 1030;
	transition: 0.14s ease;
}

.headOut.fixed {
	background-color: rgba(248, 250, 252, 0.75)
}

html.dark .headOut.fixed {
	background-color: rgba(11, 16, 32, 0.75)
}

.b-menu-wrapper {
	display: block;
	position: fixed;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 2px);
	border-radius: 30px 30px 0 0;
	padding: 24px 10px;
	max-height: calc(100vh - 90px);
	transition: 0.14s ease;
	transform: translateY(101%);
	opacity: 0.4;
	background: var(--color-1)
}

.b-menu-wrapper.active {
	transform: translateY(0);
	opacity: 1;
}

.sm-header {
	display: block;
	padding: 14px 0;
	transition: 0.14s ease;
}

.menu-btn {
	height: 48px;
	width: 48px;
	border-radius: 12px;
	background-color: var(--color-8);
	color: var(--color-6);
	outline: none;
	border: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b-menu-close {
	height: 48px;
	width: 48px;
	border-radius: 24px;
	background-color: var(--color-2);
	color: var(--color-3);
	outline: none;
	border: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 20px;
	z-index: 2000;
}

.head-right-btns {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.header-btn {
	border-radius: 25px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 9px 9px 9px 30px;
	overflow: hidden;
	background: var(--grad);
	color: #fff !important;
	text-decoration: none;
	transition: 0.14s ease;
}

.header-btn:hover {
	color: #fff !important;
}

.header-btn:hover .icon::after {
	transform: scale(8);
}

.header-btn .text {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.03em;
	position: relative;
	z-index: 1004;
}

.header-btn .icon {
	display: flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	position: relative;
}

.header-btn .icon .icon-ri {
	z-index: 1003;
}

.header-btn .icon::after {
	content: "";
	z-index: 1002;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s ease;
}

.nmenu {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	gap: 10px;
	padding: 10px 0 20px 0;
}

.nmenu .nmenu-item {
	position: relative;
	display: flex;
	justify-content: flex-start;
}

.nmenu .nmenu-item .nmenu-link {
	font-weight: 400;
	font-size: 23px;
	line-height: 125%;
	color: var(--color-5) !important;
	opacity: 0.8;
	padding: 7px 20px;
	transition: 0.14s ease;
	text-decoration: none;
	display: inline-block;
	text-align: left;
}

.nmenu .nmenu-item .nmenu-link::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 20px;
	right: 20px;
	height: 3px;
	opacity: 0;
	background-color: var(--color-6);
}

.nmenu .nmenu-item .nmenu-link:hover {
	opacity: 0.7;
}

.nmenu .nmenu-item .nmenu-link.active {
	opacity: 1;
}

.nmenu .nmenu-item .nmenu-link.active::before {
	opacity: 1;
}

.home-logo img {
	height: 50px
}

.homeHeader {
	margin-top: -86px;
	padding-top: 86px;
	position: relative;
}

.homeHeader .homeBg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	display: inline-block;
	z-index: -1;
}

.homeHeader .homeBg img {
	width: 100%;
	height: auto;
}

.homeHeader .hhSide {
	position: relative;
	z-index: 5;
	padding: 60px 0;
}

.homeHeader .hhSide .hhTitle {
	font-size: 32px;
	font-weight: 800;
	color: var(--color-6);
	line-height: 64px
}

.rotate {
	font-family: Pacifico, cursive;
	font-size: 36px;
	font-weight: 400;
	color: var(--color-7);
	position: relative;
	padding: 0 10px 0 0
}

.homeSection .rotate {
	font-size: 48px
}

.hhBanner {
	top: -75px;
	position: relative
}

.hhBanner .hhLine {
	position: absolute;
	top: 57%;
	left: 50%;
	display: inline-block;
	height: 600px;
	width: 600px;
}

.hhBanner .hhLine::before {
	animation-delay: 1s;
}

.hhBanner .hhLine::after,
.hhBanner .hhLine::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
	border-radius: 50%;
	border: 2px solid rgba(139, 92, 246, 0.18);
	background-color: rgba(139, 92, 246, 0.05);
	animation: borderanimate 4s linear infinite;
	animation-delay: 0s;
}

.homeRateItem {
	display: flex;
	align-items: center;
	gap: 17px;
}

.homeRateItem:nth-child(1) .icon {
	background: var(--color-8);
	color: var(--color-6);
}

.homeRateItem:nth-child(2) .icon {
	background: rgba(251, 188, 5, 0.15);
	color: #FBBC05;
}

.homeRateItem .icon {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.homeRateItem .text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: var(--color-3);
}

.homeRateItem .text strong {
	font-weight: 700;
	color: var(--color-5);
}

.homeRate {
	display: flex;
	align-items: center;
	gap: 30px;
}

.homeLogin {
	padding-bottom: 75px
}

.homeLogin .btn {
	border-radius: 14px !important
}

.homeLogin .card {
	background: var(--color-1);
	box-shadow: 0 8px 40px rgba(79, 70, 229, .14);
	z-index: 10
}

.homeLogin .card .hlTitle {
	color: var(--color-6);
	font-size: 14px
}

.homeLogin .card .form-control,
.homeLogin .card .form-control:focus {
	background: var(--color-2);
	color: var(--color-5)
}

.homeLogin .card .form-control::placeholder {
	color: var(--color-3)
}

.homeLogin .card .form-check-label,
.homeLogin .card .hlText {
	color: var(--color-5)
}

.homeLogin .card .hlText a {
	color: var(--color-6)
}

@-webkit-keyframes borderanimate {
	0% { transform: translate(-50%, -50%) scale(0.5); opacity: 1; border-width: 3px; }
	40% { opacity: 0.5; border-width: 2px; }
	65% { border-width: 1px; }
	100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; border-width: 1px; }
}

@keyframes borderanimate {
	0% { transform: translate(-50%, -50%) scale(0.5); opacity: 1; border-width: 3px; }
	40% { opacity: 0.5; border-width: 2px; }
	65% { border-width: 1px; }
	100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; border-width: 1px; }
}

/* ── ACCOUNT ── */
.acc-avatar {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	object-fit: cover;
}

.acc-username {
	font-size: 19px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: var(--color-5);
	display: flex;
	align-items: center;
}

.acc-username .txt {
	font-weight: 700;
}

.acc-username i {
	color: var(--color-6);
}

.acc-email {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-top: 8px;
	color: var(--color-3);
}

.acc-switch {
	display: flex;
	background: var(--color-8);
	border-radius: 29px;
	border: 1px solid var(--color-6);
	height: 58px;
	padding: 8px;
	outline: none;
	min-width: 122px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: relative;
	transition: 0.14s ease;
}

.acc-switch:focus {
	box-shadow: none;
}

.acc-switch.gs-female .acc-switch-bg {
	left: 50%;
}

.acc-switch .acc-switch-bg {
	position: absolute;
	z-index: 3;
	border-radius: 40px;
	background: var(--grad);
	left: 8px;
	width: calc(50% - 8px);
	top: 8px;
	bottom: 8px;
	transition: 0.2s ease;
}

.acc-switch .btn-gender {
	position: relative;
	z-index: 5;
	outline: none;
	border: none;
	background-color: transparent;
	width: calc(50% - 8px);
	font-size: 18px;
	line-height: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.acc-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: var(--color-8);
	color: var(--color-6);
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.acc-icon.i-1 {
	background: rgba(249, 115, 22, 0.15);
	color: #F97316;
}

.acc-icon.i-2 {
	background: rgba(34, 197, 94, 0.15);
	color: #22C55E;
}

.acc-item {
	padding: 10px 0;
	flex-wrap: nowrap;
	overflow: hidden;
}

.acc-item-title {
	font-weight: 600;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: var(--color-3);
	margin-bottom: 6px;
}

.acc-item-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: var(--color-5);
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

/* ── BRAND SLIDER ── */
.brandSlider {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 400px;
}

.brandSlider .bShadow {
	overflow: hidden;
	position: relative;
}

@keyframes translateinfinite {
	100% { transform: translateY(calc(-60px * 6)); }
}

#infinite .bShadow {
	background: var(--color-2)
}

#infinite .bShadow::before,
#infinite .bShadow::after {
	content: " ";
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100px;
}

#infinite .bShadow::before {
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, var(--color-2) 0%, rgba(255, 255, 255, 0) 100%);
}

#infinite .bShadow::after {
	top: 0;
	right: 0;
	background: linear-gradient(to bottom, var(--color-2) 0%, rgba(255, 255, 255, 0) 100%);
}

#infinite .bShadow div {
	width: 100%;
	animation: translateinfinite 25s linear infinite;
}

.productBox {
	background: var(--color-1);
	border-radius: 12px;
	height: 60px;
	padding: 0 25px;
	margin-bottom: 10px
}

.productBox .pbLeft {
	color: var(--color-5)
}

.productBox .pbLeft i {
	width: 35px;
	text-align: center
}

.productBox .pbRight {
	background: var(--grad);
	border-radius: 7px;
	padding: 3px 15px;
	font-size: 12px;
	color: #fff;
}

.hsTitle {
	font-size: 40px;
	font-weight: 800;
	color: var(--color-6);
	line-height: 48px;
}

.hsText {
	color: var(--color-5)
}

.sUpd {
	padding: 2px 7px;
	border-radius: 7px
}

.sUpd.priceDown {
	background-color: rgba(59, 130, 246, .18);
	color: #2563EB;
}

.sUpd.newServ {
	background-color: rgba(34, 197, 94, .18);
	color: #16A34A;
}

.sUpd.priceUp {
	background-color: rgba(249, 115, 22, .18);
	color: #EA580C;
}

.sUpd.priceActive {
	background-color: rgba(251, 188, 5, .2);
	color: #B45309;
}

.sUpd.priceCare {
	background-color: rgba(236, 72, 153, .18);
	color: #DB2777;
}

.chfa-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 55px 55px 0px 0px;
	padding: 105px 20px 234px 20px;
	position: relative;
	z-index: 2;
	background-image: var(--grad);
}

.chfa-box .title {
	margin-bottom: 0;
	font-weight: 800;
	color: #fff
}

.chfa-view {
	margin-top: -172px;
	z-index: 3;
	position: relative;
	text-align: center;
}

.chfa-view img {
	max-width: 100%;
	pointer-events: none;
	user-select: none;
}

/* ── FOOTER ── */
footer {
	z-index: 1;
	margin: 0 !important
}

.footer {
	position: relative;
	background: var(--color-1)
}

.footerTop {
	padding: 100px 0 30px;
	border-bottom: 1px solid var(--color-4)
}

.footerLogo {
	background: var(--grad);
	border: 4px solid var(--color-1);
	box-sizing: border-box;
	width: 102px;
	height: 102px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.footerLogo img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.footerLinks {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 10%;
}

.footerLinks li a {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: -0.03em;
	color: var(--color-5) !important;
	padding: 10px;
	display: block;
}

.footerCopy {
	padding: 25px 0;
	text-align: center
}

.footerCopyTx {
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: -0.03em;
	color: var(--color-3)
}

.custom-footer {
	background-color: var(--color-1);
	padding: 40px 20px;
	border-top: 1px solid var(--color-4);
}

.footer-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.footer-section {
	min-width: 150px;
}

.footer-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	color: var(--color-5);
}

.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-list li {
	margin-bottom: 8px;
}

.footer-list a {
	text-decoration: none;
	color: var(--color-3) !important;
	transition: 0.3s;
}

.footer-list a:hover {
	color: var(--color-7) !important;
}

.footer-bottom {
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	color: var(--color-3);
}

@media (max-width: 992px) {
	.footer-container { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
	.footer-container { text-align: center; }
	.footer-section { margin-bottom: 20px; }
}

.footer .ficons {
	margin: 0;
	padding: 0;
	width: auto
}

.footer .ficons li {
	display: inline-block;
	padding: 0;
	border-radius: 100%;
	overflow: visible
}

.footer .ficons li a {
	transition: all .2s ease;
	border-radius: 100%;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 28px;
	text-align: center;
	color: var(--color-5) !important;
	text-decoration: none;
	font-size: .8rem
}

.footer .ficons li:hover a {
	background: var(--color-6);
	color: #fff !important
}

.footer .ficons li:hover.ficons-twitter a { background: #1DA1F2 }
.footer .ficons li:hover.ficons-facebook a { background: #1877F2 }
.footer .ficons li:hover.ficons-whatsapp a { background: #25D366 }
.footer .ficons li:hover.ficons-instagram a { background: #E1306C }
.footer .ficons li:hover.ficons-telegram a { background: #229ED9 }

.footer .ficons.ficons-dark-2 li a {
	background: var(--color-2)
}

.footer .ficons.ficons-dark-2 li a i {
	color: var(--color-6)
}

.footer .ficons.ficons-dark-2 li a:hover i {
	color: #fff
}

.footer .ficons.ficons-big li a {
	height: 48px;
	line-height: 48px;
	width: 48px
}

/* ── TICKETS ── */
.tickets {
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	background: var(--color-2);
	border-radius: 15px;
	padding: 10px 15px;
}

.tickets:hover {
	background: var(--color-8);
	transition: 500ms all
}

.tickets .avatar.me-3 {
	margin-right: 15px !important;
}

.tickets .avatar .tickets-img {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background: var(--grad);
	color: #fff !important;
	text-align: center;
	position: relative;
	border: 3px solid var(--color-8);
}

.tickets .avatar .tickets-img span {
	font-size: 24px;
	color: #fff
}

.tickets h6 {
	margin-bottom: 10px;
	font-size: 14px;
}

.tickets span {
	color: var(--color-3);
	font-size: 12px;
}

.tickets .date {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 12px;
	color: var(--color-3);
}

.ticketstatus.completed { color: #16A34A }
.ticketstatus.pending { color: #B45309 }
.ticketstatus.closed { color: #DB2777 }

.ticket-message-block {
	display: flex;
}

.ticket-message-block.ticket-message-left+.ticket-message-left {
	margin-top: -50px;
}

.ticket-message-block.ticket-message-right+.ticket-message-right {
	margin-top: -50px;
}

.ticket-message-block.ticket-message-right {
	justify-content: flex-end;
}

.ticket-message-block.ticket-message-right .ticket-msg-container {
	text-align: right;
}

.ticket-message-block.ticket-message-right .ticket-msg-container .ticket-msg {
	background: var(--grad);
	color: #fff;
	border-radius: 20px 20px 0 20px;
}

.ticket-message-block.ticket-message-left .ticket-msg-container .ticket-msg {
	border-radius: 20px 20px 20px 0px;
}

.ticket-message-block .ticket-msg-container {
	width: 100%;
	max-width: 400px;
}

.ticket-message-block .ticket-msg-container .ticket-msg {
	background: var(--color-8);
	border-radius: 30px;
	padding: 14px 26px;
	display: inline-flex;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: var(--color-5);
}

.ticket-message-block .ticket-msg-container .date-time {
	font-size: 12px;
	line-height: 15px;
	color: var(--color-3);
	margin-bottom: 30px;
	padding: 0 10px;
	display: block;
}

.schat-body .schat-chat-body {
	max-height: 553px;
	overflow-y: auto;
	margin: 0 -24px;
	padding: 0 24px;
}

.schat-body .schat-chat-body::-webkit-scrollbar {
	width: 6px;
	border-radius: 3px;
}

.schat-body .schat-chat-body::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 3px;
}

.schat-body .schat-chat-body::-webkit-scrollbar-thumb {
	background: var(--color-3);
	border-radius: 3px;
}

.schat-body .schat-input {
	padding-top: 10px;
}

.schat-msg-input {
	position: relative;
	display: flex;
	background: var(--color-2);
	border-radius: 0px 0px 28px 28px;
	height: 70px;
	align-items: center;
}

.schat-msg-input input {
	border: none;
	outline: none;
	background: transparent;
	flex: 1;
	padding: 0 30px;
	font-size: 14px;
	line-height: 17px;
	color: var(--color-5);
}

.schat-msg-input input::placeholder {
	color: var(--color-3);
}

.scd-item {
	background: var(--color-2);
	border: 1px solid var(--color-4);
	border-radius: 15px;
	padding: 20px 24px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.scd-item+.scd-item {
	margin-top: 14px;
}

.scd-item .title {
	flex: 1;
}

.scd-item .text {
	color: var(--color-6);
}

/* ── CHILD PANEL ── */
.cp-sns-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: var(--color-5);
	margin-bottom: 25px;
}

.cp-sns-dns {
	border-radius: 12px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: var(--color-6);
	background-color: var(--color-8);
	padding: 14px 20px;
	text-align: center;
	margin-bottom: 20px;
}

.cp-right-box {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.cp-right-box .cp-r-img {
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 0px;
	top: 0px;
	width: 100%;
	background-image: url(https://storage.perfectcdn.com/hghbyr/o89ynrbly54qx5o4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 80%;
}

.cp-right-box .card-body {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cp-right-box .cp-r-title {
	font-weight: 700;
	font-size: 25px;
	line-height: 31px;
}

.cp-right-box .cp-r-text {
	margin-top: 6px;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-5);
	width: 100%;
}

@media (min-width: 992px) {
	.cp-right-box .cp-r-text { max-width: 70%; }
}

.cp-top {
	margin-bottom: 30px;
}

.rtl-enable .cp-right-box .cp-r-img {
	background-position: left bottom;
}

/* ── BLOG ── */
.blog-head {
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.blog-head .blog-avatar {
	width: 50px;
	height: 50px;
	border: 2px solid var(--color-6);
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	padding-top: 3px;
	background: var(--color-8);
}

.blog-head .blog-avatar span {
	width: 100%;
	height: 100%;
	text-align: center
}

.blog-head .blog-head--username {
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	color: var(--color-5);
	margin-bottom: 4px;
}

.blog-head .blog-head--site {
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: var(--color-3);
}

.card-blog {
	margin-bottom: 30px;
}

.card-blog .blog-img-wrapper {
	overflow: hidden;
	position: relative;
	padding-top: 48%;
}

.card-blog .blog-img-wrapper img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-blog .blog-title {
	padding: 30px;
}

.card-blog .blog-title h2 {
	margin-bottom: 0 !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 24px !important;
}

.card-blog .blog-content {
	padding: 30px;
	font-size: 14px;
	line-height: 21px;
	color: var(--color-3);
}

.card-blog .blog-footer {
	padding: 30px;
}

.card-blog .blog-read-more {
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -0.02em;
	color: var(--color-5);
	display: flex;
	align-items: center;
}

.card-blog .blog-read-more:hover {
	color: var(--color-6);
}

.card-blog .blog-read-more i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-blog .blog-read-more span {
	font-weight: 600;
}

.blog-border {
	position: relative;
}

.blog-border::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	height: 1px;
	background: var(--color-4);
}

.blog-share-wrapper {
	display: flex;
	gap: 10px;
}

.blog-share-btn {
	background: var(--color-2);
	border: 1px solid var(--color-4);
	box-sizing: border-box;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-5);
	transition: 0.14s ease;
}

.blog-share-btn i {
	transition: 0.14s ease;
}

.blog-share-btn:focus {
	box-shadow: 0 0 0 0.25rem rgba(139, 92, 246, 0.25);
}

.blog-share-btn:hover {
	color: #fff;
	background: var(--color-6);
	border-color: var(--color-6);
}

.blog-share-btn:hover i {
	transform: scale(1.2);
}

.bi-head-wrapper {
	padding: 30px 0;
}

.bi-head-box {
	background: var(--color-8);
	border: 1px solid var(--color-4);
	box-sizing: border-box;
	border-radius: 30px;
	position: relative;
}

.bi-head-box .bi-head-bg {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 30px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
}

.bi-head-box .bi-head-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bi-head-box .bi-head-content {
	position: relative;
	z-index: 5;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.bi-head-box .bi-head-content { padding: 300px 30px; }
}

.bi-head-box .bi-head-content .bi-cat-wrapper {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.bi-head-box .bi-head-content .bi-cat-wrapper .bi-cat {
	display: inline-block;
	background: var(--color-8);
	border: 1px solid var(--color-6);
	box-sizing: border-box;
	color: var(--color-6);
	border-radius: 50px;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.04em;
	padding: 15px 45px;
}

.bi-head-box .bi-head-content .bi-title h1 {
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
}

.bi-head-box .bi-head-content .user-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bi-head-box .bi-head-content .user-wrapper .blog-head {
	padding: 24px 0 0 0;
}

.bi-service-category {
	padding: 0 0 30px 0;
}

.bi-service-category .bi-s-title {
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	color: var(--color-5);
}

.bi-service-category .bi-s-text {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: var(--color-3);
	margin: 0;
}

.blog-content {
	padding-bottom: 30px;
}

.bi-content {
	font-size: 16px;
	line-height: 20px;
	color: var(--color-5);
}

.bi-content img,
.bi-content table {
	max-width: 100%;
}

.bi-share-section {
	padding-bottom: 30px;
}

.bi-share-section .blog-share-wrapper {
	justify-content: space-between;
}

@media (min-width: 768px) {
	.bi-share-section .blog-share-wrapper {
		justify-content: flex-start;
		gap: 30px;
	}
	.bi-share-section .blog-share-wrapper .blog-share-btn { position: relative; }
	.bi-share-section .blog-share-wrapper .blog-share-btn+.blog-share-btn::before {
		content: "";
		position: absolute;
		left: -15px;
		height: calc(100% + 48px);
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		background-color: var(--color-4);
	}
}

@media (min-width: 992px) {
	.bi-share-section .blog-share-wrapper { gap: 50px; }
	.bi-share-section .blog-share-wrapper .blog-share-btn+.blog-share-btn::before { left: -25px; }
}

@media (min-width: 1400px) {
	.bi-share-section .blog-share-wrapper { gap: 80px; }
	.bi-share-section .blog-share-wrapper .blog-share-btn+.blog-share-btn::before { left: -40px; }
}

/* ── PLATFORM BUTTONS (brand colours kept) ── */
ul.platforms {
	display: flex;
	align-content: center;
	list-style: none;
	gap: 6px;
	margin: 0;
	padding: 0;
}

ul.platforms li {
	flex-grow: 1;
}

ul.platforms li button {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--color-4);
	background: var(--color-2);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

ul.platforms li button.all { background: #4F46E5; border: 1px solid #4F46E5; }
ul.platforms li button.instagram { background: #E1306C; border: 1px solid #E1306C; }
ul.platforms li button.twitter { background: #1DA1F2; border: 1px solid #1DA1F2; }
ul.platforms li button.facebook { background: #1877F2; border: 1px solid #1877F2; }
ul.platforms li button.youtube { background: #FF0000; border: 1px solid #FF0000; }
ul.platforms li button.tiktok { background: #0F172A; border: 1px solid #0F172A; }
ul.platforms li button.telegram { background: #229ED9; border: 1px solid #229ED9; }
ul.platforms li button.steam { background: #0F172A; border: 1px solid #0F172A; }
ul.platforms li button.discord { background: #5865F2; border: 1px solid #5865F2; }
ul.platforms li button.reddit { background: #FF4500; border: 1px solid #FF4500; }
ul.platforms li button.twitch { background: #9146FF; border: 1px solid #9146FF; }
ul.platforms li button.snapchat { background: #FFFC00; border: 1px solid #FFFC00; }
ul.platforms li button.snapchat i { color: #0F172A; }
ul.platforms li button.linkedin { background: #0A66C2; border: 1px solid #0A66C2; }
ul.platforms li button.pinterest { background: #BD081C; border: 1px solid #BD081C; }
ul.platforms li button.tumblr { background: #35465C; border: 1px solid #35465C; }
ul.platforms li button.soundcloud { background: #FF5500; border: 1px solid #FF5500; }
ul.platforms li button.likee { background: #964BFF; border: 1px solid #964BFF; }
ul.platforms li button.website { background: #2563EB; border: 1px solid #2563EB; }
ul.platforms li button.trendyol { background: #F27A1A; border: 1px solid #F27A1A; }

ul.platforms li button i {
	font-size: 18px;
	color: #fff;
}

ul.platforms li button.active {
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.scrollt {
		display: flex;
		overflow-x: scroll;
		overflow-y: auto;
		max-width: 100%;
	}
	.scrollt>* {
		display: flex;
		overflow-x: scroll;
		overflow-y: hidden;
		max-width: 100%;
		width: 100%;
		flex-wrap: nowrap;
		white-space: nowrap;
		justify-content: flex-start !important;
	}
	.scrollt ul.platforms { padding-bottom: 20px; }
	.scrollt .app-ord-nav { padding-top: 10px; padding-bottom: 20px; }
}

/* ── CSTM NAV ── */
ul.cstmnav {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

ul.cstmnav li {
	flex-grow: 1;
	width: 31%;
	margin: 0 5px
}

ul.cstmnav li a {
	color: var(--color-5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: 14px;
	background: var(--color-2);
	border: 1px solid var(--color-4);
	line-height: 1;
	height: 50px
}

ul.cstmnav li a i {
	margin-right: 10px;
}

.rtl-enable ul.cstmnav li a i {
	margin-left: 10px;
	margin-right: 0;
}

ul.cstmnav li a.active {
	background: var(--grad);
	border: 1px solid transparent;
	color: #fff !important;
}

@media (max-width: 576px) {
	ul.cstmnav li a i { margin-right: 4px; }
	ul.cstmnav li a { padding: 10px 8px; font-size: 11px; }
}

/* ── FAQ ── */
.faq-ss-tabs .home-ss-tab {
	position: relative;
	cursor: pointer;
	background: transparent;
	color: var(--color-3);
	padding: 13px 20px;
	transition: .2s ease;
	margin-bottom: 14px;
	border-bottom: 1px solid var(--color-4)
}

.faq-ss-tabs .home-ss-tab .fa-minus {
	display: none;
}

.faq-ss-tabs .home-ss-tab.active {
	background: var(--color-8);
	color: var(--color-5);
	border-radius: 14px
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head {
	color: var(--color-5);
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head .right-p {
	color: var(--color-6);
}

.faq-ss-tabs .home-ss-tab.active .fa-minus { display: block; }
.faq-ss-tabs .home-ss-tab.active .fa-plus { display: none; }

.faq-ss-tabs .home-ss-tab .ss-tab-head {
	font-size: 16px;
	font-weight: 500;
	color: var(--color-3);
}

.faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	color: var(--color-6);
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

.faq-ss-tabs .home-ss-tab .ss-tab-content {
	display: none;
	padding-top: 12px;
	color: var(--color-5);
	font-size: 16px;
	line-height: 170%;
	padding-bottom: 8px;
}

.nav-custom-3 {
	background: var(--color-1);
	border-radius: 16px;
	display: inline-flex;
	padding: 9px 12px;
	border: 1px solid var(--color-4)
}

.nav-custom-3 .nav-item .nav-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding: 16px 24px;
	letter-spacing: 0.02em;
	color: var(--color-5);
	display: block;
	background: transparent;
	border-radius: 12px;
	border: none;
}

.nav-custom-3 .nav-item .nav-link.active {
	background: var(--grad);
	color: #fff;
}

.nav-custom-3 .nav-item .nav-link i {
	margin-right: 8px;
}

/* ── LOGIN ── */
.login-section .row>* {
	flex-shrink: 0;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.login-section .card {
	border-radius: 18px !important;
	background: var(--color-1);
	box-shadow: 0 8px 40px rgba(79, 70, 229, .12);
	z-index: 10;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	padding: 20px 0
}

.login-section .btn-primary {
	height: 66px
}

.login-remember-me input {
	display: none;
}

.login-remember-me input:checked+.lgn-btn {
	background: var(--grad);
	border-color: transparent;
	color: #fff;
}

.login-remember-me .lgn-btn {
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-2);
	border: 1px solid var(--color-4);
	border-radius: 14px;
	color: var(--color-3);
	font-size: 24px;
	transition: 0.2s ease;
	cursor: pointer;
}

.login-remember-me .lgn-btn::before {
	content: "\eae5";
	font-family: remixicon !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.log-remember-pass {
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-2);
	border: 1px solid var(--color-4);
	border-radius: 14px;
	color: var(--color-3);
	font-size: 24px;
	transition: 0.2s ease;
	cursor: pointer;
	text-decoration: none;
}

.log-remember-pass::before {
	content: "\eed2";
	font-family: remixicon !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.lg-icon {
	display: flex;
	width: 34px;
	height: 34px;
	background: var(--color-8);
	border: 1px solid var(--color-6);
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	color: var(--color-6);
	font-size: 17px;
}

@media (min-width: 992px) {
	.login-row>.col-start { flex: 0 0 auto; width: 64%; }
	.login-row>.col-end { flex: 0 0 auto; width: 36%; }
}

.login-input {
	border: 1px solid var(--color-4);
	outline: none;
	width: 100%;
	background: var(--color-2);
	color: var(--color-5);
	border-radius: 14px;
	height: 66px;
	padding: 0 24px;
	font-weight: 600;
}

.login-input:focus {
	outline: none;
	background: var(--color-2);
	color: var(--color-5);
	border-color: var(--color-6);
}

.login-input::placeholder {
	font-weight: 600;
	color: var(--color-3);
}

.login-section {
	padding: 0 0 50px 0;
}

@media (min-width: 768px) {
	.login-section { padding: 50px 0; }
}

@media (max-width: 991.98px) {
	.login-row .btn-primary { padding: 23px 16px; font-size: 13px; }
}

.login-section .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.login-pm {
	position: relative;
	background: var(--color-1);
	border: 1px solid var(--color-4);
	border-radius: 14px;
	height: 97px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-pm:hover {
	border: 1px solid var(--color-6);
	opacity: 0.9;
}

.login-eause {
	padding-top: 40px;
	border-bottom: 1px solid var(--color-4);
}

@media (min-width: 992px) {
	.login-eause .col:nth-child(1) .login-eause-item::after,
	.login-eause .col:nth-child(3) .login-eause-item::after { display: block; }
}

.login-eause-item {
	display: flex;
	flex-direction: column;
	padding-bottom: 80px;
	position: relative;
}

.login-eause-item::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -10px;
	right: -10px;
	background: var(--grad);
	height: 5px;
	display: none;
}

.login-eause-item .icon {
	position: relative;
	margin-bottom: 26px;
	z-index: 1;
	user-select: none;
	transition: 0.14s ease;
	color: var(--color-6);
	font-size: 36px;
}

.login-eause-item .icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.login-eause-item:hover .icon {
	animation: mover 1s infinite alternate;
}

.login-eause-item .title {
	font-weight: 700;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: -0.04em;
	color: var(--color-5);
	margin-bottom: 14px;
	position: relative;
	z-index: 2;
}

.login-eause-item .text {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -0.04em;
	color: var(--color-3);
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

@media (min-width: 992px) {
	.login-eause-item .text { max-width: 210px; }
}

@keyframes mover {
	0% { transform: translateY(0); }
	100% { transform: translateY(-20px); }
}

.rank-features {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.modal-rank #serviceModalText {
	overflow: hidden;
	white-space: unset;
	background: none;
	border: none;
	padding: 0 30px;
	text-align: center
}

.modal-rank #serviceModalText .alert {
	padding: .25rem 1.25rem
}

.modal-rank #serviceModalText .alert:last-child {
	margin-bottom: 0
}

.nPlatform,
.slistOne .nPlatform { display: none }
.slistTwo .nPlatform { display: block }

.devServices,
.ri-checkbox-circle-fill { display: none !important }

.slistTwo .devServices,
.slistTwo .ri-checkbox-circle-fill {
	display: block !important;
	color: #16A34A !important
}

.slistTwo .norServices,
.slistTwo .ri-checkbox-circle-line { display: none !important }

/* ── ORDERS ── */
.op-card--bottom {
	border-top: 1px solid var(--color-4);
	padding-top: 15px;
}

.op-card--top {
	padding-bottom: 15px
}

.op-search-box {
	transition: 0.14s ease;
}

.op-search-box:focus-within {
	box-shadow: 0 0 0 0.25rem rgba(139, 92, 246, 0.25);
}

.op-search-box .icon {
	color: var(--color-3);
}

.op-search-box input {
	transition: 0.14s ease;
	background-color: transparent;
	border: none;
	outline: none;
	flex: 1;
	color: var(--color-5);
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
}

.op-search-box input::placeholder {
	color: var(--color-3);
}

.op-card {
	margin-bottom: 30px;
}

.op-card .op-card--top {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--color-4);
}

.op-card .op-card--bottom {
	padding-top: 30px;
}

.op-stats.op-stats-sm {
	padding: 10px 30px;
	border-radius: 10px
}

.op-stats.op-stats-btn {
	padding: 20px 20px;
	display: inline-block;
	background: var(--grad);
	border: none;
	transition: 0.14s ease;
	color: #fff;
}

.op-stats.op-stats-btn:focus {
	box-shadow: 0 0 0 0.25rem rgba(139, 92, 246, 0.25);
}

.op-stats.op-stats-btn.cs-btn {
	font-size: 24px;
	margin-bottom: 0;
}

.op-stats.danger-btn {
	border: 1px solid var(--color-6);
	background: var(--color-8);
	color: var(--color-6);
}

.op-service-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	color: var(--color-5);
	margin-bottom: 0px;
}

.op-search-box.op-order-link {
	display: flex;
	width: 100%;
}

.op-search-box.op-order-link .link {
	display: block;
	width: 100%;
	flex: 1 0 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: var(--color-3);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.op-date {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: var(--color-3);
}

.op-date::before {
	content: "";
	width: 9px;
	height: 9px;
	background: var(--color-3);
	display: inline-block;
	border-radius: 50%;
	margin-right: 14px;
	margin-left: 0px;
}

.op-item {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-direction: column;
}

@media (min-width: 992px) {
	.op-item { flex-direction: row; }
}

.op-item .title {
	font-size: 14px;
	line-height: 18px;
	color: var(--color-3);
}

.op-item .text {
	font-weight: 700;
	font-size: 18px;
	color: var(--color-5);
	line-height: 27px;
}

.panel-body {
	letter-spacing: -.01em;
	padding: 12px 24px;
	font-size: 13px;
	border-radius: 14px !important;
	background: var(--color-2);
	color: var(--color-3);
	border: 1px solid var(--color-4);
}

.orders-nav-wrapper {
	padding-top: 30px;
	margin-bottom: 30px;
}

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

.orders-nav-link {
	background: var(--color-2);
	border: 1px solid var(--color-4);
	box-sizing: border-box;
	border-radius: 14px;
	color: var(--color-5);
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	transition: 0.14s ease;
}

.orders-nav-link:focus {
	box-shadow: 0 0 0 0.25rem rgba(139, 92, 246, 0.25);
}

.orders-nav-link.active,
.orders-nav-link.active:hover {
	background: var(--grad);
	border-color: transparent !important;
	color: #fff !important;
}

@media (min-width: 992px) { .orders-nav-link { padding: 10px 13px; } }
@media (min-width: 1200px) { .orders-nav-link { padding: 11px 15px; } }
@media (min-width: 1400px) { .orders-nav-link { padding: 14px 18px; } }

.orders-nav-link .icon {
	font-size: 20px;
	display: flex;
	align-items: center;
}

.orders-nav-link .text {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
}

/* ── ADD FUNDS ── */
.afp-ftext {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: var(--color-5);
}

.afp-top {
	margin-bottom: 30px;
}

.aft-item {
	display: flex;
	gap: 17px;
	align-items: center;
	margin: 5px 0;
}

.aft-item .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: var(--color-3);
	margin-bottom: 4px;
}

.aft-item .text {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: var(--color-5);
}

.aft-box-row {
	margin: 0 -8px -10px;
}

.aft-box-row>.col-lg {
	padding: 0 8px;
}

.aft-box-row>.col-lg:nth-child(1n) .aft-box .icon { background-color: #4F46E5; }
.aft-box-row>.col-lg:nth-child(2n) .aft-box .icon { background-color: #F97316; }
.aft-box-row>.col-lg:nth-child(3n) .aft-box .icon { background-color: #A855F7; }
.aft-box-row>.col-lg:nth-child(4n) .aft-box .icon { background-color: #FBBC05; }
.aft-box-row>.col-lg:nth-child(5n) .aft-box .icon { background-color: #EC4899; }

.aft-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.aft-box .icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 400;
	color: #fff
}

.aft-box .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: var(--color-5);
}

.aft-box .text {
	font-weight: 800;
	font-size: 25px;
	line-height: 25px;
	color: var(--color-5);
}

.dh-icon {
	background: var(--grad);
	color: #fff;
	border-radius: 50%;
	position: relative;
	height: 64px;
	width: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 400;
}

/* ── HFS / STATS ── */
.hfs-content {
	background: var(--color-1);
	padding: 20px;
	border-radius: 22px;
	border: 1px solid var(--color-4);
}

.hfs-content .hfs-item .hfs-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--color-6);
}

.hfs-content .hfs-item .hfs-count {
	font-size: 28px;
	letter-spacing: .4px;
	color: var(--color-5);
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.hfs-content { text-align: center; }
	.hfs-content .hfs-item { margin-bottom: 15px; }
}

.blob.blob-red {
	background: #EF4444;
	box-shadow: 0 0 0 0 #EF4444;
	animation: pulse-green 2s infinite;
}

.custom-stats-row {
	margin-top: 10px;
	margin-bottom: 10px;
	row-gap: 12px;
}

.custom-stat-card {
	border: 1px solid var(--color-4);
	background: var(--color-1);
	border-radius: 14px;
	padding: 12px 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 4px 18px rgba(15, 23, 42, .05);
	transition: 0.3s;
	cursor: pointer;
	height: 100%;
}

.custom-stat-card:hover {
	transform: translateY(-2px);
	border-color: var(--color-6);
}

.custom-stat-icon img,
.custom-stat-icon iconify-icon {
	width: 35px;
	height: 35px;
}

.custom-stat-text span {
	font-size: 13px;
	color: var(--color-3);
	display: block;
}

.custom-stat-text strong {
	font-size: 17px;
	font-weight: 700;
	color: var(--color-5);
}

@media (max-width: 576px) {
	.custom-stats-row { margin-bottom: 20px; }
	.custom-stat-card { padding: 10px 8px; gap: 8px; }
	.custom-stat-icon img,
	.custom-stat-icon iconify-icon { width: 28px; height: 28px; }
	.custom-stat-text span { font-size: 12px; }
	.custom-stat-text strong { font-size: 15px; }
}

/* ── HOW IT WORKS ── */
.bp-hiw-description,
.bp-hiw-title,
.bp-hiw-step-item,
.bp-feature-text,
.bp-tab-content-text,
.bp-tab-content-title,
.bp-faq-collapse,
.bp-faq-button { text-align: center; }

#bp-how-it-works { padding: 70px 0; }

.bp-hiw-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.bp-hiw-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.bp-hiw-col-half {
	width: 50%;
	padding: 0 15px;
}

.bp-hiw-content { padding-right: 30px; }

.bp-hiw-title {
	font-size: 36px;
	font-weight: 800;
	color: var(--color-5);
	margin-bottom: 20px;
}

.bp-hiw-description {
	font-size: 16px;
	line-height: 1.7;
	color: var(--color-3);
	margin-bottom: 30px;
}

.bp-hiw-steps {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.bp-hiw-step-item {
	background-color: var(--color-1);
	border-radius: 14px;
	padding: 25px;
	box-shadow: 0 5px 15px rgba(15, 23, 42, 0.05);
	transition: all 0.3s ease;
	border: 1px solid var(--color-4);
}

.bp-hiw-step-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(79, 70, 229, 0.12);
	border-color: var(--color-6);
}

.bp-hiw-step-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-5);
	margin-bottom: 12px;
	align-items: center;
}

.bp-hiw-step-number {
	color: var(--color-6);
	margin-right: 8px;
	font-weight: 800;
}

.bp-hiw-step-text {
	font-size: 15px;
	line-height: 1.6;
	color: var(--color-3);
	margin: 0;
}

@media (max-width: 992px) {
	.bp-hiw-col-half { width: 100%; }
	.bp-hiw-content { padding-right: 0; margin-bottom: 40px; }
	.bp-hiw-title { font-size: 32px; }
}

@media (max-width: 576px) {
	#bp-how-it-works { padding: 50px 0; }
	.bp-hiw-title { font-size: 28px; }
	.bp-hiw-step-item { padding: 20px; }
	.bp-hiw-step-title { font-size: 18px; }
	.bp-hiw-step-text { font-size: 14px; }
}

/* ── FAQ SECTION ── */
.bp-faq-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.bp-faq-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.bp-faq-col-full {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.bp-faq-col-half {
	width: 50%;
	padding: 0 15px;
}

.bp-faq-title {
	font-size: 32px;
	font-weight: 800;
	color: var(--color-5);
	text-align: center;
	margin-bottom: 40px;
}

.bp-faq-accordion-wrapper {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.bp-faq-item {
	margin-bottom: 15px;
	border: 1px solid var(--color-4);
	border-radius: 12px;
	background-color: var(--color-1);
	overflow: hidden;
}

.bp-faq-header { width: 100%; }

.bp-faq-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 20px;
	background-color: var(--color-1);
	border: none;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-5);
	cursor: pointer;
}

.bp-faq-button:hover {
	background-color: var(--color-2);
}

.bp-faq-icon {
	position: relative;
	width: 16px;
	height: 16px;
}

.bp-faq-icon:before,
.bp-faq-icon:after {
	content: '';
	position: absolute;
	background-color: var(--color-6);
	transition: all 0.3s ease;
}

.bp-faq-icon:before {
	top: 7px;
	left: 0;
	width: 16px;
	height: 2px;
}

.bp-faq-icon:after {
	top: 0;
	left: 7px;
	width: 2px;
	height: 16px;
}

.bp-faq-button:not(.bp-faq-collapsed) .bp-faq-icon:after {
	transform: rotate(90deg);
	opacity: 0;
}

.bp-faq-collapse { overflow: hidden; }
.bp-faq-hidden { display: none; }

.bp-faq-body {
	padding: 0 20px 16px;
	color: var(--color-3);
	line-height: 1.6;
	font-size: 15px;
}

.bp-faq-cta {
	text-align: center;
	margin-top: 20px;
}

.bp-faq-button-primary {
	display: inline-block;
	padding: 12px 24px;
	background: var(--grad);
	color: #fff;
	font-weight: 600;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.bp-faq-button-primary:hover {
	filter: brightness(.92);
	text-decoration: none;
	color: #fff;
}

@media (max-width: 768px) {
	.bp-faq-col-half { width: 100%; }
	.bp-faq-title { font-size: 28px; }
	.bp-faq-button { font-size: 15px; }
}

/* ── SERVICE TABS ── */
#bp-service-section { padding: 60px 0; }

.bp-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.bp-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 30px;
}

.bp-col-full {
	width: 100%;
	padding: 0 15px;
}

.bp-service-content {
	text-align: center;
	margin-bottom: 30px;
}

.bp-service-title {
	font-size: 32px;
	font-weight: 800;
	color: var(--color-5);
	margin-bottom: 20px;
}

.bp-service-description {
	font-size: 16px;
	line-height: 1.6;
	color: var(--color-3);
	max-width: 900px;
	margin: 0 auto 20px;
}

.bp-service-image-container {
	text-align: center;
	margin: 20px 0;
}

.bp-img-fluid {
	max-width: 100%;
	height: auto;
}

.bp-service-card {
	background-color: var(--color-1);
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
	border: 1px solid var(--color-4);
	overflow: hidden;
}

.bp-service-tabs-header {
	background-color: var(--color-2);
	padding: 15px;
	border-bottom: 1px solid var(--color-4);
}

.bp-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.bp-tab-item {
	padding: 10px 15px;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s;
	border-radius: 12px;
	margin: 5px;
	min-width: 100px;
}

.bp-tab-item:hover {
	background-color: var(--color-8);
}

.bp-tab-active {
	color: var(--color-6);
}

.bp-tab-icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bp-tab-text {
	font-size: 14px;
	font-weight: 600;
}

.bp-service-tabs-body { padding: 30px; }
.bp-tab-content { display: none; }
.bp-tab-active { display: block; }

.bp-tab-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
}

.bp-tab-content-col {
	flex: 1;
	min-width: 300px;
	padding: 0 15px;
}

.bp-tab-image-col {
	flex: 1;
	min-width: 300px;
	padding: 0 15px;
	text-align: center;
}

.bp-tab-content-title {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-5);
	margin-bottom: 15px;
}

.bp-tab-content-text {
	font-size: 15px;
	line-height: 1.7;
	color: var(--color-3);
}

.bp-tab-image img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

@media (max-width: 768px) {
	.bp-service-title { font-size: 28px; }
	.bp-tab-flex { flex-direction: column; }
	.bp-tab-content-col { order: 2; margin-top: 20px; }
	.bp-tab-image-col { order: 1; }
	.bp-tab-content-title { font-size: 22px; text-align: center; }
	.bp-tabs-nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: flex-start;
		padding-bottom: 5px;
	}
	.bp-tab-item { flex: 0 0 auto; min-width: 80px; }
}

@media (max-width: 480px) {
	.bp-service-tabs-body { padding: 20px 15px; }
	.bp-tab-icon { width: 30px; height: 30px; }
	.bp-tab-text { font-size: 12px; }
}

/* ── FEATURES SLIDER ── */
.bp-features-container {
	padding: 20px 0;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.bp-feature-heading {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-5);
	margin-bottom: 30px;
	text-align: center;
}

.bp-swiper-container {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
}

.bp-swiper-wrapper {
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.bp-swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	padding: 10px;
}

.bp-feature-box {
	background-color: var(--color-1);
	border-radius: 14px;
	box-shadow: 0 5px 15px rgba(15, 23, 42, 0.05);
	padding: 25px;
	height: 100%;
	transition: all 0.3s ease;
	border: 1px solid var(--color-4);
}

.bp-feature-box:hover {
	border-color: var(--color-6);
}

.bp-feature-icon {
	width: 70px;
	height: 70px;
	margin-bottom: 15px;
}

.bp-feature-icon img {
	max-width: 100%;
	height: auto;
}

.bp-feature-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--color-5);
}

.bp-feature-description {
	font-size: 14px;
	line-height: 1.6;
	color: var(--color-3);
}

.bp-swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	bottom: 10px;
	left: 0;
	right: 0;
}

.bp-swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: var(--color-4);
	margin: 0 5px;
	cursor: pointer;
}

.bp-swiper-pagination-bullet-active {
	background: var(--color-6);
}

.bp-cta-container {
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 768px) {
	.bp-feature-box { padding: 20px; }
	.bp-feature-title { font-size: 18px; }
}

/* ── NEW ORDER TABS ── */
.new_order_tabs .nav-link {
	background: var(--color-8);
	margin: 0px 5px;
	border-radius: 12px;
	transition: 0.4s ease-in-out !important;
	border: 1px solid var(--color-6);
	color: var(--color-6);
	padding: 15px 20px
}

.new_order_tabs .nav-link.active {
	background: var(--grad) !important;
	color: #fff !important;
	border: 1px solid transparent !important;
}

.new_order_tabs .nav-link.active:hover {
	color: #fff !important;
}

.new_order_tabs .nav-link.active .text_name {
	display: inline-block;
}

.show_phone { display: none; }

@media only screen and (max-width: 991.98px) {
	.show_phone { display: inline-block; }
	.hide_phone { display: none; }
	.sidebar .menu .nav-link,
	.sidebar .menu .nav-link.active { margin: 0 15px; }
}

/* ── SIDEBAR USER BOX ── */
.g-userbox {
	width: 100%;
	padding: 20px 15px 0 15px;
}

.g-userarea {
	background: rgba(255, 255, 255, .14);
	border-radius: 14px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px;
	gap: 20px;
	transition: .14s ease
}

.g-userarea:hover {
	background: rgba(255, 255, 255, .22);
}

.g-avatar {
	background-color: #A855F7;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	padding: 4px
}

.g-avatar span {
	font-weight: 700;
	font-size: 24px;
	color: #fff
}

.g-name {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .01em;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px
}

.g-userast {
	margin-top: 6px;
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: .02em;
	color: rgba(255, 255, 255, .8)
}

.g-user-arrow {
	color: rgba(255, 255, 255, .8);
	display: flex;
	align-items: center;
	justify-content: center
}

.guser.verified {
	color: #C4B5FD;
}

.g-dash-menu {
	flex: 1;
	overflow-y: auto;
	padding: 0 0 40px
}

.sidebar.passive .gnyUside,
.sidebar.passive .g-user-arrow { display: none }

.sidebar.passive .g-userbox {
	padding: 0;
	margin-top: 10px
}

.sidebar.passive .main-logo-lg { display: none }

@media (max-width: 991.98px) {
	.g-userbox { padding: 0; margin-top: 10px }
}

/* ── FILTER BUTTONS ── */
.filter_btn_wrap {
	display: grid;
	gap: 8px 30px;
	grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}

.filter_btn_wrap .btn_filter {
	font-size: 14px;
	text-transform: capitalize;
	padding: 12px 5px;
	border-radius: 12px;
	text-align: center;
	cursor: pointer;
	background: var(--color-2);
	box-shadow: none;
	color: var(--color-5);
	border: 1px solid var(--color-4);
	transition: 0.3s;
}

.filter_btn_wrap .btn_filter:hover,
.filter_btn_wrap .btn_filter:focus {
	background: var(--color-8) !important;
	color: var(--color-5) !important;
	border: 1px solid var(--color-6) !important;
	transform: translateY(-3px);
}

.filter_btn_wrap .btn_filter.active {
	background: var(--grad) !important;
	color: #fff !important;
	border: 1px solid transparent !important;
}

@media (max-width: 991.98px) {
	.filter_btn_wrap {
		grid-template-columns: repeat(4, 1fr);
		height: 150px;
		overflow: hidden;
		grid-gap: 8px 10px;
	}
	.filter_btn_wrap .btn_filter {
		font-size: 20px;
		padding: 5px;
	}
	.filter_btn_wrap .btn_filter .filter_txt { display: none; }
}

/* ── THEME TOGGLE BTNS ── */
.light-btn i,
.dark-btn i {
	font-size: 24px;
	color: var(--color-5);
	background: var(--color-8);
	border: 1px solid var(--color-6);
	border-radius: 8px;
	padding: 5px;
}

.light-btn i:hover,
.dark-btn i:hover {
	background: var(--color-6);
	color: #fff;
}

.dark-btn,
.dark .light-btn { display: block; }

.light-btn,
.dark .dark-btn { display: none; }

/* ── MOBILE NAVBAR ── */
.mobile-navbar {
	position: fixed;
	z-index: 1031;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 56px;
	border-top: 1px solid var(--color-4);
	background-color: var(--color-1);
	padding: 0 10px;
}

.mobile-navbar-content {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-around;
}

.mnc-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--color-3);
}

.mnc-item.active {
	color: var(--color-6);
}

.mnc-item-icon {
	font-size: 20px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}

.mnc-item-text {
	font-size: 12px;
	font-weight: 600;
}

@media (min-width: 768px) {
	.mobile-navbar { display: none; opacity: 0; transform: translateY(100%); }
}

.nextRank {
	color: var(--color-6);
	font-size: 13px;
	background: var(--color-8);
	border-radius: 12px;
	padding: 3px 10px;
}

/* ── SUPPORT CHAT ── */
.schat-chat-body .schat-body-content ul.chat {
	max-height: 350px;
	min-height: 350px;
	overflow-y: scroll;
	padding-right: 20px;
	padding-left: 0
}

.schat-chat-body .schat-body-content ul.chat::-webkit-scrollbar {
	width: 5px;
	border-radius: 2px
}

.schat-chat-body .schat-body-content ul.chat::-webkit-scrollbar-track {
	border-radius: 2px;
	background-color: var(--color-2)
}

.schat-chat-body .schat-body-content ul.chat::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: var(--color-3)
}

.schat-chat-body .schat-body-content ul.chat li.user {
	display: flex;
	align-items: start;
	justify-content: flex-end;
	margin-bottom: 20px
}

.schat-chat-body .schat-body-content ul.chat li.user .l {
	text-align: end;
	margin-right: 30px
}

.schat-chat-body .schat-body-content ul.chat li.user .l .answer {
	background-color: var(--color-8);
	color: var(--color-5);
	font-size: 14px;
	font-weight: 500;
	padding: 20px;
	border-radius: 12px;
	border-bottom-right-radius: 0;
	margin-bottom: 10px
}

.schat-chat-body .schat-body-content ul.chat li.user .l small,
.schat-chat-body .schat-body-content ul.chat li.web .l small {
	color: var(--color-3);
	font-size: 12px;
	font-weight: 600;
}

.schat-chat-body .schat-body-content ul.chat li.user .r,
.schat-chat-body .schat-body-content ul.chat li.web .r {
	min-width: 100px;
	max-width: 100px
}

.schat-chat-body .schat-body-content ul.chat li.user .r span.avatar,
.schat-chat-body .schat-body-content ul.chat li.web .r span.avatar {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--grad);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto;
	text-transform: uppercase
}

.schat-chat-body .schat-body-content ul.chat li.user .r .name,
.schat-chat-body .schat-body-content ul.chat li.web .r .name {
	margin-top: 8px;
	color: var(--color-5);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	text-align: center
}

.schat-chat-body .schat-body-content ul.chat li.user .r small,
.schat-chat-body .schat-body-content ul.chat li.web .r small {
	color: var(--color-3);
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	display: block
}

.schat-chat-body .schat-body-content ul.chat li.web {
	display: flex;
	align-items: start;
	justify-content: start;
	margin-bottom: 20px
}

.schat-chat-body .schat-body-content ul.chat li.web .l {
	text-align: start;
	margin-left: 30px
}

.schat-chat-body .schat-body-content ul.chat li.web .l .answer {
	background: var(--grad);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 20px;
	border-radius: 12px;
	border-bottom-left-radius: 0;
	margin-bottom: 10px
}

@media (max-width: 991.98px) {
	.schat-chat-body .schat-body-content ul.chat li.web .r,
	.schat-chat-body .schat-body-content ul.chat li.user .r { display: none }
	.mobiledetail { display: block !important }
}

.outside-lang {
	background: var(--grad);
	color: #fff;
	padding: 5px;
	font-size: 24px;
	border-radius: 50%;
}

.outside-toggle {
	background: var(--color-1);
	border-radius: 12px;
	margin-top: 10px;
}

/* ── TICKET FORM ── */
.ticketSide .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.ticketSide .col {
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	width: 100%;
	min-height: 1px;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.ticketSide .cc-input:checked~.cc-label {
	border-color: var(--color-6);
	background: var(--color-8)
}

.ticketSide .cc-area .cc-label {
	width: 100%;
	height: 50px;
	padding-left: 35px;
	padding-right: 15px;
	border-radius: 10px;
	border: 1px solid var(--color-4);
	color: var(--color-5);
	font-size: 13px;
	white-space: nowrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.ticketSide .cc-area {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding: 0;
	margin-top: 5px;
}

.ticketSide .cc-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.ticketSide .cc-label::before {
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	user-select: none;
	background-color: var(--color-4);
	border-radius: 50px;
	top: 18px;
	left: 12px;
}

.ticketSide .cc-input:checked~.cc-label::before {
	background-color: var(--color-6);
}

.ticketSide .cc-label::after {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	content: '\f00c';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #fff;
	font-size: 9px;
	top: 19px;
	left: 15px;
	opacity: 0;
	background: var(--color-6);
	border-radius: 100%;
	width: 15px;
	height: 15px;
	text-align: center;
}

.ticketSide .cc-input:checked~.cc-label::after {
	opacity: 1;
}

.ticketSide .col-lg-auto {
	padding-left: 5px;
	padding-right: 5px
}

.ticketSide .form-group label {
	padding-bottom: 0;
}

.rtl-enable .tickets .date {
	left: 10px;
	right: auto
}

.rtl-enable .user-name {
	margin-right: 15px !important;
}

#history-search .form-control {
	border-radius: 14px 0 0 14px !important
}

.rtl-enable #history-search .form-control {
	border-radius: 0 14px 14px 0 !important
}

.nav-home-social .nav-link {
	background-color: transparent;
	font-weight: 700;
	font-size: 19px;
	line-height: 23px;
	color: var(--color-3);
	outline: none;
	border: none;
	padding: 24px 0;
	border-bottom: 1px solid var(--color-4);
	position: relative;
	border-radius: 0
}

.nav-home-social .nav-link::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 0px;
	background: var(--color-6);
	transition: .2s ease;
}

.nav-home-social .nav-link.active {
	background: transparent;
	color: var(--color-6)
}

.nav-home-social .nav-link.active::after {
	width: 120px;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%;
}

/* ── STATUS MODAL ── */
.modal_status_close {
	position: absolute;
	right: 12px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	background: var(--color-6);
	border-radius: 50px;
	color: #fff;
	z-index: 999999;
	opacity: 1;
}

.dark .modal_status_close {
	background: var(--color-6);
}

.status_modal .nav-pills .nav-link {
	background: var(--color-2);
	color: var(--color-5);
	border-radius: 12px;
	transition: 0.4s;
	margin-bottom: 5px;
}

.dark .status_modal .nav-pills .nav-link {
	background: var(--color-1);
	color: var(--color-5)
}

.status_modal .nav-pills .nav-link.active,
.dark .status_modal .nav-pills .nav-link.active {
	background: var(--grad);
	color: #fff;
}

.status_modal .tab-content {
	background: var(--color-2);
	height: 100%;
	padding: 20px;
	border-radius: 14px;
	border: 1px solid var(--color-4);
}

.dark .status_modal .tab-content {
	background: var(--color-8);
	border-color: var(--color-4);
	color: var(--color-5) !important;
}

.dark .modal-body.status_modal {
	background: var(--color-2);
}

.user_badges {
	background: var(--color-8);
	border-radius: 6px;
	padding: 0px 5px;
	cursor: pointer;
	color: var(--color-5);
	margin: 5px 0;
}

.user_badges span {
	color: var(--color-6)
}

/* ── TABLE ── */
.table-wr .table {
	color: var(--color-5)
}

.table-wr .table thead th,
.table-wr .table td,
.table-wr .table th {
	border-color: var(--color-4);
}

.table-wr .table thead {
	background: var(--grad);
	color: #fff;
}

h4.title {
	font-size: 2rem !important
}

.row-btn {
	justify-content: space-between
}

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 991.98px) {
	.op-stats { width: max-content; margin: auto; }
	.op-stats.op-stats-sm { padding: 5px 25px; border-radius: 10px; }
	.sidebar.active .sidebar-top { justify-content: space-between !important; }
}

@media (max-width: 766.98px) {
	main { margin-left: 0 !important; }
	header { left: 0 !important; }
	.navbar { width: 100%; }
	.navbar .nav-item:not(:last-child) { margin-right: 7px; }
	.navbar .menu-item { display: block; }
	.navbar .currencyItem .toggle-body::after { right: calc(50% - 10px); }
	.navbar .nav-item { position: unset; }
	.navbar .nav-item .toggle-body { width: 200px; right: 10px; }
	.navbar .user-item .toggle-body { max-width: unset; }
	.menu-toggle {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		max-width: 100%;
		top: -100%;
		left: 0;
		padding: 24px 16px;
		background-color: var(--color-1);
		z-index: 10;
	}
	.sidebar {
		position: absolute;
		transform: translateX(-100%);
		transition: background-color .15s ease, max-width .35s ease, transform .35s ease;
	}
	.sidebar.active {
		max-width: 280px;
		min-width: 280px;
		transform: translateX(0);
		max-height: 100%
	}
	.sidebar.active .close-sidebar { display: block; }
	.sidebar.active .logo { margin-left: 10px; }
}

@media only screen and (max-width: 991.98px) {
	.userCard .ud-img { display: none }
	.userCard .userDetails { margin-bottom: 15px; min-width: 135px; max-width: 135px }
	.userCard .userDetails:last-child { margin-bottom: auto }
	.navbar .btn.create { display: none; }
	.desc-list { font-size: 14px }
	.service-item .s-row { flex-wrap: wrap; align-items: center; }
	.service-item .s-col-avtime { width: 100%; text-align: center; }
	.service-item .s-col-btn { flex: 1; }
	.service-item .s-col { padding: 0px 0; }
	.service-item .s-col::before {
		content: attr(data-title);
		display: block;
		padding-bottom: 6px;
		font-weight: 600;
		color: var(--color-3);
		font-size: 13px;
	}
	.service-item .s-col-fav { order: 100; }
	.service-item .s-col-id { width: 100%; text-align: center; }
	.service-item .s-title { width: 100%; text-align: center; }
	.service-item .s-col-c { width: 30%; text-align: center; }
	.service-item .s-col-d { width: 100%; text-align: center; }
	.search-services { margin-top: 15px }
	.m-title { font-size: 16px }
	#serviceModalText { padding: 15px; margin-top: 0 }
	.m-header, .m-body { padding: 15px }
	.header-msg { display: none }
	.addF-text { display: none }
	.basket-drawer { width: 100% }
	.b-menu-wrapper .row.row-btn { display: unset !important }
	.homeHeader .hhSide .hhTitle { font-size: 24px; text-align: center; line-height: 42px }
	.homeHeader .hhSide .hhTitle span { font-size: 30px }
	.homeHeader .hhSide { padding: 100px 0 60px 0; }
	.hsTitle { font-size: 24px; line-height: 42px; text-align: center }
	.homeSection { padding: 50px 0 }
	.homeSection .rotate { font-size: 32px; }
	.homeRate { display: none }
	.tickets.d-flex { display: block !important; }
	.tickets .avatar.me-3 { display: none }
	.reg-logo { height: 45px }
	.d-flex.neworder-card { display: block !important }
	.search-input.input-group { width: 100%; margin: 20px 0; }
	.nav-fill .nav-item .nav-link,
	.nav-justified .nav-item .nav-link { padding: 10px; }
	.new_order_tabs .nav-link { border-radius: 12px; padding: 15px 7px; font-size: 13px }
	.new_order_tabs { width: 100% }
	.new_order_tabs .nav-item { width: 49%; padding: 0 1%; text-align: center }
	.new_order_tabs .nav-link { width: 100%; }
	.pagination .page-item .page-link { margin: 0; height: 40px; padding: 0px; min-width: 35px; }
	.orders-nav { gap: 0 }
	.orders-nav .col-6 { margin-bottom: 10px }
	.userCard .ud-img-3 { display: none }
	.bi-head-box .bi-head-bg,
	.bi-head-box .bi-head-bg img { height: auto }
	.bi-head-wrapper { padding: 0; min-height: 250px; }
	.bi-head-box .bi-head-bg { border-radius: 15px }
	.rtl-enable header { right: 0; left: 0; }
	.rtl-enable main { margin-right: 0; margin-left: auto; }
	.rtl-enable .sidebar { position: absolute; transform: translateX(100%); }
	.rtl-enable .sidebar.active { transform: translateX(0%); }
}

@media only screen and (min-width: 992px) {
	.si-wrapper { flex: 0 0 auto; width: 100%; }
	.s-row.s-title { display: flex; }
	.s-col { flex: 0 0 50px; width: 50px; }
	.s-col.s-col-sm { flex: 0 0 70px; width: 70px; }
	.s-col.s-col-md { flex: 0 0 100px; width: 100px; }
	.s-col.s-col-lg { flex: 0 0 180px; width: 180px; }
	.s-col.s-title { flex: 1 0 0; width: auto; }
	.services-wrapper { flex-direction: column; }
	.sp-services .card {
		background-color: var(--color-1);
		border: 1px solid var(--color-4);
		overflow: hidden;
	}
	button .ri-history-line { display: none }
	.sc-sup-item .text { margin-bottom: 0; }
	.headOut.fixed {
		background-color: rgba(248, 250, 252, 0.5) !important;
		backdrop-filter: blur(30px);
	}
	html.dark .headOut.fixed {
		background-color: rgba(11, 16, 32, 0.6) !important;
	}
	.headOut.fixed .nmenu .nmenu-item .nmenu-link { padding: 20px 20px; }
	.b-menu-wrapper {
		display: block;
		bottom: inherit;
		background-color: transparent;
		position: relative;
		border-radius: 0;
		padding: 0;
		width: 100%;
		transform: none;
		overflow: inherit;
		opacity: 1 !important;
	}
	.sm-header { display: none; }
	.b-menu-close { display: none; }
	.head-right-btns { display: inline; }
	.header-btn.without-icon { background: transparent; padding: 14px 30px; color: var(--color-5) !important; }
	.header-btn.without-icon .icon { display: none; }
	.nmenu {
		display: inline-flex;
		align-items: center;
		flex-direction: row;
		padding: 0;
	}
	.nmenu .nmenu-item .nmenu-link { padding: 34px 20px; display: block; font-size: 14px; }
	.nmenu .nmenu-item .nmenu-link::before {
		display: block;
		background-color: var(--color-6) !important;
	}
	.homeHeader { margin-top: -127px; padding-top: 127px; }
	.homeHeader .hhSide { padding: 200px 0 0 0; }
}

@media (max-width: 3000.98px) {
	main { margin-left: 75px; }
	.rtl-enable main { margin-right: 75px; margin-left: auto }
	header { left: 75px; }
	.rtl-enable header { right: 75px; left: 0 }
	.sidebar { max-width: 75px; }
	.sidebar .menu .nav-link { font-size: 0; }
	.sidebar .menu .nav-link .icon-item { margin-right: 0; }
	label.switch-theme { height: 48px; }
	label.switch-theme::before { width: calc(100% - 8px); height: 40px; }
	label.switch-theme .mode-dark .theme-text,
	label.switch-theme .mode-light .theme-text { display: none; }
	label.switch-theme .mode-dark .theme-icon,
	label.switch-theme .mode-light .theme-icon { margin: 4px 0 0 15px }
	input#switch-theme-input:checked+label::before { transform: translateX(0); }
	input#switch-theme-input:checked+label .mode-dark { transform: translateX(-42px); }
	input#switch-theme-input:checked+label .mode-light { transform: translateX(-27px); opacity: 0; }
}

@media (max-width: 768px) {
	.sidebar { height: calc(100%) !important; }
	main { padding-bottom: 50px }
	.rankCard { margin-top: 10px }
	.rankCard .rc-card { min-width: 100% !important }
	.rankCard .rc-img { display: none }
	.rankCard .progress { width: 100% }
	.rankCard .rc-card .d-flex { display: block !important }
}

@media (min-width: 991.98px) {
	.tckt-page .ud-card { max-width: 550px }
}

@media (max-width: 991.98px) {
	.tckt-page .ud-card { text-align: center }
	.tckt-page .userCard .ud-card h5 { font-size: 17px; width: auto }
	.mob-link .nav-link { padding: 0 !important }
}

#outside .btn-rounded {
	color: #fff !important
}