/*
  Theme Name: Suxnix - Health Supplement Landing Page
  Support: themegenix@gmail.com
  Description: Suxnix - Health Supplement Landing Page.
  Version: 1.0
*/

/* CSS Index
-----------------------------------

1. Theme default css
2. Header
3. Mobile-menu
4. Search
5. Breadcrumb
6. Banner
7. Brand
8. Features
9. Features Products
10. Shop
11. Video
12. Fun Fact
13. Ingredients
14. Formula
15. Pricing
16. Testimonial
17. Blog
18. Pagination
19. FAQ
20. Contact
21. Footer
22. Preloader

*/



/* 1. Theme default css */
/* Fonts loaded via index.php link tags */


/*=============================
	1. Variable CSS
===============================*/
:root {
	--tg-body-font-family: 'Roboto', sans-serif;
	--tg-heading-font-family: 'Oswald', sans-serif;
	--tg-primary-color: #efae2e;
	--tg-secondary-color: #ffd200;
	--tg-body-font-color: #555555;
	--tg-heading-font-color: #222222;
	--tg-paragraph-color: #555555;
	--tg-body-font-size: 16px;
	--tg-body-font-weight: 400;
	--tg-heading-font-weight: 500;
	--tg-body-line-height: 1.6;
	--tg-heading-line-height: 1.2;
	--tg-dark: #000000;
	--tg-dark-two: #1a1a1a;
	--tg-blue: #ce9548;
	--tg-indigo: #ce9548;
	--tg-purple: #ce9548;
	--tg-pink: #ce9548;
	--tg-red: #ce9548;
	--tg-orange: #ce9548;
	--tg-yellow: #ce9548;
	--tg-green: #ce9548;
	--tg-teal: #ce9548;
	--tg-cyan: #ce9548;
	--tg-white: #fff;
	--tg-gray: #ddd;
	--tg-gray-two: #F5F5F5;
	;
}

body {
	font-family: var(--tg-body-font-family);
	font-weight: var(--tg-body-font-weight);
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	color: var(--tg-body-font-color);
	font-style: normal;
}

img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: var(--tg-primary-color);
	text-decoration: none;
}

a,
button {
	color: var(--tg-primary-color);
	outline: medium none;
	text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--tg-heading-font-family);
	color: var(--tg-heading-font-color);
	margin-top: 0px;
	margin-bottom: .7rem;
	font-style: normal;
	line-height: var(--tg-heading-line-height);
	font-weight: 500;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.list-wrap {
	margin: 0px;
	padding: 0px;
}

.list-wrap li {
	list-style: none
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--tg-body-font-color);
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid var(--tg-body-font-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: var(--tg-body-font-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}

*::-moz-selection {
	background: #ce9548;
	color: var(--tg-white);
	text-shadow: none;
}

::-moz-selection {
	background: var(--tg-body-font-color);
	color: var(--tg-white);
	text-shadow: none;
}

::selection {
	background: var(--tg-body-font-color);
	color: var(--tg-white);
	text-shadow: none;
}

*::-moz-placeholder {
	color: var(--tg-body-font-color);
	font-size: 16px;
	opacity: 1;
}

*::placeholder {
	color: var(--tg-body-font-color);
	font-size: 16px;
	opacity: 1;
}

.theme-overlay {
	position: relative
}

.theme-overlay::before {
	background: var(--tg-primary-color) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.separator {
	border-top: 1px solid #f2f2f2
}

.nav-link:focus {
	color: inherit;
}

/* Bootstrap 5 */
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	--bs-gutter-x: 30px;
}

.row.g-0 {
	--bs-gutter-x: 0;
}

.gutter-y-30 {
	--bs-gutter-y: 30px;
}

:root {
	scroll-behavior: auto;
}

/* button style */
.btn {
	user-select: none;
	-moz-user-select: none;
	background: var(--tg-secondary-color) none repeat scroll 0 0;
	border: medium none;
	border-radius: 50px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 19px 50px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn::before {
	content: "";
	position: absolute;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: var(--tg-primary-color);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}

.btn:hover {
	color: var(--tg-white);
}

.btn-two {
	background: var(--tg-primary-color) none repeat scroll 0 0;
}

.btn-two::before {
	background: var(--tg-secondary-color);
}

.btn:hover:before {
	top: -40%;
}

.breadcrumb>.active {
	color: var(--tg-primary-color);
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: -10%;
	right: 30px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: var(--tg-white);
	text-align: center;
	cursor: pointer;
	background: var(--tg-secondary-color);
	transition: 1s ease;
	border: none;
	opacity: 0;
}

.scroll-top.open {
	bottom: 30px;
	opacity: 1;
}

.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
	background-color: var(--tg-heading-font-color);
	opacity: 1;
}


/* 2. Header */
.custom-container {
	max-width: 1650px;
}

.transparent-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	height: auto;
}

.menu-area {
	padding: 23px 0;
}

.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.logo img {
	max-width: 160px;
}

.navbar-wrap {
	display: flex;
	flex-grow: 1;
}

.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto 0;
	padding: 0;
}

.navbar-wrap ul li {
	list-style: none;
	display: block;
	position: relative;
}

.navbar-wrap ul li a {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--tg-body-font-color);
	padding: 38px 30px;
	display: block;
	line-height: 1;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
	z-index: 1;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
	display: none;
}

.navbar-wrap ul li .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 230px;
	border: 1px solid var(--tg-gray-two);
	background: var(--tg-white);
	margin: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	border-radius: 0;
	padding: 18px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}

.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}

.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}

.navbar-wrap ul li .sub-menu li a {
	padding: 9px 15px 9px 25px;
	line-height: 1.4;
	color: var(--tg-body-font-color);
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.header-action>ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.header-action>ul li {
	position: relative;
	list-style: none;
	margin-left: 40px;
}

.header-action>ul>li:first-child {
	margin-left: 0;
}

.header-action>ul>li.header-shop-cart>a {
	padding-right: 10px;
}

.header-action>ul>li>a {
	display: block;
	color: var(--tg-heading-font-color);
	font-size: 28px;
}

.header-action>ul>li:hover>a {
	color: var(--tg-secondary-color);
}

.header-shop-cart a.cart-count span.mini-cart-count {
	position: absolute;
	right: 0px;
	top: -2px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	background-color: var(--tg-primary-color);
	color: var(--tg-white);
	box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}

.header-action>ul li.offCanvas-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	text-align: center;
	background: var(--tg-secondary-color);
	color: var(--tg-white) !important;
	border-radius: 50%;
	font-size: 25px;
}

.transparent-header .navbar-wrap ul li a {
	color: #dcdcdc;
}

.transparent-header .header-action>ul>li>a {
	color: var(--tg-white);
}

.transparent-header .logo .secondary-logo {
	display: none;
}

.transparent-header.sticky-menu .logo .secondary-logo {
	display: block;
}

.transparent-header.sticky-menu .logo .main-logo {
	display: none;
}

.transparent-header.sticky-menu .navbar-wrap ul li a {
	color: var(--tg-body-font-color);
}

.transparent-header.sticky-menu .header-action>ul>li>a {
	color: var(--tg-heading-font-color);
}

.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: var(--tg-white);
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
	padding: 0 0;
}

.header-fixed-position {
	display: block;
	height: 138px;
}

.navbar-wrap ul li .sub-menu li.active>a,
.navbar-wrap ul li .sub-menu li:hover>a,
.transparent-header .navbar-wrap ul li.active>a,
.transparent-header .navbar-wrap ul li:hover>a,
.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
	color: var(--tg-primary-color);
}


/* Mini Cart Style */
.header-shop-cart .header-mini-cart {
	background: var(--tg-white);
	opacity: 0 !important;
	padding: 25px;
	position: absolute;
	right: -15px;
	top: 60px;
	transition: all 0.5s ease 0s;
	width: 350px;
	z-index: 9;
	box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
	visibility: hidden;
	transform: translateY(10px);
}

.header-shop-cart .header-mini-cart::before {
	position: absolute;
	content: '';
	left: 0px;
	top: -30px;
	width: 100%;
	height: 45px;
	display: block;
}

.header-shop-cart:hover .header-mini-cart {
	opacity: 1 !important;
	visibility: visible;
	transform: translateY(0px);
	z-index: 9;
}

.header-shop-cart .woocommerce-mini-cart__empty-message {
	margin-bottom: 0;
}

.header-shop-cart .header-mini-cart .woocommerce-mini-cart>li {
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
}

.header-shop-cart .woocommerce-mini-cart .checkout-link {
	margin-top: 35px;
}

.header-mini-cart ul li.woocommerce-mini-cart-item .remove.remove_from_cart_button {
	display: block;
	font-weight: 700;
	order: 2;
	flex: 0 0 1em;
	background: #f1f1f1;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: red !important;
	text-decoration: none;
	margin-left: auto;
	border: 0;
}

.header-mini-cart ul li.woocommerce-mini-cart-item .remove.remove_from_cart_button:hover {
	background: red;
	color: var(--tg-white) !important;
}

.header-shop-cart .woocommerce-mini-cart .mini-cart-img {
	width: 90px;
	flex: 0 0 90px;
}

.woocommerce-mini-cart .mini-cart-img img.attachment-woocommerce_thumbnail {
	width: 100%;
	margin: 0;
}

.header-shop-cart .woocommerce-mini-cart .mini-cart-content {
	padding-left: 15px;
	text-align: left;
	padding-right: 25px;
	width: 176px;
	flex: 0 0 176px;
}

.woocommerce-mini-cart .mini-cart-content .product-title {
	color: var(--tg-heading-font-color);
	font-size: 16px;
	background: none;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
}

.mini-cart-price {
	display: flex;
	align-items: center;
	font-weight: 500;
}

.woocommerce-mini-cart .mini-cart-price>span {
	color: var(--tg-primary-color);
	font-size: 16px;
	font-weight: 500;
	margin-left: 5px;
	display: block;
}

.header-shop-cart .woocommerce-mini-cart .del-icon {
	flex-grow: 1;
	margin-top: 30px;
}

.header-shop-cart .woocommerce-mini-cart .del-icon a {
	color: var(--tg-body-font-color);
}

.woocommerce-mini-cart .del-icon>a {
	font-size: 18px;
}

.total-price {
	border-top: 1px solid #c7c7c7;
	overflow: hidden;
	padding-top: 20px;
	margin-top: 25px;
}

.total-price>span {
	color: var(--tg-heading-font-color);
	font-weight: 600;
}

.header-shop-cart .header-mini-cart .checkout-link {
	margin-bottom: 0;
}

.header-shop-cart .header-mini-cart .checkout-link a {
	color: var(--tg-white);
	background: var(--tg-secondary-color);
	display: block;
	font-weight: 500;
	padding: 16px 30px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5;
	border-radius: 0;
}

.header-shop-cart .header-mini-cart .checkout-link a:not(.checkout) {
	background: #222;
	color: var(--tg-white);
}

.header-shop-cart .header-mini-cart .checkout-link a:last-child {
	margin-bottom: 0;
}

.header-mini-cart .woocommerce-mini-cart__total {
	padding: 15px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #c7c7c7;
	margin-bottom: 0;
	color: #777;
}

.header-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
	color: #777;
	font-weight: bolder;
}

/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: var(--tg-white);
	margin-right: 30px;
	top: 15px;
}

.nav-logo img {
	width: 160px;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	border-radius: 0px;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.search-backdrop,
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
	background: #000;
}

.mobile-menu-visible .menu-backdrop {
	opacity: 0.65;
	visibility: visible;
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: var(--tg-white);
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .close-btn {
	position: absolute;
	right: 15px;
	top: 28px;
	line-height: 30px;
	width: 35px;
	text-align: center;
	font-size: 20px;
	color: var(--tg-primary-color);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}

.mobile-menu .navigation li {
	position: relative;
	list-style: none;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 60px 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #222;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
}

.mobile-menu .navigation li ul {
	margin: 0;
	padding: 0;
}

.mobile-menu .navigation li ul li {
	list-style: none;
}

.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
	margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
	margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #222;
	background: #efefef;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links ul {
	display: flex;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #222;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid #efefef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
	border-color: var(--tg-secondary-color);
	background: var(--tg-secondary-color);
	color: var(--tg-white);
}

.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	display: none;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	text-align: center;
	background: var(--tg-secondary-color);
	color: var(--tg-white);
	border-radius: 50%;
	font-size: 25px;
	cursor: pointer;
	margin-top: -2px;
}


/* 4. Search */
.search-popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	background: var(--tg-white);
	height: auto;
	width: 100%;
	z-index: 99;
	padding: 40px 0 50px;
	display: none;
	z-index: 999;
}

.search-form {
	position: relative;
}

.search-form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--tg-secondary-color);
	padding: 10px 50px 20px;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	background: transparent;
	color: #222;
}

.search-form input::placeholder {
	font-size: 30px;
	color: #222;
	opacity: .5;
}

.search-btn {
	position: absolute;
	right: 20px;
	background: transparent;
	border: 0;
	font-size: 25px;
	color: var(--tg-secondary-color);
	top: 50%;
	transform: translateY(-50%);
}

.search-close {
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 30px;
	color: var(--tg-secondary-color);
	cursor: pointer;
}

body.search-visible {
	overflow: hidden;
}

.search-backdrop {
	background: #000;
	z-index: 99;
	visibility: hidden;
}

.search-visible .search-backdrop {
	opacity: .55;
	visibility: visible;
}

/* OffCanvas-menu */
.offCanvas-wrap {
	position: fixed;
	overflow-y: auto;
	top: 0;
	right: 0;
	width: 582px;
	padding: 35px 80px 55px;
	transform: translateX(100%);
	height: 100%;
	display: block;
	background-color: var(--tg-white);
	z-index: 1020;
	-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	display: flex;
	flex-direction: column;
}

.offCanvas-toggle {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	background: rgba(13, 155, 77, 0.16);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 -40px 30px auto;
	cursor: pointer;
}

.offCanvas-toggle img {
	width: 18px;
}

.offCanvas-content {
	margin-bottom: 80px;
}

.offCanvas-content .title {
	font-size: 43px;
	line-height: 1.17;
	margin-bottom: 28px;
}

.offCanvas-content .title span {
	color: var(--tg-secondary-color);
}

.offCanvas-content p {
	margin-bottom: 0;
}

.offCanvas-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.offCanvas-wrap::-webkit-scrollbar {
	width: 0px;
}

.offCanvas-overlay {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: #000;
}

.offcanvas-menu-visible .offCanvas-overlay {
	opacity: 0.6;
	visibility: visible;
}

.offcanvas-menu-visible .offCanvas-wrap {
	transform: translateX(0);
}

.offcanvas-contact .number {
	font-size: 30px;
	margin: 0 0 5px;
}

.offcanvas-contact .email {
	font-size: 30px;
	margin: 0 0 18px;
}

.offcanvas-contact p {
	margin: 0 0 0;
}

.offcanvas-contact .offcanvas-social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 35px;
}

.offcanvas-contact .offcanvas-social li {
	margin: 0;
}

.offcanvas-contact .offcanvas-social li a {
	display: flex;
	font-size: 14px;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	background: rgba(13, 155, 77, 0.16);
	border-radius: 50%;
	color: #222;
}

.offcanvas-contact .offcanvas-social li a:hover {
	background: rgba(13, 155, 77, 1);
	color: var(--tg-white);
}

/* 5. Breadcrumb */
.breadcrumb-bg {
	background-image: url(../img/bg/video_bg.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 230px 0 150px;
	z-index: 1;
}

.breadcrumb-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #090909;
	opacity: .85;
	z-index: -1;
}

.breadcrumb-bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	background-image: url("../img/bg/testimonial_bottom_shape.png");
	width: 100%;
	height: 36px;
	background-repeat: repeat;
	background-position: center;
	z-index: 1;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
}

.breadcrumb-content {
	position: relative;
	z-index: 4;
}

.breadcrumb-content .title {
	font-size: 60px;
	line-height: 1.2;
	color: var(--tg-white);
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.breadcrumb li {
	display: block;
	font-size: 20px;
	color: var(--tg-white);
	line-height: 1.4;
}

.breadcrumb li a {
	color: var(--tg-white);
}

.breadcrumb-item+.breadcrumb-item::before {
	padding-right: 15px;
	padding-left: 15px;
	color: var(--tg-white);
	content: "|";
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
}


/* 6. Banner */
.banner-area {
	padding: 41px 0 15px;
	position: relative;
}

.banner-content .banner-caption {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: var(--tg-primary-color);
	letter-spacing: 0.095em;
	margin: 0 0 28px;
}

.banner-content .title {
	font-size: 72px;
	line-height: 1.13;
	margin: 0 0 61px;
}

.banner-content .btn {
	border: 3px solid var(--tg-white);
	padding: 17px 52px;
}

.banner-images {
	position: relative;
}

.banner-images::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -18px;
	width: 516px;
	height: 46px;
	background: #464646;
	filter: blur(30px);
	border-radius: 99px;
	z-index: -1;
}

.banner-images .main-img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	max-width: 550px;
	display: block;
	margin: 0 auto;
}

.banner-content {
	position: relative;
	z-index: 2;
	margin: 0 0 -31px;
}

.banner-shape {
	position: absolute;
	z-index: -1;
}

.banner-shape.one {
	left: -18px;
	top: 14%;
}

.banner-shape.two {
	right: 0;
	top: 8%;
}

.banner-shape.three {
	bottom: -15px;
	left: 40px;
}

.banner-shape.four {
	bottom: 0;
	right: 60px;
}

/* 7. Brand */
.brand-area {
	padding: 145px 0 150px;
}

.brand-title .title {
	margin: 0 0 0;
	font-size: 15px;
	padding: 0 80px;
	display: inline-flex;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--tg-heading-font-color);
	letter-spacing: 0.095em;
}

.brand-title .title::before,
.brand-title .title::after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 2px;
	background: var(--tg-primary-color);
}

.brand-title .title::after {
	left: auto;
	right: 0;
}

.brand-item {
	display: flex;
	min-height: 48px;
	max-height: 48px;
	align-items: center;
	justify-content: center;
}

/* 8. Features */
.features-bg {
	background-position: center;
	background-size: cover;
	padding: 97px 0;
	position: relative;
	margin: 37px 0 44px;
}

.features-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: -41px;
	width: 100%;
	height: 41px;
	background-image: url(../img/bg/features_shape01.png);
	background-repeat: repeat-x;
	background-position: center;
}

.features-bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	height: 50px;
	background-image: url(../img/bg/features_shape02.png);
	background-repeat: repeat-x;
	background-position: center;
}

.features-img {
	text-align: right;
	margin-right: -30px;
}

.features-item {
	margin: 0 0 50px;
}

.features-icon {
	font-size: 50px;
	color: #ce9548;
	position: relative;
	z-index: 1;
	margin: 0 0 27px;
}

.features-icon::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 5px;
	width: 40px;
	height: 40px;
	background: #ce9548;
	border-radius: 50%;
	z-index: -1;
	transition: .4s linear;
}

.features-content .title {
	font-size: 20px;
	color: var(--tg-white);
	letter-spacing: 0.02em;
	margin-bottom: 14px;
}

.features-content p {
	margin: 0 0;
	color: var(--tg-white);
}

.features-item:hover .features-icon::after {
	left: 5px;
}

.features-items-wrap .row>*:nth-last-child(-n+2) .features-item {
	margin: 0 0;
}

.features-items-wrap .row>*:nth-child(4n+1) .features-item,
.features-items-wrap .row>*:nth-child(4n+3) .features-item {
	margin-right: 50px;
}

.features-items-wrap .row>*:nth-child(4n+2) .features-item,
.features-items-wrap .row>*:nth-child(4n) .features-item {
	margin-left: 50px;
}

/* 9. Features Products */
.features-products {
	padding: 150px 0 150px;
	position: relative;
}

.features-products-wrap {
	margin-bottom: 180px;
}

.features-products-wrap:last-child {
	margin: 0 0;
}

.features-products-thumb {
	position: relative;
	text-align: center;
	margin: 0px 137px 0px 212px;
}

.features-products-thumb::before {
	content: "";
	position: absolute;
	left: 38%;
	top: 50%;
	background-image: url(../img/products/features_product_dots.png);
	width: 706px;
	height: 706px;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
}

.features-products-thumb .shape-img {
	position: absolute;
	bottom: 13px;
	left: -135px;
	z-index: -1;
	transition: .35s linear;
}

.features-product-content {
	width: 81%;
}

.features-product-content .title {
	font-size: 50px;
	margin-bottom: 0;
}

.features-product-content .title::after {
	content: "";
	display: block;
	background-image: url(../img/others/title_shape.svg);
	width: 79px;
	height: 14px;
	background-repeat: no-repeat;
	margin: 18px 0 33px;
}

.features-product-quantity {
	font-size: 16px;
	text-transform: inherit;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin: 0 0 24px;
}

.features-product-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 55px 0 0;
}

.features-product-bottom .price {
	font-size: 28px;
	font-weight: 700;
	color: var(--tg-heading-font-color);
	font-family: 'Oswald', sans-serif;
	display: block;
	margin-left: 30px;
}

.features-product-bottom .old-price {
	font-size: 20px;
	color: var(--tg-primary-color);
	margin-left: 15px;
	text-decoration: line-through;
}

.features-products-thumb .main-img {
	display: inline-block;
	position: relative;
}

.features-products-thumb .main-img::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7px;
	width: 230px;
	height: 46px;
	background: #464646;
	filter: blur(30px);
	border-radius: 99px;
	z-index: -1;
}

.features-products-wrap:nth-child(even) .row {
	flex-direction: row-reverse;
}

.features-products-wrap:nth-child(even) .features-product-content {
	margin-left: auto;
}

.features-products-wrap:nth-child(even) .features-products-thumb {
	margin: 0px 200px 0px 143px;
}

.features-products-wrap:nth-child(even) .features-products-thumb .shape-img {
	bottom: 27px;
	left: auto;
	right: -91px;
}

.features-products-wrap:nth-child(even) .features-products-thumb::before {
	left: 74%;
	top: 40%;
	transform: translate(-50%, -50%);
}

.features-products-wrap .features-products-thumb:hover .shape-img {
	transform: translateX(15px);
}

.features-products-wrap:nth-child(even) .features-products-thumb:hover .shape-img {
	transform: translateX(-15px);
}

.features-products-wrap:nth-child(3n+3) .features-products-thumb {
	margin: 0px 138px 0px 168px;
}

.features-products-wrap:nth-child(3n+3) .features-products-thumb .shape-img {
	left: -122px;
}

.fp-shapes-wrap>* {
	position: absolute;
	z-index: -1;
}

.fp-shapes-wrap .fp-shape-one {
	right: 0;
	top: 230px;
}

.fp-shapes-wrap .fp-shape-two {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.fp-shapes-wrap .fp-shape-three {
	right: 0;
	bottom: 360px;
}

.fp-circle {
	position: absolute;
	background: #F9F9F9;
	z-index: -2;
	border-radius: 50%;
}

.fp-circle.one {
	width: 697px;
	height: 697px;
	left: -155px;
	top: -95px;
}

.fp-circle.two {
	width: 686px;
	height: 686px;
	right: -70px;
	bottom: 21%;
}

.fp-circle.three {
	width: 626px;
	height: 626px;
	left: -85px;
	bottom: -4%;
}

.fp-circle.four {
	width: 100px;
	height: 100px;
	background: #f5ede0;
	left: 50%;
	transform: translateX(-50%);
	top: 33%;
}

.fp-circle.five {
	width: 100px;
	height: 100px;
	background: #f5ede0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 33%;
}

/* 10. Shop */
.home-shop-area {
	padding: 0 0 150px;
}

.home-shop-item {
	background: var(--tg-white);
	box-shadow: 0px 15px 26px rgba(173, 185, 202, 0.17);
	margin: 106px 0 50px;
	padding: 0 40px 40px;
}

.home-shop-thumb {
	text-align: center;
	position: relative;
	max-width: 205px;
	margin: 0 auto 45px;
	z-index: 1;
}

.home-shop-thumb>a {
	text-align: center;
	width: 100%;
	min-height: 190px;
	align-items: flex-start;
	margin: -106px auto 0;
	position: relative;
	display: inline-flex;
	justify-content: center;
}

.home-shop-thumb img {
	display: inline-block;
	height: 190px;
	object-fit: contain;
	max-width: 126px;
	object-position: top;
}

.shop-thumb-shape {
	position: absolute;
	width: 100%;
	height: 103px;
	left: 0;
	bottom: -11px;
	background: #ce9548;
	border-radius: 50% / 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	z-index: -1;
}

.shop-thumb-shape.yellow {
	background: #ce9548;
}

.shop-thumb-shape.purple {
	background: #ce9548;
}

.shop-thumb-shape.gray {
	background: #ce9548;
}

.shop-thumb-shape.blue {
	background: #ce9548;
}

.home-shop-content .title {
	font-size: 20px;
	margin-bottom: 20px;
}

.home-shop-price {
	font-size: 20px;
	display: block;
	letter-spacing: 0.02em;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #222;
	line-height: 1;
	margin: 0 0 30px;
}

.home-shop-rating {
	display: flex;
	align-items: center;
	color: var(--tg-primary-color);
	letter-spacing: 3px;
	line-height: 1;
}

.home-shop-rating .total-rating {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	color: var(--tg-body-font-color);
	margin-left: 10px;
}

.shop-content-bottom {
	display: flex;
	align-items: center;
	margin-top: 35px;
}

.shop-content-bottom .cart {
	width: 50px;
	height: 50px;
	display: flex;
	flex: 0 0 50px;
	align-items: center;
	justify-content: center;
	background: var(--tg-secondary-color);
	color: var(--tg-white);
	border-radius: 50%;
	font-size: 20px;
}

.shop-content-bottom .btn {
	padding: 15px 38px;
	font-size: 14px;
	margin-left: 15px;
	opacity: 0;
	visibility: hidden;
}

.shop-content-bottom .cart:hover {
	background: var(--tg-primary-color);
}

.home-shop-item:hover .shop-content-bottom .btn {
	opacity: 1;
	visibility: visible;
}

.home-shop-thumb .discount {
	position: absolute;
	top: 0;
	right: -40px;
	z-index: 1;
	background: #FD4B4B;
	border-radius: 3px;
	color: var(--tg-white);
	font-weight: 500;
	font-size: 12px;
	padding: 4px 11px;
	line-height: 1;
}

.related-product-active [class*="col-"],
.home-shop-active [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.related-product-active .slick-arrow,
.home-shop-active .slick-arrow {
	position: absolute;
	top: calc(50% - 43px);
	transform: translateY(-50%);
	left: -100px;
	background: transparent;
	border: none;
	padding: 0 0;
	font-size: 50px;
	color: var(--tg-heading-font-color);
	z-index: 2;
	display: block;
	width: auto;
	line-height: 1;
}

.related-product-active .slick-arrow.slick-next,
.home-shop-active .slick-arrow.slick-next {
	left: auto;
	right: -100px;
}

.related-product-active .slick-arrow::before,
.home-shop-active .slick-arrow::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	background: var(--tg-secondary-color);
	opacity: .3;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: -1;
}

.related-product-active .slick-arrow.slick-next::before,
.home-shop-active .slick-arrow.slick-next::before {
	left: auto;
	right: -25px;
}

.related-product-active .slick-dots,
.home-shop-active .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0;
	padding: 0 0;
}

.related-product-active .slick-dots li,
.home-shop-active .slick-dots li {
	list-style: none;
	line-height: 1;
	margin: 0 5px;
}

.related-product-active .slick-dots li button,
.home-shop-active .slick-dots li button {
	border: none;
	padding: 0;
	text-indent: -99999px;
	width: 10px;
	height: 10px;
	background: var(--tg-primary-color);
	opacity: .3;
	border-radius: 50%;
	display: block;
	line-height: 1;
}

.related-product-active .slick-dots li.slick-active button,
.home-shop-active .slick-dots li.slick-active button {
	box-shadow: 0px 3px 3px rgba(250, 164, 50, 0.22);
	border-radius: 5px;
	width: 20px;
	opacity: 1;
}

.related-product-active .slick-arrow:hover::before,
.home-shop-active .slick-arrow:hover::before {
	opacity: 1;
}


/* inner-shop */
.inner-shop-details-area,
.inner-shop-area {
	padding: 120px 0 120px;
}

.inner-shop-area .shop-top-wrap {
	border: 1px solid #f1f1f1;
	padding: 15px 22px;
	margin-bottom: 50px;
}

.inner-shop-area .shop-top-left p {
	margin-bottom: 0;
	float: unset;
}

.inner-shop-area .shop-top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 185px;
	margin-left: auto;
}

.inner-shop-area .shop-top-right form select {
	border: none;
	outline: none;
	color: var(--tg-body-font-color);
	box-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
}

.inner-shop-item {
	margin-bottom: 30px;
}

.inner-shop-content {
	text-align: left;
	border: 1px solid #efefef;
	padding: 25px 20px 25px;
}

.inner-shop-thumb img {
	width: 100%;
}

.inner-shop-content .inner-shop-rating li {
	font-size: 16px;
	letter-spacing: -1px;
	margin-bottom: 7px;
	color: #ce9548;
}

.inner-shop-content .title {
	font-size: 20px;
	color: #1f2029;
	margin-bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.inner-shop-content .title a:hover {
	color: var(--tg-secondary-color);
}

.inner-shop-content .price-wrap {
	font-size: 16px;
	color: var(--tg-secondary-color);
	font-weight: 600;
	display: block;
	line-height: 1.3;
	margin-left: 20px;
	text-align: right;
}

.shop-sidebar .widget {
	margin-bottom: 50px;
}

.shop-sidebar .widget:last-child {
	margin-bottom: 0;
}

.shop-sidebar .widget .sidebar-title {
	font-size: 18px;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 25px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.lp-post-thumb>a {
	display: block;
	width: 85px;
	height: 85px;
	background: #f3f3f3;
	padding: 13px;
	text-align: center;
}

.lp-post-thumb img {
	max-width: 100%;
	max-height: 100%;
}

.lp-post-list .lp-post-item li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.lp-post-content {
	margin-left: 15px;
	flex-grow: 1;
}

.lp-post-content>.lp-post-rating>li {
	font-size: 10px;
	margin-bottom: 10px;
	color: #ce9548;
	letter-spacing: 1.5px;
}

.lp-post-content .title {
	font-size: 18px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.lp-post-content .title a:hover {
	color: var(--tg-primary-color);
}

.lp-post-content .price {
	font-size: 16px;
	color: var(--tg-secondary-color);
	font-weight: 600;
	display: block;
	line-height: 1;
}

.widget .Product-tag-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: -10px;
}

.Product-tag-list li a {
	color: #222;
	font-size: 14px;
	padding: 6px 17px;
	border-radius: 0;
	display: inline-block;
	transition: 0.3s;
	margin-right: 6px;
	margin-bottom: 10px;
	background: var(--tg-gray-two);
	font-weight: 500;
}

.Product-tag-list li a:hover {
	background: var(--tg-secondary-color);
	color: var(--tg-white);
}

.shop-widget-banner img {
	max-width: 100%;
}

.widget.shop-widget-banner {
	text-align: center;
}

.inner-shop-item.home-shop-item {
	margin: 0 0 50px;
	padding: 40px 40px 40px;
}

.inner-shop-item .home-shop-thumb>a {
	margin: 0 auto 0;
}

.inner-shop-item .home-shop-thumb {
	margin: 0 auto 25px;
}

.inner-shop-item .shop-item-cat {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 9px;
	line-height: 1;
}

.inner-shop-item .shop-item-cat a {
	display: block;
	font-weight: 500;
	color: var(--tg-body-font-color);
}

.inner-shop-item .shop-item-cat a:hover {
	color: var(--tg-primary-color);
}

.inner-shop-item .home-shop-content .title {
	margin-bottom: 15px;
}

.inner-shop-item .shop-content-bottom {
	margin-top: 30px;
}

.inner-shop-item .home-shop-price {
	margin: 0 0 25px;
}

.inner-shop-item .home-shop-thumb .discount {
	top: -20px;
	right: -20px;
}

.inner-shop-details-content .title {
	font-size: 44px;
	margin-bottom: 8px;
}

/* inner-shop-details */
.inner-shop-details-content {
	padding-left: 20px;
}

.inner-shop-details-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-shop-details-img img {
	max-width: 100%;
}

.inner-shop-details-img-wrap {
	margin-bottom: 15px;
	background: #f7f7f7;
}

.inner-shop-details-nav-wrap .nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
	margin-bottom: 0;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-shop-details-nav-wrap .nav-tabs img {
	max-width: 100%;
}

.inner-shop-details-nav-wrap .nav-tabs {
	border: none;
	flex-wrap: nowrap;
	margin-left: -7px;
	margin-right: -7px;
}

.inner-shop-details-nav-wrap .nav-tabs .nav-item {
	padding-left: 7px;
	padding-right: 7px;
}

.inner-shop-details-content .product_title {
	font-size: 36px;
	margin-bottom: .3em;
	font-weight: 500;
}

.inner-shop-content-top .star-rating {
	display: none;
}

.inner-shop-details-review {
	display: flex;
	align-items: center;
}

.inner-shop-details-meta ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.inner-shop-details-meta ul li {
	font-size: 16px;
	color: var(--tg-body-font-color);
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
	margin-top: 11px;
}

.inner-shop-details-meta ul li::before {
	content: "|";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	color: #dadada;
}

.inner-shop-details-meta ul li:last-child::before {
	display: none;
}

.inner-shop-details-meta ul li a,
.inner-shop-details-meta ul li span {
	color: #696868;
	font-weight: 500;
}

.inner-shop-details-meta ul li.inner-shop-details-review .rating {
	font-size: 12px;
	letter-spacing: -1px;
	color: #ff9b26;
	margin-right: 8px;
}

.inner-shop-details-price {
	display: flex;
	align-items: center;
	margin: 18px 0 18px;
}

.inner-shop-details-price .woocommerce-Price-amount,
.inner-shop-details-price del,
.inner-shop-details-price ins {
	font-size: 26px;
	font-weight: 700;
	line-height: .9;
	margin-bottom: 0;
	color: var(--tg-heading-font-color);
}

.inner-shop-details-price del,
.inner-shop-details-price del .woocommerce-Price-amount {
	opacity: .5;
	margin-right: 10px;
	color: var(--tg-body-font-color);
}

.inner-shop-details-price del .woocommerce-Price-amount {
	margin-right: 0;
}

.inner-shop-details-price .stock-status {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 900;
	margin-left: 15px;
	text-transform: uppercase;
	color: var(--tg-secondary-color);
}

.inner-shop-details-list {
	margin: 28px 0 32px;
}

.inner-shop-details-list ul li {
	padding-left: 22px;
	position: relative;
	font-size: 15px;
	color: var(--tg-body-font-color);
	margin-top: 5px;
	font-weight: 500;
}

.inner-shop-details-list ul li>span {
	color: #696868;
	margin-left: 5px;
	font-weight: 400;
}

.inner-shop-details-list ul li::before {
	content: "\f0a9";
	position: absolute;
	left: 0;
	top: 1.2px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: var(--tg-secondary-color);
	font-size: 14px;
}

.inner-shop-perched-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.cart-btn,
.inner-shop-perched-info>.cart-btn {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--tg-secondary-color);
	background: var(--tg-secondary-color);
	border-radius: 5px;
	font-size: 13px;
	font-weight: 600;
	color: var(--tg-white);
	padding: 12px 16px;
	min-width: 145px;
	justify-content: center;
	margin-bottom: 12px;
	margin-right: 12px;
	text-transform: uppercase;
}

.inner-shop-perched-info>.wishlist-btn {
	margin-bottom: 12px;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	background: var(--tg-secondary-color);
	color: var(--tg-white);
	border-radius: 5px;
}

.inner-shop-perched-info>.wishlist-btn:hover {
	background: var(--tg-primary-color);
}

.inner-shop-perched-info>.cart-btn:hover {
	background: var(--tg-primary-color);
	border-color: var(--tg-primary-color);
	color: var(--tg-white);
}

.inner-shop-details-bottom {
	margin-top: 23px;
	padding-top: 23px;
	border-top: 1px solid #ebebeb;
	font-size: 16px;
}

.inner-shop-details-bottom>span {
	display: block;
	margin-bottom: 10px;
	color: var(--tg-body-font-color);
	font-weight: 500;
	margin-right: 5px;
}

.inner-shop-details-bottom>span:last-child {
	margin-bottom: 0;
}

.inner-shop-details-bottom>span>span {
	font-weight: 500;
	margin-left: 5px;
}

.inner-shop-details-bottom span a {
	color: var(--tg-body-font-color);
	margin-left: 5px;
	border: 1px solid #ebebeb;
	font-weight: 400;
	padding: 3px 10px;
	font-size: 14px;
	margin-bottom: 8px;
	margin-right: 3px;
	border-radius: 5px;
	display: inline-block;
}

.inner-shop-details-bottom span a:hover {
	color: var(--tg-white);
	background: var(--tg-secondary-color);
	border-color: var(--tg-secondary-color);
}

.product-desc-wrap {
	padding-top: 85px;
}

.product-desc-wrap .nav-tabs {
	border-bottom: 1px solid #ebebeb;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.product-desc-wrap .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	background: transparent;
	color: #696868;
	padding: 0 0 12px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
}

.product-desc-wrap .nav-tabs .nav-link.active {
	color: var(--tg-heading-font-color);
}

.product-desc-wrap .nav-tabs .nav-item {
	margin: 0 55px 0 0;
}

.product-desc-wrap .nav-tabs .nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: var(--tg-secondary-color);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

.product-desc-wrap .nav-tabs .nav-item .nav-link.active::after {
	opacity: 1;
}

.product-desc-content table {
	margin-bottom: 0;
}

.product-desc-content .title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 17px;
}

.product-desc-content p {
	font-size: 16px;
	margin-bottom: 25px;
}

.product-desc-list {
	margin-bottom: -4px;
}

.product-desc-list li {
	font-size: 16px;
	margin-bottom: 8px;
	position: relative;
	margin-left: 15px;
}

.product-desc-list li::before {
	content: "";
	position: absolute;
	left: -15px;
	height: 5px;
	width: 5px;
	background: var(--tg-heading-font-color);
	top: 9px;
	border-radius: 50%;
}

.product-desc-list li:last-child {
	margin-bottom: 0;
}

.related-products-wrap>.title {
	margin-bottom: 50px;
	font-size: 35px;
}

.product-desc-content .table-sm td,
.product-desc-content .table-sm th {
	padding: 13px 25px;
	border: 1px solid #ebebeb;
}

.product-desc-content .table-sm th {
	color: #222;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	width: 20%;
}

.product-desc-content .table-sm td {
	color: var(--tg-body-font-color);
	font-weight: 500;
	font-style: italic;
}

.reviews-comment .review-info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 35px;
}

.review-img {
	margin-right: 20px;
	width: 100px;
	flex: 0 0 100px;
}

.review-img img {
	border-radius: 50%;
}

.review-rating li {
	color: #ff9b26;
	letter-spacing: -1px;
	font-size: 13px;
	margin-bottom: 7px;
}

.review-meta h6 {
	color: #222;
	font-size: 17px;
	margin-bottom: 8px;
}

.review-meta h6 span {
	color: var(--tg-body-font-color);
	font-size: 13px;
	font-weight: 400;
	margin-left: 5px;
}

.reviews-comment .review-content p {
	margin-bottom: 0;
}

.add-review .title {
	font-size: 26px;
	color: var(--tg-heading-font-color);
	margin-bottom: 25px;
	text-transform: uppercase;
}

.add-review {
	margin-top: 55px;
	padding-top: 35px;
	border-top: 1px solid #ebebeb;
}

.add-review form {
	padding: 55px 50px 60px;
	background: #f7f7f7;
}

.add-review p {
	font-size: 16px;
}

.add-review p span {
	color: var(--tg-secondary-color);
}

.add-review .from-grp {
	margin-bottom: 25px;
}

.add-review .from-grp label,
.form-rating label {
	display: block;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	color: #222;
	margin-bottom: 6px;
}

.add-review .from-grp label span {
	color: var(--tg-secondary-color);
}

.add-review .from-grp input,
.add-review .from-grp textarea {
	width: 100%;
	border: 1px solid #f4f4f4;
	padding: 15px 25px;
	display: block;
}

.add-review .checkbox-grp input {
	width: auto;
	margin-top: 0;
	margin-right: 10px;
}

.add-review .checkbox-grp label {
	margin-bottom: 0;
}

.add-review .checkbox-grp {
	display: flex;
}

.form-rating {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

.form-rating label {
	font-size: 15px;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-right: 10px;
}

.form-rating ul li {
	transition: .3s linear;
	letter-spacing: -1px;
	display: inline-block;
	font-size: 14px;
}

.form-rating ul li:hover {
	color: #ff9b26;
}

.add-review .from-grp textarea {
	height: 170px;
}

.from-btn {
	background-image: linear-gradient(to right, var(--tg-secondary-color) 0%, var(--tg-secondary-color) 50%, var(--tg-secondary-color) 100%);
}

.related-products-area {
	margin: -10px 0 0;
}

/* ******** For HTML ******* */
.shop-sidebar {
	margin-left: 20px;
}

.shop-sidebar .widget {
	margin-bottom: 50px;
}

.shop-sidebar .widget:last-child {
	margin-bottom: 0;
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	background: #ebebeb none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	height: 3px;
	margin-bottom: 20px;
	margin-left: auto;
}

.price_filter .ui-slider-range {
	background: var(--tg-secondary-color) none repeat scroll 0 0;
	border-radius: 2px;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
	height: 15px;
	width: 15px;
	top: 0;
	margin-top: -6px;
	background: var(--tg-secondary-color);
	border-radius: 50px;
	border: 1px solid var(--tg-secondary-color);
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
	outline: none;
	box-shadow: none;
}

.price_slider_amount {
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-top: 10px;
}

.price_slider_amount>span {
	font-size: 16px;
	font-weight: 500;
	color: #1f2029;
	text-transform: capitalize;
	margin-right: 5px;
}

.price_slider_amount>input[type="text"] {
	height: 25px;
	margin-left: 0;
	text-align: left;
	width: 100px;
	border: none;
	font-size: 16px;
	color: #1f2029;
	font-weight: 500;
}

.price_slider_amount>input[type="submit"] {
	margin-left: auto;
	text-transform: uppercase;
	transition: all .3s ease-out 0s;
	cursor: pointer;
	padding: 8px 20px;
	color: var(--tg-white);
	font-size: 15px;
	text-align: center;
	background: var(--tg-secondary-color);
	font-weight: 700;
	justify-content: center;
	border-radius: 0;
}

.price_slider_amount>input[type="submit"]:hover {
	color: var(--tg-white);
	background: var(--tg-primary-color);
}

.shop-sidebar .widget .sidebar-title {
	font-size: 18px;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.widget .categories-list li {
	position: relative;
	margin-bottom: 12px;
}

.widget .categories-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--tg-secondary-color);
}

.widget .categories-list li:last-child {
	margin-bottom: 0;
}

.widget .categories-list li a {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #676666;
	margin-left: 12px;
	display: flex;
}

.widget .categories-list li a i {
	margin-left: auto;
	font-size: 12px;
	transition: .3s linear;
}

.widget .categories-list li a:hover {
	color: var(--tg-secondary-color);
}

.lp-post-list .lp-post-item li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.lp-post-content {
	margin-left: 15px;
}

.lp-post-content>.lp-post-rating>li {
	font-size: 12px;
	margin-bottom: 10px;
	color: #ce9548;
	letter-spacing: 1.5px;
}

.widget .Product-tag-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: -10px;
}

.Product-tag-list li a {
	color: #282828;
	font-size: 14px;
	padding: 6px 17px;
	border-radius: 0;
	display: inline-block;
	transition: 0.3s;
	margin-right: 6px;
	margin-bottom: 10px;
	background: var(--tg-gray-two);
	font-weight: 500;
}

.Product-tag-list li a:hover {
	background: var(--tg-secondary-color);
	color: var(--tg-white);
}

.shop-widget-banner img {
	max-width: 100%;
}

.widget.shop-widget-banner {
	text-align: center;
}

.quickview-cart-plus-minus {
	width: 116px;
	flex: 0 0 116px;
	margin-right: 12px;
	margin-bottom: 12px;
}

.quickview-cart-plus-minus {
	position: relative;
}

.quickview-cart-plus-minus input {
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	height: 45px;
	text-align: center;
	padding: 0 30px;
	font-size: 14px;
	color: #282828;
	font-weight: 600;
}

.quickview-cart-plus-minus .qtybutton {
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	color: #696868;
	cursor: pointer;
	border-right: 1px solid #e1e1e1;
	user-select: none;
	-moz-user-select: none;
}

.quickview-cart-plus-minus .qtybutton.inc {
	left: auto;
	right: 0;
	border-right: none;
	border-left: 1px solid #e1e1e1;
}

.quickview-cart-plus-minus .qtybutton.dec {
	font-size: 18px;
}


/* 11. Video */
.video-bg {
	background-position: center;
	background-size: cover;
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
	z-index: 1;
}

.video-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	background-image: url(../img/bg/video_top_mask.png);
	width: 100%;
	height: 46px;
	background-repeat: repeat;
	background-position: center;
	z-index: 1;
}

.video-bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/bg/video_bottom_mask.png);
	width: 100%;
	height: 36px;
	background-repeat: repeat;
	background-position: center;
	z-index: 1;
}

.video-bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #090909;
	opacity: 0.8;
	z-index: -1;
}

.video-btn {
	text-align: center;
}

.video-btn a {
	width: 132px;
	height: 132px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 24px;
	background: var(--tg-secondary-color);
	color: var(--tg-white);
	border-radius: 50%;
}

.video-btn a:hover {
	animation-play-state: paused;
}

.ripple-white {
	border-radius: 50%;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-white 1s linear infinite;
	transition: .5s;
	-webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(13, 155, 77, 0.3), 0 0 0 10px rgba(13, 155, 77, 0.3), 0 0 0 20px rgba(13, 155, 77, 0.3);
		box-shadow: 0 0 0 0 rgba(13, 155, 77, 0.3), 0 0 0 10px rgba(13, 155, 77, 0.3), 0 0 0 20px rgba(13, 155, 77, 0.3);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(13, 155, 77, 0.3), 0 0 0 20px rgba(13, 155, 77, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(13, 155, 77, 0.3), 0 0 0 20px rgba(13, 155, 77, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(13, 155, 77, 0.3), 0 0 0 10px rgba(13, 155, 77, 0.3), 0 0 0 20px rgba(13, 155, 77, 0.3);
		box-shadow: 0 0 0 0 rgba(13, 155, 77, 0.3), 0 0 0 10px rgba(13, 155, 77, 0.3), 0 0 0 20px rgba(13, 155, 77, 0.3);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(13, 155, 77, 0.3), 0 0 0 20px rgba(13, 155, 77, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(13, 155, 77, 0.3), 0 0 0 20px rgba(13, 155, 77, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

.video-shape {
	position: absolute;
	z-index: 3;
}

.video-shape.one {
	left: 0;
	bottom: -12%;
}

.video-shape.two {
	right: 0;
	bottom: -7%;
}

/* 12. Fun Fact */
.fact-area {
	padding: 150px 0 0;
}

.fact-item {
	display: flex;
	align-items: center;
	background: var(--tg-white);
	border: 1px solid #F4F4F4;
	padding: 25px 30px;
	margin: 0 0 30px -1px;
}

.fact-item .chart {
	position: relative;
	width: 70px;
	flex: 0 0 70px;
	height: 70px;
	margin-right: 30px;
}

.fact-item .percentage {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--tg-heading-font-color);
	font-size: 16px;
	font-weight: 600;
}

.fact-item .percentage span {
	font-size: 1em;
}

.fact-content {
	flex-grow: 1;
}

.fact-content .title {
	font-size: 20px;
	margin: 0 0 10px;
	letter-spacing: 0.02em;
}

.fact-content span {
	display: block;
	font-size: 16px;
	letter-spacing: 0.015em;
}

.fact-items-wrapper {
	position: relative;
}

.fact-items-wrapper::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 412px;
	height: 40px;
	background: #CCCCCC;
	filter: blur(50px);
	border-radius: 10px;
	z-index: -1;
}

/* 13. Ingredients */
.ingredients-area {
	padding: 115px 0 150px;
}

.ingredients-img {
	margin-right: 80px;
	position: relative;
}

.section-title .sub-title {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.095em;
	text-transform: uppercase;
	color: var(--tg-primary-color);
	margin: 0 0 15px;
}

.section-title .title {
	font-size: 40px;
	letter-spacing: -0.025em;
	margin-bottom: 0;
}

.ingredients-items-wrap {
	margin: 0 0 0 25px;
}

.ingredients-item {
	margin: 0 0 55px;
}

.ingredients-thumb {
	margin: 0 0 30px;
	transform: translateY(0);
	transition: .3s linear;
}

.ingredients-thumb img {
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	display: block;
}

.ingredients-content .title {
	font-size: 20px;
	padding-left: 11px;
	margin: 0 0 15px;
	position: relative;
}

.ingredients-content .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 3px;
	height: 16px;
	background: var(--tg-primary-color);
}

.ingredients-content p {
	margin: 0 0;
}

.ingredients-items-wrap .row>*:nth-child(4n+2) .ingredients-item,
.ingredients-items-wrap .row>*:nth-child(4n) .ingredients-item {
	margin: 0 0 55px 50px;
}

.ingredients-items-wrap .row>*:nth-last-child(-n+2) .ingredients-item {
	margin-bottom: 0;
}

.ingredients-img .shape {
	position: absolute;
	left: -125px;
	bottom: 20px;
	z-index: -1;
}

.ingredients-img::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px;
	width: 350px;
	height: 27px;
	background: var(--tg-dark);
	filter: blur(30px);
	border-radius: 99px;
	z-index: -1;
}

.ingredients-item:hover .ingredients-thumb {
	transform: translateY(10px);
}

/* 14. Formula */
.formula-bg {
	padding: 145px 0 150px;
	position: relative;
	background-position: center;
	background-size: cover;
}

.formula-bg::before {
	content: "";
	position: absolute;
	left: 0px;
	top: -15px;
	background-image: url("../img/bg/formula_shape01.png");
	width: 100%;
	height: 44px;
	background-repeat: repeat;
	background-position: center;
}

.formula-bg::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -17px;
	background-image: url("../img/bg/formula_shape02.png");
	width: 100%;
	height: 47px;
	background-repeat: repeat;
	background-position: center;
}

.formula-img {
	text-align: right;
	margin-right: -100px;
}

.white-title .title {
	color: var(--tg-white);
}

.formula-list {
	margin: 0 0 50px;
}

.formula-list li {
	font-weight: 500;
	font-size: 20px;
	color: var(--tg-white);
	letter-spacing: 0.02em;
	display: flex;
	margin: 0 0 20px;
	line-height: 1.5;
}

.formula-list li::before {
	content: "";
	display: block;
	background-image: url(../img/icons/right_arrow.svg);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	flex: 0 0 20px;
	margin-right: 10px;
	margin-top: 6px;
}

.formula-list li:last-child {
	margin-bottom: 0;
}

.formula-content .btn-two:hover {
	color: var(--tg-primary-color);
}

.formula-content .btn-two::before {
	background: var(--tg-white);
}

/* 15. Pricing */
.pricing-area {
	position: relative;
	padding: 145px 0 125px;
	z-index: 3;
}

.pricing-wrap {
	padding: 0 50px;
}

.pricing__box {
	background: var(--tg-white);
	border: 2px solid var(--tg-white);
	border-radius: 10px;
	padding: 35px 45px 45px;
	transition: .3s linear;
}

.pricing__box .pricing-hade>span {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 0;
}

.pricing__box .pricing-hade .title {
	font-size: 36px;
	margin-bottom: 5px;
	font-weight: 700;
}

.pricing__box .pricing-hade>p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	color: #222;
	text-transform: capitalize;
}

.pricing__box .pricing-price {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.pricing__box .pricing-price .price {
	font-size: 50px;
	letter-spacing: -3px;
	margin-bottom: 0;
	transition: .3s linear;
}

.pricing__box .pricing-price span {
	font-size: 17px;
	display: block;
	margin-left: 8px;
	line-height: 1.2;
	text-align: left;
	transition: .3s linear;
	text-transform: capitalize;
	font-weight: 500;
}

.pricing__box .total {
	margin-bottom: 10px;
	color: #818181;
	font-size: 20px;
}

.pricing__box .price-savings .save {
	font-size: 32px;
	margin-bottom: 10px;
	color: var(--tg-primary-color);
}

.pricing__box .price-savings>span {
	font-size: 20px;
	display: block;
	line-height: 1;
	color: var(--tg-primary-color);
	font-weight: 500;
	margin: 0 0 20px;
}

.pricing__box .pricing-btn a {
	display: block;
	background: var(--tg-primary-color);
	color: var(--tg-white);
	border: 2px solid var(--tg-primary-color);
	line-height: 1;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 5px;
}

.pricing-btn a>span {
	display: block;
	line-height: 1;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}

.pricing__box .pricing-btn a:hover {
	background: transparent;
	color: var(--tg-primary-color);
}

.pricing__box .bottom-img img {
	max-width: 100%;
}

.pricing-title .title {
	background: #818181;
	color: var(--tg-white);
	font-size: 18px;
	padding: 7px;
	border-radius: 5px;
	margin-bottom: 0;
	transition: .3s linear;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pricing-item:hover .pricing-price .price,
.pricing-item:hover .pricing-price>span,
.pricing-item.best-value-plan .pricing-price .price,
.pricing-item.best-value-plan .pricing-price>span {
	color: var(--tg-primary-color);
}

.pricing-item.best-value-plan .pricing__box,
.pricing-item:hover .pricing__box {
	border-color: var(--tg-primary-color);
}

.pricing-item.best-value-plan .pricing-title .title,
.pricing-item:hover .pricing-title .title {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

.pricing__box .pricing-img {
	padding: 35px 0 20px;
	margin: 0 0 15px;
}

.pricing__box .pricing-img img {
	max-height: 190px;
	max-width: 100%;
}

.pricing__box .pricing-btn.mb-15 {
	margin-bottom: 0;
	margin-top: 35px;
}

.pricing__box .bottom-img {
	display: none;
}

/* 16. Testimonial */
.testimonial-bg {
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 145px 0 150px;
	z-index: 1;
}

.testimonial-bg::before {
	content: "";
	position: absolute;
	left: 0px;
	top: -10px;
	background-image: url("../img/bg/testimonial_top_shape.png");
	width: 100%;
	height: 33px;
	background-repeat: repeat;
	background-position: center;
}

.testimonial-bg::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -9px;
	background-image: url("../img/bg/testimonial_bottom_shape.png");
	width: 100%;
	height: 37px;
	background-repeat: repeat;
	background-position: center;
}

.testimonial-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0A0A0A;
	opacity: 0.85;
	z-index: -1;
}

.testimonial-item {
	padding: 0 40px;
}

.testimonial-rating {
	display: block;
	line-height: 1;
	font-size: 20px;
	color: var(--tg-primary-color);
	margin: 0 0 35px;
}

.testimonial-item>p {
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	color: var(--tg-white);
	margin: 0 0;
}

.testimonial-avatar-wrap {
	margin: 40px 0 0;
}

.testi-avatar-img {
	margin: 0 0 15px;
	;
}

.testi-avatar-img img {
	max-width: 80px;
	border-radius: 50%;
	display: inline-block;
}

.testi-avatar-info .name {
	font-size: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--tg-white);
	margin: 0 0;
}

.testimonial-active .slick-arrow {
	position: absolute;
	top: calc(50% - 43px);
	transform: translateY(-50%);
	left: -150px;
	background: transparent;
	border: none;
	padding: 0 0;
	font-size: 50px;
	color: var(--tg-white);
	z-index: 2;
	display: block;
	width: auto;
	line-height: 1;
}

.testimonial-active .slick-arrow.slick-next {
	left: auto;
	right: -150px;
}

.testimonial-active .slick-arrow::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	background: var(--tg-secondary-color);
	opacity: .3;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: -1;
}

.testimonial-active .slick-arrow.slick-next::before {
	left: auto;
	right: -25px;
}

.testimonial-active .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px 0 0;
	padding: 0 0;
}

.testimonial-active .slick-dots li {
	list-style: none;
	line-height: 1;
	margin: 0 5px;
}

.testimonial-active .slick-dots li button {
	border: none;
	padding: 0;
	text-indent: -99999px;
	width: 10px;
	height: 10px;
	background: var(--tg-white);
	opacity: .6;
	border-radius: 50%;
	display: block;
	line-height: 1;
}

.testimonial-active .slick-dots li.slick-active button {
	box-shadow: 0px 3px 3px rgba(250, 164, 50, 0.22);
	border-radius: 5px;
	width: 20px;
	opacity: 1;
}

.testimonial-active .slick-arrow:hover::before {
	opacity: 1;
}

/* 17. Blog */
.blog-post-area {
	position: relative;
	padding: 145px 0 150px;
	z-index: 3;
}

.blog-bg-shape {
	position: absolute;
	z-index: -1;
}

.blog-bg-shape.one {
	width: 662px;
	height: 662px;
	background: #F9F9F9;
	left: -145px;
	bottom: 0;
	border-radius: 50%;
}

.blog-bg-shape.two {
	width: 680px;
	height: 680px;
	background: #F9F9F9;
	right: -206px;
	top: 0;
	border-radius: 50%;
	opacity: .5;
}

.blog-posts-wrapper {
	margin: 0 110px 0 0;
}

.blog-post-item {
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #F4F4F4;
}

.blog-post-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.blog-post-thumb {
	width: 150px;
	height: 130px;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	margin: 0 30px 0 0;
}

.blog-post-content {
	flex-grow: 1;
	overflow: hidden;
}

.content-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 22px;
}

.content-top .tags a {
	font-weight: 500;
	color: #222;
}

.content-top .date {
	margin-left: 20px;
}

.blog-post-content .title {
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 0;
}

.content-bottom ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0 0;
}

.content-bottom ul .user {
	color: #222;
}

.content-bottom ul .comments {
	margin-left: auto;
	margin-right: 30px;
}

.content-top .tags a:hover {
	color: var(--tg-primary-color);
}


.blog--post--thumb img {
	max-width: 100%;
}

.blog--post--content {
	padding: 40px 40px;
	background: var(--tg-white);
	border: 2px solid var(--tg-gray-two);
}

.blog--tag {
	margin-bottom: 22px;
}

.blog--tag a {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	color: var(--tg-white);
	background: var(--tg-secondary-color);
	padding: 5px 20px;
	border-radius: 0;
	margin-right: 6px;
	text-transform: capitalize;
}

.blog--tag a:hover {
	background: #222;
	color: var(--tg-white);
}

.blog--post--content .blog--post--title {
	font-size: 35px;
	margin-bottom: 20px;
	line-height: 1.3;
	letter-spacing: -.5px;
	word-break: break-word;
}

.blog--post--content .blog--post--title a {
	display: inline-block;
}

.blog--post--meta ul {
	display: flex;
	flex-wrap: wrap;
}

.blog--post--meta ul li {
	margin-right: 30px;
}

.blog--post--meta ul li:last-child {
	margin-right: 0;
}

.blog--post--meta ul li,
.blog--post--meta ul li span,
.blog--post--meta ul li a {
	font-size: 14px;
	color: #222;
}

.blog--post--meta ul li span i,
.blog--post--meta ul li a i {
	margin-right: 7px;
	color: var(--tg-secondary-color);
}

.blog--post--content:not(.blog-details-content) .post-text {
	margin-bottom: 25px;
}

.blog--post--content .post-text {
	line-height: 1.625em;
	overflow: hidden;
}

.blog--post--bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog--post--avatar {
	display: flex;
	align-items: center;
	width: 60%;
}

.blog--avatar--img {
	margin-right: 15px;
}

.blog--avatar--img img {
	border-radius: 50%;
}

.blog--avatar--info p {
	margin-bottom: 0 !important;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 14px;
}

.blog--avatar--info p a {
	color: #222;
}

.blog--read--more a {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 700;
	display: block;
	color: #222;
}

.blog--avatar--info p a:hover,
.blog--read--more a:hover {
	color: var(--tg-primary-color);
}

.blog--read--more a i {
	margin-right: 10px;
}

.blog--post--thumb .video--icon {
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	color: var(--tg-white);
	font-size: 20px;
	background: var(--tg-secondary-color);
}

.blog--post--thumb .video--icon:hover {
	background: var(--tg-white);
	background: var(--tg-primary-color);
}

.blog-thumb-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	border: none;
	background: none;
	padding: 0;
	font-size: 30px;
	color: var(--tg-white);
	z-index: 9;
	opacity: .7;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}

.blog-thumb-active .slick-arrow.slick-next {
	right: 40px;
	left: auto;
}

.blog-thumb-active .slick-arrow:hover {
	opacity: 1;
}

.quote-post {
	background-position: center;
	background-size: cover;
	border: none;
}

.quote-post .quote-icon {
	float: left;
	margin-right: 30px;
	display: block;
	margin-top: 10px;
}

.quote-post h2,
.quote-post h2 a:hover,
.quote-post .blog--post--meta ul li span i,
.quote-post .blog--post--meta ul li a i {
	color: var(--tg-white);
}

.quote-post .blog--post--meta ul li span,
.quote-post .blog--post--meta ul li a {
	color: var(--tg-white);
}

.blog--post--content.post-bg {
	background-position: center;
	background-size: cover;
	border: none;
}

.special-blog .blog-overlay-tag>a {
	color: var(--tg-secondary-color);
	text-transform: capitalize;
}

.special-blog .blog-overlay-tag>a:hover {
	color: var(--tg-white);
}

.special-blog .blog-overlay-tag>a::before {
	background-image: none;
	background: var(--tg-secondary-color);
}

.special-blog .blog-post-item:hover .read-more {
	color: var(--tg-secondary-color);
}


/* Blog--sidebar */
.sidebar-title .title {
	font-size: 20px;
	margin-bottom: 0;
	padding-left: 20px;
	position: relative;
}

.sidebar-title .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	height: 20px;
	background: var(--tg-secondary-color);
	width: 2px;
}

.blog-sidebar .widget {
	padding: 27px 30px 30px;
	background: var(--tg-white);
	border: 2px solid var(--tg-gray-two);
}

.blog-sidebar .widget:last-child {
	margin-bottom: 0;
}

.wp-block-group__inner-container h2,
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search .wp-block-search__label {
	font-size: 20px;
	margin: 0 0 23px;
	padding-left: 20px;
	position: relative;
	color: var(--tg-heading-font-color);
}

.wp-block-group__inner-container h2::before,
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search .wp-block-search__label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	height: 20px;
	width: 2px;
	background: var(--tg-secondary-color);
}

.blog-avatar-img img {
	border-radius: 50%;
}

.sidebar-search-form input {
	background: #f9f9f9;
	border: none;
	width: 100%;
	padding: 19px 75px 19px 25px;
	font-size: 14px;
	color: #222;
	border-radius: 0;
}

.sidebar-search-form input::placeholder {
	font-size: 14px;
	color: #222;
}

.sidebar-search-form button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	padding: 19px 23px;
	color: var(--tg-white);
	background: var(--tg-secondary-color);
	font-size: 14px;
	cursor: pointer;
	border-radius: 0;
}

.b-about-content h4 {
	font-size: 18px;
	margin-bottom: 13px;
}

.b-about-content p {
	margin-bottom: 0;
	font-size: 14px;
}

.b-about-social a {
	color: #d1d1d1;
	font-size: 14px;
	margin: 0 10px;
}

.b-about-social a:hover {
	color: var(--tg-primary-color);
}

.rc-post {
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}

.rc-post-thumb {
	margin-right: 20px;
	width: 100px;
	flex: 0 0 100px;
}

.rc-post-content h5 {
	font-size: 18px;
	margin-bottom: 7px;
	line-height: 1.4;
}

.rc-post-date {
	font-size: 14px;
	color: #222;
}

.rc-post-content h5 a {
	display: inline-block;
}

.rc-post-date i {
	margin-right: 7px;
	color: var(--tg-secondary-color);
}

.rc-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.sidebar-cat ul li {
	margin-bottom: 10px;
}

.sidebar-cat ul li a {
	padding: 15px 30px;
	display: block;
	color: #222;
	background: var(--tg-gray-two);
	position: relative;
	font-size: 14px;
	border-radius: 0;
	text-transform: capitalize;
	font-weight: 700;
}

.sidebar-cat ul li a span {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	border-radius: 0;
	transition: .3s;
	color: var(--tg-white);
	background: var(--tg-secondary-color);
}

.sidebar-cat ul li a:hover span {
	background: #007535;
}

.sidebar-cat ul li a:hover {
	background: var(--tg-secondary-color);
	color: var(--tg-white);
}

.sidebar-cat ul li:last-child {
	margin-bottom: 0px;
}

.sidebar-social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.sidebar-social a {
	height: 45px;
	width: 45px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	background: var(--tg-gray-two);
	color: #222;
	font-size: 14px;
	margin-right: 8px;
	border-radius: 0;
}

.sidebar-social a:last-child {
	margin-right: 0;
}

.sidebar-social a:hover {
	background: var(--tg-secondary-color);
	color: var(--tg-white);
}

.twitter-post ul li {
	padding-bottom: 25px;
	border-bottom: 1px solid #e1e6ff;
	margin-bottom: 25px;
}

.twitter-icon {
	float: left;
	display: block;
	color: #32beff;
	margin-right: 20px;
}

.twitter-content p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.8;
}

.twitter-post-date span {
	font-size: 13px;
	font-weight: 700;
	color: #222;
	text-transform: capitalize;
	display: block;
}

.twitter-post ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.sidebar-insta-post ul {
	display: grid;
	flex-wrap: wrap;
	gap: 15px;
	grid-template-columns: repeat(3, 1fr);
}

.sidebar-insta-post ul li {
	display: block;
	margin: 0 0;
}

.sidebar-insta-post ul li a {
	position: relative;
	display: block;
}

.sidebar-insta-post ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	background: var(--tg-secondary-color);
	opacity: 0;
}

.sidebar-insta-post ul li a:hover::before {
	opacity: .7;
}

.widget-tag ul {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.widget-tag ul li {
	display: block;
}

.widget-tag ul li a {
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	color: #282828;
	padding: 6px 17px;
	border-radius: 0;
	background: var(--tg-gray-two);
	font-weight: 500;
}

.widget-tag ul li a:hover {
	color: var(--tg-white);
	background: var(--tg-secondary-color);
}

.sidebar-banner img {
	width: 100%;
}

.blog-details-content p {
	margin-bottom: 20px;
	line-height: 1.625em;
}

.blog--post--meta ul li>i {
	margin-right: 7px;
	font-size: 14px;
	color: var(--tg-secondary-color);
}

.blog-details-post-thumb {
	padding-top: 25px;
	margin-bottom: 45px;
}

.blog-details-post-thumb img {
	width: 100%;
}

.blog-details-wrap .title {
	font-size: 26px;
	margin-bottom: 20px;
}

.blog-details-wrap p {
	margin-bottom: 0;
	font-size: 16px;
}

.blog-details-wrap {
	padding-bottom: 35px;
	border-bottom: 2px solid var(--tg-gray-two);
	margin-bottom: 30px;
}

.b-details-list ul li {
	margin-bottom: 8px;
	font-size: 16px;
	display: flex;
}

.b-details-list ul li:last-child {
	margin-bottom: 0;
}

.b-details-list ul li i {
	margin-right: 10px;
	font-weight: 600;
	font-size: 16px;
	margin-top: 5px;
	color: var(--tg-secondary-color);
}

.suxnix-page-content blockquote,
.format-quote blockquote,
.blog-details-content blockquote {
	margin: 35px 0;
	text-align: center;
	font-size: 30px;
	color: var(--tg-white);
	padding: 55px 60px;
	position: relative;
	z-index: 1;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	background: var(--tg-secondary-color);
	font-style: italic;
	font-family: 'Oswald', sans-serif;
}

.suxnix-page-content blockquote::before,
.format-quote blockquote::before,
.blog-details-content blockquote::before {
	content: "";
	background-image: url(../img/icons/blockquote_icon.png);
	position: absolute;
	right: 40px;
	top: 28px;
	width: 185px;
	height: 192px;
	z-index: -1;
}

.suxnix-page-content blockquote span,
.format-quote blockquote span,
.blog-details-content blockquote span {
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1;
	text-transform: unset;
	letter-spacing: 0;
}

.suxnix-page-content blockquote span>a,
.format-quote blockquote span>a,
.blog-details-content blockquote span>a {
	color: var(--tg-white);
}

.format-quote blockquote cite {
	margin-top: 20px;
}

.blog-details-wrap.border-none {
	border: none;
	padding-bottom: 0;
}

.d-post-tag h5,
.post-share h5 {
	font-size: 20px;
	margin-bottom: 20px;
}

.d-post-tag ul li {
	display: inline-block;
	margin-right: 7px;
}

.d-post-tag ul li a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 20px;
	display: inline-block;
	color: #222;
	background: var(--tg-gray-two);
	font-weight: 700;
	border-radius: 0;
}

.post-share ul li {
	margin-left: 20px;
	display: inline-block;
}

.post-share ul li a {
	font-size: 18px;
	display: inline-block;
	color: #b5becc;
}

.post-share ul li a:hover {
	color: var(--tg-secondary-color);
}

.d-post-tag ul li a:hover {
	background: var(--tg-secondary-color);
	color: var(--tg-white);
}

.blog-post-navigation {
	border-top: 2px solid var(--tg-gray-two);
	border-bottom: 2px solid var(--tg-gray-two);
}

.blog-post-navigation .prev-link span,
.blog-post-navigation .next-link span {
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	color: var(--tg-secondary-color);
}

.blog-post-navigation .prev-link h4,
.blog-post-navigation .next-link h4 {
	font-size: 26px;
	margin-bottom: 0;
}

.related-post h3 {
	font-size: 26px;
	margin-bottom: 25px;
}

.rp-thumb img {
	width: 100%;
}

.rp-content {
	padding: 35px 30px;
}

.rp-content .rp-date {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.rp-content h4 {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.32;
}

.rp-content .rp-date i {
	color: var(--tg-secondary-color);
	margin-right: 5px;
}

.rp-content p {
	margin-bottom: 0;
}

.single-rp {
	box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.1);
}

.blog-avatar-wrap {
	overflow: hidden;
	background: #F9F9F9;
	padding: 40px 55px 40px 40px;
	display: flex;
	align-items: center;
}

.blog-post-avatar-img {
	margin-right: 40px;
	width: 180px;
	flex: 0 0 180px;
}

.blog-post-avatar-img img {
	border-radius: 50%;
}

.bd-avatar-info span {
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}

.bd-avatar-info h4 {
	font-size: 30px;
	margin-bottom: 10px;
	letter-spacing: -.5px;
}

.bd-avatar-info p {
	margin-bottom: 0;
}

.comment-wrap-title h5 {
	font-size: 26px;
	margin-bottom: 0;
}

.latest-comments ul {
	margin: 0;
	padding: 0;
}

.latest-comments ul li .comments-box {
	padding-bottom: 25px;
	border-bottom: 2px solid var(--tg-gray-two);
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
}

.latest-comments ul li .comments-box .comments-avatar {
	width: 100px;
	flex: 0 0 100px;
	margin-right: 30px;
}

.latest-comments ul li .comments-box .comments-avatar img {
	border-radius: 50px;
}

.comment-text {
	flex-grow: 1;
	overflow: hidden;
	line-height: 1.6em;
}

.comment-text .avatar-name {
	overflow: hidden;
}

.comment-text .avatar-name h6 {
	font-size: 18px;
	margin-bottom: 3px;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
}

.comment-text .avatar-name span {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.comment-text .avatar-name .comment-reply-link {
	border: none;
	padding: 0;
	border-radius: 0;
	font-size: 14px;
	color: var(--tg-secondary-color);
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}

.comment-text .avatar-name .comment-reply-link i {
	margin-right: 5px;
}

.comment-text p {
	margin-bottom: 0;
	line-height: 1.6em;
}

.comment-text .avatar-name .comment-reply-link:hover {
	border-color: transparent;
	color: var(--tg-secondary-color);
}

.comment-text .avatar-name h6 .url:hover {
	color: var(--tg-secondary-color);
}

.latest-comments ul li .children {
	margin-left: 130px;
}

.comment-form {
	padding: 50px;
	background: var(--tg-gray-two);
}

.comment-form .comment-field {
	position: relative;
	margin: 0 0 20px;
}

.comment-form .comment-field i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}

.comment-form .comment-field.text-area i {
	top: 25px;
	transform: unset;
}

.comment-form .comment-field textarea {
	height: 150px;
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: var(--tg-white);
	border: none;
	display: block;
}

.comment-form .comment-field input {
	display: block;
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: var(--tg-white);
	border: none;
	color: #222;
}

.comment-form .comment-field textarea::placeholder,
.comment-form .comment-field input::placeholder {
	font-size: 15px;
	color: #222;
	opacity: .7;
}

.comment-form .btn {
	color: var(--tg-white);
	border-radius: 0;
	margin-top: 10px;
	background: var(--tg-secondary-color);
	padding: 21px 35px 21px 35px;
}

.comment-form .btn i {
	margin-left: auto;
	margin-right: 9px;
	position: unset;
	color: var(--tg-white);
	top: 0;
	transform: unset;
	font-size: 16px;
}


/* 18. Pagination */
.pagination-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 10px;
	margin-bottom: 0 !important;
}

.pagination-wrap ul li {
	display: block;
	margin: 10px 5px 0;
}

.pagination-wrap ul li a,
.pagination-wrap ul li .page-numbers {
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 2px solid var(--tg-gray-two);
	font-weight: 500;
	color: #222;
	font-size: 16px;
}

.pagination-wrap ul li a:hover,
.pagination-wrap ul li .current {
	color: var(--tg-white);
	background: var(--tg-secondary-color);
	border-color: var(--tg-secondary-color);
}

.pagination-wrap ul li a.prev,
.pagination-wrap ul li a.next {
	font-size: 12px;
}


/* 19. FAQ */
.faq-wrapper {
	margin: 0 0 0 100px;
}

.faq-wrapper .accordion-item {
	background: transparent;
	border: none;
	border-radius: 0;
	transition: .3s linear;
	padding: 30px 30px;
	position: relative;
}

.faq-wrapper .accordion-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #F4F4F4;
}

.faq-wrapper .accordion-item:not(:first-of-type) {
	box-shadow: none;
}

.faq-wrapper .accordion-item.active-item {
	background: var(--tg-white);
	box-shadow: 0 10px 32px rgb(0 0 0 / 6%);
	border-bottom: none;
	z-index: 1;
	transition: .3s;
}

.faq-wrapper .accordion-item.prev-item::after,
.faq-wrapper .accordion-item.active-item::after {
	opacity: 0;
}

.faq-wrapper .accordion-button {
	background: transparent;
	border: none;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	box-shadow: none;
}

.faq-wrapper .accordion-button .count {
	color: var(--tg-primary-color);
	margin-right: 7px;
}

.faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed,
.faq-wrapper .accordion-item:first-of-type .accordion-button {
	border-radius: 0;
}

.faq-wrapper .accordion-button:not(.collapsed) {
	background: transparent;
	border: none;
	box-shadow: none;
	color: #222;
}

.faq-wrapper .accordion-body {
	padding: 20px 0 0;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FAA432'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}

.faq-wrapper .accordion-item:last-of-type {
	margin-bottom: 0;
}

.blog-inner-wrapper {
	position: relative;
}

.blog-inner-wrapper::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/bg/blog_line.png);
	width: 20px;
	height: 100%;
	background-repeat: repeat;
	background-size: contain;
	background-position: top center;
}

/* 20. Contact */
.contact-area {
	padding: 120px 0 90px;
}

.contact-box {
	box-shadow: 0 8px 16px rgba(102, 102, 102, 0.07);
	padding: 60px;
	background: var(--tg-white);
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 0 0 30px;
	text-align: center;
}

.contact-box::before,
.contact-box::after {
	position: absolute;
	content: "";
	border-left: 4px solid var(--tg-primary-color);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 160px;
	width: 5px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.contact-box::after {
	left: auto;
	right: 0;
}

.contact-icon {
	font-size: 100px;
	color: var(--tg-secondary-color);
	line-height: 1;
	position: relative;
	display: inline-flex;
	margin: 0 0 25px;
}

.contact-icon .overlay-icon {
	position: absolute;
	top: -5px;
	width: 26px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	background: var(--tg-white);
	border-radius: 100%;
	box-shadow: 0 8px 16px rgba(102, 102, 102, 0.10);
	color: var(--tg-primary-color);
	right: -10px;
}

.contact-content .title {
	font-size: 30px;
	margin: 0 0 15px;
}

.contact-content .contact-desc {
	margin-bottom: 0;
}

.contact-box-wrapper {
	padding: 0 55px;
}

.contact-box:hover::before,
.contact-box:hover::after {
	opacity: 1;
}

.contact-form-area {
	position: relative;
	padding: 0 0 120px;
}

#contact-map {
	display: block;
	width: 100%;
	height: 100%;
}

#contact-map iframe {
	width: 100%;
	height: 100%;
}

.contact-form-wrap {
	padding: 0 0 0 30px;
}

.contact-form .form-grp {
	margin: 0 0 25px;
	position: relative;
}

.contact-form label {
	display: block;
	color: #222;
	font-weight: 500;
	margin: 0 0 10px;
}

.contact-form input,
.contact-form textarea {
	display: block;
	width: 100%;
	border: 1px solid #f1f1f1;
	padding: 16px 25px;
	border-radius: .25rem;
}

.contact-form textarea {
	min-height: 150px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	font-size: 16px;
	opacity: .5;
}

.contact-form select.form-select {
	border: 1px solid #f1f1f1;
	box-shadow: none;
	outline: none;
	min-height: 60px;
	padding: 15px 25px;
	margin: 0 0 25px;
	color: var(--tg-body-font-color);
}

.contact-form-wrap .section-title .sub-title {
	margin: 0 0 10px;
}

#contact-form .help-block {
	position: absolute;
	left: 0;
	bottom: -20px;
	font-size: 13px;
	line-height: 20px;
	color: var(--tg-white);
	padding: 0 12px;
	border-radius: 0;
	background: #dc3545;
	box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}

#contact-form .list-unstyled {
	padding: 0;
	margin: 0;
}

#contact-form .messages .alert {
	margin-bottom: 0;
	margin-top: 1rem;
	padding: .75rem 1.25rem;
}

.alert-dismissible .btn-close {
	padding: .97rem 1.25rem;
}

.alert-dismissible .btn-close:focus-visible {
	outline: none;
}

.alert-dismissible .btn-close:focus {
	box-shadow: none;
}


/* 21. Footer */
.footer-instagram {
	position: relative;
	z-index: 3;
	margin: 0 0 -95px;
}

.footer-insta-item a {
	display: block;
	position: relative;
}

.footer-insta-item a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--tg-secondary-color);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.footer-insta-item a:hover::before {
	opacity: .8;
}

.footer-insta-item a::after {
	content: "\f16d";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: var(--tg-white);
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	font-size: 70px;
	line-height: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

.footer-insta-item a:hover::after {
	opacity: 1;
}

.footer-top-wrap {
	background: #0A0A0A;
	position: relative;
	padding: 195px 0 30px;
	overflow-x: hidden;
	z-index: 1;
}

.not-show-instagram .footer-top-wrap {
	padding: 120px 0 30px;
}

.footer-top-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: -22px;
	width: 100%;
	height: 53px;
	background-image: url(../img/bg/footer_bg_shape.png);
	background-repeat: repeat;
	background-position: center;
	z-index: -1;
}

.footer-shape {
	position: absolute;
	z-index: -1;
}

.footer-shape.one {
	left: 0;
	bottom: 100px;
}

.footer-shape.two {
	right: 0;
	bottom: 170px;
}

.footer-widget {
	margin: 0 0 50px;
}

.footer-logo {
	margin: 0 0 30px;
}

.footer-widget .footer-text {
	width: 75%;
}

.footer-widget .footer-text p {
	margin: 0 0;
	color: var(--tg-white);
	opacity: .7;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}

.footer-social a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1B1B1B;
	border-radius: 50%;
	color: var(--tg-white);
}

.footer-social a:hover {
	background: var(--tg-secondary-color);
}

.footer-widget .fw-title {
	font-size: 20px;
	color: var(--tg-white);
	letter-spacing: 0.02em;
	margin: 0 0 30px;
}

.footer-widget ul li {
	margin: 0 0 12px;
}

.footer-widget ul li:last-child {
	margin: 0 0;
}

.footer-widget ul li a {
	color: var(--tg-white);
	opacity: .7;
}

.footer-widget ul li a:hover {
	color: var(--tg-secondary-color);
	opacity: 1;
}

.footer-contact-wrap p {
	color: var(--tg-white);
	opacity: .7;
}

.footer-contact-wrap .list-wrap {
	margin: 30px 0 0;
}

.footer-contact-wrap .list-wrap li {
	color: var(--tg-white);
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

.footer-contact-wrap .list-wrap li i {
	color: var(--tg-secondary-color);
	font-size: 18px;
	margin-right: 10px;
}

.footer-widgets-wrap .row [class*="col-"]:nth-child(4n+2) .footer-widget {
	padding-left: 30px;
}

.footer-widgets-wrap .row [class*="col-"]:nth-child(4n+4) .footer-widget {
	padding-left: 70px;
}

.copyright-wrap {
	background: #0A0A0A;
	border-top: 1px solid #262626;
	padding: 25px 0;
}

.copyright-text p {
	margin: 0 0;
	color: var(--tg-white);
	opacity: .9;
}

/* 22. Preloader */
#preloader {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: var(--tg-white);
	z-index: 9999;
}

.tg-cube-grid {
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

.tg-cube-grid .tg-cube {
	width: 33%;
	height: 33%;
	background-color: var(--tg-secondary-color);
	float: left;
	-webkit-animation: tg-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: tg-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.tg-cube-grid .tg-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.tg-cube-grid .tg-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.tg-cube-grid .tg-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.tg-cube-grid .tg-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.tg-cube-grid .tg-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.tg-cube-grid .tg-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.tg-cube-grid .tg-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.tg-cube-grid .tg-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.tg-cube-grid .tg-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes tg-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}

	;
}

@keyframes tg-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}

	;
}





/* =============================
        New Home CSS
================================*/
.tg-btn {
	user-select: none;
	-moz-user-select: none;
	border: medium none;
	border-radius: 2px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 30px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 25px;
	position: relative;
	background-image: linear-gradient(to right, #94be26 0%, #65b021 50%, #94be26 100%);
	background-image: -webkit-linear-gradient(to right, #94be26 0%, #65b021 50%, #94be26 100%);
	background-image: -ms-linear-gradient(to right, #94be26 0%, #65b021 50%, #94be26 100%);
	box-shadow: 0px 8px 16px 0px rgba(148, 190, 38, 0.4);
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	background-size: 200% auto;
}

.scroll-top-two:hover,
.tg-btn:hover {
	background-position: right center;
	color: var(--tg-white);
	box-shadow: none;
}

.tg-menu-area {
	background: var(--tg-white);
	padding: 10px 0;
	position: relative;
	z-index: 9;
}

.tg-menu-area.sticky-menu {
	padding: 0 0;
	position: fixed;
}

.tg-menu-area::before {
	content: "";
	background-image: url(../img/bg/header_shape.png);
	left: 0;
	top: 85px;
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: -1;
	background-size: cover;
	background-position: center;
}

.tg-menu-area.sticky-menu::before {
	display: none;
}

.tg-menu-area .navbar-wrap ul li a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--tg-heading-font-color);
	padding: 35px 21px;
}

.tg-menu-area .navbar-wrap ul li .sub-menu li a {
	font-weight: 600;
	text-transform: uppercase;
}

.tg-menu-area .navbar-wrap ul {
	margin: 0 0 0 auto;
}

.tg-menu-area .header-btn {
	margin-left: 20px;
}

.tg-menu-area .mobile-menu .close-btn,
.tg-menu-area .navbar-wrap ul li .sub-menu li:hover>a,
.tg-menu-area .navbar-wrap ul li .sub-menu li.active>a,
.tg-menu-area .navbar-wrap>ul>li.active>a,
.tg-menu-area .navbar-wrap>ul>li:hover>a {
	color: #66b021;
}

.tg-menu-area .mobile-menu .social-links li a:hover {
	border-color: #66b021;
	background: #66b021;
	color: var(--tg-white);
}

#header-fixed-height.active-height {
	display: block;
	height: 104px;
}

.scroll-top-two {
	background-image: linear-gradient(to right, #94be26 0%, #65b021 50%, #94be26 100%);
	background-image: -webkit-linear-gradient(to right, #94be26 0%, #65b021 50%, #94be26 100%);
	background-image: -ms-linear-gradient(to right, #94be26 0%, #65b021 50%, #94be26 100%);
	background-size: 200% auto;
}

.scroll-top-two:hover {
	background-color: transparent;
}

/* 5. Banner */
.tg-banner-area.banner-bg {
	background-image: url(../img/banner/tg_banner_bg.jpg);
	background-position: bottom center;
	background-size: cover;
	padding: 140px 0 230px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.tg-banner-area::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -2px;
	background-image: url("../img/banner/banner_bg_shape.png");
	width: 100%;
	height: 210px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	pointer-events: none;
}

.tg-banner-area::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(5deg, rgb(148, 190, 38) 0%, rgb(98, 175, 33) 100%);
	background-image: -webkit-linear-gradient(5deg, rgb(148, 190, 38) 0%, rgb(98, 175, 33) 100%);
	background-image: -ms-linear-gradient(5deg, rgb(148, 190, 38) 0%, rgb(98, 175, 33) 100%);
	opacity: .87;
	z-index: -1;
}

.tg-banner-content .sub-title {
	font-size: 30px;
	color: var(--tg-white);
	margin-bottom: 10px;
	text-transform: uppercase;
}

.tg-banner-content .title {
	font-size: 70px;
	color: var(--tg-white);
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
	letter-spacing: -1.5px;
	text-transform: uppercase;
}

.tg-banner-content p {
	font-size: 18px;
	color: var(--tg-white);
	font-weight: 500;
	margin-bottom: 40px;
	width: 75%;
}

.tg-banner-img img {
	margin-right: auto;
}

.tg-banner-content .tg-btn {
	background-image: none;
	background-color: var(--tg-white);
	color: #66b021;
	transition: .3s ease;
}

.tg-banner-content .tg-btn:hover {
	transform: translateY(-5px);
}

/* 6. Features */
.tg-features-area {
	margin-top: -110px;
	position: relative;
	z-index: 2;
}

.tg-features-inner {
	padding: 0 79px;
}

.tg-features-item {
	text-align: center;
	background: var(--tg-white);
	box-shadow: 0px 0px 13.92px 2.08px rgba(46, 89, 8, 0.12);
	border-radius: 10px;
	padding: 45px 40px 40px;
	margin-bottom: 30px;
	transform: translateY(0);
	transition: .3s linear;
}

.tg-features-item:hover {
	transform: translateY(-7px);
}

.tg-features-icon {
	width: 101px;
	height: 101px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #63af21;
	background-image: linear-gradient(135deg, rgba(148, 190, 38, 1) 0%, rgba(101, 176, 33, 1) 100%);
	border-radius: 50%;
	margin: 0 auto 40px;
	color: var(--tg-white);
	font-size: 55px;
	line-height: 0;
}

.tg-features-content .title {
	font-size: 22px;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.tg-features-content p {
	margin-bottom: 25px;
}

.tg-features-content a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #63af21;
	display: inline-flex;
}

.tg-features-content a:hover {
	color: var(--tg-heading-font-color);
}

/* 7. Supplement */
.tg-supplement-area {
	position: relative;
}

.tg-supplement-bg {
	position: absolute;
	background-image: url(../img/bg/supplement_bg_shape.png);
	background-position: top center;
	background-size: cover;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1086px;
	opacity: .04;
	z-index: -2;
}

.tg-supplement-inner {
	padding: 0 79px;
}

.tg-section-title .sub-title {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #63af21;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.tg-section-title .title {
	font-size: 48px;
	margin-bottom: 0;
	line-height: 1.1;
	letter-spacing: -.5px;
	text-transform: uppercase;
	font-weight: 600;
}

.tg-supplement-content p {
	width: 90%;
	margin-bottom: 35px;
	font-size: 15px;
}

.tg-supplement-shape {
	position: absolute;
	right: 12%;
	top: 2%;
	z-index: -1;
}

.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 50s;
	animation-duration: 50s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

/* 8. Video */
.tg-video-bg {
	background-image: url(../img/bg/tg_video_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 120px 0 190px;
	position: relative;
	z-index: 1;
}

.tg-video-bg::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -2px;
	background-image: url("../img/banner/banner_bg_shape.png");
	width: 100%;
	height: 210px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	pointer-events: none;
}

.tg-video-bg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(5deg, rgb(148, 190, 38) 0%, rgb(98, 175, 33) 100%);
	background-image: -webkit-linear-gradient(5deg, rgb(148, 190, 38) 0%, rgb(98, 175, 33) 100%);
	background-image: -ms-linear-gradient(5deg, rgb(148, 190, 38) 0%, rgb(98, 175, 33) 100%);
	opacity: .92;
	z-index: -1;
}

.tg-video-img {
	position: relative;
	border: 8px solid var(--tg-white);
	margin-right: 20px;
}

.tg-video-img .play-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 102px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #63af21;
	background-image: linear-gradient(135deg, rgba(148, 190, 38, 1) 0%, rgba(101, 176, 33, 1) 100%);
	color: var(--tg-white);
	font-size: 27px;
}

.white-text {
	color: var(--tg-white);
}

.tg-video-content p {
	color: #fafafa;
	margin-bottom: 15px;
}

.tg-section-title.white .sub-title {
	color: var(--tg-white);
}

.tg-video-content .info-two {
	margin-bottom: 40px;
}

.tg-video-content .tg-btn {
	background-image: none;
	background-color: var(--tg-white);
	color: #66b021;
	transition: .3s ease;
}

.tg-video-content .tg-btn:hover {
	transform: translateY(-5px);
}

.jarallax {
	position: relative;
	z-index: 0;
}

.jarallax>.jarallax-img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* Tg Shop */
.tg-shop-wrapper {
	padding: 0 65px;
}

.tg-shop-item {
	margin: 0 0 60px;
}

.tg-shop-thumb {
	margin: 0 0 30px;
	position: relative;
	background: #f8f8f8;
}

.tg-shop-thumb img {
	min-height: 391px;
	object-fit: cover;
}

.tg-shop-thumb .new,
.tg-shop-thumb .discount {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	background: #FD4B4B;
	border-radius: 3px;
	color: var(--tg-white);
	font-weight: 500;
	font-size: 12px;
	padding: 4px 11px;
	line-height: 1;
}

.tg-shop-thumb .new {
	background: #66b021;
}

.tg-shop-cat {
	display: flex;
	gap: 10px;
	line-height: 1;
	margin: 0 0 10px;
	justify-content: center;
}

.tg-shop-cat a {
	display: block;
	font-weight: 500;
	color: var(--tg-body-font-color);
}

.tg-shop-content .title {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 15px;
}

.tg-shop-cat a:hover,
.tg-shop-content .title a:hover {
	color: #63af21;
}

.tg-shop-price {
	display: block;
	line-height: 1;
	font-weight: 700;
	font-size: 18px;
	color: #63af21;
}

.tg-shop-price del {
	color: #222;
	opacity: .6;
	margin-right: 5px;
}

.tg-shop-action {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 50px;
	gap: 15px;
}

.tg-shop-action .action-item {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	height: 50px;
	width: 50px;
	background-color: var(--tg-white);
	color: #63af21;
	border-radius: 50px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	-o-transform: translate(0, 20px);
	transform: translate(0, 20px);
	box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.3);
}

.tg-shop-action .action-item:hover {
	color: var(--tg-white);
}

.tg-shop-action .action-item:nth-child(1) {
	-webkit-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s;
	transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s;
}

.tg-shop-action .action-item:nth-child(2) {
	-webkit-transition: transform 0.5s ease 0s, background-color 0.5s ease 0s, opacity 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s, background-color 0.5s ease 0s, opacity 0.5s ease 0s;
	transition: transform 0.5s ease 0s, background-color 0.5s ease 0s, opacity 0.5s ease 0s;
}

.tg-shop-action .action-item:nth-child(3) {
	-webkit-transition: transform 0.7s ease 0s, background-color 0.7s ease 0s, opacity 0.7s ease 0s;
	-o-transition: transform 0.7s ease 0s, background-color 0.7s ease 0s, opacity 0.7s ease 0s;
	transition: transform 0.7s ease 0s, background-color 0.7s ease 0s, opacity 0.7s ease 0s;
}

.tg-shop-item:hover .tg-shop-action .action-item {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* 10. Service */
.tg-service-inner {
	padding: 0 50px;
}

.tg-service-area {
	background: #fafafa;
	padding: 115px 0 90px;
}

.tg-service-item {
	background: var(--tg-white);
	border: 1px solid #f3f3f3;
	transition: all .3s linear;
	margin-bottom: 30px;
	transform: translateY(0);
	padding: 40px 40px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.tg-services-count {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 124px;
	font-weight: 800;
	line-height: .8;
	opacity: .035;
	letter-spacing: -4px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-color: #222;
	-webkit-text-stroke-width: 2px;
	z-index: -1;
}

.tg-service-item:hover {
	transform: translateY(-7px);
	box-shadow: 0px 0px 43px 0px rgb(240 240 240);
}

.tg-service-item .icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #63af21;
	background-image: linear-gradient(135deg, rgba(148, 190, 38, 1) 0%, rgba(101, 176, 33, 1) 100%);
	border-radius: 50%;
	margin: 0 auto 30px;
	color: var(--tg-white);
	font-size: 42px;
	line-height: 0;
}

.tg-service-item .title {
	font-size: 22px;
	margin-bottom: 14px;
	line-height: 1.2;
}

.tg-service-item .title a:hover {
	color: #63af21;
}

.tg-service-content p {
	margin-bottom: 25px;
}

.tg-service-content a {
	font-size: 15px;
	font-weight: 600;
	color: #222;
}

.tg-service-content a i {
	font-size: 15px;
	margin-right: 8px;
	color: #63af21;
}

.tg-service-content a:hover {
	color: #63af21;
}

/* shop-details */
.tg-shop-details-bg {
	background-image: url(../img/bg/shop_det_bg.png);
	background-position: center;
	background-size: cover;
	padding: 115px 0 120px;
}

.tg-section-title p:not(.sub-title) {
	margin: 18px 0 0;
}

.tg-shop-details-review {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.tg-shop-details-review .rating {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #ce9548;
	letter-spacing: 2px;
}

.tg-shop-details-review span {
	display: block;
	font-size: 15px;
	color: #7d7d7d;
	margin-left: 5px;
}

.tg-shop-details-bg .inner-shop-details-price .stock-status {
	color: #63af21;
}

.tg-progress-wrap {
	margin: 35px 0 30px;
}

.tg-progress-wrap .tg-progress-content ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}

.tg-progress-content ul li {
	font-size: 13px;
	text-transform: uppercase;
	color: #7d7d7d;
	font-weight: 500;
}

.tg-progress-content ul li span {
	color: #414141;
}

.tg-progress-wrap .progress {
	height: 6px;
	background-color: #f2f2f2;
	border-radius: 3px;
}

.tg-progress-wrap .progress-bar {
	background-color: #63af21;
}

.tg-shop-details-bg .inner-shop-perched-info>.wishlist-btn,
.tg-shop-details-bg .cart-btn,
.tg-shop-details-bg .inner-shop-perched-info>.cart-btn {
	background-color: #63af21;
	border-color: #63af21;
}

.tg-shop-details-list {
	margin: 35px 0 0;
}

.tg-shop-details-list ul li {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
	margin-bottom: 8px;
}

.tg-shop-details-list ul li:last-child {
	margin-bottom: 0;
}

.tg-shop-details-list ul li a {
	color: #63af21;
}

.tg-shop-content-bottom p {
	color: var(--tg-heading-font-color);
	font-weight: 500;
	margin-bottom: 10px;
}

.tg-shop-content-bottom p span {
	color: #76be48;
}

.tg-shop-content-bottom>span {
	color: #7d7d7d;
	font-size: 14px;
	display: block;
	margin-bottom: 30px;
	font-weight: 400;
}

.tg-shop-content-bottom>span i {
	font-size: 12px;
	color: var(--tg-heading-font-color);
	margin-right: 5px;
}


/* Pricing */
.tg-pricing-area {
	padding: 115px 0 90px;
	background: #fafafa;
}

.tg-pricing-area .pricing__box {
	border: 4px solid #818181;
	border-radius: 5px;
	padding: 20px 15px;
	transition: .3s linear;
}

.tg-pricing-area .pricing-item.regular .pricing__box {
	border-color: #222;
}

.tg-pricing-area .pricing__box .pricing-img {
	background-image: radial-gradient(50% 50% at 50% 50%, rgba(139, 205, 43, 0.35) 0%, rgba(139, 205, 43, 0) 100%);
}

.tg-pricing-area .pricing__box .pricing-btn.mb-15 {
	margin-bottom: 15px;
	margin-top: 20px;
}

.tg-pricing-area .pricing__box .bottom-img {
	display: block;
}

.tg-pricing-area .pricing__box .pricing-btn a {
	background: #63af21;
	border: 2px solid #63af21;
}

.tg-pricing-area .pricing__box .pricing-btn a:hover {
	background: transparent;
	color: #63af21;
}

.tg-pricing-area .pricing-item:hover .pricing-price .price,
.tg-pricing-area .pricing-item:hover .pricing-price>span,
.tg-pricing-area .pricing-item.best-value-plan .pricing-price .price,
.tg-pricing-area .pricing-item.best-value-plan .pricing-price>span {
	color: #63af21;
}

.tg-pricing-area .pricing__box .price-savings>span,
.tg-pricing-area .pricing__box .price-savings .save {
	color: #63af21;
}

.tg-pricing-area .pricing-item.best-value-plan .pricing-title .title,
.tg-pricing-area .pricing-item:hover .pricing-title .title {
	background: #63af21;
}

.tg-pricing-area .pricing-item.best-value-plan .pricing__box,
.tg-pricing-area .pricing-item:hover .pricing__box {
	border-color: #63af21;
}

/* 11. Testimonial */
.tg-testimonial-bg {
	background-image: url(../img/bg/tg_testimonial_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 115px 0 85px;
	position: relative;
	z-index: 1;
}

.tg-testimonial-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #63ae24;
	opacity: .92;
	z-index: -1;
}

.tg-testimonial-item {
	display: flex;
	align-items: center;
	background: #fafafa;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	padding: 30px;
	margin-bottom: 35px;
}

.tg-testimonial-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 100%;
	background: var(--tg-white);
	opacity: .18;
	border-radius: 30px;
	z-index: -1;
}

.tg-testimonial-thumb {
	width: 145px;
	flex: 0 0 145px;
	margin-right: 25px;
}

.tg-testimonial-thumb img {
	border-radius: 30px;
}

.tg-testimonial-content .rating {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #6cb130;
	margin-bottom: 8px;
	letter-spacing: 2px;
}

.tg-testimonial-content .title {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

.tg-testimonial-content p {
	margin-bottom: 15px;
	color: #7d7d7d;
}

.tg-testimonial-content .tg-testi-avatar-info {
	font-size: 14px;
	font-weight: 700;
	color: var(--tg-heading-font-color);
	margin-bottom: 0;
}

.tg-testimonial-content .tg-testi-avatar-info span {
	color: #7d7d7d;
	font-size: 13px;
	font-weight: 400;
	margin-left: 5px;
}

/* Blog */
.tg-blog-post-thumb {
	position: relative;
}

.tg-blog-post-thumb img {
	max-width: 100%;
}

.tg-blog-overlay-tag {
	position: absolute;
	right: 40px;
	bottom: -17px;
	left: 40px;
	text-align: right;
	z-index: 1;
}

.tg-blog-overlay-tag>a {
	display: inline-block;
	background: var(--tg-white);
	color: #6cb130;
	box-shadow: 0px 16px 32px 0px rgb(137 137 137 / 20%);
	padding: 10px 20px;
	line-height: 1;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	margin-left: 5px;
	position: relative;
	z-index: 1;
}

.tg-shop-action .action-item::before,
.tg-blog-overlay-tag>a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background-image: linear-gradient(135deg, rgba(148, 190, 38, 1) 0%, rgba(101, 176, 33, 1) 100%);
	background-image: -moz-linear-gradient(135deg, rgba(148, 190, 38, 1) 0%, rgba(101, 176, 33, 1) 100%);
	background-image: -webkit-linear-gradient(135deg, rgba(148, 190, 38, 1) 0%, rgba(101, 176, 33, 1) 100%);
	background-image: -ms-linear-gradient(135deg, rgba(148, 190, 38, 1) 0%, rgba(101, 176, 33, 1) 100%);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
	z-index: -1;
}

.tg-shop-action .action-item:hover::before,
.tg-blog-overlay-tag>a:hover::before {
	opacity: 1;
}

.tg-blog-overlay-tag>a:hover {
	color: var(--tg-white);
}

.tg-blog-post-content {
	padding: 35px 35px;
	border: 2px solid #f4f4f4;
	border-top: none;
	transition: .3s linear;
}

.tg-blog-post-content .post-date {
	color: var(--tg-body-font-color);
	font-size: 14px;
	margin-bottom: 6px;
}

.tg-blog-post-content .post-date>i {
	margin-right: 5px;
}

.tg-blog-post-content .title {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 21px;
}

.tg-blog-post-content .title a {
	display: inline;
	background-image: linear-gradient(#232323, #232323), linear-gradient(#232323, #232323);
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s linear;
}

.tg-blog-post-content .title a:hover {
	color: inherit;
	background-size: 0 1px, 100% 1px;
}

.tg-blog-post-content>.read-more {
	font-size: 14px;
	font-weight: 700;
	color: #c1c1c1;
	display: inline-block;
}

.tg-blog-post-content>.read-more:hover {
	color: #6cb130;
}

.tg-blog-post-content>.read-more span {
	text-decoration: underline;
	margin-right: 6px;
}

.tg-blog-post-content>.read-more i {
	font-size: 11px;
}

.tg-blog-post-item {
	transition: .3s linear;
}

.tg-blog-post-item:hover {
	box-shadow: 0px 16px 32px 0px rgba(137, 137, 137, 0.1);
}

.tg-blog-post-item:hover .blog-post-content {
	border-color: var(--tg-white);
}

/* Footer */
.footer-two-top-wrap {
	background-image: url(../img/bg/footer_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 100px 0 50px;
}

.footer-two-top-wrap .footer-social a {
	background: #2d2d2d;
}

.footer-two-top-wrap .footer-social a:hover {
	background: #63af21;
	color: var(--tg-white);
}

.footer-two-top-wrap .footer-widget .footer-text {
	width: 100%;
}

.footer-two-top-wrap .row [class*="col-"]:nth-child(4n+2) .footer-widget {
	padding-left: 50px;
	padding-right: 30px;
}

.footer-two-top-wrap .row [class*="col-"]:nth-child(4n+4) .footer-widget {
	padding-left: 40px;
}

.footer-two-widgets-wrap .footer-widget .fw-title {
	font-size: 18px;
}

.footer-two-widgets-wrap .fw-title::after {
	content: "";
	display: block;
	width: 45px;
	height: 4px;
	background: #63af21;
	border-radius: 2px;
	margin: 10px 0 0;
}

.footer-post-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.footer-post-item:last-child {
	margin-bottom: 0;
}

.footer-post-item .thumb {
	width: 95px;
	flex: 0 0 95px;
	margin-right: 18px;
}

.footer-post-item .thumb a {
	display: block;
	width: 100%;
}

.footer-post-item .thumb img {
	border-radius: 3px;
	max-height: 80px;
	object-fit: cover;
	width: 100%;
}

.footer-post-item .content>span {
	font-size: 13px;
	color: #63af21;
	font-weight: 500;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.footer-post-item .content .title {
	font-size: 16px;
	color: var(--tg-white);
	margin-bottom: 0;
	line-height: 1.5;
}

.footer-two-top-wrap .widget_nav_menu ul li a:hover,
.footer-post-item .content .title a:hover {
	color: #63af21;
}

.footer-two-top-wrap .widget_nav_menu ul li a {
	position: relative;
	padding-left: 20px;
	color: #c7c7c7;
	opacity: 1;
}

.footer-two-top-wrap .widget_nav_menu ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #63af21;
	border-radius: 50%;
}

.footer-newsletter-wrap p {
	font-size: 14px;
	color: #c7c7c7;
	line-height: 26px;
	margin-bottom: 13px;
}

.footer-newsletter-wrap p span {
	color: #63af21;
}

.footer-newsletter-wrap form {
	position: relative;
}

.footer-newsletter-wrap form input {
	width: 100%;
	border: none;
	padding: 12px 60px 11px 25px;
	border-radius: 50px;
	font-size: 14px;
	height: 50px;
}

.footer-newsletter-wrap form input::placeholder {
	font-size: 14px;
	color: #7d7d7d;
	font-weight: 500;
	opacity: .7;
}

.footer-newsletter-wrap form button {
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: none;
	border-radius: 50%;
	width: 40px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tg-white);
	background: #63af21;
	padding: 0 0;
}

.footer-confidential-wrap {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.confidential-logo {
	width: 55px;
	flex: 0 0 55px;
	margin-right: 15px;
}

.confidential-logo img {
	max-width: 100%;
}

.confidential-content .con-title {
	font-size: 16px;
	color: var(--tg-white);
	margin-bottom: 5px;
}

.confidential-content span {
	display: block;
	font-size: 14px;
	color: #c7c7c7;
}






/*=============================================
	=          New Css              =
=============================================*/
/* header */
.menu-area-two {
	border-bottom: 1px solid rgba(255, 255, 255, .26);
	padding: 0;
}

.menu-area-two .logo {
	padding: 20px 100px;
	border-right: 1px solid rgba(255, 255, 255, .26);
	display: flex;
	align-items: center;
}

.menu-area-two .logo img {
	max-width: unset;
	max-height: 59px;
}

.menu-area-two .menu-nav {
	align-items: normal;
}

.menu-area-two .navbar-wrap ul li a {
	padding: 42px 27px;
}

.menu-area-two .navbar-wrap ul li .sub-menu li.active>a,
.menu-area-two .navbar-wrap ul li .sub-menu li:hover>a,
.menu-area-two .navbar-wrap>ul>li.active>a,
.menu-area-two .navbar-wrap>ul>li:hover>a {
	color: var(--tg-primary-color);
}

.menu-area-two .navbar-wrap>ul>li>a::after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 3px;
	background: var(--tg-primary-color);
	opacity: 0;
	transition: .3s linear;
}

.menu-area-two .navbar-wrap>ul>li.active>a::after,
.menu-area-two .navbar-wrap>ul>li:hover>a::after {
	opacity: 1;
}

.header-action-two .list-wrap {
	display: flex;
	align-items: normal;
	height: 100%;
	margin-left: 10px;
}

.header-action-two .list-wrap li {
	margin-left: 0;
}

.header-action-two .list-wrap li a {
	display: flex;
	align-items: center;
	width: 120px;
	height: 100%;
	padding: 20px 20px;
	font-size: 30px;
	justify-content: center;
	border-left: 1px solid rgba(255, 255, 255, .26);
	color: var(--tg-white);
	position: relative;
}

.header-action-two .list-wrap li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background: var(--tg-primary-color);
	width: 100%;
	opacity: 0;
	transition: .3s linear;
}

.header-action-two .list-wrap li a:hover {
	color: var(--tg-primary-color);
}

.header-action-two .list-wrap li a:hover::before {
	opacity: 1;
}

.cart-icon {
	position: relative;
	line-height: 0;
}

.header-cart .cart-count-two {
	position: absolute;
	top: -6px;
	right: -10px;
	width: 20px;
	height: 20px;
	background: var(--tg-primary-color);
	color: var(--tg-white);
	border-radius: 50%;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-area-two.sticky-menu .logo {
	display: none;
}

.menu-area-two.sticky-menu .logo.d-none {
	display: block !important;
}

.menu-area-two.sticky-menu .logo {
	border-color: var(--tg-gray);
}

.menu-area-two.sticky-menu {
	border-bottom: none;
}

.menu-area-two.sticky-menu .header-action-two .list-wrap li a {
	border-left: 1px solid var(--tg-gray);
}

.menu-area-two.sticky-menu .header-action-two .list-wrap li a:hover {
	color: var(--tg-primary-color);
}

.menu-area-two .mobile-nav-toggler {
	display: none;
	align-items: center;
	width: 90px;
	padding: 20px 15px;
	font-size: 30px;
	justify-content: center;
	border-left: 1px solid rgba(255, 255, 255, .26);
	color: var(--tg-white);
	position: relative;
	background: transparent;
	border-radius: 0;
	height: 100%;
	margin-top: 0;
}

.menu-area-two.sticky-menu .mobile-nav-toggler {
	border-left: 1px solid var(--tg-gray);
	color: var(--tg-heading-font-color);
}

.btn-sm {
	padding: 17px 35px;
	line-height: 1;
}

/* banner */
.banner-bg {
	background-position: center;
	background-size: cover;
	padding: 130px 0 0;
	position: relative;
	z-index: 1;
}

.banner-content-two {
	margin-right: 20px;
}

.banner-content-two .title {
	font-size: 50px;
	color: var(--tg-white);
	line-height: 1.18;
	margin: 0 0 28px;
}

.banner-content-two p {
	max-width: 73%;
	color: #DADADA;
	margin: 0 0 45px;
}

.banner-content-two .btn-grp {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.btn-three {
	background: var(--tg-primary-color);
	border-radius: 5px;
	padding: 19px 53px;
}

.btn-three::before {
	background: var(--tg-secondary-color);
}

.green-btn {
	background: var(--tg-secondary-color);
}

.green-btn::before {
	background: var(--tg-primary-color);
}

.banner-img-two {
	text-align: right;
	position: relative;
	z-index: 1;
}

.banner-img-two .shape {
	position: absolute;
	right: -120px;
	top: 32%;
	z-index: -1;
	transform: translateX(0);
	transition: .5s;
}

.section-down {
	width: 66px;
	height: 66px;
	background: var(--tg-white);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.07);
	border-radius: 50%;
	position: absolute;
	color: var(--tg-dark);
	left: 332px;
	bottom: -25px;
	z-index: 9;
}

.section-down::before {
	content: "";
	position: absolute;
	width: 86px;
	height: 86px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0.2;
	background: var(--tg-white);
	box-shadow: 0px 43px 54px 0px rgba(93, 102, 133, 0.39);
	z-index: -1;
}

.section-down:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

.bottom-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

/* features */
.features-wrap {
	background-position: center;
	background-size: cover;
	padding: 80px 85px 75px;
	border-radius: 10px;
	position: relative;
}

.features-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	width: 65%;
	height: 57px;
	background: #121212;
	filter: blur(38px);
	margin: 0 auto;
}

.features-item-two {
	display: flex;
	gap: 28px;
}

.features-icon-two {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	position: relative;
	color: var(--tg-primary-color);
}

.features-icon-two .shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .6s;
	color: var(--tg-white);
}

.features-item-two:hover .features-icon-two .shape {
	transform: rotate(360deg);
}

.features-content-two .title {
	font-size: 22px;
	color: var(--tg-white);
	margin: 0 0 16px;
}

.features-content-two p {
	color: #C0C0C0;
	margin: 0 0;
}

.section-title-two.text-center .sub-title {
	justify-content: center;
}

.section-title-two.white-title .sub-title {
	color: var(--tg-white);
}

.features-bg-two {
	background-size: cover;
	background-position: center;
	padding: 130px 0 255px;
	position: relative;
	z-index: 1;
}

.features-bg-two::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.49);
	z-index: -1;
}

.features-item-three {
	margin-bottom: 30px;
}

.features-item-three .features-content p {
	width: 90%;
}

.features-item-three .features-icon {
	color: var(--tg-yellow);
}

.features-item-three .features-icon::after {
	opacity: 0.6;
}


/* about */
.section-title-two .sub-title {
	color: var(--tg-heading-font-color);
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.section-title-two .sub-title svg {
	color: var(--tg-secondary-color);
}

.section-py-130 {
	padding: 130px 0;
}

.about-content {
	margin: 0 80px 0 50px;
}

.about-content p {
	margin-bottom: 35px;
}

/* counter */
.counter-area {
	background: var(--tg-gray-two);
}

.counter-wrap {
	background: var(--tg-white);
	padding: 70px 60px;
	border-radius: 10px;
	margin-top: -155px;
	position: relative;
	z-index: 2;
}

.counter-item {
	display: flex;
	align-items: center;
	background: var(--tg-gray-two);
	border-radius: 5px;
	padding: 40px 40px;
	gap: 35px;
}

.counter-icon {
	font-size: 75px;
	line-height: 0;
	transition: .4s linear;
}

.counter-item:hover .counter-icon {
	transform: rotateY(180deg);
}

.counter-content .count {
	display: flex;
	align-items: center;
	line-height: .8;
	margin-bottom: 3px;
	font-size: 46px;
	font-weight: 500;
}

.counter-content p {
	margin-bottom: 0;
	color: var(--tg-heading-font-color);
	font-size: 18px;
	font-weight: 500;
}

/* product */
.section-pt-130 {
	padding-top: 130px;
}

.section-pb-100 {
	padding-bottom: 100px;
}

.section-pb-130 {
	padding-bottom: 130px;
}

.product-area {
	background: var(--tg-gray-two);
}

.product-item {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
	margin-bottom: 30px;
}

.product-thumb a {
	height: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.product-content {
	padding: 0 30px 40px;
}

.product-content .title {
	font-size: 20px;
	margin: 0 0 10px;
}

.product-content .price {
	font-size: 20px;
	font-weight: 500;
	font-family: var(--tg-heading-font-family);
	color: var(--tg-heading-font-color);
	margin: 0 0 15px;
}

.product-content .rating {
	display: flex;
	align-items: center;
	color: var(--tg-primary-color);
	gap: 0 2px;
}

.product-content .total-rating {
	font-size: 16px;
	font-weight: 500;
	margin-left: 6px;
	line-height: 1;
	color: var(--tg-body-font-color);
}

.product-bottom {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 30px 0 0;
}

.product-bottom .cart-plus-minus {
	position: relative;
	width: 165px;
	flex: 0 0 auto;
}

.product-bottom .cart-plus-minus input {
	width: 100%;
	background: #F9F6F2;
	border: none;
	height: 55px;
	text-align: center;
	font-size: 16px;
	padding: 0 55px;
	font-weight: 500;
	border-radius: 5px;
}

.product-bottom .cart-plus-minus .qtybutton {
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	height: 100%;
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #F9F6F2;
	background: var(--tg-white);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 38px;
	color: var(--tg-heading-font-color);
	user-select: none;
}

.product-bottom .cart-plus-minus .qtybutton.inc {
	left: auto;
	right: 0;
	font-size: 24px;
	border-radius: 0px 5px 5px 0px;
}

.product-bottom .action-button {
	width: 55px;
	height: 55px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 18px;
	color: var(--tg-white);
	background: var(--tg-secondary-color);
}

.product-bottom .action-button:hover {
	background: var(--tg-primary-color);
}

.product-bottom .action-button i {
	line-height: 1;
}


/* ingredients */
.ingredients-item-two {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 65px;
}

.ingredients-item-two:last-child {
	margin-bottom: 0;
}

.ingredients-icon {
	width: 80px;
	height: 80px;
	align-items: center;
	display: flex;
	justify-content: center;
	flex: 0 0 auto;
	font-size: 35px;
	line-height: 0;
	color: var(--tg-primary-color);
	border-radius: 50%;
	position: relative;
}

.ingredients-icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px dashed var(--tg-primary-color);
	border-radius: 50%;
	-webkit-animation: rotateme2 10s linear infinite;
	animation: rotateme2 10s linear infinite;
	animation-play-state: paused;
}

.ingredients-item-two:hover .ingredients-icon::before {
	animation-play-state: running;
}

.ingredients-content-two .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.ingredients-content-two p {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
}

.ingredients-item-wrap {
	margin-left: 30px;
}

.ingredients-item-wrap.reverse-item {
	margin-right: 30px;
	margin-left: 0;
}

.ingredients-item-wrap.reverse-item .ingredients-item-two {
	flex-direction: row-reverse;
	text-align: right;
}

.rotateme2 {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes rotateme2 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateme2 {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}


/* doctors */
.doctors-area {
	background: var(--tg-gray-two);
}

.doctor-item {
	text-align: center;
	background: var(--tg-white);
	border-radius: 5px;
	padding: 20px 20px 30px 20px;
	margin-bottom: 30px;
	transition: .3s linear;
}

.doctor-item:hover {
	transform: translateY(-5px);
}

.doctor-thumb {
	margin-bottom: 40px;
}

.doctor-thumb img {
	border-radius: 50%;
	width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0 auto;
}

.doctor-content .title {
	margin-bottom: 15px;
	font-size: 20px;
}

.doctor-content span {
	color: #9C96A4;
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
}


/* testimonial */
.testimonial-bg-two {
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.testimonial-bg-two::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	z-index: -1;
}

.testimonial-item-two {
	background: #2B2B2B;
	padding: 60px 45px;
	border-radius: 20px;
}

.testimonial-top {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 40px;
}

.testi-avatar {
	display: flex;
	align-items: center;
	gap: 20px;
}

.testi-avatar .thumb img {
	border-radius: 50%;
	max-width: 60px;
}

.testi-avatar .info .name {
	color: var(--tg-white);
	margin-bottom: 10px;
	font-size: 18px;
}

.testi-avatar .info .designation {
	font-size: 12px;
	font-weight: 500;
	color: #979797;
	text-transform: uppercase;
	display: block;
}

.testi-rating {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--tg-yellow);
	font-size: 14px;
}

.testimonial-content-two p {
	margin-bottom: 0;
	color: var(--tg-white);
	font-size: 18px;
}

.testimonial-active-two [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.testimonial-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-top: 60px;
}

.testimonial-nav .slick-arrow {
	background: transparent;
	border: none;
	padding: 0 0;
	font-size: 50px;
	color: var(--tg-white);
	z-index: 2;
	display: block;
	width: auto;
	line-height: 1;
	position: relative;
	cursor: pointer;
}

.testimonial-nav .slick-arrow::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	background: var(--tg-secondary-color);
	opacity: .3;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: -1;
}

.testimonial-nav .slick-arrow.next-arrow::before {
	left: auto;
	right: -25px;
}

.testimonial-nav .slick-arrow:hover::before {
	opacity: 1;
}

.testimonial-active-two .slick-list {
	overflow: inherit;
}

/* faq */
.faq-img {
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-img .popup-video {
	width: 128px;
	height: 128px;
	background: var(--tg-primary-color);
	font-size: 25px;
	color: var(--tg-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-wrapper-two {
	padding: 100px;
	background: var(--tg-heading-font-color);
}

.faq-wrapper-two .accordion-item {
	background-color: var(--tg-dark-two);
	border: none;
	box-shadow: 0px 39px 33px 0px rgba(49, 66, 99, 0.01);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.faq-wrapper-two .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-wrapper-two .accordion-button {
	position: relative;
	padding: 29px 45px;
	font-size: 22px;
	color: var(--tg-white);
	text-align: left;
	background-color: var(--tg-dark-two);
	border: 0;
	border-radius: 0;
	font-family: var(--tg-body-font-family);
	text-transform: capitalize;
	font-weight: 500;
}

.faq-wrapper-two .accordion-button::after {
	display: none;
}

.faq-wrapper-two .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}

.faq-wrapper-two .accordion-button:not(.collapsed) {
	box-shadow: none;
}

.faq-wrapper-two .accordion-body {
	padding: 0 45px 38px 45px;
}

.faq-wrapper-two .accordion-body p {
	margin-bottom: 0;
	color: #979797;
	font-size: 18px;
	position: relative;
	padding-top: 15px;
}

.faq-wrapper-two .accordion-body p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: rgba(236, 237, 243, 0.17);
}

/* pricing */
.pricing-item-two {
	background: var(--tg-white);
	border: 1px solid #edeaea;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 15px;
	padding: 60px 40px;
	overflow: hidden;
}

.pricing-item-bg {
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.pricing-item-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #0D0D0D;
	z-index: -1;
}

.pricing-img-two {
	margin-bottom: 40px;
}

.pricing-title-two {
	margin-bottom: 25px;
}

.pricing-title-two .title {
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: 500;
}

.pricing-title-two span {
	display: block;
	color: var(--tg-heading-font-color);
}

.pricing-price-two {
	margin-bottom: 35px;
}

.pricing-price-two .price {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 500;
	color: var(--tg-primary-color);
	line-height: 1;
	gap: 5px;
}

.pricing-price-two .price span {
	font-size: 16px;
	font-family: var(--tg-body-font-family);
	color: var(--tg-heading-font-color);
	text-transform: capitalize;
	transform: translateY(3px);
	font-weight: 400;
}

.pricing-list .list-wrap {
	text-align: left;
	margin-left: 40px;
	margin-bottom: 45px;
}

.pricing-list .list-wrap li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 7px;
}

.pricing-list .list-wrap li:last-child {
	margin-bottom: 0;
}

.pricing-list .list-wrap li::before {
	content: "";
	width: 10px;
	height: 10px;
	background: var(--tg-primary-color);
	border-radius: 50%;
}

.pricing-btn-two a {
	font-size: 16px;
	display: block;
	color: var(--tg-heading-font-color);
	background: var(--tg-gray-two);
	font-weight: 700;
	border-radius: 5px;
	padding: 17px 15px;
}

.pricing-btn-two a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

.pricing-item-bg .pricing-list .list-wrap li,
.pricing-item-bg .pricing-price-two .price span,
.pricing-item-bg .pricing-title-two span,
.pricing-item-bg .pricing-title-two .title {
	color: var(--tg-white);
}

.pricing-item-bg .pricing-btn-two a {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

.free-shipping {
	background: var(--tg-primary-color);
	text-align: center;
	color: var(--tg-white);
	display: block;
	line-height: 1.3;
	padding: 13px 52px;
	position: absolute;
	right: -56px;
	top: -6px;
	transform: rotate(45deg);
}

/* shop */
.quick-purchase-gallery {
	display: flex;
	gap: 17px;
	padding: 0 15px 0 20px;
}

.quick-purchase-gallery .tab-content {
	width: 90%;
	flex: 0 0 auto;
	background: var(--tg-gray-two);
	border-radius: 20px;
}

.quick-purchase-main img {
	border-radius: 20px;
}

.quick-purchase-gallery .nav-tabs {
	border: none;
	flex-direction: column;
	gap: 17px;
}

.quick-purchase-gallery .nav-tabs .nav-link {
	border: none;
	min-width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
	margin-bottom: 0;
	background: var(--tg-gray-two);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.quick-purchase-content {
	margin-left: 35px;
}

.quick-purchase-content .title {
	margin-bottom: 15px;
	font-size: 35px;
}

.quick-purchase-content p {
	margin-bottom: 35px;
	color: #777B83;
}

.review-wrap {
	display: flex;
	align-items: center;
	gap: 17px;
	margin-bottom: 35px;
}

.review-wrap .rating {
	display: flex;
	align-items: center;
	color: var(--tg-yellow);
	gap: 3px;
}

.review-wrap span {
	font-size: 14px;
	font-weight: 500;
	color: var(--tg-heading-font-color);
}

.quick-purchase-content .price {
	margin-bottom: 50px;
	display: flex;
	align-items: flex-end;
	font-size: 30px;
	gap: 10px;
	line-height: 1;
}

.quick-purchase-content .price span {
	font-size: 20px;
	transform: translateY(-3px);
	color: #B9B9B9;
}

.chosen-title {
	display: block;
	font-weight: 500;
	color: var(--tg-heading-font-color);
	text-transform: capitalize;
	margin-bottom: 10px;
}

.chosen-wrap .list-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}

.chosen-wrap .list-wrap li {
	font-size: 12px;
	font-weight: 600;
	color: #777B83;
	background: var(--tg-gray-two);
	display: block;
	text-transform: uppercase;
	padding: 5px 14px;
	line-height: 1;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s linear;
}

.chosen-wrap .list-wrap li.active,
.chosen-wrap .list-wrap li:hover {}

.quick-purchase-btn-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.quick-purchase-btn-wrap .btn {
	text-transform: uppercase;
}

/* blog */
.blog-post-area-two {
	background: var(--tg-gray-two);
}

.blog-post-item-two {
	background: var(--tg-white);
	margin-bottom: 30px;
	border-radius: 20px;
}

.blog-post-thumb-two img {
	width: 100%;
	border-radius: 20px;
	height: 320px;
	object-fit: cover;
}

.blog-post-content-two {
	padding: 35px 40px 40px;
}

.blog-post-meta .list-wrap {
	display: flex;
	align-items: center;
	gap: 10px 20px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.blog-post-meta .list-wrap li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	color: #292930;
	padding: 15px 30px;
	display: block;
	background: rgba(13 155 77 / 10%);
	border-radius: 10px;
}

.blog-post-meta .list-wrap li:nth-child(2) a {
	background: rgba(250 164 50 / 10%);
}

.blog-post-meta .list-wrap li a:hover {
	background: var(--tg-secondary-color);
	color: var(--tg-white);
}

.blog-post-meta .list-wrap li:nth-child(2) a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

.blog-post-content-two .title {
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 1.3;
}

.blog-post-content-two p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.66;
}

/* newsletter */
.newsletter-area {
	background: var(--tg-gray-two);
}

.newsletter-wrap-two {
	background: var(--tg-secondary-color);
	position: relative;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 55px 50px;
	gap: 20px;
	z-index: 2;
	overflow: hidden;
}

.newsletter-wrap-two .title {
	flex-grow: 1;
	margin-bottom: 0;
	color: var(--tg-white);
	font-size: 40px;
}

.newsletter-form {
	position: relative;
	width: 630px;
	flex: 0 0 auto;
}

.newsletter-form input {
	width: 100%;
	border-radius: 5px;
	background: var(--tg-white);
	box-shadow: 0px 14px 15px 0px rgba(35, 33, 142, 0.04);
	border: none;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	padding: 28px 205px 28px 28px;
	height: 80px;
}

.newsletter-form button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.newsletter-wrap-two .shape img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

/* footer */
.footer-bg {
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 95px;
	margin-top: -95px;
	z-index: 1;
	overflow: hidden;
}

.footer-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0A0A0A;
	opacity: 0.85;
	z-index: -1;
}

.footer-top-wrap-two {
	padding: 130px 0 40px;
}

.footer-text-two p {
	margin-bottom: 0;
	font-size: 15px;
	color: var(--tg-white);
}

.footer-social-two a {
	width: 45px;
	height: 45px;
	background: rgba(255 255 255 / 10%);
}

.footer-social-two a:hover {
	background: var(--tg-primary-color);
}

.footer-widget-two ul li a {
	opacity: 1;
}

.footer-instagram-two .list-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.footer-widget li.footer-insta-item {
	margin: 0 !important;
}

.footer-instagram-two .list-wrap li a {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	overflow: hidden;
}

.footer-instagram-two .list-wrap li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-instagram-two .footer-insta-item a::after {
	font-size: 22px;
}

.footer-widgets-wrap-two .row [class*="col-"]:nth-child(4n+4) .footer-widget {
	padding-left: 40px;
}

.copyright-wrap-inner {
	border-top: 1px solid #3E3E45;
	padding: 35px 0;
}

/* login */
.singUp-wrap {
	background: var(--tg-gray-two);
	border: 1px solid #E1E1E1;
	border-radius: 8px;
	padding: 30px 50px 40px;
}

.singUp-wrap .title {
	font-size: 36px;
	margin-bottom: 15px;
}

.singUp-wrap p {
	margin-bottom: 25px;
}

.account__social-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-white);
	border: 1px solid #E1E1E1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	gap: 10px;
	color: var(--tg-heading-font-color);
	padding: 10px 20px;
}

.account__social-btn:hover {
	color: var(--tg-primary-color);
	border-color: var(--tg-primary-color);
}

.account__divider {
	position: relative;
	text-align: center;
	padding-block-end: 35px;
	margin-block-start: 35px;
}

.account__divider::before {
	content: "";
	height: 1px;
	width: 100%;
	left: 0;
	top: 0;
	background: #E1E1E1;
	position: absolute;
}

.account__divider span {
	font-size: 16px;
	color: var(--tg-heading-font-color);
	padding: 20px;
	top: -35px;
	left: 45%;
	position: absolute;
	background: #F7F7FA;
}

.account__form .form-grp {
	margin-bottom: 20px;
}

.account__form .form-grp label {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
	color: var(--tg-heading-font-color);
}

.account__form .form-grp input {
	width: 100%;
	padding: 15px 20px;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	border: 1px solid #E1E1E1;
	background: var(--tg-white);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	line-height: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.account__form .form-grp input::placeholder {
	font-weight: 400;
	font-size: 16px;
	color: var(--tg-body-font-color);
	opacity: .8;
	text-transform: capitalize;
}

.account__form .form-grp input:focus {
	border-color: var(--tg-primary-color);
}

.account__check {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
}

.account__check-remember {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 5px;
}

.account__check-remember input {
	width: 20px;
	height: 20px;
	margin-inline-end: 3px;
	margin-top: 2px;
}

.account__check-remember label {
	user-select: none;
	color: var(--tg-heading-font-color);
}

.account__check-remember input:focus {
	box-shadow: none;
}

.account__check-remember input:checked {
	background-color: var(--tg-primary-color);
	border-color: var(--tg-primary-color);
}

.account__check-forgot a {
	color: var(--tg-primary-color);
	font-size: 16px;
	text-decoration: underline;
}

.account__form .btn {
	width: 100%;
	justify-content: center;
	margin-top: 20px;
}

.account__switch {
	margin-top: 30px;
}

.account__switch p {
	margin-bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.account__switch p a {
	color: var(--tg-primary-color);
	text-decoration: underline;
}

.account__switch p a:hover {
	color: var(--tg-secondary-color);
}

/* cart */
.cart__table thead th {
	padding: 12px 12px;
	font-size: 15px;
	font-weight: 600;
}

.cart__table .product__remove {
	padding: 0 !important;
	width: 0 !important;
}

.cart__table tbody tr {
	position: relative;
}

.cart__table tbody td {
	padding: 12px 17px;
	text-align: left;
	line-height: 1.1;
	border: none;
	border-top: 1px solid #ebebeb;
	vertical-align: middle;
	color: var(--tg-body-font-color);
}

.cart__table tbody td:first-child {
	padding-left: 0;
}

.cart__table tbody td a {
	color: var(--tg-heading-font-color);
}

.cart__table .product__thumb img {
	max-width: 70px;
}

.cart__table tbody td.product__name {
	font-weight: 500;
}

.cart__table tbody td.product__quantity {
	text-align: right;
	padding-right: 0;
}

.cart__table tbody td.product__remove {
	padding-right: 5px;
	text-align: right;
}

.cart__table tbody td.product__remove a {
	font-size: 25px;
	color: var(--tg-primary-color);
}

.cart__table tbody td:first-child {
	padding-left: 0;
}

.cart__actions-form {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.cart__actions-form input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	margin-bottom: 0;
	height: 50px;
	background: #f5f5f5;
	color: var(--tg-heading-font-color);
	padding: 0 20px;
	border: 0;
	border-radius: 30px;
	padding-right: 0;
}

.cart__collaterals-wrap {
	border: 1px solid #ebebeb;
	border-radius: 0;
	padding: 1.25rem;
	height: 100%;
	margin-left: 50px;
}

.cart__collaterals-wrap .title {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 0.9375rem;
	border-bottom: 0.9375rem;
	border-bottom: 1px solid #ebebeb;
}

.cart__collaterals-wrap .list-wrap {
	padding-bottom: 0.9375rem;
}

.cart__collaterals-wrap .list-wrap li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
	color: var(--tg-heading-font-color);
	font-size: 15px;
	font-weight: 600;
	padding: 12px 5px;
}

.cart__collaterals-wrap .list-wrap li span.amount {
	font-weight: 600;
	color: var(--tg-heading-font-color);
	font-size: 1.25rem;
}

.cart__collaterals-wrap .btn {
	width: 100%;
	text-align: center;
	justify-content: center;
}

.cart__table {
	margin-bottom: 0;
}

/* checkout */
.coupon__code-info {
	background: #f5f5f5;
	padding: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 25px;
}

.coupon__code-info a:hover {
	text-decoration: underline;
	color: var(--tg-primary-color);
}

.coupon__code-form p {
	margin-bottom: 15px;
}

.coupon__code-form input {
	width: 100%;
	background: #f5f5f5;
	height: 55px;
	border: none;
	color: var(--tg-heading-font-color);
	padding: 0 20px;
	border-radius: 30px;
	margin-bottom: 15px;
}

.coupon__code-form {
	margin-bottom: 35px;
	display: none;
}

.customer__form-wrap {
	border: 1px solid #ebebeb;
	padding: 30px;
}

.customer__form-wrap .title {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 0.75rem;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid #ebebeb;
	color: var(--tg-heading-font-color);
	font-family: var(--tg-heading-font-family);
	line-height: 1;
}

.customer__form-wrap .form-grp {
	margin-bottom: 15px;
}

.customer__form-wrap .form-grp label {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	color: var(--tg-body-font-color);
}

.customer__form-wrap .form-grp textarea,
.customer__form-wrap .form-grp input {
	width: 100%;
	color: var(--tg-heading-font-color);
	height: 53px;
	padding: 0 20px;
	background: #f5f5f5;
	border: none;
	border-radius: 5px;
}

.customer__form-wrap .form-grp.select-grp {
	position: relative;
}

.customer__form-wrap .form-grp select {
	background-color: #f5f5f5;
	border: none;
	color: var(--tg-heading-font-color);
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 5px;
	outline: none;
	padding: 12px 37px 9px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	line-height: 1.2;
	height: 53px;
	cursor: pointer;
}

.customer__form-wrap .form-grp.select-grp::after {
	content: "\f078";
	position: absolute;
	bottom: 13px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	right: 20px;
	font-size: 14px;
	color: var(--tg-primary-color);
}

.customer__form-wrap .title.title-two {
	margin-top: 20px;
}

.customer__form-wrap .form-grp textarea {
	padding: 10px 20px 0;
	min-height: 120px;
	max-height: 120px;
}

.order__info-wrap {
	border: 2px solid var(--tg-primary-color);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 30px;
}

.order__info-wrap>.title {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 0.75rem;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid #ebebeb;
}

.order__info-wrap .list-wrap {
	margin-bottom: 20px;
}

.order__info-wrap .list-wrap li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
	color: var(--tg-body-font-color);
	font-weight: 600;
	font-size: 15px;
	gap: 8px;
	padding: 12px 0;
}

.order__info-wrap .list-wrap li span {
	color: var(--tg-heading-font-color);
	display: block;
	line-height: 1;
	font-weight: 700;
}

.order__info-wrap .list-wrap li:last-child span {
	font-size: 1.25rem;
}

.order__info-wrap p {
	margin-bottom: 15px;
}

.order__info-wrap .btn {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.order__info-wrap p a {
	text-decoration: underline;
}

.navbar-wrap ul li a.btn {
	padding: 15px 30px;
}

/* We might need to adjust margin or align-items if the button is not centered vertically */
/* --- Fix Order Now Button Alignment on Desktop --- */
.navbar-wrap ul li a.btn {
	padding: 15px 30px !important;
	margin-top: 23px !important;
	display: inline-block !important;
	line-height: normal !important;
}

/* --- Mobile Menu Order Now Button (Reference Style) --- */
.mobile-menu .navigation li a.btn {
	display: table !important;
	/* table helps with centering in some contexts */
	margin: 15px auto !important;
	/* Center horizontally */
	width: auto !important;
	padding: 15px 40px !important;

	background: var(--tg-secondary-color) !important;
	/* Theme Yellow */

	color: var(--tg-heading-font-color) !important;
	border-radius: 6px !important;
	/* Slightly rounded */
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
	text-shadow: none !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	border: none !important;
	line-height: 1.4 !important;
}

.mobile-menu .navigation li a.btn:hover {
	background: var(--tg-primary-color) !important;
	/* Theme Darker Yellow/Orange */
	color: var(--tg-heading-font-color) !important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
	transform: translateY(-2px);
}

.mobile-menu .navigation li a.btn::before {
	display: none !important;
	/* Remove original button hover effect */
}

/* =========================================
   HERO PREMIUM REDESIGN START
   ========================================= */

.hero-premium {
	position: relative;
	background: radial-gradient(circle at 70% 50%, #1a1a1a 0%, #000000 100%);
	padding: 160px 0 100px;
	overflow: hidden;
}

.hero-premium::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg/paper_texture.png');
	/* Fallback or nice pattern if available */
	opacity: 0.05;
	pointer-events: none;
}

/* Golden Glow Behind Product - REMOVED per user request
.hero-glow-effect {
    display: none;
} */


.hero-premium .container {
	position: relative;
	z-index: 1;
}

.hero-sub-caps {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--tg-primary-color);
	margin-bottom: 20px;
	border: 1px solid rgba(239, 174, 46, 0.3);
	padding: 8px 16px;
	border-radius: 50px;
	background: rgba(239, 174, 46, 0.05);
}

.hero-title-premium {
	font-family: var(--tg-heading-font-family);
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 25px;
}

.text-gold-gradient {
	background: linear-gradient(135deg, #ffd200 0%, #efae2e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.hero-desc-premium {
	font-size: 18px;
	color: #e0e0e0;
	line-height: 1.7;
	margin-bottom: 40px;
	max-width: 550px;
}

.hero-btns-group {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

/* Keyframes for Premium Button */
@keyframes gradientMove {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.btn-premium-gold {
	background: linear-gradient(90deg, #d49821, #ffd200, #fff, #ffd200, #d49821);
	background-size: 300% 100%;
	color: #000;
	padding: 18px 40px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 18px;
	border: none;
	box-shadow: 0 10px 30px rgba(239, 174, 46, 0.4);
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Header Button Only Animation */
.glass-actions .btn-premium-gold {
	animation: gradientMove 5s ease infinite;
}

/* Amazon Button */
/* Amazon button styles removed */

.btn-premium-gold::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
	z-index: -1;
	transition: all 0.4s;
}

.btn-premium-gold:hover::before {
	animation: shine 0.75s;
}

.btn-premium-gold:hover {
	transform: translateY(-5px) scale(1.02);
	box-shadow: 0 15px 40px rgba(239, 174, 46, 0.6);
	color: #000;
}

.trust-badges-premium {
	display: flex;
	gap: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 30px;
}

.badge-item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.badge-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--tg-primary-color);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.badge-text span {
	display: block;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	line-height: 1;
}

.badge-text p {
	font-size: 12px;
	color: #aaa;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Image Side */
.hero-img-premium-wrap {
	position: relative;
	z-index: 2;
	text-align: center;
}

.hero-main-img {
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
	animation: floatPremium 6s ease-in-out infinite;
	max-width: 100%;
	height: auto;
}

@keyframes floatPremium {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0px);
	}
}

.floating-card {
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	padding: 15px 25px;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	gap: 15px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	z-index: 3;
}

.card-top-right {
	top: 10%;
	right: 0;
	animation: floatPremium 7s ease-in-out infinite reverse;
}

.card-bottom-left {
	bottom: 0%;
	left: 0;
	animation: floatPremium 8s ease-in-out infinite 1s;
}

.f-icon {
	color: #FFD700;
	font-size: 24px;
}

.f-text span {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}

.f-text small {
	color: #ccc;
	font-size: 11px;
}

/* Tablet/Mobile Adjustments */
@media (max-width: 991px) {
	.hero-premium {
		padding: 120px 0 60px;
		text-align: center;
	}

	.hero-btns-group {
		justify-content: center;
	}

	.hero-desc-premium {
		margin: 0 auto 30px;
	}

	.trust-badges-premium {
		justify-content: center;
		flex-wrap: wrap;
	}

	.hero-glow-effect {
		right: 50%;
		transform: translate(50%, -50%);
		width: 100%;
		height: 400px;
	}

	.hero-img-premium-wrap {
		margin-top: 50px;
	}

	.floating-card {
		display: none;
		/* Hide floating cards on smaller screens to avoid clutter */
	}
}

/* =========================================
   HERO PREMIUM REDESIGN END
   ========================================= */


/* =========================================
   HEADER PREMIUM REDESIGN START
   ========================================= */

/* Ensure transparent header links are crisp white */
.transparent-header .navbar-wrap ul li a {
	color: #ffffff;
	font-weight: 600;
	transition: color 0.3s ease;
}

.transparent-header .navbar-wrap ul li a:hover {
	color: var(--tg-primary-color);
}

/* Header Button Premium */
.header-btn-premium {
	background: linear-gradient(90deg, #efae2e 0%, #ffd200 100%);
	color: #000 !important;
	padding: 12px 30px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 16px;
	border: none;
	box-shadow: 0 5px 15px rgba(239, 174, 46, 0.3);
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: inline-block;
}

.header-btn-premium::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transition: all 0.4s ease;
	z-index: -1;
	transform: skewX(-20deg);
}

.header-btn-premium:hover::before {
	width: 150%;
}

.header-btn-premium:hover {
	box-shadow: 0 8px 20px rgba(239, 174, 46, 0.5);
	transform: translateY(-2px);
	color: #000 !important;
}

/* Adjust sticky header to be compatible */
.sticky-menu .navbar-wrap ul li a {
	color: var(--tg-heading-font-color);
}

.sticky-menu .header-btn-premium {
	/* Keep the gold button even in sticky mode as it stands out */
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* =========================================
   HEADER PREMIUM REDESIGN END
   ========================================= */


/* =========================================
   FLOATING GLASS HEADER PREMIUM (OVERHAUL)
   ========================================= */

/* Hide default top header elements if any to clean up */
.transparent-header {
	background: transparent;
	border-bottom: none;
}

/* The Glass Container */
.glass-header-wrapper {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 999;
}

.glass-nav-bar {
	background: rgba(20, 20, 20, 0.6);
	/* Dark semi-transparent */
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 100px;
	/* Pill shape */
	padding: 10px 30px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.4s ease;
}

/* Logo in Glass Header */
/* Logo in Glass Header */
.glass-logo img {
	max-height: 35px;
	/* Reduced specific size for default header per request */
	width: auto;
	transition: all 0.3s ease;
}

/* Maintain original size for sticky as user liked it */
.sticky-glass-active .glass-logo img {
	max-height: 45px;
}

/* Nav Links */
.glass-menu ul {
	display: flex;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.glass-menu ul li a {
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding: 5px 0;
	transition: color 0.3s ease;
}

/* Golden Underline Hover */
.glass-menu ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background: linear-gradient(90deg, #efae2e, #ffd200);
	transition: width 0.3s ease;
}

.glass-menu ul li a:hover {
	color: #fff !important;
}

.glass-menu ul li a:hover::after {
	width: 100%;
}

/* Header Actions / Button */
.glass-actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.btn-glass-gold {
	background: linear-gradient(90deg, #efae2e 0%, #ffd200 100%);
	color: #000 !important;
	padding: 10px 25px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border: none;
	box-shadow: 0 4px 15px rgba(239, 174, 46, 0.3);
	transition: all 0.3s ease;
}

.btn-glass-gold:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(239, 174, 46, 0.5);
}

/* Sticky State - Become full width but keep glass */
.sticky-glass-active .glass-header-wrapper {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	animation: slideDown 0.5s ease forwards;
}

.sticky-glass-active .glass-nav-bar {
	border-radius: 0;
	max-width: 100%;
	background: rgba(10, 10, 10, 0.85);
	/* Darker on scroll */
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 15px 40px;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

/* Mobile Toggler */
.glass-mobile-toggler {
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	display: none;
}

@media (max-width: 1199px) {
	.glass-menu {
		display: none;
	}

	.glass-mobile-toggler {
		display: block;
	}

	.glass-nav-bar {
		padding: 15px 20px;
	}
}

/* =========================================
   FLOATING GLASS HEADER END
   ========================================= */
/* =========================================
   MOBILE HEADER FIXES
   ========================================= */
@media (max-width: 1199px) {

	/* Reset glass pill to full bar on mobile */
	.glass-header-wrapper {
		top: 0;
		width: 100%;
	}

	.glass-nav-bar {
		max-width: 100%;
		border-radius: 0;
		margin: 0;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 15px 20px;
		background: rgba(10, 10, 10, 0.95);
		/* darker for readability */
	}

	.glass-logo img {
		max-height: 30px;
		/* Smaller logo for mobile */
	}
}

/* Fix Mobile Menu Z-Index to be above Glass Header */
.mobile-menu {
	z-index: 99999 !important;
}

.menu-backdrop {
	z-index: 99990 !important;
}

.mobile-menu .close-btn {
	top: 20px;
	right: 20px;
	color: #000;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}


/* Mobile Main Padding Fix */
@media (max-width: 991px) {
	.hero-premium {
		padding: 85px 0 60px !important;
		/* Reduced top padding to remove gap */
	}
}


/* Mobile Image Spacing Fix (Final Structural Fix) */
@media (max-width: 991px) {

	/* 1. Reset Hero padding - content flows naturally now */
	.hero-premium {
		padding-top: 50px !important;
		padding-bottom: 60px !important;
	}

	/* 2. Reset Image Margins - No negative margins */
	.hero-img-premium-wrap {
		margin-top: 0 !important;
		margin-bottom: 10px !important;
	}

	/* 3. Ensure row aligns center */
	.hero-premium .row {
		align-items: center !important;
	}
}

/* Force relative positioning on mobile header so it takes up space naturally */
@media (max-width: 1199px) {
	.glass-header-wrapper {
		position: relative !important;
		background: #000;
	}
}

/* =========================================
   PREMIUM SHOP REDESIGN (LIGHT THEME)
   ========================================= */

.shop-premium-section {
	position: relative;
	background: #ffffff;
	/* Light background */
	padding: 100px 0;
	overflow: hidden;
}

/* Subtle Gold Glow Background - Warmer for Light Mode */
.shop-bg-glow {
	position: absolute;
	top: 50%;
	right: 0;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(239, 174, 46, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
	transform: translateY(-50%);
	z-index: 0;
	pointer-events: none;
}

/* Gallery Stylings - Light Mode */
.shop-gallery-wrap {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	/* Soft shadow */
	border: 1px solid rgba(0, 0, 0, 0.03);
}

.shop-main-img img {
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
}

.shop-main-img img:hover {
	transform: scale(1.02);
}

.shop-thumbs {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 15px;
}

.shop-thumb-btn {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	border: 1px solid #eee;
	/* Light border */
	padding: 3px;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
}

.shop-thumb-btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.shop-thumb-btn.active,
.shop-thumb-btn:hover {
	border-color: #efae2e;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(239, 174, 46, 0.15);
}

/* Content Stylings - Light Mode */
.shop-content-premium {
	padding-left: 20px;
	position: relative;
	z-index: 1;
}

.shop-sub-title {
	display: inline-block;
	color: var(--tg-primary-color);
	/* Keep primary gold */
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	background: rgba(239, 174, 46, 0.1);
	padding: 5px 15px;
	border-radius: 30px;
}

.shop-title-large {
	font-size: 38px;
	color: #1a1a1a;
	/* Dark Text */
	font-family: var(--tg-heading-font-family);
	margin-bottom: 15px;
	font-weight: 700;
}

.shop-rating-group {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	/* Light separator */
	padding-bottom: 25px;
}

.shop-rating-stars {
	color: #ffd200;
	font-size: 16px;
}

.shop-rating-text {
	color: #666;
	/* Medium Grey */
	font-size: 14px;
	font-weight: 500;
}

.shop-price-box {
	margin-bottom: 30px;
}

.shop-price-label {
	display: block;
	color: #888;
	font-size: 14px;
	margin-bottom: 5px;
}

.shop-price {
	font-size: 36px;
	color: #1a1a1a;
	/* Dark Price */
	font-weight: 800;
}

.shop-price-old {
	font-size: 20px;
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.shop-features-list {
	margin-bottom: 40px;
}

.shop-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
}

.feature-icon-check {
	width: 24px;
	height: 24px;
	background: linear-gradient(135deg, #efae2e, #ffd200);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	/* White icon on gold */
	font-size: 12px;
	flex-shrink: 0;
	margin-top: 3px;
	box-shadow: 0 3px 8px rgba(239, 174, 46, 0.3);
}

.feature-text strong {
	color: #222;
	/* Dark Heading */
	display: block;
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: 700;
}

.feature-text p {
	color: #666;
	/* Grey text */
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
}

/* Pack Selection */
.shop-pack-select {
	margin-bottom: 30px;
}

.pack-option {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 2px solid #efae2e;
	/* Solid border */
	background: #fff;
	padding: 12px 25px;
	border-radius: 10px;
	color: #1a1a1a;
	font-weight: 700;
	cursor: default;
	box-shadow: 0 5px 15px rgba(239, 174, 46, 0.1);
}

/* Buy Action */
.shop-action-box {
	background: #f9f9f9;
	/* Light grey box */
	padding: 25px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	text-align: center;
	border: 1px solid #eee;
	align-items: center;
	/* Center button and prevent full width */
	width: fit-content;
}

/* Button Group Row */
.shop-buttons-row {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}

.shop-action-box .btn-premium-gold,
.shop-action-box .btn-premium-amazon {
	min-width: 210px;
	/* Reduced by ~20% from 260px */
	padding: 14px 25px;
	/* Reduced Padding */
	font-size: 15px;
	/* Reduced Font Size */
}



.shop-guarantee-text {
	color: #888;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

/* Responsive */
@media (max-width: 991px) {
	.shop-content-premium {
		padding-left: 0;
		margin-top: 40px;
		text-align: center;
	}

	.shop-rating-group {
		justify-content: center;
	}

	.shop-thumbs {
		flex-wrap: wrap;
	}

	.shop-feature-item {
		text-align: left;
		background: #fff;
		padding: 15px;
		border-radius: 10px;
		border: 1px solid #f0f0f0;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
	}
}

/* Shop Navigation Buttons */
.shop-image-viewer {
	position: relative;
	/* Wrapper to position arrows relative to image only */
}

/* Frosted Glass Button */
.shop-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;

	/* Frosted Glass Effect */
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;

	/* Hide by default, show on hover */
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

/* Show buttons when hovering over the image wrapper */
.shop-image-viewer:hover .shop-nav-btn {
	opacity: 1;
	visibility: visible;
}

.shop-nav-btn:hover {
	background: rgba(239, 174, 46, 0.8);
	/* Gold on hover */
	color: #fff;
	border-color: #efae2e;
}

.shop-nav-btn.prev {
	left: 15px;
	/* Slightly more inside */
}

.shop-nav-btn.next {
	right: 15px;
}

/* =========================================
   PREMIUM FEATURES SECTION (ROYAL HIGHLIGHTS)
   ========================================= */

.features-premium-section {
	position: relative;
	background: #0b0b0b;
	/* Deep Dark Background */
	padding: 80px 0;
	overflow: hidden;
	z-index: 1;
}

/* Background Pattern/Glow */
.features-premium-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at center, rgba(239, 174, 46, 0.05) 0%, rgba(0, 0, 0, 0) 70%);
	z-index: -1;
}

.feature-premium-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	/* Subtle border */
	backdrop-filter: blur(10px);
	border-radius: 15px;
	padding: 40px 30px;
	transition: all 0.4s ease;
	height: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.feature-premium-card:hover {
	transform: translateY(-10px);
	background: rgba(255, 255, 255, 0.05);
	border-color: #efae2e;
	/* Gold border on hover */
	box-shadow: 0 10px 30px rgba(239, 174, 46, 0.15);
}

/* Icon Styling with Glow */
.feature-icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	/* Icon glass bg */
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.4s ease;
}

.feature-premium-card:hover .feature-icon-box {
	background: rgba(239, 174, 46, 0.1);
	/* Gold tint on hover */
	border-color: #efae2e;
	box-shadow: 0 0 20px rgba(239, 174, 46, 0.3);
}

.feature-icon-box img {
	width: 45px;
	height: 45px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	/* Make icons white by default */
	transition: all 0.4s ease;
}

.feature-premium-card:hover .feature-icon-box img {
	filter: none;
	/* Restore original gold/color on hover if icons are colored, or keep white */
	transform: scale(1.1);
}

/* Content Styling */
.feature-premium-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-family: var(--tg-heading-font-family);
	transition: color 0.3s ease;
}

.feature-premium-card:hover .feature-premium-title {
	color: #efae2e;
	/* Gold title on hover */
}

.feature-premium-text {
	color: #aaa;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}


/* =========================================
   ULTIMATE DARK FEATURES (MIDNIGHT GOLD)
   ========================================= */

.features-midnight-section {
	position: relative;
	background: #050505;
	/* True Black */
	padding: 100px 0;
	overflow: hidden;
}

#midnight-particles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

/* Subtle Gold Mesh Gradient Background */
.features-midnight-section::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle at center, rgba(239, 174, 46, 0.08) 0%, transparent 60%);
	/* animation: rotateGlow 20s linear infinite; */
	z-index: 0;
}

@keyframes rotateGlow {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.feature-midnight-card {
	background: linear-gradient(145deg, rgba(20, 20, 20, 0.9), rgba(10, 10, 10, 0.95));
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	padding: 50px 30px;
	text-align: center;
	position: relative;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	z-index: 1;
	height: 100%;
	overflow: hidden;
}

/* Gold Bottom border effect */
.feature-midnight-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, transparent, #efae2e, transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.feature-midnight-card:hover {
	transform: translateY(-15px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
	border-color: rgba(239, 174, 46, 0.3);
}

.feature-midnight-card:hover::after {
	opacity: 1;
}

/* Icon Styling */
.midnight-icon-wrap {
	width: 90px;
	height: 90px;
	margin: 0 auto 30px;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.05);
	position: relative;
	transition: all 0.4s ease;
}

/* Inner Glow Dot */
.midnight-icon-wrap::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	background: #efae2e;
	filter: blur(25px);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.feature-midnight-card:hover .midnight-icon-wrap {
	background: rgba(239, 174, 46, 0.1);
}

/* =========================================
   FEATURES: ROYAL GLASS (THE JEWEL BOX)
   ========================================= */

.features-midnight-section {
	background: #080808;
	/* Premium Obsidian */
	position: relative;
	padding: 100px 0;
	z-index: 1;
}

/* Elegant ambient glow behind the section */
.features-midnight-section::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	height: 60%;
	background: radial-gradient(circle, rgba(239, 174, 46, 0.08) 0%, transparent 70%);
	filter: blur(60px);
	z-index: -1;
	pointer-events: none;
}

/* CSS Particles / Shining Golden Dust */
.features-midnight-section::after {
	/* Static particles removed for JS version */
	display: none;
}

@keyframes goldShimmer {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}

	100% {
		background-position: -60px 60px, 120px -120px, -200px 200px;
	}
}

/* SECTION TITLE */
.features-midnight-section .section-title .title {
	color: #fff !important;
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.features-midnight-section .section-title .sub-title {
	color: #efae2e !important;
	font-weight: 800;
}

/* THE JEWEL CARD */
.feature-midnight-card {
	background: linear-gradient(180deg, rgba(30, 30, 30, 0.7) 0%, rgba(10, 10, 10, 0.95) 100%);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	/* Start with subtle white border */
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	border-radius: 24px;
	padding: 50px 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* The Gold Spotlight (Top Sheen) */
.feature-midnight-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 150px;
	background: radial-gradient(circle at 50% 0%, rgba(239, 174, 46, 0.15), transparent 70%);
	opacity: 0;
	transition: opacity 0.5s ease;
}

/* Hover Effects */
.feature-midnight-card:hover {
	transform: translateY(-10px) scale(1.02);
	border-color: rgba(239, 174, 46, 0.5);
	/* Gold Rim appears */
	box-shadow: 0 20px 60px rgba(239, 174, 46, 0.1);
	/* Gold Glow Shadow */
}

.feature-midnight-card:hover::before {
	opacity: 1;
	/* Turn on the spotlight */
}

/* METALLIC TEXT - The Wow Factor */
.feature-midnight-card .midnight-title {
	background: linear-gradient(to right, #fff 0%, #fff 100%);
	/* Default White */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.4s ease;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
	font-family: var(--tg-heading-font-family);
	display: inline-block;
	/* Required for background-clip on some browsers */
}

.feature-midnight-card:hover .midnight-title {
	background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
	/* REAL GOLD METALLIC GRADIENT */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
	/* Removed Glow as requested */
}

.feature-midnight-card .midnight-text {
	color: #999;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 0;
	font-weight: 400;
	transition: color 0.4s ease;
}

.feature-midnight-card:hover .midnight-text {
	color: #ccc;
}

/* ICON JEWEL BOX */
.midnight-icon-wrap {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	position: relative;
	transition: all 0.5s ease;
}

.midnight-icon-wrap img {
	filter: brightness(0) invert(1);
	/* White */
	width: 50px;
	height: 50px;
	object-fit: contain;
	transition: all 0.5s ease;
	transform: scale(0.9);
}

.feature-midnight-card:hover .midnight-icon-wrap {
	border-color: #efae2e;
	background: rgba(239, 174, 46, 0.05);
	/* Very subtle tint, no glow */
	box-shadow: inset 0 0 10px rgba(239, 174, 46, 0.1);
	/* Subtle inner depth only, no outer glow */
	transform: scale(1.1) rotate(5deg);
	/* Playful rotation */
}

.feature-midnight-card:hover .midnight-icon-wrap img {
	filter: none;
	/* Just color, no drop-shadow glow */
	transform: scale(1.1);
}

/* =========================================
   ABOUT PREMIUM SECTION (LIGHT VERSION)
   ========================================= */

.about-premium-section {
	background: #fff;
	background: radial-gradient(circle at 0% 50%, #fffcf5 0%, #fff 40%);
	/* Subtle warmth on left */
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

/* Decorative Background Elements */
.about-premium-section::before {
	content: '';
	position: absolute;
	top: -50px;
	right: -50px;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(239, 174, 46, 0.05) 0%, transparent 70%);
	border-radius: 50%;
	z-index: 0;
}

.about-premium-content {
	position: relative;
	z-index: 2;
	padding-left: 30px;
}

/* Typography */
.about-premium-subtitle {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	color: #efae2e;
	font-family: var(--tg-heading-font-family);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* Stylish Dividers */
.about-premium-subtitle::before,
.about-premium-subtitle::after {
	content: '';
	height: 2px;
	width: 30px;
	background: linear-gradient(90deg, transparent, #efae2e);
}

.about-premium-subtitle::after {
	background: linear-gradient(90deg, #efae2e, transparent);
}

.about-premium-title {
	font-size: 48px;
	color: #1a1a1a;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

.about-premium-text {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 35px;
	max-width: 90%;
}

/* Image Showcase */
.about-premium-img-wrap {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 1. The Golden Sun (Back Glow) */
.about-premium-img-wrap::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
	height: 350px;
	background: radial-gradient(circle, rgba(239, 174, 46, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
	filter: blur(30px);
	z-index: -2;
	animation: sunPulse 4s ease-in-out infinite;
}

@keyframes sunPulse {

	0%,
	100% {
		opacity: 0.6;
		transform: translate(-50%, -50%) scale(1);
	}

	50% {
		opacity: 0.8;
		transform: translate(-50%, -50%) scale(1.1);
	}
}

/* 2. The Rotating Golden Ring */
.about-gold-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	/* Bigger Desktop Size */
	height: 500px;
	border: 1px solid rgba(239, 174, 46, 0.4);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	/* Behind image, but visible if image is masked properly */
	animation: ringRotate 20s linear infinite;
}

/* Add a "Gem" on the ring */
.about-gold-ring::after {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	background: #efae2e;
	border-radius: 50%;
	box-shadow: 0 0 15px #efae2e;
}

@keyframes ringRotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

/* Circular Image Frame */
.about-premium-img {
	width: 450px;
	/* Bigger Desktop Size */
	height: 450px;
	object-fit: cover;
	/* Ensure it fills the circle */
	border-radius: 50%;
	/* CIRCULAR FRAME */
	border: 5px solid rgba(255, 255, 255, 0.8);
	/* Nice border to separate from ring */
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
	z-index: 1;
	position: relative;
	background: #fff;
	/* Ensure transparent images have a BG */
	transition: transform 0.5s ease;
}

.about-premium-img-wrap:hover .about-premium-img {
	transform: scale(1.02);
}

/* RESPONSIVE DESIGN FOR ABOUT IMAGE */
@media (max-width: 991px) {

	/* Tablet */
	.about-gold-ring {
		width: 400px;
		height: 400px;
	}

	.about-premium-img {
		width: 350px;
		height: 350px;
	}
}

@media (max-width: 767px) {

	/* Mobile */
	.about-gold-ring {
		width: 320px;
		height: 320px;
	}

	.about-premium-img {
		width: 280px;
		height: 280px;
	}

	.about-premium-img-wrap {
		padding: 20px 0;
		/* Reduce padding on mobile */
	}
}

/* FLOATING OBJECTS (Animation) */
.about-floating-shapes {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
	pointer-events: none;
}

.about-shape {
	position: absolute;
	background: linear-gradient(135deg, rgba(239, 174, 46, 0.2), rgba(255, 215, 0, 0.1));
	border-radius: 50%;
	backdrop-filter: blur(2px);
	animation: floatUp linear infinite;
}

.about-shape:nth-child(1) {
	width: 80px;
	height: 80px;
	top: 80%;
	left: 10%;
	animation-duration: 15s;
	animation-delay: 0s;
}

.about-shape:nth-child(2) {
	width: 50px;
	height: 50px;
	top: 60%;
	left: 90%;
	animation-duration: 20s;
	animation-delay: 2s;
	background: rgba(239, 174, 46, 0.15);
}

.about-shape:nth-child(3) {
	width: 120px;
	height: 120px;
	top: 20%;
	left: 85%;
	animation-duration: 25s;
	animation-delay: 5s;
	opacity: 0.5;
}

.about-shape:nth-child(4) {
	width: 40px;
	height: 40px;
	top: 10%;
	left: 20%;
	animation-duration: 18s;
	animation-delay: 1s;
	border: 2px solid rgba(239, 174, 46, 0.2);
	background: transparent;
}

@keyframes floatUp {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0.8;
	}

	100% {
		transform: translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}

/* =========================================
   BENEFITS & STATS (SPLIT THEME)
   ========================================= */

/* 1. DARK BENEFITS SECTION */
.benefits-dark-section {
	background-color: #080808;
	/* Deep Obsidian */
	background-image:
		radial-gradient(circle at 20% 30%, rgba(239, 174, 46, 0.05) 0%, transparent 50%),
		radial-gradient(circle at 80% 70%, rgba(239, 174, 46, 0.05) 0%, transparent 50%);
	/* Mesh Pattern Overlay */
	padding-top: 100px;
	padding-bottom: 220px;
	/* Extra padding for the overlap */
	position: relative;
	z-index: 1;
	overflow: hidden;
	/* border-radius removed */
}

/* Golden Mesh Animation */
.benefits-dark-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIGZpbGw9InJnYmEoMjM5LDE3NCw0NiwgMC4wNSkiLz48L3N2Zz4=');
	/* Minimal dots */
	opacity: 0.3;
	animation: floatingMesh 60s linear infinite;
}

@keyframes floatingMesh {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 100px 100px;
	}
}

.benefits-dark-title {
	color: #ffffff;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
}

.benefits-dark-subtitle {
	display: inline-block;
	color: #efae2e;
	font-family: var(--tg-body-font-family);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 40px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;

	/* Hero Badge Style */
	border: 1px solid #efae2e;
	padding: 10px 30px;
	border-radius: 50px;
	background: rgba(239, 174, 46, 0.05);
}

/* Remove old dividers */
.benefits-dark-subtitle::before,
.benefits-dark-subtitle::after {
	display: none;
}

/* GLASS CARD STYLE */
.benefit-glass-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: 40px 20px;
	text-align: center;
	transition: all 0.4s ease;
	height: 100%;
	position: relative;
	z-index: 2;
	backdrop-filter: blur(5px);
}

.benefit-glass-card:hover {
	transform: translateY(-10px);
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(239, 174, 46, 0.5);
	/* Gold Border */
	box-shadow: 0 10px 30px rgba(239, 174, 46, 0.1);
}

.benefit-icon-gold {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 25px;
	filter: brightness(0) saturate(100%) invert(80%) sepia(35%) saturate(996%) hue-rotate(345deg) brightness(98%) contrast(92%) drop-shadow(0 0 5px rgba(239, 174, 46, 0.5));
	/* Gold Color + Glow */
	transition: transform 0.4s ease;
}

.benefit-glass-card:hover .benefit-icon-gold {
	transform: scale(1.1);
}

.benefit-title-light {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.benefit-text-grey {
	color: #a0a0a0;
	font-size: 14px;
	line-height: 1.6;
}


/* 2. FLOATING STATS CARD (The Overlap) */
.stats-floating-section {
	position: relative;
	z-index: 10;
	margin-top: -100px;
	/* THE OVERLAP MAGIC */
	padding-bottom: 60px;
	/* Space below */
}

.stats-card-white {
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	padding: 50px 30px;
}

.stat-item-clean {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	border-right: 1px solid #eee;
	/* Divider */
}

.stat-item-clean:last-child {
	border-right: none;
}

.stat-icon-clean img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	filter: grayscale(100%);
	/* Clean dark icons */
	opacity: 0.8;
}

.stat-info-clean h2 {
	font-size: 36px;
	font-weight: 800;
	color: #1a1a1a;
	margin: 0;
	line-height: 1;
}

.stat-info-clean p {
	font-size: 14px;
	color: #666;
	margin: 5px 0 0 0;
	font-weight: 600;
	text-transform: uppercase;
}

/* Mobile Responsive */
@media (max-width: 991px) {

	/* 1. Adjust Stats Card Overlap */
	.stats-floating-section {
		margin-top: -60px;
		/* Less overlap on mobile */
		padding-bottom: 40px;
	}

	.benefits-dark-section {
		padding-bottom: 100px;
		/* Reduce bottom padding */
	}

	/* 2. Stack Stats Cleanly */
	.stat-item-clean {
		border-right: none;
		margin-bottom: 30px;
		flex-direction: row;
		/* Keep row layout but centered if possible, or column */
		text-align: left;
		/* Better for reading on mobile? Or center? Center is safer for stats */
		justify-content: center;
		flex-direction: column;
		/* Stack Icon and Text */
	}

	.stat-item-clean:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}

	.stat-item-clean:not(:last-child) {
		border-bottom: 1px solid #eee;
		/* Add horizontal divider instead of vertical */
		padding-bottom: 30px;
	}

	.stats-card-white {
		padding: 30px 20px;
	}

	/* 3. Adjust Icon Sizes for Mobile */
	.stat-icon-clean img {
		width: 50px;
		height: 50px;
	}
}

/* Redesign for Mobile Phones (Vertical List - Centered & Balanced) */
@media (max-width: 767px) {
	.stats-floating-section {
		margin-top: -40px;
		padding-bottom: 30px;
	}

	.stats-card-white {
		padding: 25px 20px;
	}

	.stats-card-white .row {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.stats-card-white .row>[class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 0;
	}

	/* List Item Styling - CENTERED */
	.stat-item-clean {
		display: flex;
		flex-direction: column;
		/* Icon Top | Text Bottom */
		align-items: center;
		/* Center Horizontally */
		justify-content: center;
		text-align: center;
		/* Centered Text */
		padding: 20px 0;
		border-bottom: 1px dashed #eee !important;
		gap: 10px;
		margin: 0 !important;
	}

	.stats-card-white .row>[class*="col-"]:last-child .stat-item-clean {
		border-bottom: none !important;
		padding-bottom: 5px;
	}

	.stats-card-white .row>[class*="col-"]:first-child .stat-item-clean {
		padding-top: 5px;
	}

	.stat-icon-clean img {
		width: 45px;
		height: 45px;
		margin: 0 0 5px 0;
		opacity: 0.9;
	}

	.stat-info-clean h2 {
		font-size: 28px;
		color: #000;
		margin-bottom: 2px;
	}

	.stat-info-clean p {
		font-size: 13px;
		margin: 0;
		color: #555;
		letter-spacing: 0.5px;
		font-weight: 600;
		text-transform: uppercase;
	}
}

@media (max-width: 991px) {

	/* Remaining styles from the original 991 block if needed */
	.stat-info-clean h2 {
		/* font-size: 28px; - handled in more specific query above */
	}

	.benefits-dark-title {
		font-size: 28px;
	}

	.benefit-item-dark {
		padding: 0 10px;
	}
}

/* =========================================
   INGREDIENTS SECTION THEME: GOLDEN ORBIT
   ========================================= */

.ingredients-premium-section {
	position: relative;
	background: #ffffff;
	padding: 100px 0 140px;
	overflow: hidden;
	z-index: 1;
}

/* Background Atmosphere */
.ingredients-bg-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	background: radial-gradient(circle, rgba(239, 174, 46, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
	z-index: -1;
	pointer-events: none;
}

.ingredients-title-area {
	margin-bottom: 70px;
}

.ingredients-sub-pill {
	display: inline-block;
	border: 1px solid #efae2e;
	color: #efae2e;
	padding: 8px 25px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	background: rgba(239, 174, 46, 0.05);
}

.ingredients-title-premium {
	font-size: 42px;
	color: #1a1a1a;
	font-family: var(--tg-heading-font-family);
	font-weight: 700;
	margin: 0;
}

/* CENTER BOTTLE */
.center-bottle-wrap {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 20px;
}

.bottle-glow-effect {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(239, 174, 46, 0.4) 0%, transparent 70%);
	filter: blur(40px);
	z-index: -1;
	animation: pulseGlow 4s ease-in-out infinite;
}

.center-bottle-img {
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
	transition: transform 0.5s ease;
}

.center-bottle-wrap:hover .center-bottle-img {
	transform: scale(1.05) translateY(-10px);
}

@keyframes pulseGlow {

	0%,
	100% {
		opacity: 0.6;
		transform: translate(-50%, -50%) scale(1);
	}

	50% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1.1);
	}
}

/* ORBIT CARDS */
.ingredient-col-left,
.ingredient-col-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 60px;
	/* Space between ingredients */
	height: 100%;
}

.ingredient-orb-card {
	display: flex;
	align-items: center;
	gap: 20px;
	transition: all 0.3s ease;
	padding: 15px;
	border-radius: 60px;
	/* Pill shape hover */
}

/* Left Side: Right Aligned (Text -> Icon) */
.ingredient-col-left .ingredient-orb-card {
	flex-direction: row-reverse;
	/* Swap Text and Icon */
	text-align: right;
	margin-right: -40px;
	/* Pull closer to bottle */
}

/* Right Side: Left Aligned (Icon -> Text) */
.ingredient-col-right .ingredient-orb-card {
	flex-direction: row;
	text-align: left;
	margin-left: -40px;
	/* Pull closer to bottle */
}

.ingredient-orb-card:hover {
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transform: translateX(0) scale(1.05);
	/* Reset margins on hover effect visualization via layouts */
}

/* Specific Hover Translations */
.ingredient-col-left .ingredient-orb-card:hover {
	transform: translateX(-10px);
}

.ingredient-col-right .ingredient-orb-card:hover {
	transform: translateX(10px);
}

.orb-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid rgba(239, 174, 46, 0.2);
	padding: 2px;
	/* Space between border and img */
	background: #fff;
	flex-shrink: 0;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(239, 174, 46, 0.1);
}

.orb-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.ingredient-orb-card:hover .orb-icon {
	border-color: #efae2e;
	box-shadow: 0 0 20px rgba(239, 174, 46, 0.3);
	transform: rotate(10deg);
}

.orb-content h4 {
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: var(--tg-heading-font-family);
	transition: color 0.3s ease;
}

.orb-content p {
	color: #666;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	font-style: italic;
	color: #efae2e;
	/* Gold Subtext */
	font-weight: 500;
}

.ingredient-orb-card:hover .orb-content h4 {
	color: #efae2e;
}

/* Mobile Responsive */
@media (max-width: 991px) {

	.ingredient-col-left .ingredient-orb-card,
	.ingredient-col-right .ingredient-orb-card {
		flex-direction: row;
		/* Standard alignment */
		text-align: left;
		margin: 0;
		/* Reset negative margins */
		background: #fff;
		/* Card style on mobile */
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
		border-radius: 15px;
		margin-bottom: 20px;
	}

	.ingredient-col-left,
	.ingredient-col-right {
		gap: 0;
	}

	.center-bottle-wrap {
		margin: 40px 0;
	}

	.orb-icon {
		width: 60px;
		height: 60px;
	}

	.ingredients-premium-section {
		padding: 60px 0;
	}
}


/* =========================================
   INGREDIENTS REDESIGN: ROYAL ELIXIR (LIGHT PREMIUM)
   ========================================= */

.ingredients-royal-section {
	background-color: #ffffff;
	/* Clean White */
	/* Gradient Removed as per user request */
	position: relative;
	padding: 20px 0 140px;
	/* Reduced top padding to close gap */
	z-index: 1;
	overflow: hidden;
}

/* Floating Particles (Optional for atmosphere) */
.ingredients-royal-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Use a light pattern if available, or removal is fine */
	opacity: 0.05;
	pointer-events: none;
}

.royal-title-area {
	margin-bottom: 80px;
	position: relative;
	z-index: 2;
}

.royal-sub-badge {
	display: inline-block;
	/* Solid Cream Background */
	background: #FFF8E7;
	color: #EFAE2E;
	/* Gold Text */
	padding: 10px 35px;
	/* Slightly thicker */
	border-radius: 50px;
	font-size: 14px;
	font-weight: 800;
	/* Bold */
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 25px;
	border: none;
	/* No Border */
	box-shadow: 0 5px 15px rgba(239, 174, 46, 0.1);
	/* Soft Glow */
}

.royal-title-main {
	font-size: 48px;
	color: #1a1a1a;
	/* Dark Text */
	font-family: var(--tg-heading-font-family);
	font-weight: 700;
	margin: 0;
	/* No text shadow for clean light look */
}

.royal-title-main span {
	color: #efae2e;
	/* Gold Highlight */
}

/* CENTER BOTTLE */
.royal-bottle-center {
	position: relative;
	z-index: 5;
	text-align: center;
	padding: 0 20px;
}

.royal-bottle-img {
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
	/* Soft Shadow */
	animation: royalFloat 6s ease-in-out infinite;
	transform-origin: center center;
}

@keyframes royalFloat {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-15px);
	}
}

.royal-bottle-platform {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 40px;
	background: radial-gradient(ellipse at center, rgba(239, 174, 46, 0.3) 0%, transparent 70%);
	opacity: 0.8;
	filter: blur(10px);
}

/* ROYAL GLASS PILLS (LIGHT VERSION) */
.royal-col-left,
.royal-col-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
	height: 100%;
}

.royal-glass-pill {
	display: flex;
	align-items: center;
	gap: 20px;
	background: #ffffff;
	/* Solid white base */
	border: 1px solid rgba(239, 174, 46, 0.2);
	/* Subtle Gold Border */
	padding: 15px 25px;
	border-radius: 100px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	/* Soft Lift */
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
}

/* Left Column: Align Text Right */
.royal-col-left .royal-glass-pill {
	flex-direction: row-reverse;
	text-align: right;
	margin-right: -20px;
	padding-left: 40px;
}

/* Right Column: Align Text Left */
.royal-col-right .royal-glass-pill {
	flex-direction: row;
	text-align: left;
	margin-left: -20px;
	padding-right: 40px;
}

/* HOVER EFFECTS */
.royal-glass-pill:hover {
	background: #fff;
	border-color: #efae2e;
	box-shadow: 0 15px 40px rgba(239, 174, 46, 0.15);
	/* Golden Shadow */
	transform: scale(1.05);
	z-index: 10;
}

.royal-col-left .royal-glass-pill:hover {
	transform: translateX(10px) scale(1.05);
}

.royal-col-right .royal-glass-pill:hover {
	transform: translateX(-10px) scale(1.05);
}

/* ICON (Light Theme) */
.royal-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	/* White BG */
	border: 2px solid #efae2e;
	padding: 0;
	/* No space between image and ring */
	flex-shrink: 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
	/* Ensure image stays inside border */
	box-shadow: 0 5px 15px rgba(239, 174, 46, 0.15);
}

.royal-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

/* TEXT (Dark) */
.royal-info h4 {
	color: #1a1a1a;
	/* Dark Black */
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 4px;
	text-transform: uppercase;
	font-family: var(--tg-heading-font-family);
	letter-spacing: 0.5px;
}

.royal-info p {
	color: #666;
	/* Grey */
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.royal-info span {
	display: block;
	color: #efae2e;
	/* Gold */
	font-size: 11px;
	margin-top: 4px;
	font-style: italic;
	opacity: 1;
}

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {
	.ingredients-royal-section {
		padding: 60px 0;
	}

	.royal-title-main {
		font-size: 32px;
	}

	.royal-col-left,
	.royal-col-right {
		gap: 15px;
		margin-bottom: 30px;
	}

	.royal-col-left .royal-glass-pill,
	.royal-col-right .royal-glass-pill {
		flex-direction: row;
		text-align: left;
		margin: 0;
		border-radius: 20px;
		padding: 15px;
		background: #fff;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	}

	.royal-glass-pill:hover {
		transform: scale(1.02);
		transform: translateX(0);
	}

	.royal-bottle-center {
		margin-bottom: 50px;
		order: 1;
	}

	.royal-icon {
		width: 50px;
		height: 50px;
		padding: 8px;
	}

	.royal-info h4 {
		font-size: 16px;
		margin-bottom: 2px;
	}

	.royal-info p {
		font-size: 11px;
	}
}

/* =========================================
   TESTIMONIALS: GOLDEN VOICES (DARK PREMIUM)
   ========================================= */

.testimonial-premium-section {
	background-color: #050505;
	/* Deep Black */
	background-image:
		radial-gradient(circle at 10% 20%, rgba(239, 174, 46, 0.08) 0%, transparent 40%),
		radial-gradient(circle at 90% 80%, rgba(239, 174, 46, 0.08) 0%, transparent 40%);
	position: relative;
	padding: 100px 0 120px;
	color: #fff;
	overflow: hidden;
}

/* FIX TITLE COLOR IN DARK SECTION */
.testimonial-premium-section .royal-title-main {
	color: #ffffff;
	text-shadow: 0 0 20px rgba(239, 174, 46, 0.2);
}

.testimonial-premium-section .royal-title-main span {
	color: #efae2e;
}

/* Custom Navigation Container */
.testimonial-nav {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 50px;
	position: relative;
	z-index: 5;
}

/* Custom Arrows */
.testimonial-nav .slick-prev,
.testimonial-nav .slick-next,
.testimonial-nav .prev-arrow,
.testimonial-nav .next-arrow {
	position: static;
	/* Override default absolute positioning */
	transform: none;
	border: 1px solid rgba(239, 174, 46, 0.5);
	/* Stronger Border */
	border-radius: 50%;
	width: 60px;
	/* Larger */
	height: 60px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	background: rgba(255, 255, 255, 0.05);
	color: #efae2e;
	font-size: 20px;
	cursor: pointer;
}

/* Arrow Icons */
.testimonial-nav .slick-prev::before,
.testimonial-nav .slick-next::before,
.testimonial-nav .prev-arrow::before,
.testimonial-nav .next-arrow::before {
	display: none;
	/* Hide default slick font */
}

.testimonial-nav .slick-prev i,
.testimonial-nav .slick-next i,
.testimonial-nav .prev-arrow i,
.testimonial-nav .next-arrow i {
	color: #efae2e;
	transition: all 0.3s ease;
}

.testimonial-nav .slick-prev:hover,
.testimonial-nav .slick-next:hover,
.testimonial-nav .prev-arrow:hover,
.testimonial-nav .next-arrow:hover {
	background: #efae2e;
	border-color: #efae2e;
	box-shadow: 0 0 20px rgba(239, 174, 46, 0.4);
	transform: translateY(-3px);
}

.testimonial-nav .slick-prev:hover i,
.testimonial-nav .slick-next:hover i,
.testimonial-nav .prev-arrow:hover i,
.testimonial-nav .next-arrow:hover i {
	color: #000;
	/* Contrast on hover */
}

/* GLASS CARD - HIGH VISIBILITY UPGRADE */
/* GLASS CARD - HIGH VISIBILITY UPGRADE */
.testimonial-glass-card {
	background: rgba(255, 255, 255, 0.08);
	/* 8% Opacity - Clearer */
	border: 1px solid rgba(239, 174, 46, 0.4);
	/* Visible Gold Border */
	border-radius: 20px;
	padding: 40px;
	margin: 15px;
	/* Spacing for carousel items */
	min-height: 400px;
	/* Equal Height for Desktop */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/* Align Top */
	gap: 25px;
	/* Consistent spacing */
	position: relative;
	backdrop-filter: blur(10px);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	/* Deep Shadow */
	transition: all 0.4s ease;
}

.testimonial-glass-card:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #efae2e;
	/* Solid Gold on Hover */
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(239, 174, 46, 0.15);
	/* Gold Glow */
}

@media (max-width: 768px) {
	.testimonial-glass-card {
		min-height: auto;
	}
}

/* Watermark Quote */
.quote-watermark {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 80px;
	color: #efae2e;
	opacity: 0.15;
	/* More visible */
	font-family: serif;
	line-height: 1;
	pointer-events: none;
}

/* HEADER: Avatar + Info */
.testi-card-header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 20px;
}

.testi-avatar-ring {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #efae2e;
	/* Solid Gold Ring */
	padding: 4px;
	flex-shrink: 0;
	box-shadow: 0 0 15px rgba(239, 174, 46, 0.2);
}

.testi-avatar-ring img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.testi-meta h5 {
	color: #fff;
	/* White Name */
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5px;
	font-family: var(--tg-heading-font-family);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.testi-meta span {
	display: block;
	font-size: 13px;
	color: #efae2e;
	/* Gold Role */
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-weight: 600;
}

.testi-stars {
	color: #efae2e;
	font-size: 14px;
	letter-spacing: 2px;
}

/* CONTENT */
.testimonial-glass-card p {
	color: #e0e0e0;
	/* Brighter Grey */
	font-size: 16px;
	line-height: 1.8;
	font-style: italic;
	margin: 0;
	font-weight: 300;
}

/* Slick Dots Customization */
.testimonial-premium-section .slick-dots li button::before {
	color: #fff;
	opacity: 0.2;
	font-size: 12px;
}

.testimonial-premium-section .slick-dots li.slick-active button::before {
	color: #efae2e;
	opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.testimonial-glass-card {
		padding: 30px 20px;
	}

	.testi-card-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.quote-watermark {
		font-size: 60px;
		top: 10px;
		right: 20px;
	}

	.testi-meta h5 {
		font-size: 16px;
	}
}

/* FIX: REMOVE GREY/WHITE CONTAINER BEHIND CARDS */
.testimonial-premium-section .testimonial-item-two {
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

/* =========================================
   FAQ SECTION: CENTERED GRID LAYOUT (ITERATION 5)
   ========================================= */

.faq-grid-section {
	background: #fff;
	background: radial-gradient(circle at 50% 0%, #fffcf5 0%, #fff 40%);
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}

/* Decorative Background Elements */
.faq-grid-section::before {
	content: '';
	position: absolute;
	top: -100px;
	right: -100px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(239, 174, 46, 0.08) 0%, transparent 70%);
	border-radius: 50%;
	z-index: 0;
}

.faq-grid-section::after {
	content: '';
	position: absolute;
	bottom: -100px;
	left: -100px;
	width: 350px;
	height: 350px;
	background: radial-gradient(circle, rgba(239, 174, 46, 0.05) 0%, transparent 70%);
	border-radius: 50%;
	z-index: 0;
}

/* Header Section */
.faq-grid-header {
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
}

.faq-grid-title {
	font-size: 48px;
	font-weight: 800;
	color: #1a1a1a;
	margin-bottom: 20px;
	line-height: 1.2;
	font-family: var(--tg-heading-font-family);
}

.faq-grid-subtitle {
	font-size: 17px;
	color: #666;
	line-height: 1.6;
	max-width: 700px;
	margin: 0 auto;
}

/* 2-Column Grid Wrapper */
.faq-grid-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	/* Single column - one per row */
	gap: 20px;
	position: relative;
	z-index: 2;
	max-width: 900px;
	/* Constrain width for better readability */
	margin: 0 auto;
}

/* Individual FAQ Grid Items */
.faq-grid-item {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.faq-grid-item:hover {
	box-shadow: 0 6px 24px rgba(239, 174, 46, 0.12);
	border-color: rgba(239, 174, 46, 0.2);
	transform: translateY(-2px);
}

/* FAQ Button */
.faq-grid-btn {
	width: 100%;
	padding: 24px 28px;
	background: transparent;
	border: none;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 17px;
	font-weight: 700;
	color: #1a1a1a;
	transition: all 0.3s ease;
	cursor: pointer;
	line-height: 1.4;
}

/* Hide Default Bootstrap Arrow */
.faq-grid-btn::after {
	display: none !important;
}

.faq-grid-btn:not(.collapsed) {
	color: #efae2e;
	background: transparent;
}

/* FAQ Icon */
.faq-grid-icon {
	width: 28px;
	height: 28px;
	min-width: 28px;
	background: rgba(239, 174, 46, 0.1);
	color: #efae2e;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	transition: all 0.3s ease;
	margin-left: 15px;
}

.faq-grid-btn:not(.collapsed) .faq-grid-icon {
	background: #efae2e;
	color: #fff;
	transform: rotate(180deg);
}

/* FAQ Body */
.faq-grid-body {
	padding: 0 28px 28px 28px;
	color: #555;
	font-size: 15px;
	line-height: 1.7;
	background: transparent;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 20px;
}

/* Bottom CTA Section */
.faq-bottom-cta {
	background: #fffcf5;
	border-radius: 20px;
	padding: 50px 40px;
	text-align: center;
	position: relative;
	z-index: 2;
	border: 1px solid rgba(239, 174, 46, 0.15);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.faq-cta-title-bottom {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 15px;
	font-family: var(--tg-heading-font-family);
}

.faq-cta-text-bottom {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 30px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.faq-cta-btn-bottom {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #efae2e 0%, #d49821 100%);
	color: #fff;
	font-weight: 600;
	padding: 16px 40px;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 6px 20px rgba(239, 174, 46, 0.3);
	font-size: 16px;
}

.faq-cta-btn-bottom:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(239, 174, 46, 0.4);
	background: linear-gradient(135deg, #d49821 0%, #efae2e 100%);
	color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
	.faq-grid-wrapper {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.faq-grid-title {
		font-size: 36px;
	}

	.faq-grid-subtitle {
		font-size: 16px;
	}

	.faq-grid-btn {
		font-size: 16px;
		padding: 20px 24px;
	}

	.faq-grid-body {
		padding: 0 24px 24px 24px;
		font-size: 14px;
	}

	.faq-cta-title-bottom {
		font-size: 26px;
	}

	.faq-bottom-cta {
		padding: 40px 30px;
	}
}

/* =========================================
   CREATIVE PREMIUM CONTACT SECTION
   ========================================= */

.contact-creative-section {
	padding: 100px 0;
	position: relative;
	z-index: 2;
	background: #050505;
	/* Deep Black/Dark Grey */
	overflow: hidden;
}

/* Background Glow Effect */
.contact-bg-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(239, 174, 46, 0.15) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

.contact-creative-card {
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 2;
}



/* Left: Creative Info Panel */
.creative-info-panel {
	background: linear-gradient(135deg, #d4af37 0%, #b48811 100%);
	height: 100%;
	padding: 60px 50px;
	position: relative;
	color: #2c1e05;
	/* Dark Premium Brown for Contrast */
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.sub-caps {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: 0.9;
	margin-bottom: 20px;
	display: block;
	font-weight: 700;
	color: #fff;
	/* Keep "CONNECT WITH US" white as a subtle accent if desired, or make dark. decisions... Image shows it light. Let's keep it light or make it dark? Image shows it is light but maybe hard to read. User said "Color contrast... not match".
    Wait, the user attached an image where the text "CONNECT WITH US" is clearly visible in a light color (maybe white or light yellow) on the gold. But the main text "LET'S START A CONVERSATION" is WHITE in my code but user says contrast is bad.
    Actually, looking at the user's uploaded image `uploaded_image_1766775292299.png`, the text "LET'S START A CONVERSATION" looks White. The user said "Color contrast of text and yellow background not match, can you make it better".
    So I should definitely make the main text dark.
    Let's make .sub-caps dark too to be safe, or a very opaque white. Let's go with dark for maximum readability as requested. */
	color: #2c1e05;
}

.creative-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #2c1e05;
	/* Dark Text */
	line-height: 1.2;
	font-family: var(--tg-heading-font-family);
}

.creative-text {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 40px;
	opacity: 0.9;
	max-width: 90%;
	color: #2c1e05;
	/* Dark Text */
	font-weight: 500;
}

.creative-contacts {
	margin-top: auto;
}

.cc-item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	gap: 20px;
}

.cc-icon {
	width: 50px;
	height: 50px;
	background: rgba(44, 30, 5, 0.1);
	/* Dark transparent bg */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	backdrop-filter: blur(5px);
	color: #2c1e05;
	/* Dark Icon */
}

.cc-detail span {
	display: block;
	font-size: 12px;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.cc-detail strong {
	font-size: 18px;
	font-weight: 600;
}

/* Panel Decorations */
.panel-deco-1 {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	border: 30px solid rgba(255, 255, 255, 0.05);
	border-radius: 50%;
}

.panel-deco-2 {
	position: absolute;
	bottom: -80px;
	left: -20px;
	width: 150px;
	height: 150px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

/* Right: Creative Form Panel */
/* Right: Creative Form Panel */
.creative-form-panel {
	padding: 60px 40px;
	background: #ffffff;
	/* Light Theme */
}

.form-header {
	font-size: 24px;
	color: #1a1a1a;
	/* Dark Text */
	margin-bottom: 30px;
	font-weight: 700;
}

.input-group-creative {
	position: relative;
	margin-bottom: 35px;
}

.input-group-creative input,
.input-group-creative textarea {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	/* Light Grey Border */
	padding: 10px 0;
	color: #333;
	/* Dark Input Text */
	font-size: 16px;
	outline: none;
	transition: all 0.3s ease;
}

.input-group-creative label {
	position: absolute;
	top: 10px;
	left: 0;
	color: #777;
	/* Grey Label */
	font-size: 16px;
	transition: 0.3s ease;
	pointer-events: none;
}

/* Floating Label Logic */
.input-group-creative input:focus~label,
.input-group-creative input:not(:placeholder-shown)~label,
.input-group-creative textarea:focus~label,
.input-group-creative textarea:not(:placeholder-shown)~label {
	top: -20px;
	font-size: 12px;
	color: #efae2e;
	/* Gold Accent on Focus */
	font-weight: 600;
}

.input-group-creative .bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #efae2e;
	transition: 0.3s ease;
}

.input-group-creative input:focus~.bar,
.input-group-creative textarea:focus~.bar {
	width: 100%;
}

/* Submit Button */
.btn-creative-submit {
	width: 100%;
	padding: 16px;
	background: linear-gradient(135deg, #efae2e 0%, #d49821 100%);
	border: none;
	border-radius: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 15px;
	transition: all 0.3s ease;
	box-shadow: 0 10px 20px rgba(239, 174, 46, 0.3);
}

.btn-creative-submit:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 30px rgba(239, 174, 46, 0.4);
}

.btn-creative-submit .icon-box {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

/* Responsive */
@media (max-width: 991px) {
	.contact-creative-card {
		border-radius: 20px;
	}

	.creative-info-panel {
		padding: 40px 30px;
	}

	.creative-form-panel {
		padding: 40px 30px;
	}
}

/* =========================================
   MOVED FROM FOOTER PREMIUM
   ========================================= */

/* =========================================
   ULTRA-CREATIVE SCROLL TO TOP BUTTON
   ========================================= */

.scroll-to-top-premium {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #efae2e 0%, #d49821 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9999;
	box-shadow: 0 8px 25px rgba(239, 174, 46, 0.4);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	opacity: 0;
	visibility: hidden;
	transform: scale(0) rotate(-180deg);
	overflow: visible;
}

.scroll-to-top-premium.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1) rotate(0deg);
	animation: morphPulse 3s ease-in-out infinite;
}

.scroll-to-top-premium:hover {
	transform: scale(1.15) translateY(-8px) rotate(5deg);
	box-shadow: 0 15px 45px rgba(239, 174, 46, 0.7);
	animation: none;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/* Outer Rotating Ring */
.outer-ring {
	position: absolute;
	width: 75px;
	height: 75px;
	border: 2px dashed rgba(239, 174, 46, 0.4);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: rotateRing 8s linear infinite;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.scroll-to-top-premium:hover .outer-ring {
	opacity: 1;
}

/* Arrow Icon */
.scroll-to-top-premium i {
	font-size: 22px;
	color: #fff;
	position: relative;
	z-index: 2;
	animation: arrowFloat 2s ease-in-out infinite;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.scroll-to-top-premium:hover i {
	animation: arrowShoot 0.8s ease-in-out infinite;
}

/* Progress Ring */
.progress-ring {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-90deg);
}

.progress-ring-circle {
	transition: stroke-dashoffset 0.3s ease;
	filter: drop-shadow(0 0 10px rgba(239, 174, 46, 0.8));
}

/* Sparkles */
.sparkle {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	box-shadow: 0 0 10px #efae2e, 0 0 20px #efae2e;
}

.scroll-to-top-premium.active .sparkle {
	animation: sparkleFloat 2s ease-in-out infinite;
}

.sparkle-1 {
	top: 5px;
	right: 15px;
	animation-delay: 0s;
}

.sparkle-2 {
	top: 15px;
	right: 5px;
	animation-delay: 0.5s;
}

.sparkle-3 {
	bottom: 5px;
	left: 15px;
	animation-delay: 1s;
}

.sparkle-4 {
	bottom: 15px;
	left: 5px;
	animation-delay: 1.5s;
}

/* Ripple Effect */
.ripple {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(239, 174, 46, 0.3);
	opacity: 0;
	pointer-events: none;
}

.scroll-to-top-premium:active .ripple {
	animation: rippleEffect 0.6s ease-out;
}

/* Animations */
@keyframes morphPulse {

	0%,
	100% {
		border-radius: 50%;
		box-shadow: 0 8px 25px rgba(239, 174, 46, 0.4);
	}

	25% {
		border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
		box-shadow: 0 10px 30px rgba(239, 174, 46, 0.5);
	}

	50% {
		border-radius: 60% 40% 40% 60% / 40% 60% 40% 60%;
		box-shadow: 0 12px 35px rgba(239, 174, 46, 0.6);
	}

	75% {
		border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
		box-shadow: 0 10px 30px rgba(239, 174, 46, 0.5);
	}
}

@keyframes arrowFloat {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}
}

@keyframes arrowShoot {

	0%,
	100% {
		transform: translateY(0) scale(1);
	}

	25% {
		transform: translateY(-10px) scale(1.2);
	}

	50% {
		transform: translateY(-15px) scale(1.1);
	}

	75% {
		transform: translateY(-5px) scale(1.15);
	}
}

@keyframes rotateRing {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes sparkleFloat {

	0%,
	100% {
		opacity: 0;
		transform: translateY(0) scale(0);
	}

	50% {
		transform: translateY(-20px) scale(1);
	}
}

@keyframes rippleEffect {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}

	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}

/* Responsive */
@media (max-width: 768px) {
	.scroll-to-top-premium {
		width: 50px;
		height: 50px;
		bottom: 20px;
		right: 20px;
	}

	.scroll-to-top-premium i {
		font-size: 18px;
	}

	.progress-ring {
		width: 50px;
		height: 50px;
	}

	.outer-ring {
		width: 65px;
		height: 65px;
	}

	.sparkle {
		width: 4px;
		height: 4px;
	}
}

/* =========================================
   PREMIUM CONTACT SECTION - ADDED
   ========================================= */
.contact-creative-section {
	position: relative;
	padding: 100px 0;
	background: #050505;
	/* Deep dark base */
	overflow: hidden;
	z-index: 1;
	border-top: 1px solid rgba(239, 174, 46, 0.1);
	/* Subtle gold separator */
}

/* Dynamic Background Glow */
.contact-bg-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 10% 20%, rgba(239, 174, 46, 0.05) 0%, transparent 50%),
		radial-gradient(circle at 90% 80%, rgba(239, 174, 46, 0.05) 0%, transparent 50%);
	z-index: -1;
	pointer-events: none;
}

/* Subtle Pattern Overlay */
.contact-creative-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23efae2e' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	z-index: -1;
	opacity: 0.8;
}

/* Floating Shapes Animation */
.contact-creative-section::after {
	content: '';
	position: absolute;
	top: -50px;
	right: -50px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(239, 174, 46, 0.08) 0%, transparent 60%);
	border-radius: 50%;
	animation: contactFloat 10s ease-in-out infinite alternate;
	z-index: -1;
}

@keyframes contactFloat {
	0% {
		transform: translate(0, 0) scale(1);
	}

	100% {
		transform: translate(-30px, 30px) scale(1.1);
	}
}

/* Detailed Particle Background for Contact */
#contact-particles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	/* Let clicks pass through */
}

/* =========================================
   GOLD MARQUEE STRIP
   ========================================= */
.marquee-premium-strip {
	background: linear-gradient(90deg, #b8860b 0%, #efae2e 50%, #b8860b 100%);
	padding: 12px 0;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	z-index: 5;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Main Marquee Content Container */
.marquee-content {
	display: flex !important;
	white-space: nowrap;
	animation: marqueeScroll 20s linear infinite;
	/* speed increased */
	padding-left: 0 !important;
	/* Start immediately, no initialization gap */
}

@keyframes marqueeScroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
		/* Assuming we duplicated content twice to form a seamless loop of 2 sets */
	}
}

.marquee.d-time {
	color: #996515;
	/* Darker Gold Time */
	font-weight: 700;
	font-size: 14px;
}

.marquee-item {
	color: #1a1a1a;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	margin: 0 15px;
}

.marquee-item i {
	font-size: 16px;
	margin-right: 8px;
	color: #000;
}

.marquee-divider {
	color: rgba(0, 0, 0, 0.3);
	font-weight: 300;
	margin: 0 10px;
}

/* Pause on hover */
.marquee-premium-strip:hover .marquee-content {
	animation-play-state: paused;
}

/* =========================================
   About Section - New Premium Styles
   ========================================= */

.about-features-container {
	padding-left: 10px;
}

.premium-check-list li {
	font-size: 15px;
	color: #444;
	/* Dark grey for readability on light background */
	display: flex;
	align-items: center;
}

.premium-check-list li i {
	font-size: 14px;
}

/* Speed up marquee on mobile to match desktop perception */
/* Hide marquee on mobile as requested */
@media (max-width: 767px) {
	.marquee-premium-strip {
		display: none !important;
	}
}

/* =========================================
   Pushya Royal Section - Minimal Table Theme
   ========================================= */

.pushya-royal-section {
	padding: 30px 0 60px 0;
	background: linear-gradient(180deg, #FFFFFF 0%, #FFF8E7 15%, #F5E6CA 100%);
	/* White to Gold Blend */
	position: relative;
}

.royal-subtitle {
	display: block;
	font-family: var(--tg-heading-font-family);
	color: #bfa15f;
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: 600;
}

.royal-title {
	font-family: var(--tg-heading-font-family);
	color: #2c1e05;
	font-size: 38px;
	margin-bottom: 20px;
}

.royal-divider {
	height: 2px;
	width: 50px;
	background: #efae2e;
	margin: 0 auto 20px auto;
}

.royal-desc {
	color: #5d4a25;
	font-size: 16px;
	max-width: 700px;
	margin: 0 auto;
	line-height: 1.5;
}

/* MINIMAL 5-COLUMN GRID */
/* Limit width and center */
/* MINIMAL 5-COLUMN FLEX GRID (Center aligned last row) */
.royal-calendar-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
	border: none;
	background: transparent;
}

/* Base Card Width for 5 Columns */
.royal-date-card {
	/* 5 columns: (100% - (4 * 20px)) / 5 = 20% - 16px */
	width: calc(20% - 16px);
	/* Refined Card Style */
	background: #fff;
	padding: 15px 20px;
	border-radius: 8px;
	/* Subtle border instead of table grids */
	border: 1px solid rgba(239, 174, 46, 0.2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all 0.3s ease;
}

.royal-date-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(239, 174, 46, 0.15);
	border-color: #efae2e;
}

/* Responsive Flex Grid */
@media (max-width: 1199px) {

	/* 4 Columns */
	.royal-date-card {
		width: calc(25% - 15px);
		/* (100% - 60px) / 4 */
	}
}

@media (max-width: 991px) {

	/* 3 Columns */
	.royal-date-card {
		width: calc(33.33% - 14px);
		/* (100% - 40px) / 3 */
	}
}

@media (max-width: 768px) {
	.royal-calendar-grid {
		gap: 15px;
	}

	/* 2 Columns */
	.royal-date-card {
		width: calc(50% - 8px);
		/* (100% - 15px) / 2 */
	}
}

@media (max-width: 480px) {

	/* 2 Columns (User Requested) */
	.royal-date-card {
		width: calc(50% - 8px);
	}
}

/* Header style change - simple bold text */
.royal-card-header {
	/* background: rgba(239, 174, 46, 0.1); */
	background: rgba(153, 101, 21, 0.1);
	color: #996515;
	/* Darker Gold Month */
	font-weight: 800;
	font-family: var(--tg-heading-font-family);
	padding: 4px 12px;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	width: 100%;
	margin-bottom: 12px;
}

.royal-card-body {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.royal-date-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
	padding-bottom: 6px;
	font-size: 14px;
}

.royal-date-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.royal-date-row .d-day {
	color: #2c1e05;
	/* Dark Text */
	font-weight: 700;
	font-size: 14px;
}

.royal-date-row .d-time {
	color: #996515;
	/* Darker Gold Time */
	font-weight: 700;
	text-align: right;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}

/* =========================================
   About Section - Subtitle Update
   ========================================= */
.about-premium-subtitle span {
	display: inline-block;
	color: #efae2e;
	/* Primary Gold var(--tg-primary-color) */
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	background: rgba(239, 174, 46, 0.1);
	padding: 8px 20px;
	border-radius: 30px;
	font-family: 'Roboto', sans-serif;
}

.about-premium-subtitle::before,
.about-premium-subtitle::after {
	display: none !important;
	content: none !important;
}

/* =========================================
   Scroll To Top with Progress Ring
   ========================================= */
.scroll-progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(239, 174, 46, 0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 200ms linear;
	background-color: #111;
	/* Dark Background */
}

.scroll-progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scroll-progress-wrap::after {
	position: absolute;
	font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	/* Arrow Up */
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #efae2e;
	/* Gold Arrow */
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
}

.scroll-progress-wrap:hover::after {
	opacity: 0;
}

.scroll-progress-wrap::before {
	position: absolute;
	font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #efae2e;
	left: 0;
	top: -5px;
	/* Slide effect */
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	z-index: 2;
	opacity: 0;
	transition: all 200ms linear;
}

.scroll-progress-wrap:hover::before {
	top: 0;
	opacity: 1;
}

.scroll-progress-wrap svg path {
	fill: none;
}

.scroll-progress-wrap svg.progress-circle path {
	stroke: #efae2e;
	/* Gold Progress Stroke */
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
}

/* Optional: Pulse on hover */
.scroll-progress-wrap:hover {
	box-shadow: inset 0 0 0 2px rgba(239, 174, 46, 0.6);
}

/* Hide default icon if I put it in HTML manually, 
   but since I calculate progress, I need SVG */
.scroll-progress-wrap i {
	display: none;
}





/* Resize About Image on Desktop */
@media (min-width: 992px) {
	.about-premium-img-wrap {
		transform: scale(1.2);
		transform-origin: center center;
	}
}

/* WhatsApp Popup Widget */
.whatsapp-widget {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 9999;
	font-family: 'Roboto', sans-serif;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.whatsapp-widget.visible {
	opacity: 1;
	visibility: visible;
}

.whatsapp-toggle {
	width: 60px;
	height: 60px;
	background-color: #25d366;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.whatsapp-toggle:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.whatsapp-toggle i {
	color: #fff;
	font-size: 32px;
}

.whatsapp-toggle-tooltip {
	position: absolute;
	left: 70px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	padding: 6px 14px;
	border-radius: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	opacity: 1;
	transition: opacity 0.3s;
	pointer-events: none;
}

.whatsapp-toggle-tooltip::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fff;
}

.whatsapp-popup {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 320px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px) scale(0.95);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transform-origin: bottom left;
}

.whatsapp-popup.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.whatsapp-header {
	background: #095e54;
	padding: 20px 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.whatsapp-header-info {
	display: flex;
	align-items: center;
	gap: 12px;
}

.whatsapp-header-info i {
	font-size: 28px;
}

.whatsapp-header-text h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
}

.whatsapp-header-text small {
	font-size: 12px;
	opacity: 0.8;
}

.whatsapp-close {
	cursor: pointer;
	font-size: 18px;
	opacity: 0.8;
	transition: opacity 0.2s;
}

.whatsapp-close:hover {
	opacity: 1;
}

.whatsapp-body {
	background: #e5ddd5;
	padding: 20px;
	height: 250px;
	position: relative;
	background-image: url('../img/bg/paper_texture.png');
	background-repeat: repeat;
}

.whatsapp-message-bubble {
	background: #fff;
	padding: 10px 14px;
	border-radius: 0 12px 12px 12px;
	position: relative;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	max-width: 85%;
	display: table;
	margin-bottom: 20px;
	animation: slideInLeft 0.3s ease-out forwards;
}

.whatsapp-message-bubble::before {
	content: '';
	position: absolute;
	left: -8px;
	top: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}

.whatsapp-message-bubble .message-text {
	font-size: 14px;
	color: #111;
	line-height: 1.4;
	margin-bottom: 4px;
	display: block;
}

.whatsapp-message-bubble .message-time {
	font-size: 11px;
	color: #999;
	float: right;
	margin-top: 2px;
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-10px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.whatsapp-footer {
	padding: 10px 15px;
	background: #f0f0f0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.whatsapp-input {
	flex: 1;
	background: #fff;
	border: none;
	padding: 10px 15px;
	border-radius: 20px;
	outline: none;
	font-size: 14px;
	color: #333;
}

.whatsapp-send-btn {
	background: none;
	border: none;
	color: #919191;
	font-size: 20px;
	cursor: pointer;
	padding: 0 5px;
	transition: color 0.2s;
}

.whatsapp-send-btn:hover {
	color: #128c7e;
}

/* Close Icon for the toggle when active */
.whatsapp-toggle.active {
	background: #3b5998;
	/* Example Blue color as per screenshot */
}

.whatsapp-toggle.active i {
	transform: rotate(90deg);
	transition: transform 0.3s;
}

.whatsapp-toggle.active .whatsapp-toggle-tooltip {
	display: none;
}

/* Mobile Optimization for WhatsApp Widget */
@media (max-width: 768px) {

	/* Hide tooltip text */
	.whatsapp-toggle-tooltip {
		display: none !important;
	}

	/* Match Scroll-Top Button Size (50px) */
	.whatsapp-toggle {
		width: 50px;
		height: 50px;
	}

	/* Reduce icon size proportionately */
	.whatsapp-toggle i {
		font-size: 28px;
	}

	/* Align with Scroll-Top Button Position (bottom: 30px) */
	.whatsapp-widget {
		bottom: 30px;
		left: 30px;
	}
}

/* Fix for Contact Form Black Strip */
.creative-form-panel {
	background: #fff;
	/* Ensure white background */
	height: 100% !important;
	/* Force full height to match left panel */
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	border-radius: 0 12px 12px 0 !important;
	/* Visual consistency */
}

.creative-form-panel form {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}