@import url('../fonts/stylesheet.css');

:root {
	--neon-green: #A1EA43;
	--dark-bg: #1C1C1C;
	--white: #FFFFFF;
	--light-gray: #F5F5F5;
	--gray: #CCCCCC;
	--dark-gray: #1C1C1C;
	--red-color: #FF3B00;
	--facebook-blue: #3A559F;
	--tripadvisor-green: #6DA646;
	--trustpilot-navy: #00002E;
	--holidaycheck-blue: #0058A3;
	--google-blue: #C7EDE6;
	--black: #0a0a0a;
	--off-black: #1C1C1C;
	--charcoal: #1C1C1C;
	--gold: #fff;
	--gold-light: #fff;
	--gold-dim: rgba(201, 168, 76, .15);
	--muted: rgba(245, 241, 235, .55);
	--card-bg: rgba(255, 255, 255, .03);
	--card-border: rgba(201, 168, 76, .18);


}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Graphik Web';
	/* overflow: hidden; */
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roxborough CF';
}

.headdigfont {
	font-family: 'Roxborough CF';
}

.px-80 {
	padding-left: 74px;
	padding-right: 74px;
}

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

.fs-55 {
	font-size: 51px;
}

.fs-48 {
	font-size: 48px;
	line-height: 1.1;
}

.fs-42 {
	font-size: 42px;
}

.fs-30 {
	font-size: 30px;
}

.fs-26 {
	font-size: 26px;
}

.fs-24 {
	font-size: 24px;
}

.fs-22 {
	font-size: 19px;
}

.fs-21 {
	font-size: 19px;
}

.fs-16 {
	font-size: 16px !important;
}

.laterspacing {
	letter-spacing: 0px !important;
}

.card-link.fs-22 i {
	transition: all 0.3s ease;
	font-size: 13px;
}

.fs-60 {
	font-size: 60px;
	line-height: 1.1;
}

.fs-40 {
	font-size: 40px;
	line-height: 47px;
}

.fs-36 {
	font-size: 36px;
}

.color-1 {
	color: var(--dark-bg) !important;
}

.color-2 {
	color: var(--red-color);
}

/* Navbar Styles */
.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding: 36px 0 0;

	transition: all 0.3s ease;
}

.header.scrolled {
	background: rgba(0, 0, 0, 0.95);
	padding: 12px 0;
	position: fixed;

}

.navbar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar-brand {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 3px;
	color: var(--white) !important;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	line-height: 1;
}

.left-nav {
	display: flex;
	gap: 15px;
}

.right-nav {
	display: flex;
	gap: 28px;
	margin-left: auto;
	align-items: center;
}


.video-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-wrap video {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100vh; */
	z-index: 11;
	object-fit: cover;
}

.nav-btn {
	padding: 8px 20px;
	border: 1px solid var(--white);
	color: var(--white);
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1px;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
}

.phoneicon img {
	transition: transform 0.4s ease, filter 0.4s ease;
}

.phoneicon:hover img {
	transform: scale(1.15);
	filter: brightness(1.1);
}

.nav-btn::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: var(--white);
	transition: all 0.4s ease;
	z-index: -1;
}

.nav-btn:hover::before {
	bottom: 0;
	background: var(--white);
}

.nav-btn:hover {

	color: var(--dark-bg);
	background: var(--white);
	border-color: var(--white);
	box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}


/* Hero Slider Styles */
.hero-slider {
	/* height: 100vh; */
	position: relative;
}

.carousel-item {
	height: 100vh;
	position: relative;
}

.carousel-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.carousel-item img {
	width: 100%;
	object-fit: cover;
}

.hero-content {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	width: 95%;
}

.logo {
	max-width: 450px;
	transition: all 0.4s ease;
}

.scrolled .logo {
	max-width: 353px;
}

.hero-title {
	font-size: 78px;
	color: var(--white);
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;

}

.hero-subtitle {
	font-size: 25px;
	color: var(--white);
	letter-spacing: 7px;
	font-weight: 300;
	margin-bottom: 0;

}

.curser-pointer {
	cursor: pointer;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

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

/* Button Styles */
.hero-buttons {
	display: flex;
	gap: 40px;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.btn-custom {
	padding: 14px 40px;
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--white);
	background: var(--dark-bg);
	border: 2px solid var(--dark-bg);
	cursor: pointer;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	z-index: 1;
	min-width: 295px;
}

.btn-custom::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: var(--white);
	transition: all 0.4s ease;
	z-index: -1;
}

.btn-custom:hover::before {
	bottom: 0;
	background: var(--white);
}

.btn-custom:hover {

	color: var(--dark-bg);
	background: var(--white);
	border-color: var(--white);
}

.input-min-h {
	min-height: 115px;
}

.btn-custom-2:hover {
	border-color: #0D0D0D;
}


/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	top: 50%;
	display: none;
	transform: translateY(-50%);
	opacity: 0;
	z-index: 2;
	transition: all 0.3s ease;
}

.hero-slider:hover .carousel-control-prev,
.hero-slider:hover .carousel-control-next {
	opacity: 1;
}

.carousel-control-prev {
	left: 30px;
}

.carousel-control-next {
	right: 30px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: translateY(-50%) scale(1.1);
}

.carousel-indicators [data-bs-target] {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 5px;
	transition: all 0.3s ease;
}

.carousel-indicators .active {
	width: 40px;
	border-radius: 6px;
}

.hero-video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.innervideo {
	padding-bottom: 39.88%;
}


/* Recommended Section */
h1 {
	font-size: 66px;
	text-align: center;
	margin-bottom: 10px;
	color: var(--dark-bg);
	position: relative;
}

h2 {
	font-size: 70px;
	margin-bottom: 20px;
	color: var(--dark-bg);
	position: relative;
}

.fs-90 {
	font-size: 75px;
	line-height: 1.3;
}


.cardbox {
	display: grid;
	justify-content: space-between;
	gap: 23px;
	grid-template-columns: repeat(5, 1fr);
	/* grid-template-rows: repeat(2, 400px); */
	padding-top: 10px;
}


.recommendation-card {
	background: var(--dark-bg);
	padding: 30px;
	height: 100%;
	min-height: 272px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.recommendation-card::before {
	content: '';
	position: absolute;
	bottom: 0;
	top: 100%;
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	transition: all 0.6s ease;
	left: 0;
	right: 0;
}

.recommendation-card:hover::before {
	top: 0;
	height: 100%;
}

.recommendation-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.recommendation-card .card-link {
	font-size: 14px;
}

.card-icon {
	display: flex;
	color: var(--white);
	margin-bottom: 25px;
	transition: all 0.3s ease;
	height: 75px;
}


h3 {
	font-size: 23px;
	font-weight: 500;
	color: var(--white);
	margin-bottom: 12px;
	line-height: 29px;
}

.card-link {
	color: var(--white);
	text-decoration: none;
	/*! display: flex; */
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
	margin-top: auto;
}

.a-link {
	color: var(--white);
	text-decoration: none;
	transition: all 0.3s ease;
	margin-top: auto;
}

.a-link:hover {
	color: #CCCCCC
}


.card-link i {
	transition: all 0.3s ease;
	font-size: 15px;
}

.cardbox.list-unstyled .card-link i {
	font-size: 11px;
}

.card-link:hover {
	color: #ddd;
	gap: 12px;
}

.card-link:hover i {
	transform: translateX(1px);
}


.section-title {
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	margin: 4rem 0 3rem;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.8s ease forwards;
}

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

.style-card {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	cursor: pointer;
}

.style-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

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

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem 1rem;
	transition: 0.4s all;
}

.style-card:hover .overlay {
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	gap: 20px;
}

.style-title {
	color: var(--white);
	font-size: 37px;
	font-weight: 400;
	margin-bottom: 0;
	transform: translateY(35px);
	line-height: 44px;
	transition: all 0.4s ease;
	text-align: center;
}

.style-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background: var(--white);
}


.style-card:hover .style-title {
	transform: translateY(-30px);
}

.view-btn {
	padding: 15px 40px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--white);
	background: transparent;
	border: 2px solid var(--white);
	cursor: pointer;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	transform: translateY(153px);
	transition: all 0.5s ease;
	display: inline-block;
	width: fit-content;
}


.view-btn::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: var(--white);
	transition: all 0.4s ease;
	z-index: -1;
}

.view-btn:hover::before {
	bottom: 0;
	background: var(--white);
}

.view-btn:hover {

	color: var(--dark-bg);

	border-color: var(--white);

}

.style-card:hover .view-btn {
	opacity: 1;
	transform: translateY(0);
}


.men-grid,
.women-grid {
	display: grid;
	gap: 1.5rem;

}

.men-grid {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 400px);
}

.men-center {
	grid-column: 2 / 4;
	grid-row: 1 / 3;
	height: 100%;
}

.women-grid {
	grid-template-columns: repeat(3, 1fr);
}

/* Animation delays */
.style-card:nth-child(1) {
	animation-delay: 0.1s;
}

.style-card:nth-child(2) {
	animation-delay: 0.2s;
}

.style-card:nth-child(3) {
	animation-delay: 0.3s;
}

.style-card:nth-child(4) {
	animation-delay: 0.4s;
}

.style-card:nth-child(5) {
	animation-delay: 0.5s;
}


.custom-form label {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 4px;
	color: #141414;
}

.custom-form .form-control {
	border: none;
	border-bottom: 2px solid #D4D4D4;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	box-shadow: none;
	font-size: 20px;
	color: #000000;
}

.custom-form .form-control:focus {
	border-bottom-color: #000;
	box-shadow: none;
}

.custom-form textarea {
	resize: none;
}

.btn-dark {
	letter-spacing: 1px;
	padding: 14px;
}

.showroom-box {
	background: var(--dark-bg);
	color: var(--white);
	padding: 30px;
}

.icon-circle {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	background: var(--white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 13px;
	position: relative;
	overflow: hidden;
}

.icon-circle::before {
	content: '';
	position: absolute;
	bottom: 0;
	top: 100%;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.6s ease;
	left: 0;
	right: 0;
}

.icon-circle:hover::before {
	top: 0;
	height: 100%;
}


.margin-min-top {
	margin-top: -77px;
}


/* INFLUENCER SLIDER */

.influencer-slider .slide-item {
	padding: 0 15px;
}

.influencer-slider img {
	width: 100%;
	border-radius: 4px;
}

/* CUSTOM DOTS */
.slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	padding-left: 0;
}

.slick-dots li {
	list-style: none;
	margin: 0 6px;
	border: 1px solid #fff;
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 100%;
}

.dotcenter .slick-dots li { line-height: 1;
}

.slick-dots li.slick-active {
	border: 1px solid #141414;

}


.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #141414;
	opacity: 1;
	border: none;
	padding: 0;
	font-size: 0;
	cursor: pointer;
}

/* Active dot (center circle look) */
.slick-dots li.slick-active button {
	width: 10px;
	height: 10px;
	opacity: 1;
}


/* address Section */


.address-section {
	background: #F2F2F2;
}

.address-image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}

.image-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 6px 14px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	z-index: 10;
}

.address-title {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 50px;
	color: #1a1a1a;
}

.info-block {
	margin-top: 32px;
}

.info-header {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.info-icon {
	width: 65px;
	height: 65px;
	flex-shrink: 0;
	margin-top: 4px;
	background: var(--white);
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid #ADADAD;
}

.info-icon img {
	width: 26px;
}

b,
strong {
	font-weight: 600;
}

.info-content h3 {
	font-size: 27px !important;
	font-weight: 600;
	margin-bottom: 8px;
	color: var(--dark-bg);
}

.info-content p {
	font-size: 18px;
	color: var(--dark-bg);
	margin-bottom: 4px;
}


.info-content a:hover {
	text-decoration: underline;
	color: var(--dark-bg);
}

/* Partnership Section */
.partnership-section {
	background: #141414;
	color: var(--white);
	padding: 53px 0;
}

.partnership-section h3 {
	font-size: 59px;
}

.logo-scroller-row {
	display: flex;
	position: relative;
	white-space: nowrap;
	justify-content: space-around;
	align-items: center;
	gap: 40px;
}

.logo-scroller-items {
	overflow: hidden;
	cursor: default;
}

.partners-grid {

	margin-bottom: 0;
}


/* Social Icons */
.social-icons {
	display: flex;
	justify-content: center;
	gap: 25px;
	/*! margin-bottom: 60px; */
}

.social-icon {
	width: 53px;
	height: 53px;
	border-radius: 17px;
	background: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #090909;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	font-size: 22px;
	border: 1px solid #ADADAD;
}

.social-icon:hover {
	background: rgba(255, 255, 255, 0.2);
	color: var(--white);
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}


/* Footer */
.footer-nav {
	/*! border-top: 1px solid #333; */
	padding-top: 24px;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	list-style: none;
	margin-bottom: 20px;
	padding: 0;
}

.footer-links li {
	list-style: none;
}

.top-nav li {
	list-style: none;
}


ul.footer-links {
	color: var(--white);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	padding: 0;
	position: relative;
	transition: color 0.3s;
}

ul.footer-links .active {
	font-weight: 500;
}

ul.footer-links li.current-menu-item a {
    font-weight: 500;
}

ul.footer-links li a:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	width: 0%;
	content: '';
	margin: 0 auto;
	border-radius: 4px;
	color: transparent;
	background: var(--white);
	height: 1px;
}

ul.footer-links a:hover,
ul.footer-links a:focus {
	color: var(--white) !important;
}

ul.footer-links li a:hover:after,
ul.footer-links li a.active:after {
	width: 100%;
}

ul.footer-links li a:after,
ul.footer-links li a:before {
	transition: all .5s;
}

ul.footer-links li a:hover {
	color: var(--secondary-color);
}

.footer-links a {
	color: var(--bs-white);
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #ccc;
}

.footer-links a.active {
	color: #ccc;
}

.copyright {
	text-align: center;

}

a {
	color: var(--dark-bg);
	text-decoration: none;
}

a:hover {
	color: #ccc;
}

/* Stats Section */
.stats-section {
	background: var(--dark-bg);
	padding: 0;
	overflow: hidden;
}

.stat-item {
	padding: 0px 38px 38px;
	border-right: 0px solid #333 !important;
	color: #fff;
	height: 100%;
	transition: transform 0.3s ease;
	position: relative;
}

.stat-item::after {
	height: 100%;
	width: 1px;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background: #333;
}

.stat-item:hover::after {
	background: #4e4e4e;
}

.stat-item:hover {
	transform: translateY(-5px);
	border-color: #646060 !important;
	transition: transform 0.3s ease;
}

.stat-item.border-0::after {
	width: 0px;
}

.stat-icon {
	/*! font-size: 48px; */
	margin-bottom: 94px;
	/*! color: #fff; */
	padding-top: 3px;
}

.stat-icon i {
	display: inline-block;
}

.stat-number {
	font-size: 96px;
	font-weight: 300;
	margin-bottom: 10px;
	width: 230px;
	font-family: 'Roxborough CF';
	line-height: 1;
}

.stat-number::after {
	content: '+';
	font-family: 'Graphik Web';
}

.stat-item.border-0 {
	border: 0px solid !important;
}

.stat-label {
	font-size: 24px;
}

.divider {
	max-width: 52px;
	height: 4px;
	border-radius: 4px;
	background: #fff;
}

/* Responsive Design */
@media (max-width: 767px) {
	.stats-section {
		padding: 40px 0;
	}

	.stat-item {
		border-right: none;
		border-bottom: 1px solid #333;
		padding: 25px 15px;
	}

	.cardbox {
		grid-template-columns: repeat(2, 1fr);
	}


	.stat-item:last-child {
		border-bottom: none;
	}

	.stat-icon {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.stat-number {
		font-size: 36px;
	}

	.stat-label {
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.stat-item {
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
	}

	.stat-item:nth-child(3),
	.stat-item:nth-child(5) {
		border-right: none;
	}

	.stat-item:nth-child(4),
	.stat-item:nth-child(5) {
		border-bottom: none;
	}
}

/* Responsive Design */
@media (min-width: 768px) {
	.partners-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 992px) {


	.address-title {
		font-size: 56px;
	}

	.partners-grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 50px;
	}

	.partnership-section {
		/*! padding: 100px 0; */
	}
}

@media (max-width: 767px) {
	.address-title {
		font-size: 32px;
		margin-bottom: 40px;
	}

	.partnership-title {
		font-size: 28px;
		margin-bottom: 40px;
	}

	.partners-grid {
		gap: 30px;
	}

	.footer-links {
		gap: 9px;
	}

	.footer-links a {
		font-size: 14px;
	}
}

@media (max-width: 576px) {


	.social-icons {
		margin-bottom: 16px;
	}
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1488px;
}

.card-icon img {
	width: 64px;
}

.card-icon.maxwidth img {
	width: 182px;
}


.stat-item {
	padding: 44px 23px;
}

@media (max-width: 1680px) {
	.mx-1365 {
		margin-left: auto;
		margin-right: auto;
		max-width: 1136px;
	}


	.hero-title {
		font-size: 70px;
	}

	.hero-subtitle {
		font-size: 20px;
	}

	h2 {
		font-size: 67px;
	}

	.custom-form h2 {
		font-size: 59px;
	}

	.fs-40 {
		font-size: 35px;
	}

	.info-block {
		margin-top: 24px;
	}

	.icon-circle {
		width: 85px;
		height: 85px;

	}

	.info-content h3 {
		margin-bottom: 2px;
	}

	.info-content p {
		margin-bottom: 1px;
	}


	.fs-36 {
		font-size: 28px;
	}

	.fs-24 {
		font-size: 18px;
	}

	.fs-60 {
		font-size: 51px;
		line-height: 1;
	}

	.input-min-h {
		min-height: 88px;
	}

	.stat-number {
		font-size: 80px;
		width: 200px;
	}


	.stat-icon {
		width: 78px;
		height: 78px;
		margin-bottom: 72px;
	}

	.stat-icon.icon-max-w {
		width: 96px;
	}

	.stat-icon img {
		width: 100%;
	}

	.stat-label {
		font-size: 20px;
	}

	.px-80 {
		padding-left: 67px;
		padding-right: 67px;
	}

	.py-100 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.custom-form .form-control {
		font-size: 16px;
	}

	.recommendation-card {
		padding: 26px 23px;
	}


}


@media (max-width: 1391px) {

	.card-icon img {
		width: 65px;
	}

	.card-icon.maxwidth img {
		width: 150px;
	}

	.hero-title {
		font-size: 64px;
	}

	.hero-buttons {
		gap: 16px;

	}

	.btn-custom {
		padding: 14px 15px;
		font-size: 21px;
		min-width: 266px;
		text-align: center;
	}

	.fs-90 {
		font-size: 62px;
	}

	h2 {
		font-size: 61px;
	}

	.custom-form h2 {
		font-size: 51px;
	}

	.fs-40 {
		font-size: 32px;
	}

	.fs-60 {
		font-size: 44px;
	}

	.fs-36 {
		font-size: 23px;
	}

	.fs-24 {
		font-size: 16px;
	}

	.fs-22 {
		font-size: 16px;
	}
	.l-spacing {
	letter-spacing: 10%;
	}
	.fs-21 {
		font-size: 16px;
	}
	.fs-48 {
	font-size: 40px;
}

}

@media (max-width: 1320px) {
	.stat-number {
		font-size: 58px;
		width: 188px;
	}
	.header {
		padding: 15px 0;

	}
}

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

	.men-center {
		grid-column: 1 / 3;
		/*! grid-row: auto; */
	}

	.women-grid {
		grid-template-columns: 1fr;
	}

	.section-title {
		font-size: 2rem;
	}
}

@media (max-width: 576px) {
	.men-grid {
		/*! grid-template-columns: 1fr; */
	}

	.men-center {
		grid-column: 2;
	}

	.section-title {
		font-size: 1.8rem;
		margin: 2rem 0 1.5rem;
	}

	.style-card {
		/*! height: 350px; */
	}

	.style-title {
		font-size: 1.5rem;
	}
}

.container-custom {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.mob-icon{display: none;}

.nav-btn.mob-icon:hover:before {
	background: transparent;
}

.nav-btn.mob-icon:before {
	display: none;
}

.nav-btn.mob-icon:hover {
	background: transparent;
}

/* Responsive */
@media (max-width: 768px) {
	.address-title {
		font-size: 2.5rem;
		letter-spacing: 4px;
	}
.fs-48 {
	font-size: 35px;
	line-height: 1.1;
}
	.address-subtitle {
		font-size: 0.9rem;
		letter-spacing: 2px;
	}

	.btn-custom {
		padding: 12px 30px;
		font-size: 0.85rem;
	}

	.navbar-brand {
		font-size: 1.3rem;
		position: static;
		transform: none;
	}
	.right-nav {
		display: flex !important;
		gap: 10px;
		padding-right: 18px;
	}
	.left-nav,
	.right-nav {
		display: none;
	}
	

	.section-title {
		font-size: 2rem;
	}

	.address-buttons {
		bottom: 60px;
		gap: 10px;
	}

	.navbar .container {
		justify-content: center;
	}

	.recommendation-card {
		padding: 19px 22px;
	}

	.card-title {
		font-size: 1.3rem;
	}
	.mob-icon {
		display: flex;
		border-radius: 50px;
		padding: 0;
		width: 32px;
		height: 32px;
		border: 2px solid #fff;
	}
	.mob-icon img {
		filter: brightness(255);
		width: 18px;
		margin: auto;
	}
}

@media (max-width: 767px) {

	.logo {
		width: 200px;
	}

	.px-80 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.py-100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	h1 {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.fs-90 {
		font-size: 35px;
	}

	h2 {
		font-size: 48px;
	}

	.showroom-box {
		padding: 15px;
	}

	.icon-circle {
		width: 55px;
		height: 55px;
	}

	.icon-circle img {
		width: 25px;
	}

	.margin-min-top {
		margin-top: -46px;
		padding-bottom: 25px;
	}

	.fs-36 {
		font-size: 20px;
	}

	.hero-title {
		font-size: 43px;
		line-height: 1;
	}


}


.map-container {
	position: relative;
	width: 100%;
	max-width: 100%;

	background: var(--dark-bg);
	border-radius: 0;
	overflow: visible;
}

.svg-map {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.continent {
	fill: none;
	stroke: #fff;
	stroke-width: 1.5;
	stroke-linejoin: round;
}

.grid-line {
	stroke: #333;
	stroke-width: 0.3;
	opacity: 0.3;
}

.logo-scroller-item img {
	width: 160px;
}

.pin {
	position: absolute;
	width: 44px;
	height: 44px;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	z-index: 10;
}

.pin:hover .pin-icon {
	transform: scale(1.1);
}

.pin.active .pin-icon {
	background: #ff5722;
}

.pin.active .pin-inner {
	filter: brightness(0) invert(1);
}

.pin-icon {
	width: 100%;
	height: 100%;
	background: var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease;
	border: 0px solid #ff5722;
}

.pin-inner {
	width: 22px;
	height: 26px;
	background: url(../images/mappin.png);
	border-radius: 50%;
}

/* Popover styling - bilkul image jaisa */
.popover {
	position: absolute;
	background: #FF3C00;
	color: white;
	padding: 20px 20px;
	border-radius: 10px;
	/*! box-shadow: 0 8px 24px rgba(255, 87, 34, 0.6); */
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
	z-index: 100;
	min-width: 409px;
	text-align: center;
	font-family: 'Graphik Web';
}

.popover.active {
	opacity: 1;
	pointer-events: all;
}

/* Popover arrow */
.popover::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #ff5722;
}

.popover-country {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 6px;
	line-height: 1.2;
	font-family: 'Graphik Web';
}

.popover-dates {
	font-size: 23px;
	margin-bottom: 0px;
	/*! opacity: 0.95; */
}

.popover-arrival {
	/*! font-size: 1.1em; */
	/*! opacity: 0.9; */
	font-size: 23px;
}


.view-calendar-btn {
	padding: 15px 40px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--white);
	background: transparent;
	border: 1px solid var(--white);
	cursor: pointer;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	transition: all 0.4s ease;
	display: inline-block;
	width: fit-content;
}


.view-calendar-btn::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: var(--white);
	transition: all 0.4s ease;
	z-index: -1;
}

.view-calendar-btn:hover::before {
	bottom: 0;
	background: var(--white);
}

.view-calendar-btn:hover {

	color: var(--dark-bg);

	border-color: var(--white);
	margin-top: auto;
}


/* Full width world map SVG */
.world-outline {
	fill: none;
	stroke: #fff;
	stroke-width: 1;
	opacity: 0.6;
}

.accordion-item {
	background-color: #f2f2f2;
	border: none;
	margin-bottom: 15px;
	border-radius: 0px !important;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.accordion-button {
	background-color: #f2f2f2;
	color: #333;
	font-weight: 500;
	font-size: 28px;
	padding: 20px 25px;
	border: none;
	box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
	background-color: #f2f2f2;
	color: #0d0d0d;
}

.accordion-button::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #090909;
	background-image: none;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(180deg);
	border-top-color: #0d0d0d;
}

.accordion-button.collapsed::after {
	border-top-color: #999;
}

.accordion-body {
	padding: 9px 25px 6px 25px;
	font-size: 18px;
	line-height: 1.6;
	background-color: #ffffff;
	text-align: left;
}

.accordion-button:hover {
	background-color: #f2f2f2;
}

.accordion-button:focus {
	border: none;
	box-shadow: none;
}


@media (max-width: 575px) {
	h2 {
		font-size: 28px;
	}

	.carousel-item {
		height: auto;
	}

	.hero-subtitle {
		font-size: 15px;
		letter-spacing: 3px;
		margin-top: 12px;
	}

	.hero-video {
		padding-bottom: 156.25%;
	}

	.innervideo {
		padding-bottom: 120.25%;
	}


	.btn-custom {
		padding: 5px 30px;
		font-size: 0.85rem;
	}

	.hero-buttons {
		gap: 13px;
		bottom: 12px;

	}

	.carousel-control-prev,
	.carousel-control-next {
		width: 30px;
		height: 30px;

	}

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		width: 1rem;

	}

	.carousel-control-prev {
		left: 15px;
	}

	.carousel-control-next {
		right: 15px;
	}

	.cardbox {
		grid-template-columns: repeat(1, 1fr);
	}

	.view-calendar-btn {
		padding: 15px 20px;
		font-size: 18px;

	}

	.view-btn {
		padding: 8px 15px;
		font-size: 16px;
		letter-spacing: 0px;

	}

	.men-grid {
		grid-template-columns: repeat(1, 1fr);

	}

	.custom-form h2 {
		font-size: 38px;
	}

	.fs-40 {
		font-size: 25px;
		line-height: 1;
	}

	.partnership-section h3 {
		font-size: 38px;
	}

	.men-grid,
	.women-grid {
		gap: 0rem;
		display: block;
	}

	.view-calendar-btn {
	padding: 13px 17px;
	font-size: 15px;
	}

	.hero-title {
		font-size: 30px;
		line-height: 38px;
		/*! margin-bottom: 14px; */
		padding-bottom: 14px;
	}

	.stat-number {
		font-size: 37px;
		width: auto;
	}

	.stat-icon img {
		width: 100%;
	}

	.stats-section {
		padding: 0px 0;
	}

	.stat-icon {
		padding-top: 4px;
		width: 47px;
		margin-bottom: 19px;
	}

	.stat-icon.icon-max-w {
		width: 61px;
	}

	.stat-item {
		padding: 31px 15px;
	}

	.stat-label {
		font-size: 14px;
	}

	.fs-60 {
		font-size: 32px;
	}

	.info-icon {
		width: 38px;
		height: 38px;

	}

	.info-icon img {
		width: 50%;
	}

	.info-content h3 {
		font-size: 24px;
	}

	.info-content p {
		font-size: 14px;
		margin-bottom: 3px;
	}

	.social-icon {
		width: 38px;
		height: 38px;
		font-size: 20px;
	}

	.social-icons {
		gap: 13px;
	}

	body {
		font-size: 14px;
	}

	.popover-arrival {
		font-size: 16px;
	}

	.popover-dates {
		font-size: 17px;
	}

	.popover-country {
		font-size: 22px;
	}

	.popover {
		min-width: 240px;
	}

	.pin-inner {
		width: 16px;
		height: 17px;
		background-size: cover;
	}

	.pin {
		position: absolute;
		width: 30px;
		height: 30px;

	}

	.navbar {
		padding: 0px 0;

	}

	.header {
		padding: 10px 0;

	}

	.accordion-button {
		font-size: 17px;
		padding: 15px 15px;
		line-height: 21px;
	}

	.accordion-body {
		padding: 9px 15px 6px 15px;
		font-size: 17px;
		line-height: 1.2;
	}

	.payment-bar {
		flex-wrap: wrap;
	}

	.fs-90 {
		font-size: 29px;
		line-height: 1.1;
	}
	.influencer-slider .slide-item {
		padding: 0 1px;
	}
	.overlay {
		padding: 1rem 1rem;
	}
	.style-card:hover .overlay {
		gap: 2px;
	}
	.dotcenter .slick-dots li {
	line-height: 1;
	font-size: 12px;
	}
	.slick-dots li {
		margin: 0 3px;
		width: 26px;
		height: 26px;
		line-height: 1;
		font-size: 13px;
	}

}

.slide-item {
	height: 100%;
}

.influencer-slider .style-card {
	height: 650px;
	position: relative;
	overflow: hidden;
}

.video-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.video-box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.pin::after {
	content: '';
	position: absolute;
	bottom: -17px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 15px;
	background: radial-gradient(ellipse at center,
			#8b5a3c 39%,
			#6f432b 48%,
			transparent 90%);
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s ease;
}

.pin.active::after {
	opacity: 1;
	transform: translateX(-50%) scale(1.1);
}


.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 22px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 20px;
	right: 10px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 0px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 15px;
		opacity: 0.75;
	}
	75% {
		padding: 30px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}



#scroll {
    position:fixed;
    right:10px;
    bottom:70px;
    cursor:pointer;
    width:45px;
    height:45px;
    background-color:#000;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.hero-buttons .btn-custom {
    text-align: center;
   }

ul.cardbox li {
    list-style: none !important;
}

.footer-nav li.current-menu-item a {
    color: #ccc;
}
.footer-nav li.current-menu-item a::after {
    width: 100%;
}