@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}
}
/* about us  */
.aboutchoose-bg {
	background-image: url(../img/whybg-wrapper.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 50px;
	border-radius: 31px;
}

.us-content {
	font-family: "Dancing Script", cursive;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
}

.apart-content {
	font-family: "Libre Baskerville", serif;
	color: #fff;
	font-weight: 400;
	font-size: 30px;
}

.content-re {
	font-family: "Libre Baskerville", serif;
	color: #fff;
	font-weight: 400;
	font-size: 21px;
}

.iconchoose-aboutimg {
	width: -webkit-fill-available;
	height: 60px;
	object-fit: scale-down;
	background: #fff;
	border-radius: 50px;
	max-width: 60px;
	margin-top: -80px;
}

/* ===== MARQUEE SECTION ===== */
.stats-marquee-wrapper {
	background: linear-gradient(90deg, #5f2eea, #7b3ff2);
	overflow: hidden;
	padding: 12px 0;
}

.stats-marquee {
	overflow: hidden;
	white-space: nowrap;
}

.stats-marquee-track {
	display: inline-block;
	animation: statsMarquee 20s linear infinite;
}

.stats-marquee-track span {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 40px;
	text-transform: uppercase;
}

/* Marquee Animation */
@keyframes statsMarquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* ===== COUNTER SECTION ===== */
.stats-counter-section {
	padding: 60px 0;
}

.stats-item {
	position: relative;
}

.stats-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	width: 2px;
	background: #000898;
}

.stats-number {
	font-size: 48px;
	font-weight: 600;
	color: #000;
}

.stats-item p {
	margin-top: 8px;
	font-size: 14px;
	color: #555;
}

/* shop  css */
/* Sidebar */
.section-shop .sidebar {
	color: #fff;
	border-radius: 10px;
	background: #002e65;
	background: -webkit-linear-gradient(
		145deg,
		rgba(0, 46, 101, 1) 0%,
		rgba(0, 58, 127, 1) 20%,
		rgba(0, 70, 154, 1) 50%,
		rgba(0, 75, 164, 1) 77%,
		rgba(0, 80, 175, 1) 100%
	);
	background: -moz-linear-gradient(
		145deg,
		rgba(0, 46, 101, 1) 0%,
		rgba(0, 58, 127, 1) 20%,
		rgba(0, 70, 154, 1) 50%,
		rgba(0, 75, 164, 1) 77%,
		rgba(0, 80, 175, 1) 100%
	);
	background: linear-gradient(
		145deg,
		rgba(0, 46, 101, 1) 0%,
		rgba(0, 58, 127, 1) 20%,
		rgba(0, 70, 154, 1) 50%,
		rgba(0, 75, 164, 1) 77%,
		rgba(0, 80, 175, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002E65", endColorstr="#0050AF", GradientType=0);
}

.section-shop .sidebar h4 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 400;
	padding: 28px 20px;
	border-bottom: 1px solid #bf99d9;
	font-size: 27px;
}

/* Category items */
.section-shop .sidebar .category-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 19px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-bottom: 0;
	font-weight: 500;
}

.section-shop .sidebar .category-item.active {
	background: #fff;
	background: linear-gradient(
		90deg,
		#ffffff1c 12%,
		#ffffff17 55%,
		#ffffff05 86%
	);
	border-left: 2px solid #fff;
}

.section-shop .category-count {
	background: #ffffff59;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Clash Display", sans-serif;
	font-size: 12px;
}

/* Product Grid */
.section-shop .product-card {
	border-radius: 10px;
	text-align: center;
	margin-bottom: 30px;
	transition:
		transform 0.3s,
		box-shadow 0.3s;
}

.section-shop .product-card:hover {
	transform: translateY(-5px);
	/* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
}

.section-shop .product-card h5 {
	font-size: 0.95rem;
	margin-bottom: 5px;
}

.section-shop .product-card h4 {
	font-size: 1.2rem;
	color: #4a08a8;
	margin-bottom: 10px;
}

.section-shop .product-card p {
	font-size: 27px;
	font-weight: 600;
	color: #5e4d5a;
}

.section-shop .product-card .add-to-cart {
	background-color: #5b0ac5;
	color: #fff;
	border: none;
	padding: 8px 15px;
	border-radius: 20px;
	cursor: pointer;
	margin-top: 10px;
	font-weight: 500;
	transition: all 0.3s;
}

.section-shop .product-bg-wrrr {
	background: #f6f5ee;
	border-radius: 20px;
	margin-bottom: 10px;
}

.section-shop .product-card .add-to-cart:hover {
	background-color: #4a08a8;
}

.section-shop .price sup {
	font-size: 0.6em;
	/* chota size */
	top: -0.5em;
	/* thora upar */
	position: relative;
	color: #767a85;
}

/* ================= SHOP DETAIL ================= */

.sd-shop-detail {
}

.shop-detail-wrapper {
	width: 100%;
	border-radius: 30px;
	height: 100%;
	object-fit: fill;
}

.sd-gallery-wrapper {
	display: flex;
	gap: 20px;
}

/* Main Image */
.sd-main-slider {
	flex: 1;
	overflow: hidden;
}

.sd-main-img {
	width: 100%;
	height: 493px;
	object-fit: scale-down;
	border-radius: 14px;
	cursor: zoom-in;
	transition: transform 0.3s ease;
}

/* Thumbnail */
.sd-thumb-slider {
	width: 100px;
	height: 493px;
}

.sd-thumb-slider .swiper-slide img {
	height: 90px !important;
	opacity: 0.5;
	border-radius: 0px;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
	object-fit: scale-down;
	background: #0a1630;
}

.sd-thumb-slider .swiper-slide-thumb-active img {
	opacity: 1;
	border-color: #00afff;
}

/* Product Info */
.sd-badge {
	background: #00afff;
	color: #fff;
	padding: 6px 15px;
	border-radius: 7px;
	font-size: 14px;
	border: 1px solid #000;
}

.sd-title {
	font-weight: 700;
	font-size: 36px;
	color: #edf2f8;
}

.sd-description {
	color: #666;
	line-height: 1.7;
}

.sd-price {
	font-size: 29px;
	font-weight: 600;
	background: linear-gradient(135deg, #00afff, #00b0ff);
	background: linear-gradient(135deg, #00afff, #00b0ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--heading-medium);
}

/* Quantity */
.sd-quantity-wrapper {
	display: flex;
	align-items: center;
	border: 1px solid #202123;
	background: #010205;
	padding: 4px 6px;
}

.sd-quantity-wrapper button {
	background: #f0e9ff;
	border: none;
	padding: 4px 13px;
	cursor: pointer;
	margin: 5px 6px;
	border-radius: 0px;
	border: 1px solid #000;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sd-quantity-wrapper input {
	width: 50px;
	text-align: center;
	border: none;
	background: transparent;
	color: #fff;
}

.list-product-detail li i {
	color: #55c2ff;
	margin-right: 10px;
}
.product-new-detail h5 {
	font-size: 29px;
	font-weight: 600;
	background: linear-gradient(88deg, #00f2ff, #00f2ff, #0055ba);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
	font-family: var(--heading-medium);
}
.product-new-detail {
	background: #010104;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align: center;
	padding: 20px;
	border: 1px solid #1f1f20;
}
ul.list-product-detail {
	list-style: none;
	padding: 0;
}
.list-product-detail li {
	color: #666;
	line-height: 1.7;
}
/* ================= GSAP ZOOM ================= */

.sd-zoom-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
}

.sd-zoomed-img {
	max-width: 85%;
	max-height: 85vh;
	border-radius: 15px;
	cursor: zoom-out;
}

/* Responsive */

@media (max-width: 991px) {
	.signup-wrapper {
		position: relative;
	}

	.sd-gallery-wrapper {
		display: unset;
		gap: 20px;
	}

	.swiper-horizontal {
		margin-bottom: 20px;
	}

	.sd-thumb-slider {
		width: 100%;
		height: auto;
	}

	.sd-thumb-slider .swiper-slide {
		height: auto !important;
	}
}

/* profile Css Starts Here  */
.profile-tab-img figure img.img-fluid {
	max-width: 116px;
	height: 116px;
}

.profile-section .profile-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: var(--body-color);
	background-color: var(--secondary-color-bg);
	background-image: url(../img/Arrow2.webp);
	background-repeat: no-repeat;
	background-position: 93% center;
}

.profile-tabs .nav-link i {
	width: 20px;
	font-size: 15px;
}

.profile-tabs .nav-link:hover {
	background: rgba(255, 255, 255, 0.08);
}

.profile-section .profile-tabs .nav-pills .nav-link {
	padding: 18px 25px;
	border-left: 4px solid transparent;
	transition: 0.3s ease;
	border-radius: 0;
	font-family: var(--heading-medium);
	font-weight: 500;
	color: #fff;
}

.profile-section .profile-tabs .nav-pills .nav-link:hover {
	color: #fff;
}

.profile-top-text {
	border-bottom: 1px solid #aac0de;
	padding-bottom: 20px;
}

.profile-section .profile-tabs .nav-pills .nav-item {
	border-bottom: 1px solid #ffffff20;
}
section.profile-section input.form-control::placeholder {
	color: #aac0de;
	opacity: 1;
}
section.profile-section input.form-control {
	color: #aac0de;
}
.dark-mode .profile-section .profile-tabs .nav-pills .nav-item {
	border-bottom: 1px solid #535b51;
}

.profile-section .profile-tabs .nav-pills .nav-item:last-child {
	border: 0;
}

.profile-section .my-profile-wrapper .profile-icon {
	background: #b6c0b6;
}

.profile-section .address-list .single-address input:checked ~ .address-data {
	background-color: var(--bg-color-1);
}

.my-orders-wrapper .order-table-wrapper table.table td .order-span {
	color: #00bc26;
}

.profile-section .edit-orders-wrapper .order-img-wrap figure img.img-fluid {
	max-width: 70px;
	height: 70px;
}

.profile-section .my-address-wrapper .address-list .address-data {
	background-position: top 30px right 70px;
}

.input-pass-btn {
	bottom: 15px;
	right: 20px;
}

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

.fancybox-is-open .fancybox-stage * {
	transition: 0s !important;
}

.profile-tabs {
	background-image: url(../img/pro-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 0px;
}

.upload____wrapper {
	border: 2px dashed #8c8c8c;
	border-radius: 25px;
	background: #fff;
}
.profile-section .modal-backdrop.fade.show {
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	top: 50px;
}
/* Modal Wrapper aur Backdrop ko sabse upar lane ke liye */
.modal-backdrop {
	z-index: 1 !important;
}
.modal-backdrop.show {
	opacity: 0.5 !important;
	z-index: 1 !important;
}
.profile-section .form-control:focus {
	/* border-color: #00d2ff; */
	box-shadow: 0 0 0 0.1rem #00d2ff !important;
	border: 1px solid;
}
.profile-section .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #191e2d;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}
/* Modal ko perfect center alignment aur layout dene ke liye */
.profile-section .modal.fade.show {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.profile-section .modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
	width: 100%;
	max-width: 500px; /* Aap isse apne hisab se chota-bada kar sakte hain */
	margin: auto;
}
.profile-tabs-content {
	background: #191e2d;
	border-radius: 0px;
	border: 1px solid #50b4ee;
}
.password___wrap button {
	color: #39dbff;
}
.address-list .address-data {
	border: 1px solid #00000054;
	cursor: pointer;
	transition: 0s;
	background-image: url("../img/check-icon.svg");
	background-position: top 20px right 20px;
	background-repeat: no-repeat;
	border-radius: 17px;
}

.dark-mode .address-list .address-data {
	border: 1px solid #959a95;
}

.profile-section
	.address-list
	.single-address
	input:checked
	~ .address-data
	span,
hr,
input:checked ~ .address-data table {
	color: #fff;
}
.profile-section .profile-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link:hover {
	color: var(--body-color) !important;
	background: #005dff;
	border-left: 3px solid #fff;
	border-radius: 0;
}
.address-list .single-address input:checked ~ .address-data {
	background-image:
		url("../img/checked.svg"),
		linear-gradient(90deg, #0072ff, #007ce6, #0088f3, #00a6fb);
	background-position:
		top 30px right 70px,
		center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, cover;
	border-color: #00a6fb; /* Glow look ke liye border matching rakha hai */
	box-shadow: 0 0 20px rgba(0, 114, 255, 0.4); /* Cyberpunk glow effect */
}
section.hero-banner .counter {
	border: none;
	height: 40px;
	max-width: 140px;
	width: 100%;
}
.profile-section
	.address-list
	.single-address
	input:checked
	~ .address-data
	.address___settings
	img.img-fluid {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(16%)
		hue-rotate(335deg) brightness(106%) contrast(103%);
}
.cyber-product-card:hover .cyber-img-wrapper {
	transform: scale(1.1);
	transition: ease 0.5s;
}
.order-table-wrapper td {
	vertical-align: middle;
	border: 0;
}

.order-table-wrapper thead {
	background: #eae0f0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

.redeem-badge {
	background: #ffe4f8;
	padding: 4px 18px;
	border-radius: 10px;
}

.loyalty____points____wrap {
	border-radius: 9px;
	padding: 25px;
}

.loyalty___icon {
	background: #6e417d08;
	border-radius: 13px;
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.edit___icon:hover {
	background: var(--secondary-color);
	opacity: 0.9;
}

/* profile Css Ends Here  */
@media (max-width: 995x) {
}

/* Tablet Responsive  */
@media (max-width: 768px) {
	.order-table-wrapper table.table {
		min-width: 590px;
	}

	.profile-section .my-profile-wrapper .profile-icon {
		width: 35px;
		height: 35px;
	}
}

/* Tablet Responsive  */

::-webkit-scrollbar {
	width: 8px;
	background-color: #f1f1f1;
	border-radius: 4px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
	transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* Optional: Style the scrollbar corner */
::-webkit-scrollbar-corner {
	background: #f1f1f1;
}

/* custome age modal */
.age-modal .modal-content {
	border-radius: 30px;
	overflow: hidden;
	border: none;
	background: #0d0d23;
}

.custom-age-modal {
	position: relative;
}

.custom-close {
	position: absolute;
	right: 15px;
	top: 15px;
	background-color: #6a0dad !important;
	opacity: 1;
	z-index: 10;
	padding: 10px;
}

.age-left img {
	height: 100%;
	object-fit: fill;
	border: 30px;
}

.age-right {
	padding: 40px 25px;
	background: #0d0d23;
}

.verify-small {
	color: 00FFE1;
	font-size: 14px;
}

.age-right h3 {
	margin: 10px 0 25px;
	font-family: var(--heading-medium);
	font-weight: 500;
	color: #fff;
}
.wrapper-privacy ul li {
	color: #fff;
	padding: 0;
}
.sd-shop-detail p {
	color: #fff;
}
.sd-shop-detail ul li {
	color: #fff;
	padding: 0;
}
.age-socials {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.age-socials a {
	color: #4a5953;
	font-size: 16px;
	transition: color 0.3s;
}
.age-socials a:hover {
	color: #90e9ff;
}
.age-check {
	margin-bottom: 15px;
}

.age-check input {
	margin-right: 8px;
}

.age-buttons {
	display: flex;
	gap: 15px;
	margin-top: 25px;
}

.terms-text {
	font-size: 12px;
	margin-top: 15px;
	color: #777;
}

/* Custom Purple Checkbox */
.custom-check input {
	display: none;
}

.custom-check label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-size: 14px;
	color: #333;
}

.custom-check label span {
	width: 20px;
	height: 20px;
	border: 1px solid #90e9ff;
	border-radius: 0px;
	display: inline-block;
	position: relative;
	transition: all 0.3s ease;
}

/* Checked State */
.custom-check input:checked + label span {
	background: #90e9ff;
	border-color: #90e9ff;
}

/* White Checkmark */
.custom-check input:checked + label span::after {
	content: "✔";
	position: absolute;
	color: #000;
	font-size: 12px;
	left: 4px;
	top: 0px;
}

.login .social-icons a i {
	color: #534a59;
}

.login .social-icons a:hover i {
	color: #90e9ff;
}

.login .social-icons a {
	text-decoration: none;
}

.btn-close {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
		center/1em auto no-repeat;
}

.achcor-term {
	color: #90e9ff;
	font-weight: 800;
	text-align: center;
}

.wrapper-detailpp {
	width: 60px;
	height: 60px;
	border-radius: 20px;
	object-fit: fill;
}

.profile-tab-heading {
	padding: 0 20px;
}

.text-danger {
	color: #dc3545 !important;
	font-size: 12px;
}

.middle-wrapper {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #343845;
	color: #fff;
	font-family: var(--heading-black);
	font-weight: 900;
}

button.btn.btn-sm.middle-wrapper.pagination-btn.border.p-0.px-3.py-1.fs-6.text-white.active {
	background: #fff;
	color: #0055ba !important;
	border: 2px solid #0055ba !important;
}

.pagination-btn:hover {
	background: #fff;
	color: #0055ba !important;
	border: 2px solid #0055ba !important;
}

.sd-single-img-second {
	height: 640px !important;
	object-fit: scale-down;
}

.sd-thumb-slider
	.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active
	img {
	border: 2px solid #00afff !important;
	opacity: unset;
}

.px-3.py-2.wrapper-login-wr {
	display: flex;
	width: max-content;
}

.select-box.purple-theme .border.common-ccss {
	margin-top: 51px !important;
}

@media (max-width: 1367px) {
	.age-right h3 {
		font-size: 22px;
	}

	.section-shop .product-card p {
		font-size: 20px;
		font-weight: 600;
		color: #5e4d5a;
	}

	.section-shop .product-card h4 {
		font-size: 22px !important;
		margin-top: 10px !important;
	}

	.age-right p {
		font-size: 14px;
	}

	.wrapper-login-wr {
		width: max-content;
	}

	.header-icons i {
		font-size: 18px;
	}
}

@media (max-width: 1119px) {
	.verify-small {
		font-size: 12px;
	}

	.nav-links a {
		/* padding: 10px 14px; */
		margin: 10px 10px;
	}

	.age-right {
		padding: 60px 25px 20px 20px;
		background: #f4edf9;
	}

	.margin-top-wrapper {
		margin-top: 20px !important;
	}

	.age-right h3 {
		font-size: 18px;
	}

	.decline-btn {
		padding: 6px 15px;
		font-size: 14px;
	}

	.accept-btn {
		padding: 6px 15px;
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.sd-main-img {
		height: 480px;
		object-fit: scale-down;
	}

	a.p-0.res-wrapper-django1 {
		display: block !important;
	}

	.order-summary {
		margin-top: 20px;
	}

	.margin-top-wrapper {
		margin-top: 20px !important;
	}

	.sd-thumb-slider .swiper-slide img {
		height: 180px !important;
		opacity: 0.5;
		border-radius: 0px;
		cursor: pointer;
		transition: all 0.3s ease;
		object-fit: scale-down;
	}

	.django {
		display: block !important;
	}

	.w-unset {
		width: unset !important;
	}
}

@media (max-width: 576px) {
	.age-right h3 {
		font-size: 16px;
	}

	.aboutchoose-bg {
		padding: 30px 20px;
	}

	.stats-item:not(:last-child)::after {
		display: none;
	}

	.sd-single-img-second {
		height: unset !important;
		object-fit: scale-down;
	}

	.sd-thumb-slider .swiper-slide img {
		height: 100px !important;
	}

	.section-shop .product-card {
		margin-top: 40px;
	}

	.sd-quantity-wrapper {
		flex-direction: column;
	}

	.custom-checkout {
		padding: 30px 0;
	}

	.contact-section .contact-form-wrapper {
		padding: 20px;
	}

	.address_selection_label {
		margin-bottom: 11px;
	}

	.order-summary {
		margin-top: 20px;
	}

	.btn.coupon-btn {
		width: max-content;
	}

	.cart-bottom {
		flex-direction: column;
		gap: 10px;
	}

	.align-items-center.bg-light.border.col-12.d-flex.justify-content-between.px-3.py-2.rounded-pill {
		flex-direction: column !important;
		gap: 11px !important;
	}

	.age-right {
		padding: 40px 25px 20px 20px;
		background: #f4edf9;
	}
}
