:root {
	--transition-05s: all ease-in-out 0.5s;
	--transition-08s: all ease-in-out 0.8s;

	/*--main-color: 0, 27, 183;  rgb(0, 27, 183) */
	--main-color: 0, 25, 81;
	/*rgb(0, 27, 183) */
	--second-color: 255, 155, 0;
	/* rgb(255, 155, 0) */
	--third-color: 24, 26, 30;
	--fourth-color: 255, 70, 0;
	--back-color: 0, 0, 0, 0.031;
	--white-color: 255, 255, 255;
	--black-color: 0, 0, 0;
}

.bagde-flag-wrap {
	position: absolute;
	top: 22px;
	left: 1px;
}

.bagde-flag-wrap::before {
	content: "";
	position: absolute;
	top: 35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17px 0;
	border-color: transparent #ff5f00 transparent transparent;
}

.bagde-flag {
	text-transform: capitalize;
	color: #ffffff;
	background: #ff5f00;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
}

.common-section {
	--eptb-cptb: 50px;
	padding: var(--eptb-cptb) 0px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	/* background-color: rgba(var(--white-color), 1); */
}

/* banner start */

.banner-section {
	--banner-hvh: 500px;
	--banner-hvh: 100vh;
	/* --banner-hhp: 100%; */
	min-height: var(--banner-hvh);
	/* height: var(--banner-hhp); */
	position: relative;
	z-index: 9;
}

.banner-section.banner-innerPage {
	--banner-hvh: 60vh;
	--banner-hvh: 700px;
}

.banner-section>*:first-child,
.banner-slider>*:first-child>*,
.banner-slider>*:first-child>*>*,
.banner-slider>*:first-child>*>*>*,
.banner-slider>*:first-child>*>*>*>* {
	min-height: var(--banner-hvh);
	height: var(--banner-hhp);
}

.banner-inner-section {
	background: rgba(var(--white-color), 1) no-repeat center center / cover;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/* overflow: hidden; */
	position: relative;
	width: 100%;
	padding-bottom: 0px;
}

.banner-inner-section>* {
	z-index: 2;
	width: 100%;
}

.banner-section.banner-innerPage .banner-inner-section {
	align-items: center;
}

.banner-section.banner-innerPage .banner-inner-section .row {
	justify-content: center;
	text-align: center;
}

.banner-bg {
	position: absolute;
	inset: 0px;
	width: 100%;
	height: 100%;
	background: rgba(var(--black-color), 1);
	overflow: hidden;
}

.banner-bg img {
	object-fit: cover;
}

.banner-bg>*,
.banner-bg>*>* {
	width: 100%;
	height: 100%;
}

.banner-section.banner-innerPage .banner-bg::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	inset: 0px;
	background: rgba(var(--third-color), 0.6);
}

.banner-bg>* {
	position: absolute;
	/* transform: scale(1.3); */
}

/* .banner-bg > video {
      position: absolute;
      transform: scale(1.2);
  } */
.banner-bg::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	inset: 0px;
	background: linear-gradient(rgb(0 0 0 / 76%) 0%,
			rgb(0 0 0 / 73%) 50%,
			rgb(0 0 0 / 0%) 100%);
}

.banner-box {
	position: relative;
	z-index: 99;
}

.banner-section.banner-innerPage .banner-inner-section .banner-box {
	margin-top: 0px;
}

.banner-SubTitle,
.banner-box>span {
	display: block;
	color: rgba(var(--third-color), 1);
	font-size: var(--efs-bths);
	line-height: 1;
	margin-bottom: 24px;
	--efs-bths: 26px;
	font-weight: 500;
}

.banner-title,
.banner-box h1 {
	font-family: var(--Montserrat-font);
	color: rgba(var(--white-color), 1);
	text-transform: capitalize;
	font-size: var(--efs-bth);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 22px;
	--efs-bth: 50px;
}

.banner-box h1 span {
	color: rgba(var(--fourth-color), 1);
}

.banner-innerPage .banner-inner-section .banner-title,
.banner-innerPage .banner-inner-section .banner-box h1 {
	margin-bottom: 0px;
}

.banner-para {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(var(--white-color), 1);
	line-height: 1.7;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 30px;
	width: 75%;
}

.banner-para p {
	margin-bottom: 10px;
}

.banner-para p:last-child {
	margin-bottom: 0px;
}

.banner-BtnBox {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
}

/* banner end */

.inner-banner-section {
	--banner-hvh: 70vh;
}

.inner-banner-section .banner-inner-section {
	padding-top: 100px;
}

.banner-bg img {
	object-position: 0% 15%;
	object-fit: cover;
}

.banner-bg::after {
	background: linear-gradient(rgb(0 0 0 / 32%) 0%,
			rgb(0 0 0 / 75%) 50%,
			rgb(0 0 0 / 0%) 100%);
}

.deal-offer-container {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.deal-offer-card {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 0px 3px rgb(0 0 0);
	text-decoration: none;
	color: #111;
	overflow: hidden;
	transition: all 0.3s ease;
	flex-basis: 100%;
	max-width: 100%;
}

.deal-offer-card:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.deal-offer-img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 15px;
	margin: 12px;
	flex-shrink: 0;
}

.deal-offer-content {
	padding-right: 12px;
}

.deal-offer-title {
	font-size: 0.98rem;
	font-weight: 700;
	margin: 0 0 4px;
}

.deal-offer-text {
	font-size: 0.9rem;
	color: #444;
	margin: 0 0 6px;
	line-height: normal;
}

.deal-offer-link {
	font-size: 0.9rem;
	color: rgba(var(--main-color), 1);
	font-weight: 600;
}

.deal-offer-link:hover {
	text-decoration: none;
}

@media (max-width: 600px) {
	.deal-offer-container {
		flex-direction: column;
		align-items: center;
	}

	.deal-offer-card {
		width: 100%;
		max-width: 340px;
	}
}

.tourSlideImg {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
	border-radius: 20px;
}

.tourSlideItem {
	display: flex;
	width: 100% !important;
	padding: 15px;
	border: 1px solid #000;
	border-radius: 10px;
}

/* Custom Nav Buttons */
.tourPrevBtn,
.tourNextBtn {
	font-size: 28px;
	color: #333;
	background: #fff;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.tourPrevBtn:hover,
.tourNextBtn:hover {
	background: #ff4c4c;
	color: #fff;
}

/* Center arrows vertically */
.tourImageSlider .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	padding: 0 15px;
}

/* Dots styling */
.tourImageSlider .owl-dots {
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
}

.tourImageSlider .owl-dot span {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	transition: background 0.3s ease;
}

.tourImageSlider .owl-dot.active span {
	background: #ff4c4c;
}

@media (max-width: 1440px) {
	.inner-banner-section .banner-inner-section {
		padding-top: 140px;
		padding-bottom: 60px;
	}
}

@media (max-width: 1366px) {
	.deal-offer-img {
		width: 120px;
		height: 120px;
	}

	.deal-offer-title {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.inner-banner-section .banner-para {
		width: 90%;
	}

	.deal-offer-img {
		width: 90px;
		height: 90px;
	}

	.deal-offer-title {
		font-size: 13px;
	}

	.deal-offer-text {
		font-size: 12px;
		line-height: normal;
	}

	.tourdeal-card {
		flex-wrap: wrap;
	}
}

@media (max-width: 991px) {
	.offerform-card {
		margin-top: 20px;
	}

	.deal-offer-container {
		flex-wrap: wrap;
		align-items: start;
		justify-content: start;
	}

	.deal-offer-card {
		max-width: 336px;
	}
}

@media (max-width: 768px) {
	.inner-banner-section .banner-para {
		width: 100%;
	}

	.deal-offer-card {
		max-width: 100%;
	}

	.tourSlideImg {
		height: 247px;
	}
}

@media (max-width: 580px) {
	.inner-banner-section .banner-inner-section {
		padding-top: 85px;
		padding-bottom: 40px;
	}

	.trend-dest-title {
		font-size: 20px;
	}
}

/* <!-- ussearch section css strat --> */
.ussearch-tabs {
	border: 0;
	margin-bottom: 0;
	gap: 10px;
}

.ussearch-tabs.nav-tabs .nav-link.active {
	border: 1px solid rgba(var(--main-color), 1);
	background: rgba(var(--main-color), 1);
	color: rgba(var(--white-color), 1);
	transition: var(--transition-08s);
}

.ussearch-tabs.nav-tabs .nav-link {
	border: 1px solid rgba(var(--black-color), 0.2);
	background: rgba(var(--black-color), 0.1);
	border-radius: 7px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(var(--black-color), 1);
	transition: var(--transition-08s);
}

.ussearch-wrapper {
	margin-bottom: 0px;
}

.uspackage-cardbox {
	width: auto;
	padding: 15px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #000;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uspackage-cardbox:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.uspackage-cardimg {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	border-radius: 20px;
}

.uspackage-cardcontent {
	padding: 18px 0px;
	padding-bottom: 0;
}

.uspackage-title {
	font-weight: 700;
	font-size: 17px;
	line-height: normal;
	color: rgba(var(--main-color), 1);
	margin-bottom: 4px;
}

.uspackage-location {
	color: #666;
	font-size: 14px;
	margin-bottom: 8px;
}

.uspackage-rating {
	font-size: 13px;
	color: #444;
	margin-bottom: 8px;
}

.uitk-icon {
	margin-right: 6px;
	width: 20px;
	height: 20px;
	color: rgba(var(--fourth-color), 1);
	fill: rgba(var(--black-color), 0.6);
}

.uspackage-rating i {
	color: #f5b301;
	margin-right: 2px;
}

.innerdivbox {
	display: flex;
	align-items: end;
	flex-direction: column;
	justify-content: end;
	padding-top: 18px;
	border-top: 1px dotted #929292;
	margin-top: 18px;
}

.uspackage-route {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333;
	margin-bottom: 12px;
}

.uspackage-route i {
	color: #007bff;
	margin-right: 8px;
}

.uspackage-badge {
	display: inline-block;
	background: #ff5e00;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: 6px;
	margin-bottom: 12px;
}

.uspackage-badge .uitk-icon {
	fill: rgba(var(--black-color), 1);
}

.uspackage-price {
	font-size: 22px;
	font-weight: 700;
	color: #111;
	margin-bottom: 2px;
}

.uspackage-oldprice {
	text-decoration: line-through;
	color: #888;
	font-size: 14px;
	margin-left: 6px;
}

.uspackage-perperson {
	font-size: 13px;
	color: #555;
	margin-bottom: 6px;
}

.uspackage-dates {
	font-size: 13px;
	color: #444;
	margin-bottom: 3px;
}

.uspackage-found {
	font-size: 12px;
	color: #888;
}

/* <!-- ussearch section css end --> */

.inner-container-common-box {
	padding: 20px;
	border: 1px solid rgb(0, 0, 0);
	border-radius: 10px;
	margin: 0;
}

.textureimageleft {
	position: relative;
}

.textureimageleft:after {
	content: "";
	position: absolute;
	width: 390px;
	height: 390px;
	top: -20%;
	bottom: 0;
	background: #43b9f7;
	filter: blur(150px);
	z-index: -1;
	left: 76%;
	opacity: 0.5;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.textureimageleft:before {
	content: "";
	position: absolute;
	width: 421px;
	height: 294px;
	top: 600px;
	bottom: auto;
	background: #ff7b00;
	filter: blur(158px);
	z-index: -1;
	right: 74%;
	opacity: 0.5;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* ===============================
   TOUR DEAL CARD
   =============================== */
.tourdeal-card {
	display: flex;
	gap: 15px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: all 0.3s ease;
	position: relative;
	height: 100%;
}

.tourdeal-card:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.tourdeal-imgbox {
	flex: 1 1 40%;
	position: relative;
	overflow: visible;
	border-radius: 14px;
}

.tourdeal-imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
	border-radius: 14px;
}

.tourdeal-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #007bff;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.tourdeal-best {
	background: #ff6b00;
}

.tourdeal-fav {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #fff;
	border: none;
	color: #ff4d4d;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.tourdeal-fav:hover {
	background: #ff4d4d;
	color: #fff;
}

.tourdeal-content {
	flex: 1 1 60%;
	padding: 10px 0px;
	padding-right: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tourdeal-title {
	font-size: 18px;
	font-weight: 700;
	color: rgba(var(--main-color), 1);
	margin-bottom: 4px;
}

.tourdeal-subtitle {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}

.tourdeal-rating {
	font-size: 13px;
	color: #474849;
	margin-bottom: 10px;
}

.tourdeal-star {
	color: rgba(var(--fourth-color), 1);
	font-weight: 600;
}

.tourdeal-reviews {
	margin-left: 4px;
}

.tourdeal-info {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	font-size: 14px;
	color: #444;
	line-height: 1.6;
}

.tourdeal-info strong {
	color: #000;
}

.tourdeal-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

.tourdeal-pricebox {
	display: flex;
	flex-direction: column;
}

.tourdeal-oldprice {
	text-decoration: line-through;
	color: #999;
	font-size: 13px;
}

.tourdeal-price {
	font-size: 22px;
	font-weight: 700;
	color: #e63946;
}

.tourdeal-save {
	font-size: 12px;
	color: #28a745;
	font-weight: 600;
}

.tourdeal-btn {
	background: #007bff;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 10px 18px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.tourdeal-btn:hover {
	background: #0056b3;
}

/* Responsive */
@media (max-width: 768px) {
	.tourdeal-card {
		flex-direction: column;
	}

	.tourdeal-imgbox {
		height: 220px;
	}

	/* 
    .tourdeal-content {
      padding: 15px 20px;
    } */

	.tourdeal-btn {
		width: 100%;
		text-align: center;
	}
}

.bagde-flag-wrap {
	position: absolute;
	top: 11px;
	left: -10px;
}

.trend-dest-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: rgba(var(--main-color), 1);
	margin-bottom: 25px;
	text-align: left;
}

.trend-dest-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 25px;
}

.trend-dest-card {
	display: block;
	background: #fdfdfd;
	border-radius: 14px;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s ease;
	text-decoration: none;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	padding: 15px;
	border: 1px solid #000;
}

.trend-dest-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 14px;
	transition: transform 0.3s ease;
}

.trend-dest-card h3 {
	font-size: 1rem;
	font-weight: 600;
	color: #222;
	padding: 12px;
	margin-top: 10px;
	border: 1px solid #000;
	border-radius: 6px;
	margin-bottom: 0;
}

.trend-dest-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.trend-dest-card:hover img {
	transform: scale(1.01);
}

@media (max-width: 600px) {
	.trend-dest-card img {
		height: 150px;
	}

	.trend-dest-title {
		text-align: center;
	}
}

@media (max-width: 1440px) {
	.inner-banner-section .banner-inner-section {
		padding-top: 140px;
		padding-bottom: 60px;
	}
}

@media (max-width: 1199px) {
	.inner-banner-section .banner-para {
		width: 90%;
	}

	.tourdeal-card {
		flex-wrap: wrap;
	}
}

@media (max-width: 991px) {
	.offerform-card {
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.inner-banner-section .banner-para {
		width: 100%;
	}
}

@media (max-width: 580px) {
	.inner-banner-section .banner-inner-section {
		padding-top: 85px;
		padding-bottom: 40px;
	}

	.trend-dest-title {
		font-size: 20px;
	}
}

.common-bgBtn {
	background-color: #ff5e00;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 6px;
	transition: var(--transition-08s);
	border: 1px solid transparent;
}

.common-bgBtn:hover,
.common-bgBtn:focus,
.common-bgBtn:visited {
	background-color: #ffffff;
	color: #ff5e00;
	transition: var(--transition-08s);
	border: 1px solid #ff5e00;
}

.common-para,
.common-box>div.common-para,
.aboutPage-txt p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	/* color: rgba(var(--five-color), 1); */
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 17px;
}

.common-para p,
.common-box>div p {
	margin-bottom: 0px;
}

/* <!-- usfeatureinfo-section css start --> */
.usfeatureinfo-section {
	background: #eff3f7;
	text-align: center;
}

.usfeatureinfo-box {
	padding: 20px 25px;
	transition: 0.3s ease;
}

.usfeatureinfo-icon {
	color: #0044cc;
	margin-bottom: 15px;
}

.usfeatureinfo-icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.usfeatureinfo-title {
	font-size: 20px;
	font-weight: 600;
	color: rgba(var(--main-color), 1);
	margin-bottom: 10px;
}

.usfeatureinfo-text {
	font-size: 15px;
	color: rgba(var(--black-color), 1);
	line-height: 1.5;
	margin-bottom: 16px;
}

.usfeatureinfo-btn {
	display: inline-block;
	font-size: 14px;
	color: #0044cc;
	border: 1px solid #0044cc;
	border-radius: 50px;
	padding: 6px 18px;
	text-decoration: none;
	transition: all 0.3s;
}

.usfeatureinfo-btn:hover {
	background: #0044cc;
	color: #fff;
}

/* <!-- usfeatureinfo-section css end --> */

/* Faq start */
.usfaq-accordion {
	margin-top: 30px;
}

.usfaq-accordion .accordion-item {
	border: none;
	margin-bottom: 12px;
	border-radius: 10px;
	overflow: visible;
	background: #f8f9fc;
	transition: 0.3s ease;
}

.usfaq-accordion .accordion-button {
	background: #ffffff;
	color: rgba(var(--main-color), 1);
	font-weight: 600;
	box-shadow: none !important;
	padding: 16px 20px;
	border-radius: 0px;
	transition: 0.3s ease;
	border: 1px solid #000;
}

.usfaq-accordion .accordion-item:first-of-type>.accordion-header .accordion-button,
.usfaq-accordion .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-radius: 0 !important;
}

.usfaq-accordion .accordion-button:not(.collapsed) {
	background: #ff5e00;
	color: #ffffff;
}

.usfaq-accordion .accordion-button::after {
	font-family: "Font Awesome 6 Pro";
	content: "\2b";
	/* plus icon */
	font-weight: bold;
	background-image: none;
	transform: none !important;
	color: #000000;
	font-size: 20px;
}

.usfaq-accordion .accordion-button:not(.collapsed)::after {
	content: "\f068";
	/* dash icon */
}

.usfaq-accordion .accordion-body {
	color: #000000;
	background: #f9f7ff;
	padding: 15px 25px 20px;
	font-size: 15px;
	border-top: 1px solid #ffffff;
}

/* Faq end */

@media (max-width: 991px) {
	.ex-common-box {
		margin-top: 15px;
		justify-content: start !important;
	}

	.uspackage-cardbox {
		margin-bottom: 20px;
	}

	.common-section {
		--eptb-cptb: 30px;
	}

	.ussearch-section {
		padding-bottom: 0;
	}

	.common-para,
	.common-box>div.common-para,
	.aboutPage-txt p {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.deal-offer-card {
		max-width: 336px;
	}
}

@media (max-width: 768px) {
	.deal-offer-card {
		max-width: 100%;
	}
}

@media (max-width: 768px) {

	.deal-offer-sec .container,
	.deal-offer-sec .container-sm {
		max-width: 540px;
	}
}

@media (max-width: 768px) {
	.tourdeal-imgbox {
		height: 220px;
		overflow: hidden;
	}
}

@media (max-width: 580px) {

	.banner-title,
	.banner-box h1 {
		--efs-bth: 35px;
	}

	.tourdeal-card.inner-container-common-box {
		padding: 15px;
	}

	.usfaq-accordion.inner-container-common-box {
		padding: 15px;
	}

	.inner-container-common-box {
		padding: 15px 0px;
	}

	.common-para,
	.common-box>div.common-para,
	.aboutPage-txt p {
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	.tab-content {
		width: 100%;
		padding: 0px;
	}
}

/* <!-- usstyle-section  css start --> */

.usdest-card {
	background: #fff;
	border: 1px solid #e4e6ea;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	transition: 0.3s ease;
	margin: auto;
	padding: 15px;
}

.usdest-card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.usdest-image {
	position: relative;
	overflow: hidden;
}

.usdest-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 15px;
	transition: transform 0.3s ease;
}

.usdest-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgb(255 94 0);
	color: #000000;
	font-size: 13px;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 6px;
}

.usdest-content {
	padding: 16px 0px;
	padding-bottom: 0;
}

.usdest-title {
	font-size: 18px;
	font-weight: 600;
	color: rgba(var(--main-color), 1);
	margin-bottom: 3px;
}

.usdest-location {
	font-size: 14px;
	color: rgba(var(--black-color), 0.6);
	margin-bottom: 8px;
}

.usdest-price {
	font-size: 20px;
	font-weight: 600;
	color: rgba(var(--main-color), 1);
}

.usdest-note {
	font-size: 13px;
	color: #777;
}

/* <!-- usstyle-section css end --> */
@media (max-width: 768px) {
	.usdest-card {
		margin-bottom: 20px;
	}
}


/* package-card */

/* .tourdeal-card.inner-container-common-box.package-card {
	    display: block;
    padding: 10px;
} */

/* .tourdeal-card.inner-container-common-box.package-card .tourdeal-content  {
    padding: 15px;
} */
/* .tourdeal-card.inner-container-common-box.package-card  .tourdeal-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 14px;
}

.tourdeal-card.inner-container-common-box.package-card .tourdeal-info li {
	display: flex;
	gap:4px;
	margin-bottom: 5px;
}
.tourdeal-card.inner-container-common-box.package-card hr {
	margin: 10px 0;
}
.tourdeal-card.inner-container-common-box.package-card .tourdeal-save {
	font-size: 12px;
	color: #999;
	font-weight: 600;
}
.tourdeal-card.inner-container-common-box.package-card .tourdeal-info li:last-child {
	margin-bottom: 0px;
}


.tourdeal-card.inner-container-common-box.package-card .tourdeal-info strong {
    color: #fa5f1b;
	padding: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
} */

.usoffer-form textarea.form-control {
	height: 120px;
}

.usoffer-form .form-control:focus {
	border: 1px solid #ddd !important;
}

/* ==== Modal Styling css start ==== */
.usoffer-modal {
	background: #000000cc;
}

.usoffer-modal .modal-content {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
	border: none;
	position: relative;
}

/* ✖ Close button styling */
.usoffer-close {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgb(255, 136, 0);
	color: #000000;
	border: none;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	font-size: 20px;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
	z-index: 10;
}

.usoffer-close:hover {
	background: rgba(255, 0, 0, 0.8);
	transform: rotate(90deg);
}

.usoffer-body {
	display: flex;
	flex-wrap: wrap;
}

.usoffer-image {
	flex: 1 1 45%;
}

.usoffer-form {
	flex: 1 1 55%;
	background: rgba(var(--white-color), 1);
	padding: 35px 20px;
}

.usoffer-title {
	font-size: 26px;
	font-weight: 700;
	color: rgba(var(--main-color), 1);
	margin-bottom: 10px;
}

.usoffer-sub {
	font-size: 13px;
	color: rgba(var(--black-color), 1);
	margin-bottom: 12px;
}

.usoffer-form .form-control {
	border-radius: 7px;
	border: 1px solid #ddd;
	box-shadow: none;
	padding: 10px 12px;
	font-size: 12px;
}

.usoffer-form .form-label {
	font-weight: 600;
	font-size: 13px;
}

.usoffer-submit {
	background: #007bff;
	color: #fff;
	font-weight: 600;
	border-radius: 8px;
	padding: 10px 0;
	width: 100%;
	border: none;
	transition: 0.3s;
}

.usoffer-submit:hover {
	background: #0056b3;
}

/* Center modal vertically */
.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

@media (max-width: 767px) {
	.usoffer-image {
		display: none;
	}

	.usoffer-form {
		flex: 1 1 100%;
	}

	.usoffer-close {
		background: rgb(255, 136, 0);
	}
}

.iti {
	width: 100%;
	z-index: 999;
}

.smalltext-boxsection {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin-top: 17px;
	color: rgba(var(--black-color), 0.6);
}

.smalltext-boxsection a {
	color: rgba(var(--second-color), 1);
	font-weight: 500;
}

.smalltext-boxsection p {
	margin-bottom: 0;
}

/* ==== Modal Styling css end ==== */

.img-fluid {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

.tourdeal-box {
	display: flex;
	justify-content: space-between;
}

.tourdeal-box ul {
	display: flex;
	gap: 7px;
}

.tourdeal-box ul li svg {
	width: 20px;
	height: 20px;
	fill: #00000099;
}

.tourdeal-card.inner-container-common-box.package-card .tourdeal-bottom .common-bgBtn {
	background-color: #ff5e00;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 10px;
	border-radius: 6px;
	transition: var(--transition-08s);
	border: 1px solid transparent;
}

.tourdeal-card.inner-container-common-box.package-card .tourdeal-bottom .common-bgBtn.border-bt {
	background-color: transparent;
	color: #ff5e00;
	border: 1px solid #ff5e00;
}

.iti__selected-flag {
	height: 43px !important;
}

.iti-mobile .iti--container {
	z-index: 999999;
}



@media (max-width:991px) {
	.tourdeal-card {
	height: auto;
}
.usoffer-modal .modal-dialog {
    max-width: 715px;
}
.usoffer-form textarea.form-control {
    height: 90px;
}
.usoffer-body {
    flex-direction: column-reverse;
}
.usoffer-image {
    display: none;
}
.tourdeal-title {
    height: 46px;
}
}

@media (max-width:580px) {
	.usoffer-body {
		display: flex;
		flex-wrap: wrap;
		overflow: auto;
		height: 600px;
		scrollbar-width: thin;
	}
}

@media (max-width:400px) {
	.tourdeal-card.inner-container-common-box.package-card .tourdeal-bottom .common-bgBtn {

		font-size: 12px;
	}

	.tourdeal-bottom {
		flex-direction: column;
		flex-wrap: wrap;
		gap: 10px;

	}

}