* {
	font-family: "Geist", Sans-serif;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

ul,
ol {
	list-style: none;
}

p {
	margin-bottom: 10px;
}

:root {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
}

.container,
.container-fluid {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

/*------------ Layout media query starts ------------*/
@media (min-width: 768px) {

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}

@media (min-width: 992px) {

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.4;
	font-family: "Playfair Display", Sans-serif;
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

	.h1,
	h1 {
		font-size: 2.75rem
	}
}

.h2,
h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

	.h2,
	h2 {
		font-size: 2rem
	}
}

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

	.h3,
	h3 {
		font-size: 1.75rem
	}
}

.h4,
h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

	.h4,
	h4 {
		font-size: 1.5rem
	}
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

[class*="row-gap"] {
	row-gap: 20px;
}

.row-gap-3 {
	row-gap: 30px;
}

img,
svg {
	vertical-align: middle;
}

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

:where(.section, section, .sec-space, .mt-5, .mt-auto, footer, .footer) {
	margin-top: 60px;
}

.mt-3 {
	margin-top: 30px !important;
}

/* Added by Nikhil kumar Dogra */

.mt-0 {
	margin-top: 0px !important;
}
/* Added by Nikhil kumar Dogra end */
.mx-auto {
	margin-inline: auto;
}

[class*="flex-"] {
	display: flex;
	align-items: center;
}

[class*="flex-col"] {
	flex-flow: column;
	align-items: unset;
}

[class*="-between"] {
	justify-content: space-between;
}

[class*="grid"] {
	display: grid !important;
}

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

.align-items-center {
	align-items: center;
}

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

[class*="-btn"] {
	padding: 10px 20px;
	overflow: hidden;
	position: relative;
	width: fit-content;
	z-index: 0;
	gap: 8px;
}

.flex-col-seprator {
	gap: 13px;
	margin-bottom: 20px;
	text-align: center;
}

.flex-sep-ttl {
	font-family: "Playfair Display", Sans-serif;
	gap: 10px;
}

/*//header--&--topbar----------------------start**/

.topbar .flex-top-menu,
.flex-top-info,
.header .flex-header-menus,
.btn-flex-pair {
	gap: 15px 25px;
	flex-wrap: wrap;
}

.flex-details {
	gap: 8px;
}

li.dropdown ul.flex-col-submenu {
	gap: 20px;
}

.bwe-service-logo a img {
	height: 60px;
	width: 100%;
	transition: all .3s ease;
}

#scrolled .bwe-service-logo a img {
	height: 40px;
	transition: all .3s ease;
}

.header#scrolled {
	position: sticky;
	top: 0;
	z-index: 9999;
}

.header#scrolled .megaMenu .megaMenu-list {
	top: 70px !important;
}

.header .dropdown {
	position: relative;
}

.dropdown ul {
	position: absolute;
	width: fit-content;
	white-space: nowrap;
	padding: 20px;
	top: 40px;
	left: 0;
	transform: translateX(-15px);
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
}

.dropdown>ul {
	left: 0;
	top: 40px;
	transform: translateX(-15px);
}

.dropdown li.dropdown ul {
	left: calc(100% - -22px);
	top: 10px;
	transform: translateX(-15px);
}

.dropdown:hover>ul {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}

.dropdown li.dropdown:hover>ul {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}

.header :is(.menuToggle, .closeToggle) {
	display: none;
}

.megaMenu {
	position: relative;
}

.megaMenu .megaMenu-list {
	position: fixed;
	left: 50%;
	transform: translateX(-49%);
	top: 125px;
	max-width: 1150px;
	z-index: 9999;
	width: 100%;
	padding: 35px;
	display: grid;
	gap: 20px 80px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

.megaMenu:hover>.megaMenu-list {
	transform: translateX(-50%);
	opacity: 1;
	transition: all .3s;
	visibility: visible;
}

.grid-5 {
	grid-template-columns: auto auto auto auto auto;
}

.grid-gap {
	gap: 20px;
}

.megaMenu .flex-col-submenu {
	gap: 12px;
}

/*//hero-banner----------------------start**/

.hero-banner {
	background: url(https://www.tripclap.com/assets/img/kashmir-tour2.webp) no-repeat center / cover;
	height: 100%;
	width: 100%;
	padding-block: 150px 50px;
	position: relative;
	z-index: 0;
}

.hero-banner .flex-col-hero-content {
	max-width: 850px;
	width: 100%;
	text-align: center;
	margin: auto auto 100px;
	gap: 10px;
	top: 40px;
	position: relative;
	z-index: 99;
}

.single-page-hero .flex-col-hero-content {
	max-width: 100% !important;
}

.hero-banner.single-page-hero {
	padding-block: 50px;
}

.default-hero {
	padding-block: 30px;
	border-bottom: 1px solid var(--muted);
}

.single-page-hero img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.hero-banner .hero-seprator svg {
	height: 60px;
	direction: ltr;
	left: 0;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	transform: rotate(180deg);
	bottom: -10px;
	z-index: 1;
}

:is(.flex-hero-wcu-card, .flex-hero-wcu-card .flex-col-hero-card) {
	gap: 10px;
}

.flex-hero-wcu-card p {
	margin-bottom: 0
}

.abt-wrapper {
	padding-block: 70px 50px;
}

.abt-wrapper .abt-content .abt-texture {
	position: absolute;
	right: 30px;
	top: -10px; /* Nikhil made it -10px from 10 px due to some reasons  */
}

.flex-col-abt-col {
	align-items: center;
	gap: 10px;
}

.product-table {
	width: 100%;
	overflow-x: auto;
}

table {
	border-collapse: collapse;
	width: 100%;
	color: var(--black) !important;
}

table td,
th {
	text-align: left;
	padding: 10px 15px;
}

table tr [class*="-btn"] {
	justify-content: center;
	width: 100%
}

.moreContent {
	display: none;
}

.marquee {
	overflow: hidden;
	padding-block: 15px !important;
	width: 100%;
}

.marquee-content {
	min-width: 100%;
	gap: 10px;
	white-space: nowrap;
}

.flex-tags {
	flex-wrap: wrap;
	gap: 15px 10px;
	justify-content: center;
}

.flex-mrq-item {
	padding-inline: 25px;
	gap: 10px;
	white-space: nowrap;
	width: fit-content;
}

/*///-----package-card---start*/

.pack-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

[class*="-card"] .pack-img {
	background-color: #c7c7c7;
	aspect-ratio: 16 / 9;
}

[class*="-card"] .pack-img img {
	height: 100%;
}

[class*="-card"] :is(.pack-img, .pack-img img) {
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
}

.flex-col-pack-content {
	padding: 20px;
	gap: 10px;
	flex-grow: 1;
}

[class*="-title"] {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	margin-bottom: 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pack-card :is(.flex-col-pack-list, .flex-mrp) {
	gap: 10px;
	padding: 0
}

.pack-card .flex-col-pack-sub-head,
.pack-card ul li {
	gap: 5px;
}

.pack-card .flex-tag-list {
	gap: 8px;
	flex-wrap: wrap;
	padding-left: 0 !important
}

.pack-card .flex-tag-list li {
	width: fit-content;
	padding: 8px 10px;
}

.flex-col-price-wrap .flex-mrp>div {
	color: #5e5e5e;
	text-decoration: line-through;
}

.pack-card .flex-pc-btn {
	justify-content: center;
	width: 100%;
	margin-top: auto;
}

.adv-card .adv-img img {
	height: 200px;
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.flex-col-adv-content {
	padding: 15px 10px;
	gap: 10px;
}

.flex-col-adv-smry .flex-smry-item {
	gap: 5px;
	margin-bottom: 10px
}

.flav-card:not(.flav-card.th-card) {
	padding: 10px;
}

.flav-card {
	height: 100%
}

.flav-card .flav-img {
	position: relative;
}

.flav-card .flav-img .flav-cost {
	position: absolute;
	bottom: -33px;
	white-space: pre;
	left: 50%;
	transform: translate(-50%, -50%);
}

.flav-card .flex-col-flav-content {
	padding: 35px 15px 15px;
	text-align: center;
	gap: 10px;
}

.charm-col {
	position: relative;
	overflow: hidden;
}

.charm-col img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.flex-col-charm-content {
	position: absolute;
	bottom: 35px;
	gap: 10px;
	text-align: center;
	padding: 0 20px;
}

.flex-col-charm-content {
	transform: translateY(93%);
	transition: all .4s ease;
}

.th-card .flav-img .flav-cost {
	left: 0 !important;
	bottom: -15px !important;
	white-space: pre-wrap;
	transform: unset !important;
}

.th-card .flex-col-flav-content {
	padding: 12px 0 0;
	text-align: left;
}

/*-------------faq-start-------------*/

.faq details .content {
	padding: 20px;
}

.faq details .content :last-child {
	margin: 0;
}

details .grid-content {
	grid-template-columns: 30% auto;
	gap: 15px 20px;
	align-items: center;
}

.grid-book-car {
	grid-template-columns: 40% auto;
	gap: 15px;
	padding: 20px 12px;
	align-items: center;
}

.grid-book-car [class*="flex-col-car-"] {
	gap: 10px;
}

.grid-book-car ul {
	list-style: square;
	margin-bottom: 10px;
	padding-left: 20px;
}

/*--stats-counter---*/

.flex-col-stats-ellps {
	height: 250px;
	width: 250px;
	justify-content: center;
	justify-self: center;
	position: relative;
}

.flex-col-stats-ellps .flex-col-stts {
	color: var(--white);
	align-items: center;
	gap: 5px;
}

.stats-container {
	padding-block: 70px 20px
}

.stats-container .row .col-md-3:nth-child(even) {
	margin-top: -50px
}

/*------blog-card-----*/

.flex-col-blog-card {
	gap: 12px;
	height: 100%;
	position: relative;
	width: 100%;
}

.flex-col-blog-card .img-placeholder,
.flex-col-blog-card .img-placeholder img {
	border-radius: 8px;
	width: 100%;
}

.flex-col-blog-card .img-placeholder {
	background-color: #c7c7c7;
	aspect-ratio: 16 / 9;
}

.calender {
	align-items: center;
	display: grid;
	position: absolute;
	left: 10px;
	top: 10px;
	width: fit-content;
	overflow: hidden;
	text-align: center;
}

[class*="-title"] {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.flex-breadcrumbs {
	gap: 10px 30px;
	flex-wrap: wrap;
}

.flex-col-light-card {
	gap: 15px;
	align-items: center;
	padding: 35px 25px;
	text-align: center;
	height: 100%
}

.flex-col-light-card img {
	height: 64px;
	width: 64px;
}

.swiper-slide .adv-card {
	padding: 0
}

.flex-site-cta-between {
	background: url(https://kashmirholidaypackage.co.in/wp-content/uploads/2024/10/map-bg-img.webp) no-repeat top right / cover;
	height: 100%;
	width: 100%;
	margin-top: 50px;
	padding: 30px;
	border-radius: 8px;
	gap: 10px;
}

.mx-cta {
	max-width: 1050px;
	margin: auto;
	width: 100%;
}

.flex-site-cta-between .flex-col-cta-content,
.flex-col-blog-content {
	gap: 10px;
}

.flex-col-clusion-wrap {
	padding: 30px;
	gap: 20px;
}

.flex-col-clusion-wrap ul,
.flex-rev-rating {
	padding-left: unset !important;
	list-style: none !important;
}

.sec-rev-card img {
	height: 50px;
	width: 50px;
}

.sec-rev-card {
	position: relative;
	height: 100%;
	background: var(--white) !important;
}

.sec-rev-card .flex-col-rev-card .flex-rev-smry {
	margin-top: auto;
}

.grid-ath-card {
	grid-template-columns: 10% auto;
	gap: 15px 0;
	padding: 30px;
	align-items:center;
	margin-top: 40px;
}

.grid-ath-card img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	object-fit: cover;
}

.grid-ath-card .flex-col-ath-info {
	gap: 20px;
}

.grid-ath-card .flex-col-ath-info p {
	margin-bottom: 0;
}

.grid-ath-card .flex-col-ath-info .flex-media ul {
	padding-left: 10px;
}

.grid-ath-card .flex-col-ath-info ul {
	list-style: none;
	display: flex;
	padding: 0;
	align-items: center;
	gap: 8px;
}

#tableofcontent .head-th {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#tableofcontent ul li ul {
	margin-top: 10px;
	list-style: circle;
}

.flex-col-pg-sec {
	gap: 25px;
	margin-top: 50px;
}

.flex-col-pg-sec .swiper {
	padding: 0 15px 20px !important;
}

.flex-col-rev-card {
	padding: 25px;
	gap: 20px;
	height: 100%;
}

.flex-col-rev-card img {
	height: 35px;
	width: 35px;
	border-radius: 50%
}

.flex-rev-rating {
	gap: 5px;
}

.flex-col-rev-card .flex-rev-smry,
.flex-col-sec {
	gap: 10px;
}

.sidebar-Q-cta .flex-col-sidebar-card {
	padding: 20px;
	height: 100%;
}

.sidebar-Q-cta .flex-col-sidebar-card img {
	height: 400px;
	object-fit: cover;
	border-radius: 5px;
}

.sidebar-Q-cta .flex-col-sidebar-card .flex-mrp {
	gap: 3px;
	font-size: 18px;
	margin-block: 7px
}

.sidebar-Q-cta .flex-col-sidebar-card .flex-mrp span {
	text-decoration: line-through;
}

.sidebar-Q-cta .flex-col-sidebar-card [class*="-btn"] {
	justify-content: center;
	width: 100%;
	margin-top: 25px
}

.sticky-col {
	position: sticky;
	top: 100px
}

.flex-col-info-card {
	align-items: center;
	text-align: center;
	gap: 10px;
	padding: 30px;
	height: 100%
}

.flex-col-info-card .flex-icon {
	height: 50px;
	width: 50px;
	justify-content: center;
}

.c-form-wrap .flex-col-form-control {
	gap: 12px;
	margin-top: 30px;
	font-weight: 500;
}

.c-form-wrap .flex-col-form-control textarea {
	height: 150px;
	resize: vertical;
}

.abt-img img {
	z-index: 99;
	position: relative;
}

.dark-bg-full-wrapper.flex-col-single-page-content {
	margin-top: -50px;
}

.flex-col-single-page-content .flex-col-seprator {
	text-align: left;
}

.flex-col-stts {
	gap: 5px;
	color: var(--white);
}

.flex-col-team-card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top center;
	border-radius: 5px;
}

.flex-col-team-card .flex-col-team-content {
	align-items: center;
	gap: 10px;
	margin-top: 15px;
}

.flex-col-wcu-card {
	align-items: center;
	text-align: center;
	gap: 15px;
	padding: 20px;
	height: 100%;
}

/*-----------Single-blog-start-----------*/

body.single-blog .flex-col-single-blog .post-smry .blog-ath,
body.single-blog .flex-col-single-blog figure img,
body.single-blog .flex-col-single-blog > :is(.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6) {
	margin-block: 20px;
}

body.single-blog .flex-col-single-blog figure img {
	height: 100%;
	width: 100%;
	border-radius: 5px;
}

.flex-col-single-blog .post-smry .flex-smry-list {
	gap: 20px 150px;
	flex-wrap: wrap;
}

.flex-col-single-blog .post-smry .flex-smry-list p {
	margin-bottom: 0 !important;
}

.flex-col-single-blog .post-smry .flex-smry-list .flex-smry-item {
	gap: 8px;
	line-height: 1;
	color: var(--black);
}

:is(body.single-blog, body.author) :is(.flex-col-single-blog, .flex-col-ath-desc) p:not([class*="-card"] p),
body.single-blog .flex-col-single-blog .row,
.sidebar form,
body.single-blog .flex-col-single-blog .post-smry {
	margin-bottom: 20px;
}

.sidebar form {
	position: relative;
}

.sidebar form input {
	padding-left: 40px;
}

.sidebar form span {
	position: absolute;
	left: 10px;
	top: 12px;
}

.sidebar form button {
	position: absolute;
	right: 0;
}

:is(body.single-blog, body.author) :is(.flex-col-single-blog, .flex-col-ath-desc) :is(ul, ol) {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	margin-bottom: 20px;
	gap: 5px;
}

.flex-col-list{
	margin-bottom:15px
}

.flex-col-blogImg-container,
.sources {
	margin-bottom: 20px;
}

.grid-blog-card {
	grid-template-columns: 40% auto;
	align-items: center;
	padding: 0;
}

/*-----------errorPage-start-----------*/

.flex-col-error-stts {
	gap: 20px;
	text-align: center;
}

.flex-col-error-stts img {
	height: 250px;
	width: 100%;
	object-fit: contain;
}

/*-----------ath-single-start-----------*/

.flex-col-ath-desc .flex-ath-bio {
	gap: 15px;
	margin-bottom: 30px
}

.flex-col-ath-desc .auth-social-follow ul {
	list-style: none !important;
	padding: 0 !important;
	flex-direction: row !important;
	margin-top: 15px
}

/*-----------TourBookingForm-start-----------*/

.tourBookForm {
	padding: 0 !important;
	border: 1px solid var(--pc) !important;
	overflow: hidden;
}

.tourBookForm .flex-form-hd {
	padding: 0px 20px 0 0;
	gap: 30px;
	position: relative;
	z-index: 0;
}

.tourBookForm .flex-form-hd span {
	padding: 20px 30px;
}

.tourBookForm .form-cols {
	padding: 25px;
}

.tourBookForm .flex-form-hd span:after {
	background: var(--pc);
	left: -30px;
	top: 0;
}

.grid-tour-card {
	grid-template-columns: 40% auto;
	gap: 20px;
	align-items: center;
	margin-top: 30px;
	padding: 10px;
}

.grid-tour-card .img-placeholder img {
	border-radius: 5px;
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.grid-tour-card .flex-col-tour-detl,
.flex-pairBtn {
	gap: 15px;
}

.flex-pairBtn {
	flex-wrap: wrap;
}

.modalForm .flex-col-modal-lb {
	padding: 30px;
	gap: 25px;
}

.modalForm .flex-col-modal-lb ul {
	gap: 20px;
	padding-left: 20px;
}

.modalForm .flex-col-modal-lb ul li {
	gap: 10px;
}

.modalForm .flex-col-modal-lb .flex-Infobtn {
	width: fit-content;
	padding: 10px 20px;
	gap: 10px;
}

.flex-closeModals {
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	width: 35px;
	justify-content: center;
}

/*-----------modalForm-start-----------*/

.modalOverlay {
	display: none;
	background: #000000d1;
	z-index: 999999999;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modalOverlay.active {
	display: block;
}

.modalForm {
	max-width: 1000px;
	width: 100%;
	z-index: 9999999999;
	position: fixed;
	height: fit-content;
	padding: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 15px);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all .4s ease;
}

.modalForm.show {
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
	transition: all .4s ease;
}

.border-card {
	text-align: left;
	align-items: start;
	border-bottom: 3px solid var(--sc);
	padding: 20px !important;
}

.flex-col-pg-sec .flex-col-blogImg-container {
	gap: 10px;
	border: 1px solid #eeeeee;
	margin-bottom: 0;
}

.grid-pack-card {
	grid-template-columns: 35% auto;
	padding: 20px;
	align-items: center;
	gap: 25px;
}

.grid-pack-card .flex-col-main-wrap {
	gap: 20px;
}

.grid-pack-card .flex-col-pack-content {
	padding: 0 !important;
	gap: 20px !important;
}

.grid-pack-card .flex-col-pack-content .flex-pairBtn .flex-pc-btn {
	width: fit-content;
}

.flex-col-wcu-hcard {
	background: url("https://kashmirholidaypackage.co.in/wp-content/uploads/2024/10/map-bg-img.webp") no-repeat left center / cover;
	height: 100%;
	min-height: 300px;
	overflow: hidden;
	gap: 25px;
	justify-content: center;
	align-items: center;
	position: relative;
}

.flex-col-wcu-hcard img {
	height: 25px;
	width: 25px;
}

.flex-col-wcu-hcard .flex-overlay-content {
	background: var(--sc);
	padding: 15px;
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	text-align: center;
	transition: all .4s ease
}

.flex-col-wcu-hcard:hover .flex-overlay-content {
	transform: translateY(0%);
	opacity: 1;
	visibility: visible;
	transition: all .4s ease
}

.tourBook-container{
            height: 100%;
            padding-block: 50px;
            width: 100%;
            background: url(https://kashmirholidaypackage.co.in/wp-content/uploads/2024/10/booking-form.png) no-repeat top center / cover;
         }

         .tourBookForm .flex-form-hd {
    background: #ffddc3;
    padding: 0px 20px 0 0;
    gap: 30px;
    position: relative;
    z-index: 0;
}

         .tourBookForm .flex-form-hd span{
            padding: 20px 30px;
         }

         .tourBookForm .row{
            padding:  25px;
         }

/*-----------footer-start-----------*/

.footer {
	padding-block: 50px 30px;
}

.footer .flex-foot-form {
	gap: 10px;
}

form :is(input, select, textarea, button) {
	padding: 12px 15px;
}

.flex-foot-form input {
	border-radius: 5px 0 0 5px;
	width: 75%;
}

.flex-foot-form button {
	border-radius: 0 5px 5px 0;
	width: 25%;
	border: 1px solid var(--pc);
}

.footer .foot-mid {
	border-block: 1px solid #cccccc7d;
	padding-block: 50px;
	margin-block: 50px 30px;
}

.footer .bwe-service-logo {
	display: flex;
	margin-bottom: 20px;
}

.flex-social-media li a {
	height: 37px;
	width: 37px;
}

.footer .flex-social-media {
	margin-top: 20px;
	gap: 10px;
}

.footer .flex-col-foot-menus .foot-ttl {
	margin-bottom: 30px;
}

.footer .flex-col-foot-menus .flex-col-menu-list {
	gap: 15px;
}

.footer .flex-col-foot-menus .flex-col-menu-list li {
	margin-left: 25px;
	position: relative;
}

.footer .flex-details {
	gap: 15px;
	display: grid;
	grid-template-columns: 15% auto;
}

.footer .flex-details .flex-icon {
	height: 40px;
	width: 40px;
}

.footer .flex-col-foot-menus .prsnl-info {
	gap: 30px !important;
}

.flex-copyright p {
	margin: 0;
	text-align: center;
}

#backToTop {
	bottom: 40px;
	place-items: center;
	position: fixed;
	right: 35px;
	z-index: 99;
	height: 50px;
	width: 50px;
}

#scrollValue {
	display: grid;
	height: calc(100% - 10px);
	place-items: center;
	width: calc(100% - 10px);
}

.wtsp-bodyBtn {
	position: fixed;
	z-index: 99999999;
	bottom: 50px;
	left: 30px;
}

/*-----------------------------for-mediaQuery-----------------------start**/

@media (width <=1023px) {

	.topbar .flex-top-menu,
	.header .flex-pc-btn span,
	.megaMenu:hover>.megaMenu-list ul:not(:last-child):after {
		display: none;
	}

	.bwe-service-logo a img {
		height: 35px
	}

	.header :is(.menuToggle, .closeToggle) {
		display: block;
	}

	.header .closeToggle {
		position: absolute;
		right: 20px;
		top: 10px;
		z-index: 99999999;
		background: var(--white);
	}

	.header nav {
		position: fixed;
		z-index: 999;
		background: var(--white);
		top: 0;
		left: 0;
		box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
		transform: translateX(-100%);
		transition: all .4s ease;
		opacity: 0;
		visibility: hidden;
	}

	.header nav .flex-header-menus {
		padding: 50px 25px;
		flex-flow: column;
		align-items: unset !important;
		height: 100vh;
		width: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.header nav#showMainMenu {
		transform: translateX(0%);
		transition: all .4s ease;
		opacity: 1;
		visibility: visible;
	}

	.header nav .flex-header-menus :where(li.dropdown, li.megaMenu) svg {
		position: absolute;
		right: 0;
		top: 8px;
	}

	.header nav>ul :is(.megaMenu .megaMenu-list, .header#scrolled .megaMenu .megaMenu-list, .dropdown ul) {
		transform: unset !important;
		opacity: unset !important;
		visibility: unset !important;
		position: relative !important;
		white-space: unset !important;
		top: 10px !important;
		display: none !important;
		width: 100% !important;
		margin-bottom: 15px;
		padding: 20px;
	}

	.dropdown li.dropdown ul {
		left: 0 !important;
	}

	.megaMenu .megaMenu-list {
		grid-template-columns: auto !important;
		left: 0 !important;
	}

	.header .flex-pc-btn {
		padding: 10px 15px;
		margin-left: auto;
	}

	.hero-banner {
		padding-block: 50px 30px;
	}

	.hero-banner .flex-col-hero-content {
		top: unset !important;
	}

	.charm-col:hover .flex-col-charm-content {
		transform: translateY(35px) !important;
	}

	.flex-col-charm-content p {
		font-size: 14px !important;
		line-height: 2;
	}

	.grid-book-car,
	.grid-pack-card{
		grid-template-columns: auto !important;
	}
	
	.grid-pack-card{
		gap:15px
	}

	.stats-container {
		padding-block: unset !important
	}

	.flex-col-stats-ellps {
		height: 130px;
		width: 130px;
		outline-offset: 8px !important;
	}

	.stats-container .row .col-md-3:nth-child(even) {
		margin: unset !important;
	}

	.flex-col-stats-ellps:before {
		right: -7px !important;
		bottom: 28px !important;
	}

	.flex-col-stats-ellps:after {
		right: -5px !important;
		bottom: 30px !important;
	}

	.flex-col-stats-ellps .flex-col-stts .flex-no {
		font-size: 25px !important;
	}

	.flex-col-stats-ellps .flex-col-stts .stts-content {
		font-size: 13px !important;
	}

	.hero-banner.single-page-hero {
		padding-block: 30px 70px;
	}

	:where(.section, section, .sec-space, .mt-5, .mt-auto, footer, .footer, .flex-col-pg-sec) {
		margin-top: 30px
	}

	.flex-site-cta-between,
	.flex-col-clusion-wrap,
	.c-form-wrap {
		padding: 20px !important
	}

	.flex-site-cta-between .cta-img,
	.md-inner-img,
	.abt-wrapper .text-rotation,
	.abt-wrapper .abt-content .abt-texture {
		display: none;
	}

	.dark-bg-full-wrapper.flex-col-single-page-content {
		margin-top: 20px !important;
	}

	.bg-primary {
		padding-block: 20px !important
	}

	.flex-col-light-card {
		padding: 25px 15px !important;
	}

	.footer .foot-mid {
		padding-block: 30px !important;
	}

	.footer .flex-details,
	.topbar .flex-top-info {
		gap: 8px !important;
	}

	.abt-wrapper {
		padding-block: 25px !important
	}

	.hero-banner .flex-col-hero-content {
		margin: auto auto 30px !important
	}

	.modalForm {
		height: 100vh !important;
		overflow-x: hidden;
		overflow-y: auto;
		max-width: 700px;
	}

	.modalForm:after {
		inset: 0 !important;
		width: 100% !important;
	}

	.modalForm .flex-col-modal-lb {
		padding: 15px 15px 5px;
	}
	
	.flex-col-blogImg-container .flex-img-detl-between{
		flex-wrap:wrap;
		gap:10px;
		margin-bottom:10px;
	}
}

@media (600px <=width <=1023px) {
	.header nav {
		width: 50%;
	}

	.header .flex-pc-btn {
		margin-right: 30px;
	}

	.grid-ath-card {
		grid-template-columns: 20% auto !important;
	}
}

@media (width <=600px) {
	.header nav {
		width: 100%;
	}

	.header .flex-pc-btn {
		font-size: 12px;
		margin-right: 15px;
	}

	.hero-banner:after {
		background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 43%)) !important;
	}

	.hero-banner .flex-col-hero-content p {
		display: none;
	}

	details .grid-content,
	.grid-tour-card {
		grid-template-columns: auto !important;
	}

	.flex-foot-form {
		flex-wrap: wrap;
	}

	.flex-foot-form button {
		width: fit-content !important;
	}

	.flex-foot-form input {
		width: 100% !important;
	}

	.modalForm:after {
		height: 300px !important;
	}

	.grid-ath-card {
		grid-template-columns: auto !important;
		padding: 20px !important;
	}
	
	.lyt-stats .flex-col-stts .stts-no{
    	font-size: 20px;
    	margin-top: 10px;
	}
	
	.lyt-stats .flex-col-stts .h5{
		font-size:16px !important
	}

.p-3{
	padding: 1rem !important;
}
	
	
/* added by Nikhil */
.swiper-wrapper{
    height: auto !important;
}