@charset "utf-8";
/* CSS Document */

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	PRODUCT NAME : 
	
--------------------------------------------------------------------------------------------------------------------------------
*/
/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	CSS INDEX

	01 RESET
	02 TYPOGRAPHY
	03 GENERAL
	04 MAIN HEADER
	05 HEADER TOOLBAR
	06 MAIN NAVBAR
	07 SEARCH FORM
	07 CATEGORY
	08 FEATURE LISTING
	09 LISTING
	10 BLOG
	11 SOCIAL
	12 BUTTONS
	13 FUNFACTS
	14 SLIDEBAR
	15 CONTACT
	16 GOOGLE MAP
	17 FOOTER
	18 CAROUSEL
	19 BLOG PAGES
	20 ERROR 404 PAGE
	21 LISTING SINGLE PAGE
	22 LOGIN/ REGITER MODAL WINDOWS
	23 small Image Box

--------------------------------------------------------------------------------------------------------------------------------
*/
:root {
	--bg: #0a0a0b;
	--bg-2: #0f1116;
	--card: #0f1218;
	--muted: #b2c2cc;
	--text: #e9f1f5;
	--white: #ffffff;
	--primary: #33e1c2;
	/* teal */
	--accent: #2aa3ff;
	--theme-blue: #244596;
	--bright-blue: #0165E3;
	/* azure blue */
	--danger: #ff5c80;
	--radius: 18px;
	--shadow: 0 10px 30px rgba(0, 0, 0, .4);
	--hero-image: url('/../assets/img/bg-hero.svg');
	--bg-image: url('/../assets/img/bg.svg');
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	 RESET
--------------------------------------------------------------------------------------------------------------------------------
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	margin: 0;
	padding: 0;
	transition: all 0.3s ease;
	overflow-x: hidden;
	overflow-y: hidden !important;
}

html {
	position: relative;
	overflow-x: hidden;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body>div>a {
	transition: all 0.3s ease;
}


a {
	display: block;
}

img {
	display: block;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	 TYPOGRAPHY
--------------------------------------------------------------------------------------------------------------------------------
*/


body {
	font-family: 'Macan', system-ui, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Macan', system-ui, sans-serif;
	font-weight: 700;
	margin: 0;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	letter-spacing: 0;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-family: 'Macan', system-ui, sans-serif;
}

a,
span,
ul,
li {
	font-family: 'Macan', system-ui, sans-serif;
	font-size: 12px;
	padding: 0;
	font-weight: 400;
	text-align: center;
	margin: 0;
	line-height: 1.6;
	text-decoration: none !important;
}

p,
span,
a {
	padding: 0;
}

a:focus {
	outline: 0;
}

.tx-center {
	text-align: center;
}

.tx-left {
	text-align: left;
}

.tx-right {
	text-align: right;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	 GENERAL STYLING
--------------------------------------------------------------------------------------------------------------------------------
*/
/* PADDING BOTTOM */
.container,
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

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

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

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

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

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

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

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

.padding-bottom-150 {
	padding-bottom: 150px;
}

.padding-bottom-200 {
	padding-bottom: 200px;
}

.padding-bottom-250 {
	padding-bottom: 250px;
}

.padding-bottom-270 {
	padding-bottom: 270px;
}

/* PADDING TOP */

.padding-top-5 {
	padding-top: 5px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-15 {
	padding-top: 15px;
}

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

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

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

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

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

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

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

.padding-top-150 {
	padding-top: 150px;
}

.padding-top-200 {
	padding-top: 200px;
}

.padding-top-250 {
	padding-top: 250px;
}

.padding-top-270 {
	padding-top: 270px;
}

/* MARGIN BOTTOM */
.margin-bottom-0 {
	margin-top: 0;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

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

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

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

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

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

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

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

.margin-bottom-150 {
	margin-bottom: 150px;
}

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

.margin-bottom-200 {
	margin-bottom: 200px;
}

.margin-bottom-250 {
	margin-bottom: 250px;
}

.margin-bottom-270 {
	margin-bottom: 270px;
}

/* MARGIN TOP */
.margin-top-0 {
	margin-top: 0;
}

.margin-top-5 {
	margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.margin-top-200 {
	margin-top: 200px;
}

.margin-top-250 {
	margin-top: 250px;
}

.margin-top-270 {
	margin-top: 270px;
}

.padding-left-0 {
	padding-left: 0;
}

.padding-right-0 {
	padding-right: 0;
}

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



.section-title-wrap {}

.section-title-wrap h4 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	line-height: 1;
}

.section-title-wrap .title-divider {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title-wrap .title-divider .line {
	width: 40px;
	height: 1px;
	display: inline-block;
	background: #c4e2ea;
}

.section-title-wrap .title-divider i {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	position: relative;
	top: 6px;
	margin: 0 15px;
	color: #c4e2ea;
}




.page-title {}

.page-title h2 {
	word-spacing: 15px;
	font-weight: 900;
	letter-spacing: 8px;
}

.breadcrums {
	margin-top: 4px;
}

.breadcrums p {
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
}


/* PRELOADER */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #F7FBFC;
	z-index: 99999;
}

.preloader .preloader-gif {
	display: block;
	width: 132px;
	height: 132px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-position: center center !important;
	transform: translateY(-50%);
	background: url('../images/preloader.GIF') no-repeat;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	HEADER
--------------------------------------------------------------------------------------------------------------------------------
*/

.logo {
	padding: 20px 0;
}

.smallogo img {
	margin: 0 auto;
}

.nav-height2 .logo {
	margin-top: 22px;
}

.logo a {
	display: inline-block;
}

.logo a img {
	margin: 0 auto;
}



/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	HEADER TOOLBAR
--------------------------------------------------------------------------------------------------------------------------------
*/

.top-toolbar {
	padding: 10px 0;
}

.top-toolbar .social-content {}

.top-toolbar .social-content ul.social-links {
	text-align: left;
}

.top-toolbar .social-content ul.social-links li {
	display: inline-block;
}

.top-toolbar .social-content ul.social-links li a {}

.top-toolbar .social-content ul.social-links li a.linkedin,
.top-toolbar .social-content ul.social-links li a.twitter,
.top-toolbar .social-content ul.social-links li a.facebook,
.top-toolbar .social-content ul.social-links li a.youtube {
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-right: 5px;
	font-size: 12px;
	border-radius: 50%;
}

.top-toolbar .social-content ul.social-links li button {
	background: none;
	border: none;
	box-shadow: none;
	text-transform: capitalize;
}

.top-toolbar .social-content ul.social-links li button.login,
.top-toolbar .social-content ul.social-links li button.register {
	padding-right: 10px;
}

.top-toolbar .top-contact-info {}

.top-toolbar .top-contact-info ul {
	text-align: right;
}

.top-toolbar .top-contact-info ul li {
	display: inline-block
}

.top-toolbar .top-contact-info ul li.toolbar-email {
	padding-right: 10px;
}

.top-toolbar .top-contact-info ul li.toolbar-email i {
	padding-right: 10px;
}

.top-toolbar .top-contact-info ul li.toolbar-contact {
	padding-right: 15px;
}

.top-toolbar .top-contact-info ul li.toolbar-contact i {
	padding: 0 10px;
}

.top-toolbar .top-contact-info ul li a.toolbar-new-listing {
	border-radius: 4px;
	line-height: 1;
	padding: 7px 10px 9px;
}

.top-toolbar .top-contact-info ul li a.toolbar-new-listing i {
	padding: 0 5px 0 0;
	font-size: 12px;
}


/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
   MAIN NAVBAR
--------------------------------------------------------------------------------------------------------------------------------
*/


/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
   STATIC HEADER
--------------------------------------------------------------------------------------------------------------------------------
*/

.static-section {
	background-image: url('../images/slider/static-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 720px;
	/* (img-height / img-width * container-width) */
	/* (853 / 1280 * 100) */
}

.static-section .container {
	min-height: inherit;
	position: relative;
}

.static-header-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -7px;
}

.static-section h4,
.static-section h2 {
	letter-spacing: 2px;
	line-height: 1;
}

.static-section h4 span {
	font-family: 'Macan', system-ui, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

.static-section h2 span {
	font-family: 'Macan', system-ui, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
   SEARCH FORM
--------------------------------------------------------------------------------------------------------------------------------
*/

#search-form {}

.search-form-wrap {
	padding: 5px 5px;
	position: relative;
	top: -60px;
	z-index: 100;
}

.search-form-wrap form {}

.search-form-wrap form .input-field-wrap {
	margin-right: 20px;
	width: 330px;
}

.search-form-wrap form .input-field-wrap input.search-form-input {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	font-family: 'Macan', system-ui, sans-serif;
	text-transform: capitalize;
	padding: 20px;
}

.search-form-wrap form .select-field-wrap {
	margin-right: 20px;
	width: 250px;

}

.search-form-wrap form .select-field-wrap select.search-form-select {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	font-family: 'Macan', system-ui, sans-serif;
	text-transform: capitalize;
	padding: 0 0 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	box-shadow: none;
	border: none;
	color: #999;

}

.search-form-wrap form .select-field-wrap select.search-form-select selected {}

.search-form-wrap form .select-field-wrap select.search-form-select .options {
	padding: 15px 20px;
	font-size: 13px;
	font-family: 'Macan', system-ui, sans-serif;
	border-top: 1px solid #f7f7f7;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.search-form-wrap form .select-field-wrap select::-ms-expand {
	/* for IE 11 */
	display: none;
}

.search-form-wrap form .submit-field-wrap {
	width: 200px;
}

.search-form-wrap form .submit-field-wrap input.search-form-submit {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	font-family: 'Macan', system-ui, sans-serif;
	text-transform: capitalize;
	box-shadow: none;
	border: none;
	border-radius: none;
}


/* SEARCH FORM 2  */

#search-form2 {}

.search-form-wrap2 {
	padding: 20px;
	position: relative;
	top: 0;
	z-index: 100;
}

.search-form-wrap2 form {}

.search-form-wrap2 form .input-field-wrap {
	margin-right: 20px;
	width: 570px;
}

.search-form-wrap2 form .input-field-wrap input.search-form-input {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	font-family: 'Macan', system-ui, sans-serif;
	text-transform: capitalize;
	padding: 20px;
}

.search-form-wrap2 form .select-field-wrap {
	margin-right: 20px;
	width: 300px;

}

.search-form-wrap2 form .select-field-wrap select.search-form-select {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	font-family: 'Macan', system-ui, sans-serif;
	text-transform: capitalize;
	padding: 0 0 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	box-shadow: none;
	border: none;
	color: #999;

}

.search-form-wrap2 form .select-field-wrap select.search-form-select selected {}

.search-form-wrap2 form .select-field-wrap select.search-form-select .options {
	padding: 15px 20px;
	font-size: 13px;
	font-family: 'Macan', system-ui, sans-serif;
	border-top: 1px solid #f7f7f7;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.search-form-wrap2 form .select-field-wrap select::-ms-expand {
	/* for IE 11 */
	display: none;
}

.search-form-wrap2 form .submit-field-wrap {
	width: 220px;
}

.search-form-wrap2 form .submit-field-wrap input.search-form-submit {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	font-family: 'Macan', system-ui, sans-serif;
	text-transform: capitalize;
	box-shadow: none;
	border: none;
	border-radius: none;
}



/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	SERVICES STYLING
-------------------------------------------------------------------------------------------------------------------------------- */

.our-services {
	padding: 25px;
}

.section-title-wrap {
	text-align: center;
	margin-bottom: 50px;
}

.index-section-title {
	background: linear-gradient(to right, #6FD5C8 10%, #0165E3 40%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-size: clamp(36px, 7vw, 50px);
	text-align: left;
	margin: 0 0 10px;
	font-weight: 500;
	font-family: 'Macan', system-ui, sans-serif;
	line-height: 90%;
}

.services-steps {
	display: flex;
	flex-direction: row;
	gap: 30px;
	margin: auto;
}

.service-box {
	position: relative;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	padding: 30px 25px 30px 35px;
	text-align: center;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	opacity: 0;
	transform: translateY(40px);
}

.service-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	/* thickness of the left border */
	height: 100%;
	border-radius: 12px 0 0 12px;
	background: linear-gradient(to bottom, #6FD5C8 0%, #0165E3 100%);
}

.service-box:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* 🔹 Animate in */
.service-box.visible {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.6s ease-out;
}

/* 🔹 Step Badge */
.step-badge {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(to right, #6FD5C8 30%, #0165E3 166%);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

/* 🔹 Icons */
.service-icon {
	margin: 25px 0 18px;
}

.service-icon i {
	font-size: 40px;
	color: var(--bright-blue);
}

/* 🔹 Texts */
.service-title {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 12px;
}

.service-disc {
	font-size: 15px;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* 🔹 Button */
.btn-service {
	display: inline-block;
	padding: 10px 22px;
	background: linear-gradient(to right, #6FD5C8 40%, #0165E3 150%);
	color: #fff;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 500;
	transition: background 0.3s ease;
}

.btn-service:hover {
	background: linear-gradient(to right, #6FD5C8 40%, #0165E3 100%);
}

.how-it-works {
	padding: 60px 20px;
	background: var(--bg-2);
}

.how-title {
	text-align: center;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.how-title h2 {
	font-size: clamp(32px, 6vw, 48px);
	font-weight: 700;
	background: linear-gradient(to right, var(--primary), var(--accent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.how-logo {
	max-width: 250px;
	width: 100%;
	margin-bottom: 20px;
}

.how-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.how-column h3 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 25px;
	color: var(--primary);
}

.step-card {
	position: relative;
	background: var(--card);
	border-radius: var(--radius);
	padding: 25px 20px;
	margin-bottom: 20px;
	box-shadow: var(--shadow);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-left: 5px solid var(--accent);
}

.step-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.step-number {
	position: absolute;
	top: -15px;
	left: 20px;
	background: linear-gradient(to right, var(--primary), var(--accent));
	color: #fff;
	font-weight: 700;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--shadow);
}

.step-card h4 {
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--white);
}

.step-card p {
	font-size: 15px;
	color: var(--muted);
	line-height: 1.6;
}

/* Responsive Services Section */
@media (max-width: 1024px) {
  .services-steps {
    flex-wrap: wrap;
    justify-content: center;
  }

  .service-box {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .services-steps {
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  .service-box {
    width: 100%;
    max-width: 420px;
    padding: 25px 20px;
  }

  .step-badge {
    top: -14px;
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .service-title {
    font-size: 18px;
  }

  .service-disc {
    font-size: 14px;
    line-height: 1.5;
  }
}


/* 🔹 Mobile */
@media(max-width: 900px) {
	.how-grid {
		grid-template-columns: 1fr;
	}
}

/* ================================
   TESTIMONIALS STYLING
================================= */
.testimonials-section {
	padding: 60px 0;
}

.testimonial-box {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 15px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(6px);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 0px;
}

.testimonial-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.testimonial-badge {
	background: linear-gradient(to right, #6FD5C8, #0165E3);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 16px;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 15px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.testimonial-icon i {
	font-size: 40px;
	color: #6FD5C8;
	margin-bottom: 12px;
}

.testimonial-name {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.testimonial-text {
	color: #ddd;
	font-size: 16px;
	line-height: 1.6;
	font-style: italic;
}

/* Owl Carousel custom */
.owl-carousel .owl-dots {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 20px;
}

.owl-carousel .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #ccc;
	display: block;
	border-radius: 50%;
	transition: background 0.3s;
}

.owl-carousel .owl-dot.active span {
	background: #6FD5C8;
}

.owl-item.active,
.owl-item {
	border: 0px !important;
}

/* ================================
   TESTIMONIAL QUOTES
================================= */
.testimonial-box {
	position: relative;
}

.testimonial-box::before {
	content: "❝";
	font-size: 50px;
	color: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 15px;
	left: 20px;
	font-family: 'Macan', system-ui, sans-serif;
}

.testimonial-box::after {
	content: "❞";
	font-size: 50px;
	color: rgba(255, 255, 255, 0.2);
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-family: 'Macan', system-ui, sans-serif;
}


/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	CTA  STYLING
--------------------------------------------------------------------------------------------------------------------------------
*/

.cta-section {
	padding: 80px 0;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.cta-container {
	position: relative;
	z-index: 2;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.cta-title {
	background: linear-gradient(to right, #6FD5C8 10%, #0165E3 40%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-size: clamp(36px, 7vw, 50px);
	text-align: center;
	margin: 0 0 10px;
	font-weight: 500;
	font-family: 'Macan', system-ui, sans-serif;
	line-height: 90%;
	margin: 10px 0;
}

.cta-subtitle {
	font-size: 18px;
	color: #ddd;
	margin-bottom: 30px;
	line-height: 1.6;
}

.cta-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-top: 30px;
}

.cta-card {
	background: rgba(255, 255, 255, 0.08);
	padding: 30px;
	border-radius: 16px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.cta-card h3 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 12px;
}

.cta-card p {
	color: #ddd;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Buttons stay consistent */
.cta-card .cta-btn {
	display: inline-block;
	padding: 12px 28px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 30px;
	background: linear-gradient(45deg, #6FD5C8, #0165E3);
	text-decoration: none;
	transition: all 0.3s ease;
}

.cta-card .cta-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

/* 🔹 Mobile */
@media(max-width: 768px) {
	.cta-grid {
		grid-template-columns: 1fr;
	}
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	LOCATIONS  STYLING
--------------------------------------------------------------------------------------------------------------------------------
*/

.location-section {}

.location-wrapper {}

.location-entry {
	margin-bottom: 30px;
}

.location-entry .figure {
	position: relative;
}

.location-icon {
	float: left;
	width: 20.69%;
	min-height: 50px;
	line-height: 50px;
}

.location-icon i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 50%;
	text-align: center;
}

.location-title-disc {
	float: left;
	width: 79.31%;
	padding-left: 20px;
}

.location-title-disc h5 {
	font-weight: normal;
	text-align: left;
}

.location-title-disc a {
	text-align: left;
}

/* style 1*/
.location-content-1 {
	border-radius: 6px;
	bottom: 30px;
	left: 0;
	margin: 0 auto;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	width: calc(100% - 40px);

}

/* style 2*/
.location-content-2 {
	padding: 28px;
	border-radius: 4px;
}

.location-content-2 .location-icon {
	float: left;
	width: 26.75%;
	min-height: 60px;
	line-height: 60px;
}

.location-content-2 .location-icon i {
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	border-radius: 50%;
	text-align: center;
}

.location-content-2 .location-title-disc {
	float: left;
	width: 73.25%;
	padding-left: 20px;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	CATEGORY STYLING
--------------------------------------------------------------------------------------------------------------------------------
*/


.categories-section {}

.category-section-wrap {}

.category-section-wrap.cat-style-1 {}

.category-section-wrap.cat-style-2 {}

.category-section-wrap .cat-wrap {
	padding: 10px 10px;
	margin-bottom: 5px;
}

.category-section-wrap .cat-wrap h5 {
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
	position: relative;
}

.category-section-wrap .cat-wrap h5 i {
	position: absolute;
	right: 0;
	line-height: 24px;
	font-size: 24px;
}

.category-section-wrap .cat-wrap .cat-list-wrap {
	padding-top: 13px;
}

.category-section-wrap .cat-wrap .cat-list-wrap ul.cat-list {}

.category-section-wrap .cat-wrap .cat-list-wrap ul.cat-list li {
	margin-top: 11px;
}

.category-section-wrap .cat-wrap .cat-list-wrap ul.cat-list li a {
	text-align: left;
	text-transform: capitalize;
	position: relative;
}

.category-section-wrap .cat-wrap .cat-list-wrap ul.cat-list li a span {
	position: absolute;
	right: 0;
}

/* cat style 2 */
.category-section-wrap.cat-style-2 .cat-wrap {
	margin-bottom: 0;
	padding: 25px 30px;
}

.category-section-wrap.cat-style-2 .listing-border-bottom {
	margin-bottom: 30px;
}

.category-section-wrap.cat-style-2 .cat-wrap .cat-list-wrap ul.cat-list li {
	margin-top: 8px;
}

.category-section-wrap.cat-style-2 .cat-wrap h5 {
	font-weight: 400;
	letter-spacing: 0;
	font-size: 16px;
}

.category-section-wrap.cat-style-2 .cat-wrap h5 i {
	position: relative;
	margin-right: 15px;
	line-height: 40px;
	font-size: 16px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
}

/* cat style 3 */
.category-section-wrap.cat-style-3 .cat-wrap {
	margin-bottom: 0;
	padding: 0px 0px 5px;
}

.category-section-wrap.cat-style-3 .main-wrap .listing-border-bottom {
	margin-bottom: 30px;
	opacity: 0;
}

.category-section-wrap.cat-style-3 .main-wrap:hover .listing-border-bottom {
	opacity: 1;
}

.category-section-wrap.cat-style-3 .cat-wrap h5 {
	font-weight: 400;
	letter-spacing: 0;
	font-size: 16px;
	margin: 16px 0 10px;
	text-align: center;
}

.category-section-wrap.cat-style-3 .cat-wrap p {
	padding: 0 20px;
}

.category-section-wrap.cat-style-3 .cat-wrap p i {
	position: relative;
	margin-right: 0;
	line-height: 63px;
	font-size: 24px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
}


/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	FEATURE LISTINGS
--------------------------------------------------------------------------------------------------------------------------------
*/


.recent-products {
	display: grid;
	position: relative;
	overflow: hidden;
	background-image: var(--bg-image);
	background-size: cover;
	background-position: center;
	padding: 60px 20px;
}

.section-title {
	font-size: clamp(32px, 7vw, 50px) !important;
	background: linear-gradient(to right, #6FD5C8 45%, #0165E3 60%) !important;
	-webkit-background-clip: text !important;
	font-weight: bold !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	text-align: center !important;
}

.section-subtitle {
	font-size: 2rem;
	color: var(--white);
}

.products-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}


.product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
}

.product-thumb {
	position: relative;
	overflow: hidden;
}

.product-thumb img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-bottom: 2px solid var(--primary);
	transition: transform .4s ease;
}

.product-card:hover img {
	transform: scale(1.1);
}

.list-unstyled.signle-product-info.p-2 li {
	text-align: left;
	font-size: 14px;
	margin-bottom: 6px;
}

.offer-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--accent);
	color: #fff;
	font-size: .9rem;
	padding: 5px 12px;
	border-radius: 12px;
	font-weight: 600;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
}

.wishlist-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 255, 255, .15);
	border: none;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--muted);
	transition: all .3s ease;
	z-index: 999;
}

.wishlist-btn:hover {
	background: var(--danger);
	color: #fff;
}

.wishlist-btn.active {
	background: var(--danger);
	color: #fff;
}

.product-info {
	padding: 16px;
	text-align: center;
}

.product-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 5px;
}

.product-title a {
	color: var(--text);
	text-decoration: none;
	transition: color .3s ease;
}

.product-title a:hover {
	color: var(--primary);
}

.product-meta {
	font-size: .9rem;
	color: var(--muted);
}


.main-wrap {
	position: relative;
	overflow: hidden;
	background-image: var(--hero-image);
	background-size: cover;
	background-position: center;
	padding: 50px 10px;
}

.hero {
	position: relative;
	overflow: hidden;
}

.hero-bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	/* push video behind everything */
}

/* 🔹 Overlay Layer */
.hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* adjust opacity (0.3–0.7) */
	z-index: 1;
}

.hero .content {
	position: relative;
	z-index: 2;
	/* text stays above overlay */
	color: #fff;
	text-align: center;
}

/* Cards */
.card {
	background: rgba(0, 0, 0, 0.5);
	border-radius: var(--radius);
	padding: 20px;
	box-shadow: var(--shadow);
	transition: transform .25s ease;
}

.card:hover {
	transform: translateY(-5px);
}

/* Product Gallery */
.gallery {
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
}

.gallery img {
	width: 100%;
	height: auto;
	border-radius: var(--radius);
}

/* Wishlist button */
.wishlist-button {
	background: none;
	border: none;
	cursor: pointer;
	color: var(--muted);
	font-size: 1.2rem;
	transition: color .25s ease;
}

.wishlist-button.active {
	color: var(--danger);
}

/* Modal tweaks */
.modal-content {
	border-radius: var(--radius);
	background: var(--card);
	color: var(--text);
}

.modal-header {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	background: rgba(51, 225, 194, 0.1);
	color: #33e1c2;
	border-left: 4px solid #33e1c2;
}

.modal-footer {
	border-top: 1px solid rgba(255, 255, 255, .1);
}





/* Icon inside buttons */
.btn i {
	margin-right: 6px;
}

/* ================== MODALS ================== */
.modal-content {
	border-radius: var(--radius);
	background: var(--card);
	color: var(--text);
	box-shadow: var(--shadow);
}

.modal-header {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	background: rgba(51, 225, 194, 0.1);
	color: var(--primary);
	border-left: 4px solid var(--primary);
	display: flex;
	align-items: center;
	gap: 10px;
}

.modal-header .modal-title i {
	color: var(--primary);
}

.modal-footer {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

/* Close button */
.modal-header .close {
	color: var(--muted);
	opacity: .8;
}

.modal-header .close:hover {
	color: var(--danger);
}

.btn-secondary {
	color: white !important;
}


/* LEAD SECTION BUSINESS */
/* ================== INCOMING & OUTGOING LEADS ================== */

/* Section Titles */
.row h5.text-center {
	background: var(--card);
	color: var(--primary);
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

/* Nav Pills (Tabs) */
.nav.nav-pills>li>a.navheader {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-weight: 600;
	padding: 10px;
	border-radius: var(--radius);
	background: var(--bg-2);
	color: var(--muted);
	transition: all .3s ease;
	border: 1px solid rgba(255, 255, 255, .05);
}

.nav.nav-pills>li.active>a.navheader,
.nav.nav-pills>li>a.navheader:hover {
	background: rgba(51, 225, 194, 0.15);
	color: var(--primary);
	border-color: var(--primary);
}

/* Add Icons to Tabs */
.nav.nav-pills>li:first-child>a.navheader::before {
	font-family: "FontAwesome";
	content: "\f0b1";
	/* briefcase for Business Leads */
	margin-right: 6px;
}

.nav.nav-pills>li:nth-child(2)>a.navheader::before {
	font-family: "FontAwesome";
	content: "\f007";
	/* user icon for Client Leads */
	margin-right: 6px;
}

/* Tab Content Card */
.tab-content {
	background: var(--card);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 20px;
	margin-top: 15px;
	transition: all .3s ease;
	min-height: 250px;
}

.tab-content:hover {
	box-shadow: 0 12px 35px rgba(0, 0, 0, .6);
}

/* Outgoing Leads box */
.col-md-6>.bg-warning,
.col-md-6>.tab-content {
	margin-top: 0;
}

/* Placeholder styling inside includes */
#tab_business_leads,
#tab_client_leads {
	color: var(--text);
	font-size: 14px;
}

.bg-info {
	background: transparent;
}

/* Password Reset Page */
.reset-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: var(--bg-2);
	padding: 20px;
}

.reset-card {
	background: var(--card);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 30px;
	width: 100%;
	max-width: 500px;
	text-align: center;
	animation: fadeIn 0.4s ease-in-out;
}

.reset-card h2 {
	color: var(--primary);
	margin-bottom: 20px;
	font-weight: 600;
}

.reset-card .form-control {
	background: var(--bg);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	color: var(--text);
	padding: 14px;
	margin-bottom: 15px;
	transition: 0.3s ease;
}

.reset-card .form-control:focus {
	border-color: var(--primary);
	outline: none;
	box-shadow: 0 0 0 2px rgba(51, 225, 194, 0.3);
}

.reset-card .btn-submit {
	background: var(--primary);
	border: none;
	color: var(--bg);
	font-weight: 600;
	border-radius: 12px;
	padding: 12px;
	width: 100%;
	transition: 0.3s ease;
}

.reset-card .btn-submit:hover {
	background: var(--accent);
	color: var(--white);
}

.reset-card p.error {
	background: rgba(255, 92, 128, 0.15);
	color: var(--danger);
	padding: 8px;
	border-radius: 8px;
	font-size: 14px;
	margin-bottom: 10px;
}

.reset-card p.success {
	background: rgba(51, 225, 194, 0.15);
	color: var(--primary);
	padding: 8px;
	border-radius: 8px;
	font-size: 14px;
	margin-bottom: 10px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}



/* ================== FORM ELEMENTS ================== */
.form-control,
input[type="text"],
input[type="number"],
textarea {
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--bg);
	border-radius: 10px;
	transition: border .3s ease;
}

.form-control:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 2px rgba(51, 225, 194, 0.2);
	outline: none;
}

label.control-label {
	font-weight: 600;
	color: var(--muted);
	display: flex;
	align-items: center;
	gap: 6px;
}

/* Add icons before labels */
label.control-label[for="textinput"]::before {
	font-family: "FontAwesome";
	content: "\f02b";
	/* tag icon */
}

label.control-label[for="product_description"]::before {
	font-family: "FontAwesome";
	content: "\f27a";
	/* sticky note icon */
}

label.control-label[for="radios"]::before {
	font-family: "FontAwesome";
	content: "\f0c9";
	/* list icon */
}

/* ================== PANELS ================== */
.panel {
	border-radius: var(--radius);
	background: var(--bg-2);
	border: 1px solid rgba(255, 255, 255, .05);
	box-shadow: var(--shadow);
	margin-bottom: 20px;
}

.panel-heading {
	background: rgba(42, 163, 255, 0.1);
	color: var(--accent);
	font-weight: 700;
	padding: 12px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
	border-left: 4px solid var(--accent);
}

.panel-body {
	padding: 20px;
}

/* ================== IMAGE UPLOAD ================== */
.thumbnail {
	background: var(--bg-2);
	border: 1px dashed var(--muted);
	border-radius: var(--radius);
	padding: 10px;
	text-align: center;
	transition: border .3s ease, transform .2s ease;
}

.thumbnail:hover {
	border-color: var(--primary);
	transform: scale(1.03);
}

.small-img-box {
	object-fit: contain;
	margin-bottom: 10px;
	border-radius: var(--radius);
}

/* Upload label */
.addlabel,
.leadslabel {
	display: inline-block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 600;
	background: var(--primary);
	color: var(--bg);
	border-radius: 6px;
	padding: 5px 10px;
	cursor: pointer;
	transition: all .3s ease;
}

.addlabel:hover,
.leadslabel:hover {
	background: var(--accent);
	color: var(--white);
}

.addlabel i,
.leadslabel i {
	margin-right: 4px;
}

.leadbusiness i {
	color: #2aa3ff !important;
}


/* ================== TABLE ================== */
.table {
	color: var(--text);
	border: 0px;
	overflow: hidden;
}

.table thead {
	background: var(--bright-blue);
	color: var(--white);
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.02);
}

.table-striped tbody tr:hover {
	background-color: rgba(51, 225, 194, 0.08);
}

/* ================== NAV PILLS ================== */
.nav-pills>li>a {
	color: var(--text);
	font-weight: 600;
}

.nav-pills>li.active>a {
	background: var(--primary) !important;
	color: var(--bg);
}

.nav-pills>li>a:hover {
	background: rgba(51, 225, 194, .2);
	color: var(--white);
}


/* Similar Products */
.feature-item {
	background: var(--card);
	border-radius: var(--radius);
	overflow: hidden;
	text-align: center;
	box-shadow: var(--shadow);
	transition: transform .25s ease;
}

.feature-item:hover {
	transform: scale(1.02);
}

.feature-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.feature-title {
	font-size: 1rem;
	font-weight: 600;
	margin-top: 8px;
}

/* Modal Base */
.modal-content {
	border-radius: var(--radius);
	background: var(--card);
	color: var(--text);
	box-shadow: var(--shadow);
	border: none;
}

.modal-title {
	font-weight: 700;
	font-size: 1.25rem;
	display: flex;
	align-items: center;
	gap: 8px;
}

.modal-body {
	padding: 20px;
}

/* Input Groups */
.input-group {
	position: relative;
	margin-bottom: 16px;
}

.input-group input,
.input-group select,
.input-group textarea {
	width: 100%;
	background: var(--bg-2);
	border: 1px solid rgba(255, 255, 255, .15);
	color: var(--text);
	border-radius: var(--radius);
	padding: 12px 40px 12px 16px;
	font-size: 0.95rem;
}

.input-group i {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--muted);
}

/* Submit Button */
.modal-footer .btn {
	padding: 10px 20px;
	font-weight: 600;
	border-radius: var(--radius);
}

/* Similar Products Section */
.similar-products {
	margin-top: 40px;
}

.similar-products .section-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 20px;
}


/* Product Filter */

/* Modern Sidebar - Dark Theme */
.modern-sidebar {
	background: var(--hero-image);
	background-size: cover;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	color: #f0f0f0;
}

/* Tabs */
.sidebar-tabs {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	border-bottom: 1px solid #444;
}

.sidebar-tabs .tab-link {
	flex: 1;
	text-align: center;
	padding: 12px;
	font-weight: 600;
	color: #bbb;
	text-decoration: none;
	border-radius: 8px 8px 0 0;
	transition: all 0.3s ease;
}

.sidebar-tabs .tab-link i {
	margin-right: 6px;
}

.sidebar-tabs .tab-link:hover {
	background: #3e3f42;
	color: #fff;
}

.sidebar-tabs .tab-link.active {
	background: var(--primary, #33e1c2);
	color: #fff;
}

/* Sidebar Card */
.sidebar-card {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	padding: 15px 18px;
	margin-bottom: 25px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s;
}

.sidebar-card:hover {
	transform: translateY(-2px);
}

.sidebar-title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 12px;
	color: var(--primary, #33e1c2);
	display: flex;
	align-items: center;
}

.sidebar-title i {
	margin-right: 8px;
	color: var(--accent);
}

.sidebar-tabs .tab-link.active i {
	color: var(--accent);
}

/* Search Box */
.search-box {
	position: relative;
	margin-bottom: 15px;
}

.search-box i {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	color: #888;
}

.search-box input {
	width: 100%;
	padding: 10px 12px 10px 36px;
	border: 1px solid #555;
	background: #2a2b2d;
	border-radius: 10px;
	font-size: 14px;
	color: #f0f0f0;
	transition: all 0.3s ease;
}

.search-box input:focus {
	border-color: var(--primary, #33e1c2);
	box-shadow: 0 0 8px rgba(51, 225, 194, 0.4);
	outline: none;
}

/* Filter List */
.filter-list {
	max-height: 220px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
	transition: max-height 0.4s ease;
}

.filter-list.expanded {
	max-height: 600px;
}

.filter-item {
	margin-bottom: 8px;
}

.filter-item label {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	color: #ddd;
	transition: color 0.3s;
}

.filter-item label:hover {
	color: #fff;
}

.filter-item input[type="checkbox"] {
	accent-color: var(--primary, #33e1c2);
	margin-right: 10px;
	transform: scale(1.1);
	width: fit-content;
}

.filter-item input:checked+span {
	color: var(--primary, #33e1c2);
	font-weight: 600;
}

/* Show All Button */
.btn-showall {
	background: var(--primary, #33e1c2);
	color: #1d1e20;
	padding: 10px 15px;
	border: none;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-showall i {
	margin-left: 6px;
	transition: transform 0.3s ease;
}

.filter-list.expanded+.btn-showall i {
	transform: rotate(180deg);
}

.btn-showall.tog i {
	color: var(--accent);
}

.btn-showall:hover {
	background: #28c9ab;
	color: #fff;
}
@media (max-width:991px) {
	
.listing-wrapper.list-view .product-card{
	flex-direction: column !important;
}
}


/* Responsive */
@media(max-width: 768px) {
	.sidebar-tabs {
		flex-direction: column;
	}

	.sidebar-tabs .tab-link {
		margin-bottom: 8px;
		border-radius: 8px;
	}
}

/* Tablet & Mobile: Convert to top filter bar */
@media (max-width: 768px) {

	.filter-panel {
		width: 100%;
		padding: 12px;
		background: rgba(0, 0, 0, 0.35);
		border-radius: 12px;
		margin-bottom: 20px;
	}

	.filter-group {
		display: flex;
		flex-wrap: wrap;
		overflow-x: auto;
		gap: 12px;
		scrollbar-width: auto;
		align-items: stretch;
		justify-content: space-around;
	}

	.filter-group::-webkit-scrollbar {
		display: none;
	}

	.sidebar-card {
		min-width: 200px;
		/* Each filter becomes a pill-card */
		background: rgba(255, 255, 255, 0.08);
		border-radius: 10px;
		padding: 12px 14px;
		flex-shrink: 0;
		/* Prevent collapse */
	}

	/* Titles compact */
	.sidebar-title {
		font-size: 13px;
		margin-bottom: 6px;
	}

	/* Form controls slim */
	.sidebar-card select,
	.sidebar-card input {
		font-size: 13px;
		padding: 6px 8px;
	}

	/* Apply/Clear Buttons inline small */
	#applyFilters,
	#clearFilters {
		padding: 6px 12px;
		font-size: 13px;
		border-radius: 8px;
	}

}

/* Keep 2 columns for all mobile widths down to ~350px */
@media (max-width: 768px) {
  .filter-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    align-items: stretch;
  }

  .sidebar-card {
    min-width: unset;
    width: 100%;
  }
}

/* Optional: only collapse to 1 column for ultra-small screens */
@media (max-width: 350px) {
  .filter-group {
    grid-template-columns: 1fr;
  }
}



/* Scrollbar */
.filter-list::-webkit-scrollbar {
	width: 6px;
}

.filter-list::-webkit-scrollbar-track {
	background: #2a2b2d;
	border-radius: 10px;
}

.filter-list::-webkit-scrollbar-thumb {
	background: var(--primary, #33e1c2);
	border-radius: 10px;
	transition: background 0.3s;
}

.filter-list::-webkit-scrollbar-thumb:hover {
	background: #28c9ab;
}

.filter-list {
	scrollbar-width: thin;
	scrollbar-color: var(--primary, #33e1c2) #2a2b2d;
}


.cart-popup {
	position: fixed;
	top: 20px;
	right: 20px;
	background: #28a745;
	color: white;
	padding: 12px 20px;
	border-radius: 6px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	font-weight: 600;
	z-index: 9999;
	opacity: 0;
	transform: translateY(-20px);
	transition: all 0.4s ease;
}

/* Show popup */
.cart-popup.show {
	opacity: 1;
	transform: translateY(0);
}

/* Cart bump animation */
@keyframes bump {
	0% {
		transform: scale(1);
	}

	30% {
		transform: scale(1.3);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}

.cart-bump {
	animation: bump 0.3s ease;
}


/* Product Card */
.product-card {
	background: var(--card);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
	transition: transform .25s ease, box-shadow .25s ease;
	position: relative;
	text-align: left;
	margin: 20px 0;
	flex-direction: column;
	/* ✅ Content stacks inside */
	height: 100%;
	/* ✅ Ensure card fills column height */
}


.product-card .title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 6px;
	color: var(--white);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

.product-card .meta {
	font-size: 0.85rem;
	color: var(--muted);
}

.product-card .meta strong {
	color: var(--primary);
}

.product-body {
	flex: 1 1 auto;
	/* ✅ Takes remaining height so footer stays bottom */
}

.product-actions {
	margin-top: auto;
	/* ✅ Push actions to the bottom */
}

.listing-wrapper.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	/* ✅ Makes all columns equal height */
}

.listing-wrapper .col-md-3 {
	flex: 0 0 calc(25% - 20px);
	/* 4 per row */
	max-width: calc(25% - 20px);
	display: flex;
	flex-direction: column;
}

@media (max-width: 1700px) {
	.listing-wrapper .col-md-3 {
		flex: 0 0 calc(33% - 20px);
		max-width: calc(33% - 20px);
	}
}

/* Responsiveness */
@media (max-width: 991px) {
	.listing-wrapper .col-md-3 {
		flex: 0 0 calc(50% - 20px);
		/* 2 per row on tablets */
		max-width: calc(50% - 20px);
	}
}

@media (max-width: 576px) {
	.listing-wrapper .col-md-3 {
		flex: 0 0 100%;
		/* 1 per row on mobile */
		max-width: 100%;
	}
}


/* Info list */
.product-info {
	font-size: 14px;
	color: #666;
}

.product-info li {
	margin-bottom: 4px;
	display: flex;
	align-items: center;
}

.product-info i {
	margin-right: 6px;
	font-size: 14px;
}

ul.product-info {
	overflow-y: auto;
	max-height: 80px;
	padding-right: 8px;
	scrollbar-width: thin;
	/* Firefox */
	scrollbar-color: #198754 transparent;
	/* Thumb + transparent track */
}

/* Chrome, Edge, Safari */
ul.product-info::-webkit-scrollbar {
	width: 6px;
}

ul.product-info::-webkit-scrollbar-track {
	background: transparent;
	/* Hide background */
}

ul.product-info::-webkit-scrollbar-thumb {
	background: #198754;
	border-radius: 10px;
}

ul.product-info::-webkit-scrollbar-thumb:hover {
	background: #14532d;
	/* Darker green on hover */
}

.product-body a {
	font-weight: 700;
	font-size: 16px;
	color: var(--primary);
	text-wrap: auto;
}

.badge.bg-primary i {
	margin-right: 5px;
}


/* Company badge */
.badge.bg-primary {
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 20px;
}

/* Actions */
.product-actions {
	border-top: 1px solid #f0f0f0;
	padding: 12px;
	display: flex;
	border-top: 1px solid #f0f0f0;
	padding: 12px;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.product-actions .btn {
	font-size: 14px;
	font-weight: 600;
	padding: 6px 14px;
}



/* Info list */
.product-info {
	font-size: 14px;
	color: #666;
}

.product-info li {
	margin-bottom: 4px;
	display: flex;
	align-items: center;
}

.product-info i {
	margin-right: 6px;
	font-size: 14px;
}

/* Company badge */
.badge.bg-primary {
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 20px;
}

/* Actions */
.product-actions {
	border-top: 1px solid #f0f0f0;
	padding: 12px;
	display: flex;
	border-top: 1px solid #f0f0f0;
	padding: 12px;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin: 7px;
}

.product-actions .btn {
	font-size: 14px;
	font-weight: 600;
	padding: 6px 14px;
}

.btn.btn-sm.btn-outline-primary.view-toggle.active {
	color: var(--accent);
	font-weight: 700;

}

/* List view mode */
.listing-wrapper.list-view .col-md-3 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	display: flex;
	flex-direction: column;
}

.listing-wrapper.list-view .product-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding: 10px;
}

.listing-wrapper.list-view .product-thumb {
	flex: 0 0 200px;
	max-width: 200px;
	margin-right: 20px;
}

.listing-wrapper.list-view .product-body {
	flex: 1;
}

.listing-wrapper.list-view ul.product-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	gap: 8px 16px;
	padding: 0 10px;
	margin: 0;
	list-style: none;
	overflow: hidden;
	max-height: 130px;

}

.listing-wrapper.list-view .product-actions {
	border: 0px;
	border-left: 1px solid #f0f0f0;
	;

}

.swiper {
	padding: 20px 0 50px !important;
}

.swiper-slide {
	display: flex;
	justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
	color: var(--primary);
	transition: transform .3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	transform: scale(1.2);
}

.swiper-pagination-bullet {
	background: var(--muted);
	opacity: .7;
}

.swiper-pagination-bullet-active {
	background: var(--primary);
	opacity: 1;
}



.owl-carousel {
	display: block !important;
	overflow: hidden;
}

.owl-carousel .col-md-12,
.col-sm-12,
.col-xs-12 {}

.owl-carousel .owl-item {}

.owl-stage {}

.feature-item {}

.feature-item .figure {
	position: relative;
}

.feature-item .figure .feature-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.5s ease;
	width: 100%;
	height: 100%;
	padding: 10px;


}

.feature-item .figure .feature-overlay .feature-overlay-inner {
	height: 100%;
}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content ul.feature-links {}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content ul.feature-links li {
	display: inline-block;
	margin-left: 8px;
}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content ul.feature-links li a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	line-height: 46px;
	font-size: 16px;
}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content ul.feature-links li:first-child {
	margin-left: 0;
}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content ul.feature-links li a:hover {}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content .feature-divider {
	width: 60px;
	height: 3px;
	margin: 30px auto;
}

.feature-item .figure .feature-overlay .feature-overlay-inner .overlay-content .star-rating {
	text-align: center;
}

.score-callback .star-off.fa-star {
	font-size: 12px;
}

.score-callback .star-on.fa-star {
	font-size: 12px;
}

.feature-item .feature-content {
	padding: 14px 20px 18px;
	position: relative;
}

.feature-item .feature-content .feature-title a {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
}

.feature-item .feature-content .feature-title h6 a {
	letter-spacing: 0;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Macan', system-ui, sans-serif;
}

.feature-item .feature-content .feature-location {}

.feature-item .feature-content .feature-location a {
	font-family: 'Macan', system-ui, sans-serif;
	text-transform: capitalize;
}

.feature-item .feature-content .feature-location a i {
	font-size: 12px;
	line-height: 12px;
	margin-right: 5px;
}

.feature-item:hover .feature-overlay {
	opacity: 1;
	transition: all 0.5s ease;
}

.feature-item .feature-meta-cat {
	position: absolute;
	top: -30px;
	right: 20px;
}

.feature-item .feature-meta-cat a {
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 62px;
	text-align: center;
	border-radius: 50%;
}

.listing-border-bottom {
	height: 3px;
	width: 100%;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	LISTINGS SECTION
--------------------------------------------------------------------------------------------------------------------------------
*/

/* Divider accent */
.listing-border-bottom {
	height: 3px;
	background: linear-gradient(90deg, var(--primary), var(--accent));
	border-radius: 0 0 14px 14px;
}



.add-listing-nav {
	padding: 33px 30px 31px;
}

.add-listing-nav .nav-tabs {
	border-bottom: none;
	margin-left: -20px;
	margin-right: -20px;
}

.add-listing-nav .nav-tabs>li>a {
	border: none;
	line-height: 14px;
	margin-right: 0;
	padding: 0;
	font-family: 'Macan', system-ui, sans-serif;
	text-transform: uppercase;
}

.add-listing-nav .nav-tabs>li.active>a,
.add-listing-nav .nav-tabs>li.active>a:focus,
.add-listing-nav .nav-tabs>li.active>a:hover {
	border: none;
}

.add-listing-nav .nav-tabs>li {
	padding: 0 20px;
}

.view-switcher {}

.view-switcher ul {
	text-align: right;
	line-height: 16px;
}

.view-switcher ul li {
	text-align: right;
	display: inline-block;
	font-size: 16px;
	line-height: 14px;
}

.view-switcher ul li.gridview {
	margin-right: 5px;
	cursor: pointer;
}

.view-switcher ul li i {
	line-height: 16px;
	cursor: pointer;
}

.listing-item {}

.listing-item .figure {
	position: relative;
}

.listing-item .figure .listing-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.5s ease;
	width: 100%;
	height: 100%;
	padding: 10px;

}

.listing-item .figure .listing-overlay .listing-overlay-inner {
	height: 100%;
}

.listing-item .figure .listing-overlay .listing-overlay-inner .overlay-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.listing-item .figure .listing-overlay .listing-overlay-inner .overlay-content ul.listing-links {}

.listing-item .figure .listing-overlay .listing-overlay-inner .overlay-content ul.listing-links li {
	display: inline-block;
	margin-left: 8px;
}

.listing-item .figure .listing-overlay .listing-overlay-inner .overlay-content ul.listing-links li a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	line-height: 46px;
	font-size: 16px;
}

.listing-item .figure .listing-overlay .listing-overlay-inner .overlay-content ul.listing-links li:first-child {
	margin-left: 0;
}

.listing-item .figure .listing-overlay .listing-overlay-inner .overlay-content ul.listing-links li a:hover {}

.listing-item .figure .listing-overlay .listing-overlay-inner .overlay-content .listing-divider {
	width: 60px;
	height: 3px;
	margin: 30px auto;
}

.listing-item .figure .listing-overlay .listing-overlay-inner .overlay-content .star-rating {
	text-align: center;
}

.score-callback .star-off.fa-star {
	font-size: 12px;
}

.score-callback .star-on.fa-star {
	font-size: 12px;
}

.listing-item .listing-content {
	padding: 14px 20px 18px;
	position: relative;
}

.listing-item .listing-content .listing-title {}

.listing-item .listing-content .listing-title h6 a {
	letter-spacing: 0;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Macan', system-ui, sans-serif;
}

.aside-layout-section .gridview .listing-item .listing-content .listing-title h6 a {
	font-size: 14px;
}

.listing-item .listing-content .listing-location {}

.listing-item .listing-content .listing-location a {
	font-family: 'Macan', system-ui, sans-serif;
	text-transform: capitalize;
}

.listing-item .listing-content .listing-location a:nth-child(2) {
	display: none;
}

.listing-item .listing-content .listing-location a i {
	font-size: 12px;
	line-height: 12px;
	margin-right: 5px;
}

.listing-item:hover .listing-overlay {
	opacity: 1;
	transition: all 0.5s ease;
}

.listing-item .listing-meta-cat {
	position: absolute;
	top: -25px;
	right: 20px;
}

.listing-item .listing-meta-cat a {
	font-size: 24px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}

.listing-border-bottom {
	height: 3px;
	width: 100%;
}

.listing-disc {
	display: none;
}

/* list view styling */

.listview .item {
	width: 100%;
}

.listview .listing-item {
	padding: 15px;
}

.listview .listing-item .figure {
	max-width: 270px;
	float: left;
}

.listview .three-column .listing-item .figure {
	max-width: 370px;
}

.listview .listing-item .listing-content {
	float: left;
	max-width: 76%;
	padding: 0 0 0 30px;
}

.listview .three-column .listing-content {
	max-width: 67%;
}

.listview .listing-item .listing-meta-cat {
	display: inline-block;
	position: relative;
	top: 0;
	right: 0;
}

.listview .listing-item .listing-content .listing-title {
	display: inline-block;
	padding-left: 20px;
}

.listview .listing-item .listing-content .listing-location {
	margin-top: 20px;
}

.listview .star-rating {
	margin-top: 25px;
}

.listview .listing-disc {
	display: block;
}

.listview .listing-item .listing-content .listing-location a:nth-child(1) {
	display: none;
}

.listview .listing-item .listing-content .listing-location a:nth-child(2) {
	display: block;
}

.aside-layout-section .listview .item:nth-child(5),
.aside-layout-section .listview .item:nth-child(6),
.aside-layout-section .listview .item:nth-child(7),
.aside-layout-section .listview .item:nth-child(8),
.aside-layout-section .listview .item:nth-child(9) {
	display: none;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	BLOG SECTION
--------------------------------------------------------------------------------------------------------------------------------
*/

.blog-wrapper {}

.blog-entry {
	position: relative;
	margin-bottom: 30px;
}

.blog-entry .figure {}

.blog-entry .figure img {}

.blog-entry .entry-content {
	position: absolute;
	bottom: 0;
	padding: 24px 30px 25px;
	width: 100%;
}

.blog-entry .entry-content .entry-title {}

.blog-entry .entry-content .entry-title h6 {
	text-align: left;
	letter-spacing: 0;
}

.blog-entry .entry-content .entry-metas {
	position: relative;
}

.blog-entry .entry-content .entry-metas a {
	text-align: left;
}

.blog-entry .entry-content .entry-metas a.date {
	font-size: 12px;
}

.blog-entry .entry-content .entry-metas a.love,
.blog-entry .entry-content .entry-metas a.permalink {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 42px;
	border-radius: 50%;
	text-align: center;
	top: -20px;
	font-size: 8px;
}

.blog-entry .entry-content .entry-metas a.love {
	right: 10px
}

.blog-entry .entry-content .entry-metas a.permalink {
	right: 0;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	CALLOUT  STYLING
--------------------------------------------------------------------------------------------------------------------------------
*/

.callout-section {
	background-attachment: fixed !important;
	background-position: top center !important;
}

.callout-wrapper {}

.callout-1 {
	padding: 40px 30px 50px;
}

.callout-message {
	margin-bottom: 30px;
}

.callout-message h2 {
	letter-spacing: 3px
}

.callout-message h4 {
	letter-spacing: 3px;
}

.callout-message h2 span,
.callout-message h4 span {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	padding: 0 10px;
}

.callout-btns {
	text-align: center;
}

.callout-section a {
	min-width: 190px;
	padding: 15px 10px;
	border-radius: 4px;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 20px;
}

.callout-section a:first-child {
	margin-left: 0;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	PRICING PLAN STYLIN
--------------------------------------------------------------------------------------------------------------------------------
*/
.pricing-section {
	padding: 80px 20px;
	text-align: center;
	overflow: hidden;
}

.pricing-header h2 {
	font-size: 38px;
	font-weight: 700;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 15px;
}

.pricing-header p {
	font-size: 16px;
	color: var(--muted);
	margin-bottom: 50px;
}

.pricing-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.pricing-card {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	width: 340px;
	padding: 40px 30px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	opacity: 0;
	transform: translateY(40px);
	animation: fadeUp 0.8s ease forwards;
}

.pricing-card:nth-child(1) {
	animation-delay: 0.2s;
}

.pricing-card:nth-child(2) {
	animation-delay: 0.4s;
}

.pricing-card:nth-child(3) {
	animation-delay: 0.6s;
}

@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pricing-card:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.popular-badge {
	position: absolute;
	top: 20px;
	right: -40px;
	background: linear-gradient(135deg, var(--primary), var(--accent));
	color: white;
	font-size: 14px;
	font-weight: 700;
	transform: rotate(45deg);
	width: 160px;
	text-align: center;
	padding: 5px 0;
	animation: pulse 2s infinite;
}

@keyframes pulse {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.6;
	}
}

.pricing-card h4 {
	font-size: 20px;
	margin-bottom: 10px;
	color: var(--white);
}

.pricing-card .price {
	font-size: 46px;
	font-weight: 700;
	margin: 15px 0;
	color: var(--primary);
}

.pricing-card .duration {
	font-size: 15px;
	color: var(--muted);
}

.pricing-features {
	margin: 25px 0;
	text-align: left;
}

.pricing-features li {
	padding: 10px 0;
	font-size: 15px;
	display: flex;
	align-items: center;
	color: var(--text);
}

.pricing-features li::before {
	content: "✔";
	color: var(--primary);
	margin-right: 10px;
	font-weight: bold;
}

.pricing-card button,
.pricing-card a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 14px;
	font-size: 16px;
	font-weight: 600;
	border: none;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--primary), var(--accent));
	color: white;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.pricing-card button:hover,
.pricing-card a:hover {
	transform: scale(1.05);
	box-shadow: 0 0 20px rgba(51, 225, 194, 0.6);
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	SOCIAL STYLING
--------------------------------------------------------------------------------------------------------------------------------
*/

.social-wrap {}

.social-slider {}

.social-slider li {}

.social-slider li a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	text-align: center;
}

/* social style 2 */

.social-section.style-2 {
	padding: 20px 0 21px;
}

.social-section.style-2 .social-wrap .social-connect h5 {
	margin-bottom: 0;
	line-height: 36px;
	font-weight: 400;
}

.social-section.style-2 .social-links {}

.social-section.style-2 .social-links ul {
	margin-left: -3px;
	margin-right: -3px;
}

.social-section.style-2 .social-links ul li.item {
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 0 3px;
}

.social-section.style-2 .social-links ul li.item a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	font-size: 20px;
}

.social-section.style-2 .social-links ul li.item h:hover {}

#map_canvas {
	height: 720px;
	width: 100%;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	BUTTON STYLING
--------------------------------------------------------------------------------------------------------------------------------
*/

.btn-1 {
	text-align: center;
	min-width: 130px;
}

.btn-1 a {
	padding: 11px 20px;
	font-size: 14px;
	text-transform: capitalize;
	border-radius: 3px;
	display: inline-block;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	text-align: center
}


/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	15 FUNFACTS COUNTER
--------------------------------------------------------------------------------------------------------------------------------
*/
#funfact {
	background-size: cover !important;
}

#funfact-1 {}

#funfact-1 .col-lg-3,
#funfact-1 .col-md-3,
#funfact-1 .col-sm-6,
#funfact-1 .col-xs-12 {}

.fun-wrap {}

.funfact-1 {
	padding: 50px 30px;
}

#funfact-1 .color-1 {}

#funfact-1 .color-2 {}

#funfact-1 .color-3 {}

#funfact-1 .color-4 {}

.count {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.funfact-divider {
	width: 40px;
	height: 2px;
	margin: 15px auto 20px;
}

.funfact>p {
	line-height: 1;
	padding: 0;
	text-transform: uppercase;
	margin-top: 21px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	SIDEBAR STYLING
--------------------------------------------------------------------------------------------------------------------------------
*/

.sidebar-widget {
	padding: 15px 15px;
	margin-bottom: 30px;
}

.sidebar-widget-title {
	padding: 5px 0;
}

.sidebar-widget-title h5 {
	display: inline-block;
}

.sidebar-widget-title h5 span {
	display: inline-block;
	margin-right: 15px;
	width: 5px;
	height: 17px;
	line-height: 1;
	position: relative;
	top: 2px;
	letter-spacing: 2px;
}

.sidebar-widget-content {
	padding: 15px 0;
}

/* recent post widget */
.sidebar .recent-post {}

.sidebar .recent-post-entry {
	margin-bottom: 15px;
}

.sidebar .recent-post-entry:last-child {
	margin-bottom: 0;
}

.sidebar .recent-post .recent-entry-figure {
	width: 70px;
	float: left;
}

.sidebar .recent-post .recent-entry-content {
	width: 170px;
	padding: 0 0 0 10px;
	float: left;
}

.sidebar .recent-post .recent-entry-content p.recent-entry-title a {
	text-transform: uppercase;
	text-align: left;
}

.sidebar .recent-post .recent-entry-content p.recent-entry-disc {
	font-size: 13px;
	text-align: left;
}

.sidebar .recent-post .recent-entry-content p.recent-entry-meta {
	font-size: 13px;
	text-align: left;
}

.sidebar .recent-post .recent-entry-content p.recent-entry-meta.date {}

/* recent Reviews widget */

.sidebar .recent-reviews {}

.sidebar .recent-review-entry {
	margin-bottom: 15px;
}

.sidebar .recent-review-entry:last-child {
	margin-bottom: 0;
}

.sidebar .recent-reviews .recent-review-figure {
	width: 70px;
	float: left;
}

.sidebar .recent-reviews .recent-review-content {
	width: 170px;
	padding: 0 0 0 10px;
	float: left;
}

.sidebar .recent-reviews .recent-review-content p.recent-review-title a {
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 5px;
}

.sidebar .recent-reviews .recent-review-content p.recent-review-disc {
	font-size: 13px;
	text-align: left;
}

.sidebar .recent-reviews .recent-review-content p.recent-review-meta {
	font-size: 13px;
	text-align: left;
	margin-top: 5px;
}

.sidebar .recent-reviews .recent-review-content p.recent-review-meta.author {}

/* item tags widget */

.sidebar .tags {}

.sidebar .sidebar-tag-cloud {}

.sidebar .sidebar-tag-cloud ul {
	margin: -5px;
}

.sidebar .sidebar-tag-cloud ul li {
	padding: 5px;
	display: inline-block;
}

.sidebar .sidebar-tag-cloud ul li a {
	padding: 9px 30px 8px;
	display: inline-block;
	text-transform: capitalize;
	border-radius: 4px;
}

.sidebar .sidebar-tag-cloud ul li a:hover {}

/* recent search form sidebar widget */

.sidebar .sidebar-widget-content.search-bar {
	padding: 5px;
}

.sidebar .sidebar-search-wrap {}

.sidebar .sidebar-search-wrap form {}

.sidebar .sidebar-search-wrap form input.sidebar-search-input {
	border: none;
	width: 90%;
}

.sidebar .sidebar-search-wrap form input.sidebar-search-btn {
	border: none;
	width: 8%;
}

/* listing search form sidebar widget 2 */

.sidebar .sidebar-widget-content.listing-search-bar {
	padding: 5px;
}

.sidebar .sidebar-listing-search-wrap {}

.sidebar .sidebar-listing-search-wrap form p {
	text-align: left;
	margin-top: 18px;
}

.sidebar .sidebar-listing-search-wrap form p a {
	text-align: left;
}

.sidebar .sidebar-listing-search-wrap form p:first-child {
	margin-top: 0;
}

.sidebar .sidebar-listing-search-wrap form {}

.sidebar .sidebar-listing-search-wrap form input.sidebar-listing-search-input {
	padding: 15px 20px;
	width: 100%;
	border: none;
	margin-bottom: 7px;
	margin-top: 7px;
}

.sidebar .sidebar-listing-search-wrap form select.sidebar-listing-search-select {
	border: none;
	width: 90%;
}

.sidebar .sidebar-listing-search-wrap form input.sidebar-listing-search-btn {

	border: medium none;
	margin-top: 0;
	padding: 15px 20px;
	width: 100%;
}

.sidebar .sidebar-listing-search-wrap form .listing-search-btn {

	position: relative;
	margin-top: 15px;
}

.sidebar .sidebar-listing-search-wrap form .listing-search-btn:before {

	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	left: 32%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.sidebar .sidebar-listing-search-wrap form select.sidebar-listing-search-select {
	width: 100%;
	height: 42px;
	line-height: 56px;
	font-size: 14px;
	font-family: 'Macan', system-ui, sans-serif;
	text-transform: capitalize;
	padding: 0 0 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	box-shadow: none;
	border: none;
	color: #999;
	margin-bottom: 7px;
	margin-top: 7px;

}

.sidebar .sidebar-listing-search-wrap form select.sidebar-listing-search-select selected {}

.sidebar .sidebar-listing-search-wrap form select.sidebar-listing-search-select option {
	padding: 15px 20px;
	font-size: 13px;
	font-family: 'Macan', system-ui, sans-serif;
	border-top: 1px solid #f7f7f7;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.sidebar .sidebar-listing-search-wrap form select::-ms-expand {
	/* for IE 11 */
	display: none;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	height: 16px;
	position: absolute;
	width: 16px;
	z-index: 2;
	border-radius: 50%;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 8px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: 'Macan', system-ui, sans-serif;
	font-size: 1.1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'Macan', system-ui, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	background: #f7fbfc;
	border-radius: 8px;
	margin-top: 10px;
}

.ui-widget-content a {
	color: #222222;
}

.ui-widget-header {
	background: #ccdb38;
	border-radius: 8px;
}

.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #ccdb38;
}

.ui-slider-handle:before {
	color: #fff;
	content: ".";
	font-size: 42px;
	height: 2px;
	left: 2px;
	line-height: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -4px;
	width: 2px;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #ccdb38;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #ccdb38;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}


/* sidebar category list widget */
.sidebar .category-widget {}

.sidebar .sidebar-category-widget-wrap {}

.sidebar .sidebar-category-widget-wrap ul {
	margin: -5px 0;
}

.sidebar .sidebar-category-widget-wrap ul li {
	padding: 5px 0;
}

.sidebar .sidebar-category-widget-wrap ul li a {
	display: block;
	text-align: left;
	position: relative;
	line-height: 1;
	text-transform: capitalize;
}

.sidebar .sidebar-category-widget-wrap ul li a span {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 2px;
}

.sidebar .sidebar-category-widget-wrap ul li a i {
	display: inline-block;
	margin-right: 10px;
	width: 28px;
	height: 28px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
}

/* sidebar location list widget */
.sidebar .location-widget {}

.sidebar .sidebar-location-widget-wrap {}

.sidebar .sidebar-location-widget-wrap ul {
	margin: -5px 0;
}

.sidebar .sidebar-location-widget-wrap ul li {
	padding: 5px 0;
}

.sidebar .sidebar-location-widget-wrap ul li a {
	display: block;
	text-align: left;
	position: relative;
	line-height: 1;
	text-transform: capitalize;
}

.sidebar .sidebar-location-widget-wrap ul li a span {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.sidebar .sidebar-location-widget-wrap ul li a i {
	display: inline-block;
	margin-right: 10px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
}

/* sidebar opening hours  widget */
.sidebar .opening-hours {}

.sidebar-opening-hours-widget {}

.opening-hours-field {
	border-bottom: 1px solid #e9f1f3;
	padding: 10px 0;
}

.opening-hours-field:first-child {
	padding-top: 0;
}

.opening-hours-field span {
	float: right;
}

.opening-hours-field span:first-child {
	padding-right: 10px;
	float: left;
}

.sidebar-image-ads a img {
	width: 100%;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	 CONTACT  STYLING
--------------------------------------------------------------------------------------------------------------------------------
*/
.info-box {
	padding: 30px;
	margin-bottom: 30px;
}

.info-box .info-icon {
	text-align: center;
}

.info-box .info-icon i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	border-radius: 50%;
	text-align: center;
}

.info-box .info-content {}

.info-box .info-content .info-title {
	margin-top: 20px;
}

.info-box .info-content .info-title h6 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}

.info-box .info-content .info-disc {
	margin-top: 10px;
}

.info-box .info-content .info-disc p {
	text-align: center;
}

/* contact form */

.contact-form {}

.contact-form input {
	margin-bottom: 30px;
	width: 100%;
}

.contact-form input[placeholder],
.contact-form textarea[placeholder] {
	font-family: 'Macan', system-ui, sans-serif;
	padding: 20px 40px;
}

.contact-form textarea {
	margin-bottom: 30px;
	width: 100%;
}

.contact-form .contact-btn {
	font-family: 'Macan', system-ui, sans-serif;
	padding: 20px 0;
	text-align: center;
	cursor: pointer;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	GOOGLE MAP STYLING
--------------------------------------------------------------------------------------------------------------------------------
*/

#map {
	height: 450px;
	width: 100%;
}

.infobox-wrap {
	width: 340px;
	padding: 10px 5px;
}

.infobox-wrap .infobox-figure {
	width: 150px;
	float: left;
}

.infobox-wrap .infobox-content {
	width: 180px;
	float: left;
	padding-left: 15px;
	text-align: left;
}

.infobox-wrap .infobox-content h5 {
	text-align: left;
}

.infobox-wrap .infobox-content .address p {
	text-align: left;
}

.infobox-wrap .infobox-rattings {
	margin: 10px 0 15px;
}

.infobox-wrap .infobox-rattings i {
	margin-right: 2px;
}


/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	FOOTER STYLING
--------------------------------------------------------------------------------------------------------------------------------
*/

.footer {}

.footer-copyright {}

.footer-copyright p {
	text-align: left;
}

.footer-copyright p a {
	display: inline-block;
}



.footer-bottom {
	padding-top: 20px;
}

.footer-logo a img {
	width: auto;
}

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

.footer-intro p {
	text-align: left;
	margin-bottom: 10px;
	max-width: 285px;
}

.footer-intro a {
	text-align: left;
	text-transform: uppercase;
}

.footer-widget-title {
	margin-bottom: 30px;
}

.footer-widget-title h5 {
	text-align: left;
	letter-spacing: 1px
}

.footer-widget-title h5:before {
	content: "|";
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	background: #fff;
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.footer-recent-post-widget {
	margin-bottom: 30px;
}

.footer-recent-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #222;
}

.footer-recent-post-figure {
	float: left;
	width: 100px;
}

.footer-recent-post-content {
	float: left;
	margin-left: 20px;
	width: 250px;
}

.footer-recent-post-title {}

.footer-recent-post-title a {
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1;
}

.footer-recent-post-disc {}

.footer-recent-post-disc p {
	text-align: left;
	font-size: 13px;
	text-transform: capitalize;
	margin-top: 5px;
}

.footer-recent-post-caption {}

.footer-recent-post-caption p.date {
	text-align: left;
}

.footer-flikr-widget {}

.footer-flikr-widget ul.flikr-list {
	margin-left: -7px;
	margin-right: -7px;
}

.footer-flikr-widget ul.flikr-list li {
	width: 33.3333%;
	padding: 0 7px;
	margin-bottom: 14px;
	float: left;
}



/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	 Carousel
--------------------------------------------------------------------------------------------------------------------------------
*/


#carousel_inner {
	float: left;
	width: 100%;
	overflow: hidden;
}

#carousel_ul {
	position: relative;
	left: -100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 9999px;
	padding-bottom: 0;
}

#carousel_ul li {
	float: left;
	padding: 0px;
}

#carousel_ul li img {
	margin-bottom: -4px;
	/* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
	cursor: pointer;
	cursor: pointer;
	border: 0px;
	width: 100%;
}

#left_scroll {
	float: left;
	font-size: 16px !important;
	height: 36px;
	left: 84%;
	position: relative;
	top: -56px;
	width: 36px;
	text-align: center;
	line-height: 2;
	cursor: pointer;
}

#right_scroll {
	float: left;
	font-size: 16px !important;
	height: 36px;
	left: 83%;
	position: relative;
	top: -56px;
	width: 36px;
	text-align: center;
	line-height: 2;
	cursor: pointer;
}


.testimonials-ct .item .testi-content span {
	font-weight: 300;
	line-height: 1.2;
	font-family: 'Macan', system-ui, sans-serif;
	font-weight: 700;
	text-transform: lowercase;
	font-size: 24px;
	margin-top: 30px;
}

.owl-carousel {
	display: none;
	position: relative;
	text-align: center;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	transition: height 300ms ease-in-out 0s;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
	display: inline-block;
}

.owl-controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.owl-controls .owl-dots {
	text-align: center;
}

.owl-controls .owl-dots .owl-dot {
	width: 30px;
	height: 6px;
	display: inline-block;
	margin: 0 auto 0 15px;
}

.owl-controls .owl-dots .owl-dot:first-child {
	margin-left: 0;
}

.grabbing {
	cursor: url("grabbing.png") 8 8, move;
}


.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
}

.owl-carousel .owl-wrapper-outer {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-pagination {}

.owl-theme .owl-controls .owl-page span {
	display: block;
	height: 6px;
	margin: 5px;
	opacity: 1;
	width: 30px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	transition: all 0.3s ease-out;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	BLOG PAGES
--------------------------------------------------------------------------------------------------------------------------------
*/
.entry-wrap {
	margin-bottom: 30px;
}

.entry-wrap .entry-content {
	padding: 10px;
}

.entry-wrap .entry-content .entry-title {}

.entry-wrap .entry-content .entry-title h4 {
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;
}

.entry-wrap .entry-content .entry-metas {
	margin-top: 10px;
}

.entry-wrap .entry-content .entry-metas ul {
	text-align: left;
	margin: 0 -10px;
}

.entry-wrap .entry-content .entry-metas ul li {
	display: inline-block;
	padding: 0 10px;
}

.entry-wrap .entry-content .entry-metas ul li a {
	display: inline-block;
}

.entry-wrap .entry-content .entry-metas ul li i {
	margin-right: 5px;
}

.entry-wrap .entry-content .entry-disc {
	margin-top: 15px;
}

.entry-wrap .entry-content .entry-disc p {
	text-align: left;
}

.entry-wrap .entry-content .entry-readmore {
	margin-top: 30px;
	text-align: left;
}

.entry-wrap .entry-content .entry-readmore a {
	display: inline-block;
	padding: 10px 35px;
	border-radius: 3px;
}

.comments-main-title {}

.comments-main-title h5 {
	font-weight: 400;
	letter-spacing: 2px;
}

.comments-main-title p {
	margin-top: 5px;
}

.comment-author-name h5 {
	font-weight: 400;
	letter-spacing: 2px;
}

.comment-content {
	padding: 0 0 0 30px;
}

.comment-content .reply {
	position: absolute;
	right: 15px;
	top: 0;
}

.comments ul li {
	margin-top: 30px;
}

.comment-box {
	background: #fff;
	padding: 30px;
	position: relative;
}

.comment-box .col-md-3,
.comment-box .col-sm-3 {
	padding-right: 0;
}

.comment-box .col-md-9,
.comment-box .col-sm-9 {
	padding-left: 0;
}

.comment-box .comment-date p {
	font-size: 12px;
}

.comment-box .comment-disc {
	margin-top: 10px;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	ERROR 404 PAGE
--------------------------------------------------------------------------------------------------------------------------------
*/

.error-404 {}

.error-404 h1 {
	line-height: 1;
	font-size: 250px;
}

.error-404 h1 span {
	line-height: 1;
	font-size: 250px;
	font-weight: bold;
	text-transform: uppercase;
}

.error-404 h3 {
	line-height: 1;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 10px;
	word-spacing: 5px;
}


/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	LISTING SINGLE
--------------------------------------------------------------------------------------------------------------------------------
*/

.score-callback {
	font-size: 13px;
}

.detail-rating {
	margin-top: 30px;
}


.shop-detail-disc-review {}


.listing-single {}

.single-listing-scroller {}

.cycle-slideshow {
	position: relative;
}

.listing-main-content {
	bottom: 0;
	padding: 20px 30px;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 1000;
}

.cycle-slideshow .cat-tag {
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	border-radius: 50%;
	text-align: center;
	top: 30px;
	left: 30px;
	z-index: 1000;
}

.listing-main-content h4 {
	text-align: left;
}

.listing-main-content p {
	text-align: left;
}

.listing-main-content p i {
	margin-right: 10px;
}

.listing-main-content .social {
	position: absolute;
	right: 30px;
	bottom: 26px;
}

.listing-main-content .social ul {
	margin: 0 -5px;
}

.listing-main-content .social ul li {
	display: inline-block;
	padding: 0 5px;
}

.listing-main-content .social ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	display: block;
	border-radius: 50%;
}

#adv-custom-pager {
	padding: 3%;
}

#adv-custom-pager a {
	margin-left: 18px;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

#adv-custom-pager a:first-child {
	margin-left: 0;
}

#adv-custom-pager a>img {
	width: 75px !important;
	height: 75px !important;
	border-radius: 10% !important;
	border: 1px solid;
}

.tabs {
	list-style: none;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.tabs .tab-link {
	background: #fff;
	padding: 30px 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.tabs .tab-link i {
	width: 33px;
	height: 33px;
	line-height: 33px;
	border-radius: 50%;
	text-align: center;
	display: block;
	margin: 0 auto 10px;
	font-size: 16px;
}

.listing-single .tabs .tab-link.current {}

.listing-single .tabs .tab-link .link-top {
	height: 2px;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
}

.listing-single .tabs .tab-link:hover .link-top {
	height: 2px;
	width: 100%;
	opacity: 1;
}

.listing-single .tabs .tab-link.current .link-top {
	height: 2px;
	width: 100%;
	opacity: 1;
}

.listing-single .tab-content {
	display: none;
	padding: 30px;
	background: #fff;
}

.listing-contact-detail-wrap {
	padding: 5px;
	background: #fff;
	margin: 5px 0;
}

.listing-contact-section-title {}

.listing-contact-section-title h5 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	text-align: left;
}

.listing-contact-section-table {
	margin-top: 30px;
}

.listing-contact-table-field {
	padding: 5px 0;
	background: #f7fbfc;
	margin-bottom: 10px;
	border: 1px solid #e9f1f3;
	border-radius: 6px;
}

.listing-contact-table-field ul {}

.listing-contact-table-field ul li {
	text-align: left;
	display: inline-block;
	padding: 0px 0px;
}

.listing-contact-table-field ul li.info {
	width: 35%;
	border-right: 1px solid #eee;
	display: inline;
	font-weight: bold;
	float: left;
	color: black;
}

.listing-contact-table-field ul li.details {
	width: 65%;
	display: inline;
	color: black;
}

.listing-contact-table-field ul li.subinfo {
	width: 35%;
	border-right: 1px solid #eee;
	display: inline;
	font-weight: bold;
	float: left;
	color: black;
}

.listing-contact-table-field ul li.subinfodetails {
	width: 65%;
	display: inline;
	color: black;
}

.listing-owner-section {
	padding: 30px;
	background: #fff;
}

.listing-owner-section-title {}

.listing-owner-section-title h5 {
	letter-spacing: 2px;
	font-weight: 400;
	text-align: left;
}

.listing-owner-wrapper {
	padding: 15px;
	background: #f7fbfc;
	margin-top: 30px;
	border-radius: 4px;
}

.listing-owner-figure {
	width: 200px;
}

.listing-owner-content {
	width: 570px;
	padding-left: 20px;
	padding-top: 30px;
	margin: -5px 0;
	position: relative;
}

.listing-owner-content a {
	text-align: left;
	padding: 5px 0;
}

.listing-owner-content a i {
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	margin-right: 20px;
}

.listing-owner-content a.user {}

.listing-owner-content a.contact-number {}

.listing-owner-content a.owner-adress {}

.listing-owner-content a.view-profile {
	position: absolute;
	right: 15px;
	top: 50%;
	padding: 15px 30px;
	text-transform: uppercase;
	border-radius: 4px;
	margin-top: -15px;
}

/* single listing feature section*/

.listing-feature-section {
	padding: 34px 30px 10px;
	margin-bottom: 30px;
}

.listing-feature-section-title {}

.listing-feature-section-title h5 {
	text-align: left;
}

.listing-feature-wrapper {
	margin-top: 23px;
}

.feature-field {
	border-radius: 4px;
	padding: 12px 15px 12px;
	margin-bottom: 30px;
}

.feature-field i {
	display: inline-block;
	margin-right: 15px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
}

.feature-field p {
	display: inline-block;
}

/* single listing feature section*/
.listing-video-section {
	padding: 34px 30px 40px;
	margin-bottom: 30px;
}

.listing-video-section-title {}

.listing-video-section-title h5 {
	text-align: left;
}

.listing-video-wrapper {
	margin-top: 23px;
}

.video {
	position: relative;
}

.video-btn {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	border-radius: 50%;
	height: 100px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
}

.video-btn a {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	font-size: 24px;
	height: 70px;
	line-height: 70px;
	margin-left: 15px;
	margin-top: 15px;
	text-align: center;
	width: 70px;
}

.video-btn i {}



/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Business Dashboard
--------------------------------------------------------------------------------------------------------------------------------
*/
/* ==================== LAYOUT ==================== */
.dashboard-wrapper {
	display: flex;
	min-height: 100vh;
	background: #1a1a1a;
	border-radius: 20px;
}

/* ==================== SIDEBAR ==================== */
.sidebar {
	width: 240px;
	color: #fff;
	display: flex;
	flex-direction: column;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
}

.sidebar-header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px;
	font-size: 18px;
	font-weight: 700;
	background: #0f1116;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-header i {
	color: #33e1c2;
	font-size: 22px;
}

.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 20px 0;
	flex: 1;
}

.sidebar-menu li {
	margin: 6px 0;
}

.sidebar-menu li a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 20px;
	color: #e9f1f5;
	font-weight: 600;
	border-left: 4px solid transparent;
	transition: all 0.3s ease;
}

.sidebar-menu li a i {
	font-size: 16px;
	color: #b2c2cc;
	transition: 0.3s ease;
}

.sidebar-menu li a:hover {
	background: rgba(51, 225, 194, 0.1);
	color: #33e1c2;
	border-left: 4px solid #33e1c2;
}

.sidebar-menu li.active a {
	background: linear-gradient(135deg, #33e1c2, #2aa3ff);
	color: #fff;
	border-left: 4px solid #2aa3ff;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.sidebar-menu li.active a i {
	color: #fff;
}

/* ==================== CONTENT ==================== */
.dashboard-content {
	flex: 1;
	padding: 30px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.tab-content .tab-pane {
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 992px) {
	.dashboard-wrapper {
		flex-direction: column;
	}

	.sidebar {
		width: 100%;
		flex-direction: row;
		overflow-x: auto;
	}

	.sidebar-menu {
		display: flex;
		flex-direction: row;
		padding: 0;
	}

	.sidebar-menu li {
		flex: 1;
		margin: 0;
	}

	.sidebar-menu li a {
		justify-content: center;
		padding: 12px;
		border-left: none;
		border-bottom: 4px solid transparent;
	}

	.sidebar-menu li.active a {
		border-left: none;
		border-bottom: 4px solid #2aa3ff;
	}
}

/* ================= Profile Card Area ================= */
.blog-section {
	padding: 20px;
}

.entry-wrap.dashboard {
	position: relative;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #e6e6e6;
	border-left: 0;
	border-radius: 12px;
	padding: 30px 25px 30px 35px;
	text-align: center;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.entry-wrap.dashboard::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	border-radius: 12px 0 0 12px;
	background: linear-gradient(to bottom, #6FD5C8 0%, #0165E3 100%);
}

.entry-wrap:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* ================= Buttons (Edit / Save / Change / Remove) ================= */
.entry-wrap button {
	font-size: 12px;
	font-weight: 600;
	border-radius: 6px;
	padding: 5px 12px;
	transition: all 0.3s ease;
}

.entry-wrap button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.entry-wrap .btn-danger,
.entry-wrap #resetpic {
	background-color: #ff7043 !important;
	border: none;
	color: #fff;
}

.entry-wrap .btn-success,
.entry-wrap #save {
	background-color: #6FD5C8 !important;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 8px;
	padding: 5px 30px;
}


.btn:hover,
.entry-wrap .btn:hover,
.entry-wrap .btn-success:hover,
.entry-wrap #save:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

/* ================= Logo Upload Area ================= */
.business-logo {
	max-width: 160px;
	border-radius: 12px;
	border: 2px solid #f0f0f0;
	padding: 6px;
	background: #fafafa;
	transition: transform 0.3s ease;
}

.business-logo:hover {
	transform: scale(1.02);
}

label[style*="color:red"] {
	display: block;
	margin-top: 6px;
	font-size: 11px !important;
	color: #ff4d4f !important;
	text-align: center;
	font-weight: 600 !important;
}

/* ================= Form Inputs ================= */
.entry-wrap select,
.entry-wrap input[type="text"],
.entry-wrap input[type="email"] {
	border-radius: 6px;
	border: 1px solid #d9dee3;
	font-size: 13px;
	padding: 6px 10px;
	width: 100%;
	transition: border 0.3s ease;
}

.entry-wrap select:focus,
.entry-wrap input:focus {
	border-color: #6FD5C8;
	outline: none;
	box-shadow: 0 0 0 2px rgba(111, 213, 200, 0.25);
}

.small-label-size {
	font-size: 13px;
	color: white;
	text-align: left;
	margin-bottom: 8px;
	display: block;
}

/* ================= Rows & Layout ================= */
.entry-content .row {
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.entry-content {
		text-align: center;
	}

	.entry-content img {
		margin-bottom: 15px;
	}
}


/* Logo Card */
.logo-card {
	position: relative;
	width: 100%;
	padding-top: 100%;
	/* square ratio */
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.2s ease-in-out;
}

.logo-card:hover {
	transform: translateY(-3px);
}

/* Image */
.logo-card .logo-preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
	border: 1px solid var(--muted);
	border-radius: 100%;
}

/* Overlay */
.logo-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	opacity: 0;
	transition: opacity 0.3s;
}

.logo-card:hover .logo-overlay {
	opacity: 1;
}

/* Action Buttons */
.btn-action {
	border: none;
	border-radius: 50%;
	padding: 12px;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.3s;
}

.btn-action:hover {
	opacity: 0.85;
}

.btn-action.upload {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	min-height: 110px;
	bottom: -13px;
	z-index: 99999999999;
	border-radius: 0;
	left: 0;
	right: 0;
	color: white;
}

.text-danger {
	color: red;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	LISTING BOOTSTRAP MODALS
--------------------------------------------------------------------------------------------------------------------------------
*/
.listing-modal-1.modal-dialog {
	width: 395px;
}

.listing-modal-1 .modal-content {
	border-radius: 0;
	padding: 40px 30px;
	background: #f7fbfc;
}

.listing-modal-1 .modal-header {
	border-bottom: none;
	padding: 0;
}

.listing-modal-1 .modal-header .modal-title {
	text-align: left;
	line-height: 1;
	color: #08c2f3;
}

.listing-modal-1 .modal-header .close {
	line-height: 1;
	margin-top: 3px;
	color: #08c2f3;
	opacity: 1;
	font-size: 24px;
}

.listing-modal-1 .modal-body {
	padding: 30px 0 0 0;
}

.listing-login-form {}

.listing-form-field {
	position: relative;
}

.listing-form-field i {
	position: absolute;
	right: 0;
	width: 47px;
	height: 47px;
	top: 0;
	border-left: 1px solid #eee;
	line-height: 47px;
	text-align: center;
}

.listing-form-field input {
	width: 100%;
	text-transform: capitalize;
}

.listing-form-field input.form-field {
	padding: 15px 15px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	box-shadow: none;
}

.listing-form-field .checkbox {}

.listing-form-field a {
	display: inline-block;
	float: right;
	text-align: right;
	position: relative;
	top: -4px;
}

.listing-register-form .listing-form-field a {
	float: none;
	top: -8px;
	color: #08c2f3;
}

.listing-form-field input.submit {
	border: none;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
}

label {
	display: inline;
}

label.checkbox-lable {
	position: relative;
	top: -8px;
	color: #999;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox+label {
	border: 2px solid #08c2f3;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: -4px;
}


.regular-checkbox:checked+label:after {
	content: "\2714";
	font-size: 12px;
	position: absolute;
	top: -2px;
	color: #08c2f3;
	left: 0;

	right: 0;
	line-height: 20px;
	text-align: center;
}

.bottom-links {}

.bottom-links p {
	text-transform: capitalize;
	text-align: left;
}

.bottom-links p a {
	display: inline-block;
	margin-left: 10px;
	color: #08c2f3;
}

.listing-form-social {
	margin-top: 20px;
}

.listing-form-social ul {
	margin: 0 -5px;
	text-align: left;
}

.listing-form-social ul li {
	display: inline-block;
	padding: 0 3px;
}

.listing-form-social ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
}

.listing-form-social ul li a i {}





.login {
	margin-left: 5px;
}




.font-small {
	font-size: 9px;
}


.login-box {
	margin-right: 2%;
}

.list-style {
	display: inline;
}


.nopadding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

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


.smallinput {
	height: 20px;
	width: 200px;
}


.smallfont {
	font-size: 12px;
}

.small-img-box-slider {

	width: 120px !important;
	/*Keep the aspect ratio of the image*/
	height: 120px !important;
	margin: 0 auto 1em auto;
	/*Center the image*/
}


.leads-img-box {

	/*width: auto !important; Keep the aspect ratio of the image*/
	height: 150px !important;
	width: 150px !important;
	max-height: 150px !important;
	min-height: 150px !important;
	margin: 0 0.5em 2em auto;
	/*Center the image*/
}

@media only screen and (max-width: 600px) and (min-width: 0px) {
	.leads-img-box {

		/*width: auto !important; Keep the aspect ratio of the image*/
		height: 150px !important;
		width: 150px !important;
		max-height: 150px !important;
		min-height: 150px !important;
		margin: 0 0.5em 2em auto;
		/*Center the image*/
	}
}

.small-img-box-lead {
	max-height: 250px;
	min-height: 250px;
	height: 250px;
	width: 250px;
	margin-right: 20%;
}

.medium-label-size {
	font-size: 16px;
}

.col-white {
	color: white;
}


.smallheading {
	font-size: 1.1em !important;
	color: #ea4f19;
	font-weight: 600;
}


.small-label-size-form {
	font-size: 14px;
	color: #ea4f19;
	font-weight: 600;
}

.img-box {

	padding: 10px 0px 10px 0px !important;
	min-height: 150px;
	min-width: 150px;
	height: 150px;
	width: 150px;
	display: inline;
}


.padding-5 {
	padding: 1% 1% 1% 1%;
}

.label-size {
	font-size: 16px !important;
	font-weight: bold !important;
}


.small-img-box-product {

	width: 150px !important;
	/*Keep the aspect ratio of the image*/
	height: 150px !important;
	margin: 1em 5% 1em 15%;
	/*Center the image*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-cart {
	background: none;
	border: 0;
	color: var(--primary);
	font-size: 17px;
	padding: 10px;
}

.small {
	height: 50px;
	width: 50px;
}

.owl-item.active {
	border: 1px solid;

}


.business-section-title {
	padding: 5px 0px;
	font-size: 16px !important;
	font-weight: bold !important;
	background-color: #F8B635;
	color: white;

	box-shadow: 5px 5px 5px #E0DCE4;
	margin: 0.5% 0px 0.5% 0px;
}


.col {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
	background-color: #ffc;
}

.col-wrap {
	overflow: hidden;
}


.strong {
	font-weight: bold;
	color: #f48342;
}


.single-line {
	white-space: nowrap;
	width: 13em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.single-line-product {
	white-space: nowrap;
	width: 10em;
	overflow: hidden;
	text-overflow: ellipsis;
}


.single-line-filter {
	white-space: nowrap;
	width: 15em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.uppercase {
	text-transform: uppercase;
	font-size: 10px !important;
}







.ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon span {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 15px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	/* Needed for Safari */
	width: 80px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
	right: -21px;
}


.medium-label {
	font-size: 14px !important;
}

.inline {
	display: inline;
}

.small-label-black {
	font-size: 14px !important;
	font-weight: bold !important;
}

.business-name {
	font-size: 16px !important;
	font-weight: bold;
	color: #f48342;
}

.justify {
	text-align: justify;
	color: black;
}



@media only screen and (max-width: 1200px) and (min-width: 414px) {
	.justify {
		text-align: justify;
		color: black;
		font-size: 10px;
	}

	.strong {
		font-weight: bold;
		color: #f48342;
		font-size: 12px;
	}

}

.col-orange {
	color: #ff9e0c !important;
}

.inline-hyperlink {
	display: inline !important;
	color: white !important;
	font-size: 14px;
}

.col-black {
	color: black;
}

.bg-steelblue {
	background-color: #0b3c5d;
}

.bg-orange {
	background-color: orange;
}


.product-name {
	font-size: 14px;
	font-weight: bold;
}

.modal-title {
	font-weight: bold !important;
}

.grid-layout {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 30px;
}

.product-gallery img.main-img {
	width: 300px;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.product-info {
	flex: 1;
}

.gradient-title {
	font-size: 28px;
	font-weight: bold;
	background: linear-gradient(to right, var(--primary), var(--accent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.description {
	margin: 15px 0;
	color: var(--muted);
}

.action-buttons {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.similar-section {
	margin-top: 60px;
}

.similar-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 20px;
}

.similar-card {
	background: var(--card);
	padding: 15px;
	border-radius: var(--radius);
	text-align: center;
	box-shadow: var(--shadow);
}

.similar-card img {
	width: 100%;
	border-radius: var(--radius);
}



.deal-timer-wrapper {
	display: flex;
	justify-content: center;
	margin: 30px auto;
}

.deal-timer-badge {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	background: linear-gradient(135deg, #0d0f1a, #051937, #004d7a);
	border: 1px solid rgba(0, 255, 204, 0.4);
	border-radius: 20px;
	padding: 20px 30px;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 255, 204, 0.3);
	transition: all 0.3s ease;
	backdrop-filter: blur(6px);
}

.deal-timer-badge.expired {
	background: linear-gradient(135deg, #440000, #800000);
	box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
}

.timer-icon {
	font-size: 26px;
	color: #00ffcc;
	margin-bottom: 8px;
	animation: pulse 2s infinite;
}

.timer-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #00ffcc;
}

.countdown-display {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.time-box {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 10px 12px;
	min-width: 65px;
	text-align: center;
	box-shadow: inset 0 0 6px rgba(0, 255, 204, 0.3);
	animation: flip 1s ease-in-out infinite alternate;
}

.time-box span {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #00ffcc;
}

.time-box small {
	font-size: 0.7rem;
	color: #ccc;
}

.expired-text {
	color: #ff5555;
	font-weight: bold;
	animation: blink 1s infinite;
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
		opacity: 0.9;
	}

	50% {
		transform: scale(1.2);
		opacity: 1;
	}
}

@keyframes blink {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.4;
	}
}

@keyframes flip {
	0% {
		transform: rotateX(0deg);
	}

	100% {
		transform: rotateX(15deg);
	}
}



/* General Modal Styling */
.modern-modal .modal-dialog {
	max-width: 500px;
}

.card-modern {
	background: var(--card);
	border-radius: var(--radius);
	box-shadow: var(--shadow-lg);
	border: none;
	overflow: hidden;
	animation: fadeInUp 0.3s ease;
}

.card-modern .modal-header {
	border-bottom: 1px solid var(--border);
	padding: 15px 20px;
}

.card-modern .modal-footer {
	border-top: 1px solid var(--border);
	padding: 15px 20px;
}

.close-btn {
	background: none;
	border: none;
	font-size: 22px;
	color: var(--muted);
	cursor: pointer;
}

.close-btn:hover {
	color: var(--danger);
}

/* Inputs inside modal */
.card-modern .form-control {
	border-radius: var(--radius);
	border: 1px solid var(--border);
	background: var(--bg);
	color: var(--text);
	padding: 10px 12px;
	margin-bottom: 15px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.card-modern .form-control:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 2px rgba(0, 122, 255, 0.2);
}

/* Animation Keyframes */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(20px);
	}
}

/* Apply animations */
.modern-modal.show .modal-dialog {
	animation: fadeInUp 0.35s ease forwards;
}

.modern-modal.fade .modal-dialog {
	transition: none;
	/* prevent Bootstrap default fade */
}

.modern-modal.hide .modal-dialog {
	animation: fadeOutDown 0.25s ease forwards;
}




.btn-orange {
	background-color: orange;
}


.business-logo {
	max-height: 150px;
	max-width: 150px;
	height: 100%;
	width: 100%;
	margin: 10%;
	vertical-align: middle;
}

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

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

.filter-head {
	font-size: 12px !important;
	font-weight: bold !important;
	background-color: #0b3c5d;
	color: white;
}

.image_container {
	width: 150px;
	height: 150px;
	background: #eee;
	text-align: center;
	line-height: 300px;
}

.image_container img {
	vertical-align: middle;
}

.padding-15 {

	padding: 2px !important;

}


.border-1 {
	border: 1px solid black;
}

.border-2 {
	border: 2px solid black;
}

.margin-right-5 {
	margin-right: 1%;
}

.margin-5-per {
	padding: 10px 19px;
}

.margin-3-per {
	padding: 10px 15px;
}

.margin-2-per {
	padding: 10px 18px;
}


.selected-item {
	font-weight: bold;
	background-color: gray;
	color: white;
}


.lead-title {
	background-color: #0b3c5d;
	color: white;
	font-weight: bold;
}

.business-title {
	background-color: #0b3c5d;
	color: white;
	font-weight: bold;
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.center {
	text-align: center;
}


.menu-head {
	font-weight: bold;
	background-color: orange;
	color: white;
}

.padding-0 {
	padding-right: 0;
	padding-left: 0;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.font-14 {
	font-size: 10px;
}


.fa {
	cursor: pointer;
	user-select: none;

}

.fa:hover,
.btn,
.fa-solid {
	color: var(--primary);
}

.col-red {
	color: red;
}


.addlabel {
	margin-left: 45%;
}



.leadslabel {
	text-align: center;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}


.thumbnail:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.searchbox_1 {
	margin-left: 10%;
	margin-top: 1%;
	background-color: cyan;
	padding: 0.5%;
	border-radius: 5%;
}


.search_1 {
	width: 80%;
}


.container-4:hover button.icon,
.container-4:active button.icon,
.container-4:focus button.icon {
	outline: none;
	opacity: 1;
	margin-left: -50px;
}

.container-4:hover button.icon:hover {
	background: white;
}


.border {
	border: 1px solid gray;
}


.carousel-caption {
	padding-bottom: 50px !important;
	text-color: white !important;

}

.col-white {
	color: white;
}



@media only screen and (max-width: 1300px) and (min-width: 0px) {
	.desk-vis {
		display: none;
	}

	.small-viz {
		display: visible;

	}


	.small-vis {
		display: inline;

	}
}


* {
	box-sizing: border-box;
}




.filter-tab {
	display: inline-block;
	width: 30%;
	margin-right: 1%;
	border-bottom: 2px solid black;
	font-size: .8rem;
	box-sizing: border-box;
	font-weight: bold;
}

.filter-tab-1 {
	display: inline-block;
	width: 40%;
	margin-right: 1%;
	border-bottom: 2px solid black;
	font-size: .8rem;
	box-sizing: border-box;
	font-weight: bold;
}

.filter-tab:hover {
	background-color: #0b3c5d;
	color: white;
}

.filter-tab-1:hover {
	background-color: #0b3c5d;

}


.filter-tab a:hover {
	color: white;
}

.filter-tab-1 a:hover {
	color: white;
}

.act {
	background-color: #0b3c5d;

}

.act a {
	color: white;

}

#myList li {
	display: none;
}

#loadMore {
	color: green;
	cursor: pointer;
}

#loadMore:hover {
	color: black;
}

#showLess {
	color: red;
	cursor: pointer;
}

#showLess:hover {
	color: black;
}

.left-align {
	text-align: left !important;
}


.showall {
	border: none !important;
	background-color: white !important;
	color: #0b3c5d;
	font-weight: bold;
	font-size: 12px !important;
	padding: 3%;
	margin: 3%;
}

.showall:hover {
	background-color: #0b3c5d !important;
	color: white !important;
}


.errspan {
	float: right;
	margin-right: 6px;
	margin-top: -28px;
	position: relative;
	z-index: 2;
	color: gray;
}

/* mobile menu css */
.menu {
	box-shadow: 0 20px 50px #333333;
	float: left;
	min-width: 260px;
	outline: 0;
	position: relative;
}

.menu * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

.menu .menu-footer {
	background: #414956;
	color: #f0f0f0;
	float: left;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	font-size: 6px;
	width: 100%;
	text-align: center;
}

.menu .menu-header {
	background: #414956;
	color: #f0f0f0;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100%;
}

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

.menu ul li {
	display: block;
	float: left;
	position: relative;
	width: 100%;
}

.menu ul li a {
	background: #414956;
	color: #f0f0f0;
	float: left;
	font-size: 13px;
	overflow: hidden;
	padding: 14px 22px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}

.menu ul li a i {
	float: left;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	width: 34px;
}

.menu ul li .menu-label {
	background: #f0f0f0;
	border-radius: 100%;
	color: #555555;
	font-size: 11px;
	font-weight: 800;
	line-height: 18px;
	min-width: 20px;
	padding: 1px 2px 1px 1px;
	position: absolute;
	right: 18px;
	text-align: center;
	top: 14px;
}

.menu ul .submenu {
	display: none;
	position: static;
	width: 100%;
}

.menu ul .submenu .submenu-indicator {
	line-height: 16px;
}

.menu ul .submenu li {
	clear: both;
	width: 100%;
}

.menu ul .submenu li ul.submenu {
	display: none;
	position: static;
	width: 100%;
	overflow: hidden;
}

.menu ul .submenu li a {
	background: #383838;
	border-left: solid 6px transparent;
	border-top: none;
	float: left;
	font-size: 11px;
	position: relative;
	width: 100%;
}

.menu ul .submenu li:hover>a {
	border-left-color: #414956;
}

.menu ul .submenu li .menu-label {
	background: #f0f0f0;
	border-radius: 100%;
	color: #555555;
	font-size: 11px;
	font-weight: 800;
	line-height: 18px;
	min-width: 20px;
	padding: 1px 2px 1px 1px;
	position: absolute;
	right: 18px;
	text-align: center;
	top: 12px;
	top: 14px;
}

.menu ul .submenu>li>a {
	padding-left: 30px;
}

.menu ul .submenu>li>ul.submenu>li>a {
	padding-left: 45px;
}

.menu ul .submenu>li>ul.submenu>li>ul.submenu>li>a {
	padding-left: 60px;
}

.menu .submenu-indicator {
	-moz-transition: "transform .3s linear";
	-o-transition: "transform .3s linear";
	-webkit-transition: "transform .3s linear";
	transition: "transform .3s linear";
	float: right;
	font-size: 20px;
	line-height: 19px;
	position: absolute;
	right: 22px;
}

.menu .submenu-indicator-minus>.submenu-indicator {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu>ul>li.active>a {
	background: #3b424d;
	color: #ffffff;
}

.menu>ul>li:hover>a {
	background: #3b424d;
	color: #ffffff;
}

.menu>ul>li>a {
	border-bottom: solid 1px #3b424d;
}



a.navheader {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

.pop {
	position: fixed;
	left: 0;
	bottom: 0;

}



.wishlist-button:hover {
	background-color: red;
	color: white;

}


.push {
	background-color: transparent !important;
	border: none !important;
}

.capitalize {
	text-transform: capitalize;
}


.cycle-slideshow img {
	/*margin-left:9%;*/
	width: 100%;
	/*manual changes*/


}


.activex {
	color: red;


}


@import url('https://fonts.googleapis.com/css?family=Open+Sans|Ubuntu');

.col-index-about {
	color: #F04D4E;
	font-weight: bold;
	font-family: 'Macan', system-ui, sans-serif;
}

@import url('https://fonts.googleapis.com/css?family=PT+Sans');

.head-btn {
	font-family: 'Macan', system-ui, sans-serif;
	font-weight: bold;
}

.radio-inline {
	font-family: 'Macan', system-ui, sans-serif;


}


.exp-btn a:hover {
	background-color: #39B8A4 !important;
}



.filter-btn {
	width: 100%;
	font-weight: bold;
	padding: 5px;
	background-color: #49ADDC;
	color: white;
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


.twolines {
	max-height: 6.1vh !important;
	overflow: hidden;
	margin-bottom: 5px;
}




.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
	/* background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.0001))); */
	/* background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.right {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
	/* background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.0001))); */
	/* background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}