/*
----------------------------------
- Preloader
----------------------------------
*/

.preloader-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1000000;
	text-align: center;
	display: table;
}

.preloader-inside {
	position: relative;
	height: auto;
	width: 200px;
	margin-top: 300px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	color: #fff;
}

.spinner {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
}

.spinner img {
	position: absolute;
	top: 22px;
	left: 0;
	padding: 5px;
}

.spinner:after {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.spinner:before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.spinner-1:after {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 4px solid transparent;
	border-top-color: #fcc012;
	border-bottom-color: #fcc012;
	animation: spinny 2s linear infinite;
}

@keyframes spinny {
	0% {
		transform: rotate(0deg) scale(1);
	}

	50% {
		transform: rotate(30deg) scale(1.2);
	}

	100% {
		transform: rotate(360deg) scale(1);
	}
}

/*
--blue Preloader
-------------------------------- */

.blue-spinner-1:after {
	border-top-color: #e99035;
	border-bottom-color: #e99035;
}

/*
----------------------------------
- Nav Style
----------------------------------
*/
/* ---------------- **!--Navbar Section ------------------- */

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	background-color: #000000;
	border-color: #000000;
}

.navbar-nav {
	margin-top: 10px;
}

.navbar-brand {
	padding: 0;
	margin-top: 20px;
}

.navbar-right {
	margin-top: 10px;
}

.navbar-right > li {
	margin-right: 15px;
}

.nav > li {
	margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #e99035 !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: transparent;
}

.dropdown-menu .dropdown:hover > .sub-menu {
	opacity: 1;
	display: block;
	-webkit-transform: rotateY(0deg) translateX(100%);
	-moz-transform: rotateY(0deg) translateX(100%);
	-ms-transform: rotateY(0deg) translateX(100%);
	-o-transform: rotateY(0deg) translateX(100%);
	transform: rotateY(0deg) translateX(100%);
}

.mega-dropdown {
	position: static !important;
}

.mega-dropdown-menu {
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 30px 60px;
}

.mega-dropdown-menu .category-type {
	width: 18%;
	display: inline-block;
}

.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}

.mega-dropdown-menu > li > ul > li {
	list-style: none;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
	border-radius: 5px;
}

.mega-dropdown-menu > li > ul > li {
	margin-bottom: 25px;
}

.mega-dropdown-menu > li > ul > li > a {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	color: #2e3a54;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
	color: #444;
	background-color: #f5f5f5;
}

.mega-dropdown-header {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #222a3c;
	font-size: 20px;
	margin-bottom: 48px;
}

.divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.navbar-form {
	padding: 0;
}

.navbar-form .form-control {
	width: 275px;
}

.navbar-form .btn {
	margin-left: -4px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	max-height: 420px;
	border-color: transparent;
}

.menu-toggle {
	padding: 27.5px;
	border-right: 1px solid #111;
}

.menu-toggle .icon-bar {
	width: 35px;
	height: 2px;
	background-color: #da2052;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.navbar-default .navbar-toggle {
	background-color: transparent;
	border: 1px solid transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	width: 35px;
	margin-bottom: 6px;
	background-color: #da2052;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.navbar-default .navbar-toggle.open span,
.menu-toggle .open span {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.navbar-default .navbar-toggle.open span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-toggle .open span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 0;
}

.navbar-default .navbar-toggle.open span:nth-child(3),
.menu-toggle .open span:nth-child(2),
.menu-toggle .open span:nth-child(3) {
	opacity: 0;
}

.navbar-default .navbar-toggle.open span:nth-child(4),
.menu-toggle .open span:nth-child(4) {
	-webkit-transform: rotate(45deg) translate(-11px, -11px);
	-o-transform: rotate(45deg) translate(-11px, -11px);
	-moz-transform: rotate(45deg) translate(-11px, -11px);
	-o-transform: rotate(45deg) translate(-11px, -11px);
	-moz-transform: rotate(45deg) translate(-11px, -11px);
	transform: rotate(45deg) translate(-11px, -11px);
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

/*
-- Blue Nav style
---------------------------------- */

.navbar-default.blue-nav a:hover,
.navbar-default.blue-nav a:focus,
.navbar-default.blue-nav .navbar-nav > .active > a,
.navbar-default.blue-nav .navbar-nav > .active > a:focus,
.navbar-default.blue-nav .navbar-nav > .active > a:hover,
.navbar-default.blue-nav .navbar-nav > .open > a,
.navbar-default.blue-nav .navbar-nav > .open > a:focus,
.navbar-default.blue-nav .navbar-nav > .open > a:hover {
	color: #e99035 !important;
	background-color: transparent;
}

.navbar-default.blue-nav .navbar-nav > .active > a:after {
	background-color: #e99035;
}

.nav-area.blue-nav .social-link li:hover {
	background-color: #e99035 !important;
}

.nav-area.blue-nav .social-link li:hover i {
	color: #fff;
}

.blue-nav.navbar-default .navbar-toggle .icon-bar {
	background-color: #e99035;
}

.search-box {
	display: none;
	position: absolute;
	right: 32%;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 0;
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	padding: 0;
	border: none;
	transition:
		transform 0.4s ease,
		opacity 0.4s ease;
}

.search-box form {
	display: flex;
	align-items: center;
}

.search-box input {
	border-radius: 4px 0 0 4px;
	margin-right: -1px;
	/* To remove double border between input and button */
}

/* .search-box button.close-btn {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;

} */

.search-box button.submit-btn {
	display: none;
	margin-left: 5px;
	background: transparent;
	color: #efc43d !important;
	border: 1px solid #efc43d;
	margin-right: 5px;
	padding: 5px 20px;
	font-size: 14px;
}

.search-box button.close-btn {
	display: none;
	margin-left: 5px;
	background: transparent;
	color: #000 !important;
	border: 1px solid #d131315e;
	margin-right: 5px;
	padding: 5px 20px;
	font-size: 14px;
}

.search-box button.close-btn i {
	color: red;
}

.search-box .form-group {
	margin-bottom: 0;
}

.amount-wrapper {
	margin-top: 10px;
}

.dropdown-menu > li > a > span {
	color: #2e3a54;
	font-family: 'Open Sans';
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 10px;
	text-transform: capitalize;
}

.dropdown-menu > li > a > span i {
	margin-right: 15px;
}

.nav > li > a > img {
	max-width: 44px;
	max-height: 44px;
	border-radius: 44px;
	box-shadow: 0px 4px 25px 0px rgba(255, 193, 7, 0.66);
}

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

a.dropdown-toggle.cart-item {
	margin-top: 10px;
}

a.dropdown-toggle.cart-item i {
	font-size: 24px;
}

span.item-count {
	position: absolute;
	color: #fa7d09;
}

/* ---------------------------------
- Header Section
--------------------------------- */

.hero-area {
	width: 100%;
	height: auto;
	margin-top: 115px;
}

.hero-content-wrapper {
	width: 100%;
	height: 550px;
	background-image: url('../img/hero.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	border-radius: 20px;
	/* Add this */
	overflow: hidden;
	/* Add this to cut off the background color */
}

.hero-content-wrapper::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 1px solid #000;
	opacity: 0.65;
	background: linear-gradient(94deg, #1e1e1e 49.43%, #efc43d 99.36%);
	mix-blend-mode: multiply;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	left: 0;
	top: 0;
	z-index: 0;
}

.hero-caption {
	z-index: 1;
	position: absolute;
	left: 10%;
	bottom: 30%;
}

.hero-caption p {
	color: #fff;

	font-family: 'Segoe UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 16px;
	/* 100% */
	text-transform: capitalize;
	width: 315px;
}

.hero-caption h2 {
	width: 445px;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	text-transform: capitalize;
	background: linear-gradient(90deg, #efc43d 0%, #e99035 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-caption h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	text-transform: capitalize;
	background: linear-gradient(90deg, #e99035 0%, #efc43d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 465px;
}

.bread-special {
	width: 500px !important;
}

.hero-caption-special {
	bottom: 30% !important;
}

.breadcum-content-wrapper {
	width: 100%;
	height: 395px;
	background-image: url('../img/contact.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.breadcum-content-wrapper::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	opacity: 0.65;
	background: linear-gradient(94deg, #1e1e1e 49.43%, #efc43d 99.36%);
	mix-blend-mode: multiply;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	left: 0;
	top: 0;
	z-index: 0;
}

.breadcum-caption {
	z-index: 1;
	position: absolute;
	left: 10%;
	bottom: 30%;
}

.breadcum-caption p {
	color: #fff;

	font-family: 'Segoe UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 16px;
	/* 100% */
	text-transform: capitalize;
	width: 315px;
}

.breadcum-caption h2 {
	width: 445px;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	text-transform: capitalize;
	background: linear-gradient(90deg, #efc43d 0%, #e99035 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact-special-h2 {
	font-size: 57px !important;
}

.breadcum-caption h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	text-transform: capitalize;
	background: linear-gradient(90deg, #e99035 0%, #efc43d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 465px;
}

.breadcum-caption-special {
	bottom: 40% !important;
}

#legalInfoModal input#email {
	width: 100%;
}

#legalInfoModal .btn-primary {
	color: #000 !important;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 10px;
	background: #efc43d;
	padding: 17px 66px 18px 67px;
	font-size: 15px;
	margin-bottom: 15px;
}

.get-in-touch-wrapper {
	padding-left: 50px;
}

.msg-btn-wrapper {
	text-align: right;
}

.login-right-content {
	border-radius: 20px;
	background: linear-gradient(0deg, #efc43d 0%, #e99035 100%);
	width: 100%;
	height: calc(100vh - 110px);
}

.contact-left-content {
	border-radius: 20px;
	background: linear-gradient(0deg, #efc43d 0%, #e99035 100%);
	width: 100%;
	height: 600px;
}

.get-in-touch-wrapper #legalInfoModal .form-group {
	margin-bottom: 30px;
}

/* ---------------------------------
- About Section
--------------------------------- */

.about-breadcum-content-wrapper {
	width: 100%;
	height: 395px;
	background-image: url('../img/about.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.about-breadcum-content-wrapper::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	opacity: 0.65;
	background: linear-gradient(94deg, #1e1e1e 49.43%, #efc43d 99.36%);
	mix-blend-mode: multiply;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	left: 0;
	top: 0;
	z-index: 0;
}

.about-breadcum-caption-special {
	bottom: 28% !important;
}

.about-breadcum-caption {
	z-index: 1;
	position: absolute;
	left: 10%;
	bottom: 30%;
}

.about-breadcum-caption h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	text-transform: capitalize;
	background: linear-gradient(90deg, #e99035 0%, #efc43d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 465px;
}

.about-breadcum-caption p {
	color: #fff;
	font-family: 'Segoe UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 16px;
	width: 390px;
}

.about-left-item-content h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	text-transform: capitalize;
	background: linear-gradient(90deg, #e99035 0%, #efc43d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-left-item-content h2 img {
	width: 30px;
	height: 40px;
}

.about-left-item-content h2 span {
	vertical-align: middle;
}

.mn-bottom-50 {
	margin-bottom: 75px;
}

.about-feature-img {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}

.about-feature-img img {
	max-width: 100%;
	max-height: 100%;
}

.about-feature-img-left {
	width: 100%;
	height: auto;
}

.about-feature-img-left img {
	width: 100%;
	height: 100%;
}

.about-right-item-content h2 {
	text-align: right;
	font-family: 'Poppins', sans-serif;
	background: linear-gradient(90deg, #e99035 0%, #efc43d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	text-transform: capitalize;
}

.about-right-item-content h2 img {
	width: 30px;
	height: 40px;
}

.about-right-item-content h2 span {
	vertical-align: middle;
}

.about-right-item-content p {
	text-align: right;
}

.about-main-feature-wrapper {
	margin: 0 auto;
	text-align: center;
}

.about-area {
	width: 100%;
	height: auto;
}

.about-caption {
	width: 266px;
	height: 266px;
	padding: 30px;
	margin: auto;
	text-align: center;
	display: table;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.about-caption:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	background-color: #e5e8e9;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-o-transform: scale(0.2);
	-moz-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.about-caption:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	background-color: #d9dada;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-o-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.about-caption-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.about-caption .about-caption-icon i {
	font-size: 46px;
	line-height: 50px;
	color: #4e4e4e;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.about-caption h6 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #333333;
	margin-bottom: 10px;
}

.about-caption p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0;
	color: #333333;
}

.about-caption:hover::after {
	opacity: 1;
	box-shadow: 0px 3px 4px 1px #bebebe;
	box-shadow: 0px 3px 4px 1px #bebebe;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.about-caption:hover::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.about-caption:hover i {
	color: #fcc012;
}

/*
-- Home Category Section
----------------------------------- */

.hero-category-wrapper {
	margin: 50px 0;
}

.category-full-item {
	width: 100%;
	height: 400px;
	position: relative;
}

.category-inner-content {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.category-item {
	position: relative;
	width: 310px;
	height: 310px;
	border: 1px solid #cecece;
	border-radius: 20px;
	display: inline-block;
	margin-right: 60px;
	margin-bottom: 115px;
	vertical-align: top;
}

.category-header {
	width: 100px;
	height: 100px;
	border: 1px solid #cecece;
	border-radius: 10px;
	position: absolute;
	top: -60px;
	left: 15%;
	bottom: 0;
	margin: 0 auto;
	rotate: 45deg;
	background: #2e3a54;
}

.category-header span {
	display: inline-block;
	transform: rotate(-45deg);
	/* Counteracts the 45-degree rotation of the parent */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	/* Center the span and rotate it back */
	font-size: 24px;
	/* Adjust the font size as needed */
}

.category-header span i {
	color: #e99035;
}

.category-body {
	padding: 0 25px;
	text-align: left;
	margin-top: 25%;
}

.category-body p {
	margin-bottom: 10px;
}

.category-body h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	margin-bottom: 5px;
	color: #2e3a54;
	margin-bottom: 15px;
}

.category-body h5 {
	font-family: 'Segoe UI';
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 0px;
	color: #2e3a54;
}

.profit {
	font-family: 'Segoe UI';
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 0px;
	color: #e99035;
}

.tenure {
	font-family: 'Segoe UI';
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 0px;
	color: #2e3a54;
}

.category-body span {
	color: #e99035;
	font-size: 17px;
}

.category-body span:hover {
	color: #ffffff !important;
}

.category-item:hover {
	background: linear-gradient(90deg, #efc43d 0%, #e99035 100%) !important;
}

/* Active state style */
.category-item.active {
	border-color: #e99035;
	background: #e99035;
}

.category-item:hover .category-header {
	background: #2e3a54;
}

.category-item:hover .category-body span {
	color: #ffffff;
}

.category-body span i {
	margin-right: 15%;
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-20px);
	transition:
		transform 0.3s ease,
		opacity 0.3s ease,
		visibility 0s 0.3s;
}

.category-item:hover .category-body span i {
	color: #ffffff;
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0s;
}

.cat-footer {
	margin-top: 15px;
}

/*
-------------------------------------
- Video Section
-------------------------------------
*/

.video-wrapper {
	width: 100%;
	height: 700px;
	background-image: url('../img/video-shade.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding-top: 50px;
}

.video-area {
	width: 100%;
	height: 315px;
	position: relative;
	z-index: -1;
}

.play-button {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1000;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.play-button img {
	-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;
}

.play-button img:hover {
	opacity: 0.7;
	cursor: pointer;
}

.video-popup .modal-content {
	border-radius: 0px;
	margin-top: 100px;
}

.video-popup .modal-header,
.video-popup .modal-footer {
	display: none;
}

.section-title-2-white {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	text-align: center;
}

.section-title-2-white h2 {
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	position: relative;
}

.section-title-2-white h2:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background: #fff;
	top: 18px;
	left: -50px;
	z-index: 1;
}

.section-title-2-white h2:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background: #fff;
	top: 18px;
	right: -50px;
	z-index: 1;
}

/*
----------------------------------
- new-arrival Member Section
----------------------------------
*/

.new-arrival-carousel .item {
	margin: 0;
	text-align: center;
	height: auto;
	padding: 15px;
}

.new-arrival-carousel .item .item-wrap {
	position: relative;
	height: 600px;
	width: 100%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	padding: 20px;
}

.list-details-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
}

.time-level {
	font-size: 14px;
	color: #333;
	/* Adjust color as needed */
}

.get-blue .btn {
	background-color: #007bff;
	/* Example: Blue button color */
	color: #fff;
	/* Button text color */
	text-decoration: none;
}

.new-arrival-carousel .item .item-header {
	width: 100%;
	height: 250px;
	position: relative;
	display: block;
	z-index: 0;
}

.new-arrival-carousel .item .item-header::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #efefef47;
	opacity: 0;
	transition: opacity 0.3s;
	/* Smooth transition */
	z-index: 0;
	/* Make sure it is behind other elements */
}

.item-header-img-wrapper {
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.new-arrival-carousel .item .item-header .item-header-img-wrapper img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
}

.new-arrival-carousel .item .item-wrap .add-to-cart-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	border: none;
	border-radius: 3px;
	z-index: 1000;
}

.new-arrival-carousel .item .item-wrap:hover .add-to-cart-btn {
	display: block;
}

.new-arrival-carousel .item .item-wrap:hover .item-header::after {
	opacity: 1;
}

.new-arrival-carousel .item .item-wrap .item-inner .item-content {
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 50px;
}

.new-arrival-carousel .item .item-wrap .item-inner .item-content h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #2e3a54;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 25px;
    height: auto;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-arrival-carousel .item .item-wrap .item-inner .item-content h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #222a3c;
	margin-bottom: 10px;
}

.new-arrival-carousel .item .item-wrap .item-inner .item-content h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #e99035;
}

.progress-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
	width: 100%;
}

.progress-title,
.progress-value {
	width: 50%;
	font-weight: 400;
	font-size: 13px;
	color: #2e3a54;
}

.progress-title {
	text-align: left;
}

.progress-value {
	text-align: right;
}

.progress {
	height: 8px;
	margin-bottom: 10px;
}

.progress-bar {
	background-color: #e99035;
	/* Custom color for the progress bar */
}

.item-content .bottom-ul {
	padding: 0;
}

.item-content .bottom-ul li {
	font-family: 'Segoe UI';
	font-weight: normal;
	font-size: 12px;
	color: #e99035;
	display: inline-block;
}

.item-content .bottom-ul li span {
	color: #222a3c;
}

.item-content .bottom-ul li:nth-child(2) {
	padding: 0 5px;
}

.list-details-wrapper {
	margin-top: 15px;
}

.list-details-wrapper h6 {
	font-weight: bold;
	margin-bottom: 10px;
}

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

.details-ul li {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 5px;
}

.details-ul li .label {
	color: #2e3a54;
	padding: 0;
	font-family: 'Segoe UI';
	font-weight: normal;
	font-size: 12px;
	font-weight: 400;
}

.details-ul li .value {
	font-weight: bold;
	color: #e99035;
	/* Custom color for the value */
}

.new-arrival-nav {
	position: absolute;
	width: auto;
	height: auto;
	bottom: -10%;
	left: 0;
	z-index: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.new-arrival-nav .new-arrival-next,
.new-arrival-nav .new-arrival-prev {
	border: 0;
	box-shadow: 6px 0px 20px 20px #efefef;
	font-size: 18px;
	width: 46px;
	height: 46px;
	font-weight: normal;
	color: #e99035 !important;
	border-radius: 50%;
	display: inline-block;
	padding: 0;
	background-color: #fff;
	/* Button background color */
}

.new-arrival-nav .new-arrival-next i,
.new-arrival-nav .new-arrival-prev i {
	margin-top: 30%;
}

/*
----------------------------------
- Best Deal Member Section
----------------------------------
*/

.best-deal-carousel .item {
	margin: 0;
	text-align: center;
	height: auto;
	padding: 15px;
}

.best-deal-carousel .item .item-wrap {
	position: relative;
	height: 850px;
	width: 100%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	padding: 20px;
}

.list-details-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
}

.time-level {
	font-size: 14px;
	color: #333;
	/* Adjust color as needed */
}

.get-blue .btn {
	background-color: #007bff;
	/* Example: Blue button color */
	color: #fff;
	/* Button text color */
	text-decoration: none;
}

.best-deal-carousel .item .item-header {
	width: 100%;
	height: 360px;
	position: relative;
}

.best-deal-carousel .item .item-header::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #efefef47;
	opacity: 0;
	transition: opacity 0.3s;
	/* Smooth transition */
	z-index: 0;
	/* Make sure it is behind other elements */
}

.best-deal-carousel .item .item-header img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
}

.best-deal-carousel .item .item-wrap .add-to-cart-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	border: none;
	border-radius: 3px;
	z-index: 1000;
}

.best-deal-carousel .item .item-wrap:hover .add-to-cart-btn {
	display: block;
}

.best-deal-carousel .item .item-wrap:hover .item-header::after {
	opacity: 1;
}

.best-deal-carousel .item .item-wrap .item-inner .item-content {
	width: 100%;
	height: auto;
	text-align: left;
}

.best-deal-carousel .item .item-wrap .item-inner .item-content h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	color: #2e3a54;
	margin-top: 35px;
	margin-bottom: 10px;
	letter-spacing: 0;
	line-height: 25px;
}

.best-deal-carousel .item .item-wrap .item-inner .item-content h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #222a3c;
	margin-bottom: 10px;
}

.best-deal-carousel .item .item-wrap .item-inner .item-content h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #e99035;
}

.progress-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
	width: 100%;
}

.progress-title,
.progress-value {
	width: 50%;
	font-weight: 400;
	font-size: 13px;
	color: #2e3a54;
}

.progress-title {
	text-align: left;
}

.progress-value {
	text-align: right;
}

.progress {
	height: 8px;
	margin-bottom: 10px;
}

.progress-bar {
	background-color: #e99035;
	/* Custom color for the progress bar */
}

.item-content .bottom-ul {
	padding: 0;
	margin-bottom: 0px;
}

.item-content .bottom-ul li {
	font-family: 'Segoe UI';
	font-weight: normal;
	font-size: 13px;
	color: #e99035;
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
}

.item-content .bottom-ul li:last-child {
	float: right;
}

.item-content .bottom-ul li span {
	color: #222a3c;
}

.item-content .bottom-ul li:last-child {
	margin-right: 0;
}

.list-details-wrapper {
	margin-top: 15px;
}

.list-details-wrapper h6 {
	font-weight: bold;
	margin-bottom: 10px;
}

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

.details-ul li {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 5px;
}

.details-ul li .label {
	color: #2e3a54;
	padding: 0;
	font-family: 'Segoe UI';
	font-weight: normal;
	font-size: 12px;
	font-weight: 400;
}

.details-ul li .value {
	font-weight: bold;
	color: #2e3a54;
	font-size: 11px;
}

.best-deal-nav {
	position: absolute;
	width: 114%;
	height: auto;
	top: 35%;
	left: -7%;
	z-index: 0;
}

.best-deal-nav .best-deal-next,
.best-deal-nav .best-deal-prev {
	border: 0;
	box-shadow: 6px 0px 20px 20px #efefef;
	/* Add shadow */
	font-size: 18px;
	width: 46px;
	height: 46px;
	font-weight: normal;
	color: #e99035 !important;
	border-radius: 50%;
	/* Make the button round */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: #fff;
	/* Button background color */
}

/*
----------------------------------
- blog Section
----------------------------------
*/

.blog-carousel .item {
	margin: 0;
	text-align: center;
	height: auto;
	padding: 15px;
}

.blog-carousel .item .item-wrap {
	position: relative;
	height: 800px;
	width: 100%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	padding: 20px;
}

.list-details-footer {
	display: block;
	padding: 10px 0px;
}

.time-level {
	font-size: 14px;
	color: #333;
	position: absolute;
	z-index: 1;
	background: linear-gradient(90deg, #e99035 0%, #efc43d 100%);
	padding: 0 5px;
	left: 0;
}
.get-blue .btn {
	background-color: #2e3a54;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
}

.blog-carousel .item .item-header {
	width: 100%;
	height: 360px;
	position: relative;
}

.blog-carousel .item .item-header::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #efefef47;
	opacity: 0;
	transition: opacity 0.3s;
	/* Smooth transition */
	z-index: 0;
	/* Make sure it is behind other elements */
}

.blog-carousel .item .item-header img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
}

.blog-carousel .item .item-wrap .add-to-cart-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	border: none;
	border-radius: 3px;
	z-index: 1000;
}

.blog-carousel .item .item-wrap:hover .add-to-cart-btn {
	display: block;
}

.blog-carousel .item .item-wrap:hover .item-header::after {
	opacity: 1;
}

.blog-carousel .item .item-wrap .item-inner .item-content {
	width: 100%;
	height: auto;
	text-align: left;
}

.blog-carousel .item .item-wrap .item-inner .item-content h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	color: #2e3a54;
	margin-top: 35px;
	margin-bottom: 10px;
	letter-spacing: 0;
	line-height: 25px;
}

.blog-carousel .item .item-wrap .item-inner .item-content h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #222a3c;
	margin-bottom: 10px;
}

.blog-carousel .item .item-wrap .item-inner .item-content h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #e99035;
}

.blog-nav {
	position: absolute;
	width: 114%;
	height: auto;
	top: 35%;
	left: -7%;
	z-index: 0;
}

.blog-nav .blog-next,
.blog-nav .blog-prev {
	border: 0;
	box-shadow: 6px 0px 20px 20px #efefef;
	/* Add shadow */
	font-size: 18px;
	width: 46px;
	height: 46px;
	font-weight: normal;
	color: #e99035 !important;
	border-radius: 50%;
	/* Make the button round */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: #fff;
	/* Button background color */
}

/*
-- Home Category Section
----------------------------------- */

.combo-lg-item {
	width: 580px;
	height: 400px;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
}

.combo-full-item {
	width: 100%;
	height: 400px;
	position: relative;
}

.combo-lg-item img,
.combo-full-item img {
	max-width: 100%;
	height: 100%;
}

.combo-lg-item-inner-caption {
	position: absolute;
	bottom: 15%;
	right: 5%;
	text-align: right;
}

.combo-sm-item {
	width: 350px;
	height: 400px;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
}

.combo-sm-item img {
	max-width: 100%;
	height: 100%;
}

.combo-offer-wrapper h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 5px;
	color: #ffffff;
}

.combo-offer-wrapper h4 span {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	margin-bottom: 15px;
	color: #fff;
}

.combo-lg-item-inner-caption::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #33333342;
	opacity: 0.3;
	transition: opacity 0.3s;
}

/* ---------------------------------
- Overview Section
--------------------------------- */

.overview-area {
	width: 100%;
	height: auto;
}

.overview-tab-slide {
	width: 100%;
	height: 500px;
	position: relative;
	margin-top: 30px;
}

.overview-tab-slide img {
	position: absolute;
	top: 0px;
}

.overview-tab-slide .tab-pane img:first-child {
	right: -10px;
	top: -28px;
}

.overview-tab-slide .tab-pane img:last-child {
	left: 0px;
}



.overview-content h2 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 400 !important;
	color: #4e4e4e;
	letter-spacing: 0px;
	margin: 30px 0px 3px;
}

.overview-content span {
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 38px;
	color: #4e4e4e;
	letter-spacing: 0px;
}

.overview-content p {
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0px;
	display: inline-block;
	margin: 25px 0px 0px;
}

.overview-tab-item ul {
	margin: 0;
	padding: 0;
}

.overview-tab-item ul li {
	width: 33%;
	height: auto;
	float: left;
	position: relative;
	padding: 60px 0px;
}

.overview-tab-item ul li:first-child {
	width: 20%;
}

.overview-tab-item .single-item-tab i {
	width: 100%;
	font-size: 50px;
	color: #fcc012;
	padding: 5px;
}

.overview-tab-item .single-item-tab span {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0;
	color: #4e4e4e;
}

.overview-tab-item .single-item-tab span:after {
	font-family: FontAwesome;
	position: absolute;
	content: '\f067';
	color: #676767;
	font-size: 10px;
	z-index: 0;
	padding-left: 2px;
	bottom: 84px;
}

.overview-tab-item .single-item-tab h5 {
	font-size: 14px;
	font-weight: 400 !important;
	color: #333333;
	line-height: 24px;
	letter-spacing: 0;
}

.overview-tab-item .single-item-tab.active i {
	cursor: pointer;
	color: #fcc012;
	background-color: transparent;
	border: none;
	text-shadow: 1px 2px 6px #fcc012;
}

.overview-tab-item .single-item-tab .tab-pane img {
	margin-top: 5%;
}

/*
-- Blue Overview Section
---------------------------------- */

.overview-blue .overview-tab-item .single-item-tab i {
	color: #e99035;
}

.overview-blue .overview-tab-item .single-item-tab.active i {
	text-shadow: 1px 2px 6px #e99035;
}

/* ---------------------------------
- new-arrival Section
--------------------------------- */

.new-arrival-area {
	width: 100%;
	height: auto;
}

.new-arrival-mumber {
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.new-arrival-header {
	width: 100%;
	border: 2px solid #d5d6d7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: -1;
}

.new-arrival-content {
	background-color: #f8f4e9;
	margin: -70px 15px 0px;
	padding: 20px 20px 15px;
	-webkit-box-shadow: 0px 5px 11px 1px #c4c4c4;
	box-shadow: 0px 5px 11px 1px #c4c4c4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.new-arrival-content h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #4e4e4e;
}

.new-arrival-content span {
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #4e4e4e;
}

.new-arrival-content p {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #333333;
	margin-bottom: 10px;
}

.soical-link {
	margin: 0;
	padding: 0;
}

.soical-link li {
	display: inline-block;
	margin: 0px 5px;
}

.soical-link li i {
	font-size: 16px;
	line-height: 24px;
	color: #4e4e4e;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.new-arrival-mumber:hover .new-arrival-header {
	border: 2px solid #fcc012;
}

.new-arrival-mumber:hover .new-arrival-content {
	background-color: #e5e8e9;
}

.new-arrival-content i:hover {
	color: #fcc012;
}

/* ---------------------------------
- Get In Touch Section
--------------------------------- */

.touch-area {
	width: 100%;
	height: auto;
}

.touch-area form {
	margin-right: -15px;
	margin-left: -15px;
}

.form-group {
	margin-bottom: 20px;
}

.touch-area .form-group input {
	width: 100%;
	height: 45px;
}

.touch-area .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #5f5f5f;
	background-color: #fff;
	background-image: none;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-box-shadow: 5px;
	box-shadow: none;
}

.contact-details {
	margin: 0;
	padding: 0;
}

.contact-details li {
	margin-bottom: 63px;
}

.contact-details li:last-child {
	margin-bottom: 0px;
}

.contact-details li span {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	float: left;
}

.contact-details li p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 300;
	color: #333333;
	margin-bottom: 0;
}

.footer-nav {
	margin-top: 70px;
}

.footer-nav h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	color: #242424;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.footer-nav p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0;
	color: #242424;
	margin: 0;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
}

.footer-nav ul li {
	margin-bottom: 0;
}

.footer-nav a {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0;
	color: #242424;
}

/*
-- Blue Get In Touch Section
---------------------------------- */

.touch-blue .btn-field-md {
	background-color: #e99035;
}

.touch-blue .btn-field-md:hover {
	background-color: #0d87c4;
}

/* ---------------------------------
- Footer Section
--------------------------------- */

.main-footer-area {
	background-color: #222a3c;
	padding: 60px 30px;
}

.footer-type h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #e99035;
	letter-spacing: 0.5px;
}

.footer-item {
	width: 18%;
	display: inline-block;
	vertical-align: top;
}

.footer-item h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #e99035;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.input-wrapper {
	margin-bottom: 30px;
}

input#email {
	width: 80%;
	background: transparent;
	border: 0.5px solid #ffffff52;
}

.footer-item ul {
	margin: 0;
	padding: 0;
}

.footer-item ul li {
	margin-bottom: 20px;
}

.footer-item ul li a {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.footer-item ul li a:hover {
	color: #e99035 !important;
}

.footer-item .follow-wrapper ul li {
	display: inline-block;
	margin-right: 15px;
}

.footer-item .follow-wrapper ul li a i {
	font-size: 24px;
}

.footer-area {
	width: 100%;
	height: auto;
	padding: 25px 0px;
	background-color: #222a3c;
	border-top: 1px solid #6e696961;
}

.footer-area .social-link {
	margin: 0;
	padding: 0;
}

.footer-area .social-link li {
	display: inline-block;
	margin: 0px 5px;
}

.footer-area .social-link a {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-area .social-link a:hover {
	color: #fcc012;
}

.footer-copyright {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

/*
-- Blue Footer Section
----------------------------- */

.get-blue .get-caption h2 span {
	color: #e99035;
}

.get-blue .btn-field-sm,
.get-blue .hero-btn {
	background-color: #efc43d;
	border-radius: 10px;
	color: #222a3c !important;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 17px 40px;
	margin-bottom: 10px;
	position: relative;
	transition: background 0.3s ease;
	white-space: nowrap; /* Prevents text from wrapping */
}

/* Hover effect for the button's background */
.get-blue .btn-field-sm:hover {
	background: linear-gradient(90deg, #efc43d 0%, #e99035 100%);
}

.get-blue .hero-btn:hover {
	background: linear-gradient(90deg, #e99035 0%, #efc43d 100%);
}

/* Reserve space for the icon to avoid button width changes */
.hero-btn-text::before {
	content: '\f061'; /* FontAwesome right arrow */
	font-family: 'FontAwesome';
	font-weight: 300;
	opacity: 0; /* Hide the icon initially */
	transition:
		opacity 0.3s ease,
		transform 0.3s ease; /* Smooth animation */
	transform: translateX(-10px); /* Position it slightly to the left */
	display: inline-block;
	width: 1em; /* Reserve space for the icon */
	text-align: center;
}

/* Animate the icon and text on hover */
.get-blue .hero-btn:hover .hero-btn-text::before {
	opacity: 1; /* Fade in the icon */
	transform: translateX(0); /* Move into place */
}

.btn-dark {
	border-radius: 10px;
	color: #fff !important;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.footer-blue .social-link a:hover {
	color: #e99035 !important;
}

/* ---------------------------------
- Categories Section
--------------------------------- */

.breadcum-area {
	width: 100%;
	height: 350px;
	margin-top: 80px;
}

.get-breadcum {
	width: 100%;
	height: auto;
}

.breadcum-wrapper {
	display: flex;
	justify-content: flex-end;
	/* Pushes the hero-area to the right */
	height: 350px;
}

.get-breadcum-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* Center the content horizontally */
	width: 100%;
	height: 100%;
	background-image: url(../img/breadcum1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	/* Center text */
	position: relative;
	z-index: 1;
}

.get-breadcum-caption {
	width: 390px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	left: -15%;
	top: -75px;
}

.get-breadcum-caption h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 0px;
	color: #222a3c;
	letter-spacing: 20px;
	line-height: 45px;
}

.category-item-wrap {
	position: relative;
}

.category-item .category-item-header {
	width: 100%;
	height: 420px;
	position: relative;
}

.category-item .category-item-header::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #efefef47;
	opacity: 0;
	transition: opacity 0.3s;
	/* Smooth transition */
	z-index: 0;
	/* Make sure it is behind other elements */
}

.category-item .category-item-header img {
	max-width: 100%;
	max-height: 100%;
}

.category-item .category-item-wrap .add-to-cart-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	border: none;
	border-radius: 3px;
	z-index: 1000;
}

.category-item .category-item-wrap:hover .add-to-cart-btn {
	display: block;
}

.category-item .category-item-wrap:hover .category-item-header::after {
	opacity: 1;
}

.category-item .category-item-wrap .category-item-inner .category-item-content {
	width: 100%;
	height: auto;
}

.category-item
	.category-item-wrap
	.category-item-inner
	.category-item-content
	h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #222a3c;
	margin-top: 35px;
	margin-bottom: 10px;
}

.category-item
	.category-item-wrap
	.category-item-inner
	.category-item-content
	h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #222a3c;
	margin-bottom: 10px;
}

.category-item
	.category-item-wrap
	.category-item-inner
	.category-item-content
	h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #e99035;
}

/*
----------------------------------
- simillar Section
----------------------------------
*/

.feedback-area {
	width: 100%;
	min-height: 600px;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.feedback-area:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background: #efc43d30;
	opacity: 0.1;
	z-index: -5;
}

.feedback-bg {
	width: 100%;
	min-height: 450px;
	padding: 0;
	background-image: url('../img/map.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.feedback-content-wrapper {
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
}

.feedback-img-wrapper {
	width: 90px;
	height: 90px;
	border: 2px solid #e99035;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
}

.feedback-img-wrapper img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 50%;
}

.feedback-title {
	color: #2e3a54;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
}

.feedback-address {
	color: #e99035;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 10px;
}

/*
----------------------------------
- partner Section
----------------------------------
*/

.partner-content-wrapper {
	position: relative;
	width: 100%;
	height: auto;
}

.partner-item {
	display: inline-block;
	margin-right: 100px;
}

.partner-item:last-child {
	margin-right: 0;
}

/*
----------------------------------
- subscribe Section
----------------------------------
*/

.subscribe-area {
	margin-top: 100px;
	width: 100%;
	min-height: 600px;
	padding: 0;
	background-image: url('../img/subscribebg.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	position: relative;
	z-index: 1;
}

.subscribe-inner {
	width: 78%;
	height: 220px;
	background: linear-gradient(to right, #e99035, #efc43d);
	border-radius: 15px 0 0 15px;
	position: absolute;
	right: 0;
	bottom: 25%;
	padding: 4%;
}

.subscribe-inner-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.subscribe-inner-item:first-child {
	width: 45%;
}

.subscribe-inner-item:last-child {
	width: 40%;
}

.subscribe-title {
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
}

.subscribe-inner-item p {
	color: #2e3a54;
	font-weight: 300;
}

.subscribe-inner-item input[type='email'] {
	margin-right: 40px;
	background: transparent;
	border: 1px solid #2e3a54;
	height: 43px;
	margin-bottom: 10px;
}

.btn-subscribe {
	border-radius: 5px;
}

/*
----------------------------------
- simillar Section
----------------------------------
*/

.similar-carousel .item {
	margin: 10px;
	text-align: center;
}

.similar-carousel .item .item-wrap {
	position: relative;
}

.similar-carousel .item .item-header {
	width: 100%;
	height: 420px;
	position: relative;
}

.similar-carousel .item .item-header::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #efefef47;
	opacity: 0;
	transition: opacity 0.3s;
	/* Smooth transition */
	z-index: 0;
	/* Make sure it is behind other elements */
}

.similar-carousel .item .item-header img {
	max-width: 100%;
	max-height: 100%;
}

.similar-carousel .item .item-wrap .add-to-cart-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	border: none;
	border-radius: 3px;
	z-index: 1000;
}

.similar-carousel .item .item-wrap:hover .add-to-cart-btn {
	display: block;
}

.similar-carousel .item .item-wrap:hover .item-header::after {
	opacity: 1;
}

.similar-carousel .item .item-wrap .item-inner .item-content {
	width: 100%;
	height: auto;
}

.similar-carousel .item .item-wrap .item-inner .item-content h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #222a3c;
	margin-top: 35px;
	margin-bottom: 10px;
}

.similar-carousel .item .item-wrap .item-inner .item-content h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #222a3c;
	margin-bottom: 10px;
}

.similar-carousel .item .item-wrap .item-inner .item-content h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #e99035;
}

.similar-nav {
	position: absolute;
	width: 114%;
	height: auto;
	top: 35%;
	left: -7%;
	z-index: 0;
}

.similar-nav .similar-next,
.similar-nav .similar-prev {
	border: 0;
	box-shadow: 6px 0px 20px 20px #efefef;
	/* Add shadow */
	font-size: 18px;
	width: 46px;
	height: 46px;
	font-weight: normal;
	color: #e99035 !important;
	border-radius: 50%;
	/* Make the button round */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: #fff;
	/* Button background color */
}

/*
----------------------------------
- product details Section
----------------------------------
*/

.product-images {
	display: flex;
}

.product-thumbnails {
	display: flex;
	flex-direction: column;
	margin-right: 15px;
}

.thumb-img-wrapper {
	width: 100px;
	height: 135px;
}

.product-thumbnails img {
	cursor: pointer;
	margin-bottom: 10px;
	border: 2px solid transparent;
}

.product-thumbnails img.active {
	border-color: #e99035;
}

.product-main-image img {
	width: 100%;
}

.details-right-content-wrapper h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #222a3c;
	margin-bottom: 10px;
}

.details-right-content-wrapper h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #e99035;
	margin-bottom: 5px;
}

.content-item h6 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.blog-tab-wrapper .nav-tabs > li {
	margin-bottom: 1px;
}

.blog-tab-wrapper .nav-tabs > li > a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #222a3c;
	opacity: 50%;
	padding-bottom: 45px;
}

.blog-tab-wrapper .nav-tabs > li.active > a,
.blog-tab-wrapper .nav-tabs > li.active > a:focus,
.blog-tab-wrapper .nav-tabs > li.active > a:hover {
	background-color: transparent;
	border: none;
	border-bottom: 2.5px solid #222a3c;
	border-bottom-color: #222a3c;
	opacity: 100%;
	color: #222a3c !important;
}

.blog-content-wrapper {
	margin: 45px 0px;
}

.feature-author-img-wrap {
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}

.feature-author-img-wrap img {
	border-radius: 50%;
	line-height: 150px;
	text-align: center;
}

.author-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #222a3c;
	letter-spacing: 0px;
}

.author-title span {
	margin-left: 35px;
	font-weight: 300;
	font-size: 16px;
	color: #000;
	letter-spacing: 0px;
	opacity: 60%;
}

/*
----------------------------------
- Login page
----------------------------------
*/

.login-left-content {
	display: flex;
	/* Use flexbox to center content if needed */
	justify-content: center;
	/* Center horizontally */
	align-items: center;
	/* Center vertically */
	width: 100%;
	height: 100vh;
	background-image: url('../img/login-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 1;
}

.login-right-content {
	border-radius: 20px;
	background: linear-gradient(0deg, #efc43d 0%, #e99035 100%);
	width: 100%;
	height: calc(100vh - 110px);
}

.login-right-text-wrapper {
	padding: 85px 0px 0px 50px;
}

.login-footer-bg {
	width: 100%;
	height: 415px;
	position: absolute;
	bottom: 0;
}

.login-footer-bg img {
	width: 100%;
	height: 100%;
	padding-right: 30px;
}

.login-right-text-wrapper h2 {
	color: var(--Charcoal, #1a1a1a);
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 75px;
	/* 107.143% */
	text-transform: capitalize;
	letter-spacing: 0;
}

.login-form-wrapper {
	padding-top: 0;
}

.title-wrapper h4 {
	font-size: 30px;
	color: #e99035;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 35px;
}

.login-form-content-wrapper input#email {
	width: 100%;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
}

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

.login-form-content .form-control {
	background: rgba(217, 217, 217, 0.3);
	height: 40px;
}

.login-form-content .checkbox label {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	letter-spacing: 0;
}

.login-form-content label {
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
}

.login-form-content .checkbox label span {
	position: absolute;
	top: -5px;
	font-family: 'Segoe UI';
}

.forgot-password {
	color: #e99035;
	font-size: 12px;
}

.login-form-content input#email {
	width: 100%;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 6px 12px;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.toggle-password {
	font-size: 16px;
	/* Adjust as needed */
	color: #aaa;
	/* Adjust color as needed */
}

.position-relative input[type='text'] {
	width: 100%;
	text-align: left;
	width: 100%;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
}

.login-social {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.login-social h6 {
	color: #000;
	font-family: 'Segoe UI';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 10px;
}

.login-social ul li {
	display: inline-block;
}

.sign-hook-up h6 {
	text-align: center;
	font-size: 13px;
}

.sign-hook-up h6 a {
	color: #e99035;
}

/* Sign Up */

.signup-left-content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-image: url('../img/sign-up.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 1;
}

.signup-form-content input[type='text'] {
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
}

.signup-form-content input#email {
	width: 100%;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 6px 12px;
}

.signup-form-content label {
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
}

/* OTP */
.otp-left-content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-image: url('../img/otp.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 1;
}

.title-wrapper p {
	text-align: center;
}

.otp-input-wrapper {
	margin: 0 auto;
	text-align: center;
}

.otp-input {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	border: 1px solid #ccc !important;
	border-radius: 5px;
}

.otp-footer {
	margin-bottom: 20px;
	margin: 15px auto;
	text-align: center;
}

.resend-link {
	color: #e99035;
	text-decoration: none;
	font-weight: 500;
	font-size: 12px;
}

.countdown-timer {
	font-size: 12px;
	font-weight: 400;
	color: #000;
}

/*Password page*/

.password-left-content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-image: url('../img/sign-up.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 1;
}

.login-form-content .checkbox label span a {
	font-size: 12px;
	font-weight: 700;
	color: #e99035;
}

.p-none {
	margin: 0 !important;
}

/*Login Page*/

.login-area {
	padding: 0;
	overflow: hidden;
	margin-top: 100px;
}

.login-logo-wrapper {
	width: 250px;
	height: 110px;
}

.login-logo-wrapper img {
	max-width: 100%;
	max-height: 100%;
}

.login-title {
	color: #e99035;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	text-transform: capitalize;
}

.form-wrapper .form-group {
	position: relative;
}

.form-wrapper .show-hide {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #555;
}

.form-wrapper .forgot-password {
	display: block;
	margin-top: 10px;
	text-align: right;
}

.form-wrapper input#email {
	width: 100%;
}

/*Payment Details*/

/* For Chrome, Safari, Edge, and Opera */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

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

.bank-details-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.bank-details-table th {
	/* Right-align the content in <th> */
	padding-right: 15px;
	/* Add some spacing to the right for better readability */
	font-weight: bold;
	/* Make <th> bold */
	color: #000;
}

.bank-details-table td {
	text-align: left;
	/* Left-align the content in <td> */
	word-wrap: break-word;
	/* padding-left: 15px; */
	/* Add some spacing to the left for better readability */
	color: #000;
}

.checkout-title-wrapper {
	width: 100%;
	display: block;
	height: auto;
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin: 50px 0;
	z-index: -1;
}

.payform {
	width: 560px;
	text-align: right;
}

.parent-img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	width: 100%;
	margin-top: 25%;
}

.child-img {
	width: 400px;
	height: 400px;
}

.child-img img {
	max-width: 100%;
	max-height: 100%;
}

.table.checkout-table > thead {
	background: #eaebee;
}

.table.checkout-table > thead > tr > th,
.table.checkout-table > tbody > tr > td {
	border: none;
	text-align: center;
}

.compare-main-content {
	border-radius: 25px;
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	padding: 55px 0;
}

.right-fullar-img {
	width: 100%;
	height: 600px;
}

.right-fullar-img img {
	max-width: 100%;
	max-height: 100%;
}

.compare-main-content h6 {
	color: #2e3a54;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	text-transform: capitalize;
	margin-bottom: 50px;
	margin-left: 50px;
}

a.btn.btn-field-sm.action-btn {
	padding: 7px 20px;
	font-size: 12px;
}

.address-wrapper h6 {
	color: #e99035;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	text-transform: capitalize;
	text-align: left;
	margin: 15px 0px 5px 0px;
}

.address-wrapper form label {
	color: #000;
	font-family: 'Segoe UI';
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-transform: capitalize;
}

.address-wrapper form .form-control {
	border-radius: 5px;
	background: rgba(217, 217, 217, 0.3);
	height: 45px;
	box-shadow: none;
	border: none;
}

.address-wrapper ul {
	padding: 0;
}

.address-wrapper ul li {
	color: #2e3a54;
	font-family: 'Segoe UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.address-wrapper ul li span {
	color: #2e3a54;
	font-family: 'Segoe UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}

/* Modal Header */
#legalInfoModal .modal-header {
	background-color: #f8f9fa;
	border-bottom: 1px solid #dee2e6;
}

#legalInfoModal .modal-header h4 {
	font-size: 22px;
	font-weight: bold;
	color: #202533;
	text-align: center;
	width: 100%;
}

/* Input Fields */
#legalInfoModal .form-control {
	background-color: #f8f8f8;
	border: 1px solid #dcdcdc;
	padding: 10px 15px;
	font-size: 14px;
	color: #202533;
	border-radius: 5px;
	background: rgba(217, 217, 217, 0.3);
	height: 45px;
}

#legalInfoModal .form-control:focus {
	border-color: #e99035;
	box-shadow: none;
}

/* File Input */
#legalInfoModal input[type='file'] {
	padding: 5px;
}

#legalInfoModal input[type='file']::-webkit-file-upload-button {
	padding: 8px 16px;
	margin-right: 10px;
	background-color: #dcdcdc;
	color: #6c757d;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

#legalInfoModal input[type='file']:focus::-webkit-file-upload-button {
	background-color: #e99035;
	color: #fff;
}

/* Modal Footer Buttons */
#legalInfoModal .modal-footer .btn-default {
	border-radius: 10px;
	border: 1px solid #e99035;
	background: #2e3a54;
	padding: 18px 0px;
	color: #fff !important;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding: 17px 66px 18px 67px;
	margin-bottom: 15px;
}

#legalInfoModal .modal-footer .btn-primary {
	color: #000 !important;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 10px;
	background: #efc43d;
	padding: 17px 66px 18px 67px;
	font-size: 15px;
	margin-bottom: 15px;
}

#legalInfoModal .modal-footer .btn:hover {
	opacity: 0.9;
}

/* Placeholder Text Styling */
::placeholder {
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px;
	text-transform: capitalize;
}

/* Label Styling */
#legalInfoModal label {
	color: #3a3a3a;
	text-align: center;
	font-family: 'Segoe UI';
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 13px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

/* Modal Background */
#legalInfoModal .modal-content {
	border-radius: 10px;
	padding: 40px;
}

.legeal-info-title {
	color: #2e3a54;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.user-image-upload {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.upload-circle {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #f0f0f0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px dashed #e99035;
	/* Preferred color */
	cursor: pointer;
	position: relative;
}

.upload-circle .fa-camera {
	font-size: 24px;
	color: #666;
}

.upload-circle .upload-plus-icon {
	position: absolute;
	top: 30%;
	right: 35%;
	font-size: 12px;
	color: #666;
}

.upload-circle:hover {
	background-color: #e99035;
	color: white;
}

.upload-circle:hover .fa-camera,
.upload-circle:hover .upload-plus-icon {
	color: white;
}

/*Scheme Calculation*/

.scheme-benifit-wrapper {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}

.scheme-benifit-wrapper h5 {
	margin-bottom: 25px;
}

.scheme-benifit-wrapper h5 a {
	font-size: 16px;
	margin-bottom: 25px;
	opacity: 75%;
}

.scheme-benifit-wrapper h5 img {
	margin-right: 10px;
	height: 35px;
	width: 35px;
}

.scheme-benifit-wrapper h4 span {
	color: #ff543e;
	font-family: 'Segoe UI';
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	text-transform: capitalize;
	vertical-align: middle;
}

.scheme-benifit-wrapper h4 img {
	margin-right: 15px;
	height: 28px;
	width: 28px;
}

.scheme-benifit-wrapper h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
	background: linear-gradient(90deg, #e99035 0%, #efc43d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 10px 0;
}

.scheme-benifit-wrapper p {
	color: #1e1e1e;
	font-family: 'Segoe UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
	width: 550px;
}

.scheme-benifit-wrapper h6 {
	color: #2e3a54;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.invest-calculation-wrapper {
	width: 535px;
	height: auto;
	margin: 50px 0;
}

.invest-calculation-wrapper ul {
	padding: 0;
}

.invest-calculation-wrapper ul li {
	color: #e99035;
	font-family: 'Segoe UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.invest-calculation-wrapper ul li span {
	vertical-align: middle;
	color: #2e3a54;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize;
	float: right;
}

.invest-calculation-wrapper ul li:last-child {
	border-top: 1px solid #00000054;
	padding-top: 10px;
}

.green-success {
	color: #40b509 !important;
}

.calculator-profit-form .form-group {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	margin-bottom: 30px;
}

.calculator-profit-form label {
	color: #3a3a3a;
	text-align: center;
	font-family: 'Segoe UI';
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.calculator-profit-form .form-control {
	height: 40px;
	border-radius: 5px;
	background: rgba(217, 217, 217, 0.3);
}

.calculator-profit-form .btn-dark {
	padding: 18px 76px 18px 75px;
}

.calculation-sidebar-wrapper {
	position: relative;
	height: auto;
	width: 100%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	padding: 20px 20px 20px 20px;
}

.calculation-sidebar-wrapper .item-header {
	width: 100%;
	height: 360px;
	position: relative;
	text-align: center;
}

.calculation-sidebar-wrapper .item-header::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #efefef47;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 0;
}

.calculation-sidebar-wrapper .item-header img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
}

.calculation-sidebar-wrapper .item-content {
	width: 100%;
	height: auto;
	text-align: left;
}

.calculation-sidebar-wrapper .item-content h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	color: #2e3a54;
	margin-top: 35px;
	margin-bottom: 10px;
	letter-spacing: 0;
	line-height: 25px;
}

.calculate-navtab-wrapper {
	margin-top: 100px;
}

.calculate-navtab-wrapper {
	margin-top: 100px;
}

.calculate-navtab-wrapper .nav-tabs {
	margin-bottom: 50px;
	border: none;
}

.calculate-navtab-wrapper .nav-tabs > li {
	margin-right: 50px;
}

.calculate-navtab-wrapper .nav-tabs > li > a {
	color: #000;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border: none;
	border-radius: 0;
}

.calculate-navtab-wrapper .nav-tabs > li.active > a,
.calculate-navtab-wrapper .nav-tabs > li.active > a:focus,
.calculate-navtab-wrapper .nav-tabs > li.active > a:hover {
	border: none;
	border-bottom: 2px solid #e99035;
	color: #e99035;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	text-transform: capitalize;
}

.calculate-navtab-wrapper .nav-tabs > li > a:hover {
	background: transparent;
	border-color: transparent;
}

.calculate-navtab-wrapper .tab-content h3 {
	color: #2e3a54;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 31px;
	text-transform: capitalize;
}

.calculate-navtab-wrapper .tab-content h4 {
	color: #e99035;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 15px;
}

.calculate-navtab-wrapper .tab-content h4 img {
	margin-right: 15px;
	width: 24px;
	height: 24px;
}

.calculate-navtab-wrapper .tab-content h4 span {
	vertical-align: middle;
}

.calculate-navtab-wrapper .tab-content p {
	color: #000000;
	font-family: 'Segoe UI';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	text-align: justify;
	width: auto !important;
}

.sidebar-profit-form .form-group {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
	margin-bottom: 35px;
}

.sidebar-profit-form .form-group:nth-last-child(1) {
	margin-right: 0;
}

.sidebar-profit-form label {
	color: #3a3a3a;
	text-align: center;
	font-family: 'Segoe UI';
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.sidebar-profit-form .form-control {
	height: 40px;
	border-radius: 5px;
	background: rgba(217, 217, 217, 0.3);
}

.sidebar-profit-form .get-blue .btn {
	padding: 18px 25px;
	color: #fff;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

/*End Scheme Calculation*/

/* Category Details Wrapper */

.category-details-wrapper {
	text-align: center;
}

.category-details-item {
	position: relative;
	height: 600px;
	width: 30%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	padding: 20px;
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 30px;
	vertical-align: top;
}

.category-details-item .item-header {
	width: 100%;
	height: 250px;
	position: relative;
}

.category-details-item .item-header::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #efefef47;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 0;
}

.category-details-item .item-header img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.category-details-item .item-content {
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 50px;
}

.category-details-item .item-content h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #2e3a54;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 25px;
    height: auto;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* End Category Details Wrapper */

/* Financial Edu Details */
.fin-full-content-wrapper {
	width: 100%;
	height: auto;
	margin-top: 115px;
}
.financial-management-title {
	background: linear-gradient(90deg, #e99035 0%, #efc43d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.financial-management-subtitle {
	width: 707px;
}
.financial-management-description {
	width: 578px;
	height: 103px;
	flex-shrink: 0;
}
.get-the-course-btn {
	display: flex;
	width: 225px;
	height: 59px;
	padding: 18px 31px 17px 6px;
	align-items: flex-start;
	gap: 1px;
	flex-shrink: 0;
	border-radius: 10px;
	background: #efc43d;
}
.fin-course-price {
	background: linear-gradient(90deg, #e99035 0%, #efc43d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fin-demo-video-img {
	width: 562px;
	height: 445px;
	flex-shrink: 0;
	border-radius: 20px;
	background: url(<path-to-image>) lightgray -67.203px -34px / 136.568%
		148.334% no-repeat;
}

.fin-course-feature-wrapper {
	padding: 24px 0 0 17px; /* top right bottom left */
}

.fin-course-features {
	margin-right: 17px;
	display: inline-block;
	border-radius: 4px;
	background: #e990351f;
	width: auto; /* Ensures it takes only the space needed by the content */
	height: auto; /* Ensures it takes only the space needed by the content */
	padding: 5px; /* Optional: Add padding if you want some space around the content */
}
.fin-schedule-section-wrapper {
	padding: 69px 0 0 0;
}

.fin-schedule-section-content {
	text-align: center;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #000;
	border-radius: 10px;
}

.fin-schedule-section-content ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.fin-schedule-section-content ul li {
	vertical-align: top;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 50px;
	width: 19%;
	position: relative;
	text-align: center;
}

.fin-schedule-section-content ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 45px;
	background: #000;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.schedule-title {
	font-weight: 400;
	text-align: center;
}

.schedule-title-value {
	font-size: 10px;
	text-align: center;
}

.fin-edu-course-details-wrapper {
	padding: 79px 0 0 0;
}

.fin-edu-course-instructor-list-view {
	padding: 79px 0 0 0;
}

.course-list-view {
	border: 1px solid #2e3a54;
	border-radius: 10px;
	height: auto;
}
.course-card-items {
	padding: 30px 20px 0 10px;
}

.course-link a {
	color: #e99035;
}

.instructor-profile-list {
	padding: 0 0 0 45px;
}

.instructor-list-section {
	border: 1px solid #2e3a54;
	border-radius: 10px;
	height: auto;
}


.instructor-img {
    width: 50px;
    height: 50px;
    margin: auto;
}
.instructor-img img{
	width: 50px; /* Make the image responsive */
	height: 50px; /* Match the container height */
    margin-left: auto;
	border-radius: 50%; /* Make it circular */
	object-fit: cover; /* Ensure the image fits nicely within the circle */
}
.instructor-overview {
	display: flex;
	flex-direction: column;
	justify-content: center; /* Center align the content vertically */
	height: 100%; /* Match the height of the row */
}

.see-all-instructor {
    padding: 20px 0px 30px 70px;
}
.see-all-instructor a {
    color: #e99035;
}
/* End Financial Edu Details */

/* Terms and Conditions */
.terms-wrapper {
    background-color: #fff;

    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;

}

.terms-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #e99035;
}

.terms-date {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.terms-content h3 {
    font-size: 18px;
    color: #e99035;
    margin-top: 20px;
}

.terms-content p,
.terms-content ul {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.terms-content ul {
    list-style-type: disc;
    margin-left: 20px;
}

.terms-actions {
    text-align: center;
    margin-top: 20px;
}

.terms-actions .btn {
    margin: 5px;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.terms-actions .btn-cancel {
    background-color: #f44336;
    color: #fff;
}

.terms-actions .btn:hover {
    opacity: 0.9;
}
.highlight-email {
    font-weight: bold;
    color: #0056b3; /* A shade of blue to make it stand out */
    
    padding: 2px 5px;
    border-radius: 3px;
    text-decoration: underline;
}


/* End Terms and Conditions */
