@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

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

h1,
h2,
h3,
h4,
p {
	margin: 0px !important;
	padding: 0px !important;
}

a {
	text-decoration: none !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
}

dl, ol, ul {
	margin-bottom: 0px !important;
}

.top-img img {
	width: 100%;
	height: 95vh;
}

.top-img {
	position: relative;
	width: 100%;
	height: auto;
}

.top-img img {
	display: block;
}

.top-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #04021a;
	opacity: 60%;
	z-index: 1;
	pointer-events: none;
}

.top-img {
	position: relative;
	margin-top: -80px;
	z-index: 0;
}

.top-section {
	width: 90%;
	margin: 0px auto;
	display: flex !important;
	justify-content: space-between;
	position: absolute;
	top: 25%;
	margin: 5%;
	align-items: center;
}

.heading-top h3 {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #ffffff;
}

.icon_container {
	position: fixed;
	right: 16px;
	bottom: 13px;
	z-index: 1000;
	width: 60px;
	height: 60px;
}

.whatsappIcon {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #10C843;
	border-radius: 50px;
	transition: background-color 0.3s ease;
	padding: 10px;
}

.whatsappIcon:hover {
	background-color: #0f9b30;
}

.redirect p,
a {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #e74352;
}

.booking-container {
	width: 90%;
	position: absolute;
	top: 32%;
	left: 5%;
}

.tabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: fit-content;
	margin: auto;
	background-color: #ffffff;
	border-radius: 20px 20px 0 0;
	margin-left: 42px;
}

.tab {
	display: flex;
	gap: 7px;
	align-items: center;
	padding: 10px 25px;
	cursor: pointer;
	font-weight: 500;
}

.tab.active {
	color: #ffffff;
	background-color: #e74352;
	padding: 18px;
	margin-left: -20px;
}

.tab.active:first-child {
	border-top-left-radius: 20px;
}

.tab.active:last-child {
	border-top-right-radius: 20px;
}

.tab p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #161616;
}

.tab.active p {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.booking-form {
	background-color: #ffffff;
	padding: 15px 20px;
	border-radius: 15px;
	box-shadow: 0px 3px 6px 3px #0000001a;
}

.radio-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.option {
	display: flex;
	align-items: center;
}

.option input[type="radio"] {
	display: none;
}

.text,
.self-drive p {
	font-weight: 400;
	font-size: 16px;
	color: #6e7faa;
	font-family: "Poppins", sans-serif;
}

.rescards {
	width: 520px !important;
}


.icon {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	border: 1px solid #6e7faa;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	transition: all 0.3s ease;
}

.center a {
	white-space: nowrap;
}

.option input[type="radio"]:checked+.icon {
	background-color: #ff992e;
	border-color: #ff992e;
}

.option input[type="radio"]:checked+.icon::after {
	content: "✔";
	color: white;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 4px;
}

.select-days {
	display: flex;
	gap: 10px;
}

.booking-form .radio-options {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.form-rows {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 15px;
	border-radius: 10px;
	align-items: center;
}

.m_row {
	border: none !important;
	padding: 0px !important;
}

.m_loc {
	margin-top: 5px !important;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border: 1px solid #d7ddeb;
	padding: 15px 20px;
	margin-top: 15px;
	border-radius: 10px;
	align-items: center;
}

.form-group {
	display: flex;
	flex-direction: column;
	/*flex: 1;*/
	min-width: 290px;
	border-right: 1px solid #e2e6ef;
	gap: 5px;
	/* min-width: 150px; */
}


.form-group select,
.form-group input {
	border: none;
	outline: none;
	width: 95%;
	background: #FFFFFF;
	-webkit-appearance: none;
	/* Disable native Safari styles */
	appearance: none;
	-moz-appearance: none;
}

.form-group label {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #6e7faa;
}

.form-group select {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #161616;
	-webkit-appearance: none;
	/* Disable native Safari styles */
	appearance: none;
	-moz-appearance: none;
}

.form-group input {
	font-size: 16px;
}

.search-btn {
	display: flex;
	align-items: end;
	border-right: none;
}

.search-btn a {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	background-color: #ff6224;
	border: none;
	padding: 10px 15px;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 0px 3px 6px 0px #00000029;
	display: flex;
	gap: 5px;
	align-items: center;
}

.search-btn button {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	background-color: #ff6224;
	border: none;
	padding: 10px 15px;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 0px 3px 6px 0px #00000029;
	display: flex;
	gap: 5px;
	align-items: center;
}

#monthlyForm {
	position: absolute;
	top: 62%;
	right: 4%;
}

.cars-cards {
	background-color: #ffffff;
	padding: 15px 20px;
	position: relative;
	z-index: 10;
	margin-top: -25px;
	border-radius: 30px 30px 0 0;
	padding-bottom: 50px;
}

.trending-cars {
	margin: 0px 52px;
	margin-bottom: 12px;
	margin-top: 25px;
}

.trending-cars h3 {
	font-family: "Satisfy", sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #ff992e;
}

.explore-img h2 {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-size: 34px;
	color: #161616;
}

.maions_update {
	gap: 6px;
}

.stars i {
	font-size: 12px;
}

.explore-img img {
	width: 25px;
	position: absolute;
	top: 16%;
	left: 32%;
}

.red-border img {
	width: 31%;
}

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

.car-content {
	padding: 12px 14px;
	background-color: #ffffff;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	margin-top: -15px;
	border: 1px solid #ecf0ff;
}

.car-location {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.car-location p {
	display: flex;
	gap: 5px;
	align-items: center;
	background-color: #f6f6f6;
	padding: 7px 10px !important;
	border-radius: 17px;
}

.car-location i {
	color: #ff992e;
}

.star {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #343d3c;
}

.location {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #2d2d2d;
	align-items: center;
	display: flex;
	gap: 8px;
}

.location img {
	width: 17px !important;
	height: 20px;
}

.car-title {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 19px;
	color: #161616;
}

.car-description {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #8a93b1;
	margin-bottom: 12px !important;
	margin-top: 2px !important;
}

.car-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.car-footer p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #6e7faa;
}

.car-footer span {
	color: #e74352 !important;
	font-weight: bold;
	font-size: 12px;
}

.book-btn {
	border: none;
	color: #ff992e;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
}

.car-footer button {
	background-color: #ffffff;
	border: 1px solid #ff992e;
	padding: 7px 12px;
	border-radius: 25px;
}

.car-footer button:hover {
	background-color: #ff992e;
	color: #ffffff;
}

#carousel {
	width: 98%;
	margin: 0px 45px;
}

#carousel .owl-nav {
	position: absolute;
	top: -80px;
	right: 60px;
}

#carousel .owl-prev,
#carousel .owl-next {
	border: 1px solid #374b5c;
	color: #374b5c;
	background-color: #ffffff;
	border-radius: 50px;
	height: 38px;
	width: 38px;
	font-size: 20px;
}

.nav-link:hover {
	color: #FFFFFF;
}

#carousel .owl-prev:hover,
#carousel .owl-next:hover {
	border: 1px solid #ff6224;
	color: #ff6224;
	border-radius: 50px;
}

.place-cards {
	background-color: #fef4f3;
	padding-bottom: 15px;
}

.recommended-place {
	margin: 0px 60px;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Visit-place {
	display: flex;
	gap: 20px;
	align-items: center;
}

.driveCar {
	display: flex;
	gap: 5px;
	cursor: pointer;
}

.driveCar img {
	width: 25px;
	height: 20px;
}

.driveCar.active {
	color: #ffffff;
	background-color: #e74352;
	border-radius: 25px;
	padding: 10px 20px;
	cursor: pointer;
}

.card-container,
.card-place-row-two {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 10px;
	/* justify-content: center; */
}

.card {
	position: relative;
	width: 320px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.card img {
	height: 100%;
	object-fit: cover;
	display: block;
}

.card::before,
.card::after {
	content: "";
	position: absolute;
	inset: 0;
	transition: all 0.3s ease;
	z-index: 1;
}

.card::before {
	opacity: 80%;
	background: linear-gradient(0deg, #000000 0%, rgba(99, 118, 120, 0) 100%);
}

.card::after {
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
}

.card:hover::after {
	opacity: 0.4;
}

.card-text {
	position: absolute;
	bottom: 35px;
	left: 20px;
	z-index: 2;
}

.card-text h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 5px;
}

.card-text p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ff992e;
}

.cards-three {
	width: 350px !important;
}

.cards-three img {
	height: 83vh;
	width: 350px !important;
}

.choose-us {
	display: flex;
	gap: 20px;
	padding: 20px 0px;
	padding-top: 35px;
	align-items: center;
}

.choose-left {
	width: 50%;
	margin: 0px 0px 0px 60px;
}

.offers {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.nav-link {
	display: flex;
	gap: 24px;
	align-items: center;
}

.nav-link a {
	color: #161616;
	font-weight: 400;
	padding-bottom: 5px;
}

.nav-link a.active {
	color: #ff992e;
	border-bottom: 3px solid #ff992e;
}

.choose-left h3 {
	font-family: "Satisfy", sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #ff992e;
}

.choose-left h2 {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #161616;
}

.choose-left button {
	background-color: #e74352;
	box-shadow: 0px 5px 10px 0px #0000001a;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 40px;
	border: none;
	margin-top: 20px;
}

.choose-right {
	width: 50%;
}

.choose-right img {
	width: 100%;
}

.choose-dark {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #2d2d2d;
	/*line-height: 23px;*/
	margin-bottom: 10px;
}

.choose-light {
	color: #8a93b1;
	margin: 10px 0px !important;
	font-size: 16px;
}

.special-offer {
	padding: 30px 0px;
	padding-bottom: 40px;
}

.item-A {
	position: relative;
}

.right-side {
	right: 20px;
	line-height: 30px;
}

.offer-content {
	padding: 0px 0px 0px 30px;
	width: 50%;
	position: absolute;
	top: 50px;
}

.offer-content p {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #161616;
}

.buy {
	margin-top: 10px !important;
}

.offer-content a {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #161616;
	background-color: #fefa17;
	padding: 5px 15px;
	border-radius: 50px;
	position: absolute;
	top: 118px;
}

.limited {
	font-family: "Satisfy", sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #ff6224 !important;
}

.yellow-content {
	background-color: #fefa17 !important;
	border-radius: 10px;
	width: fit-content;
	padding: 5px 8px !important;
	margin-top: 10px !important;
}

#carousel-A .owl-nav {
	display: flex !important;
	justify-content: space-between !important;
}

#carousel-A .owl-nav .owl-prev {
	position: absolute;
	top: 80px;
	left: -50px;
	border: 1px solid;
	padding: 6px 9px !important;
	border-radius: 50px;
}

#carousel-A .owl-nav .owl-next {
	position: absolute;
	top: 80px;
	right: -50px;
	border: 1px solid;
	padding: 6px 9px !important;
	border-radius: 50px;
}

.video {
	position: relative;
	width: 100%;
	background-image: url(../images/banners.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 500px;
	z-index: 1;
}

.car-image img {
	border-radius: 20px;
}

.content-video {
	position: absolute;
	z-index: 5;
	text-align: center;
	width: 100%;
	top: 25%;
}

.content-video h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 38px;
	color: #ffffff;
}

.video-ornage {
	font-family: "Satisfy", sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #ffa03d;
}

.white-video {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	width: 32%;
	left: 34%;
	position: relative;
}

.content-video img {
	width: 45px;
	height: 45px;
	margin-top: 10px;
}

.testmonial {
	background-image: url(../images/test.png);
	background-size: cover;
	background-repeat: no-repeat;
	object-fit: cover;
	padding: 40px 55px;
	/* width: 100%;*/
	height: 75vh;
}

.review {
	margin: 5px;
	padding: 18px;
	background-color: #ffffff;
	border: 1px solid #eef1fc;
	border-radius: 20px;
}

.testmonial h3,
.blogs h3,
.offer-journey h3,
.how-left h3 {
	font-family: "Satisfy", sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #ff992e;
}

.testmonial h2,
.blogs h2,
.partner h2,
.benifits-of-inyatri-1 h2,
.offer-journeyh2,
.how-left h2,
.our-leader h2 {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #161616;
}

.review h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 17px;
	color: #1c1c1c;
	margin-top: 8px !important;
}

.mains_review {
	height: 265px !important;
	padding: 15px;
}

.stars {
	display: flex;
	gap: 4px;
}

.review p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #595f6f;
	margin-top: 8px !important;
}

.time p {
	gap: 5px;
}

.time {
	margin: 5px 0px;
}

.name {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #d9e2ff;
	padding-top: 5px;
	margin-top: 15px;
	align-items: center;
}

.stars i {
	color: #ffffff;
	background-color: #ff992e;
	padding: 5px;
	border-radius: 5px;
}

.name p {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #000000;
}

.name-A {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.review h5 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 12.5px;
	color: #161616;
}

.reading a {
	border: 1px solid #e4e6e8;
	border-radius: 20px;
	padding: 8px 10px;
	background-color: #f2f4f6;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 12px;
	margin-top: 15px;
	color: #43425d !important;
}

.name-B {
	font-family: "Poppins", sans-serif !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	color: #6e7faa !important;
}

.blogs-cards {
	font-family: "Poppins", sans-serif !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	color: #949494 !important;
}

.owl-theme .owl-dots .owl-dot span {
	background: #ffffff !important;
	border: 2px solid #ff992e !important;
	box-shadow: 0px 3px 6px 0px #00000029;
	padding: 6px;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #ff992e !important;
	border: 2px solid #ff992e !important;
	box-shadow: 0px 3px 6px 0px #00000029;
	padding: 6px;
}

.owl-dots {
	position: absolute;
	left: 1%;
}

.image-top {
	position: absolute;
	z-index: 10;
	background-color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #161616;
	padding: 5px 10px !important;
	border-radius: 20px;
	top: 10px;
	left: 10px;
}

.partner {
	position: relative;
	text-align: center;
	width: 90%;
	margin: 50px auto;
}

.partner-cards {
	background-color: #ffffff;
	border: 1px solid #d9e2ff;
	border-radius: 20px;
	padding: 10px 18px;
}

.partner-cards {
	width: 90%;
}

.partner-cards img {
	height: 55px;
}

.partner-content {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	top: 5px;
	padding: 20px;
}

.partner-left {
	position: absolute;
	left: -65px;
	top: -80px;
	width: 12%;
}

.partner-right {
	position: absolute;
	right: -65px;
	width: 12%;
	top: -60px;
}

#carousel-C .owl-nav {
	position: absolute;
	top: -76px;
	right: 15px;
}

#carousel-C {
	margin-top: 10px !important;
}

#carousel-C .owl-prev {
	padding: 7px 14px !important;
	border: 1px solid;
	border-radius: 50px;
}

#carousel-C .owl-prev:hover {
	border: 1px solid #ff6224;
	background-color: transparent !important;
	color: #ff6224;
}

#carousel-C .owl-next {
	padding: 7px 14px !important;
	border: 1px solid;
	border-radius: 50px;
}

#carousel-C .owl-next:hover {
	border: 1px solid #ff6224;
	background-color: transparent !important;
	color: #ff6224;
}

.comments {
	width: 10% !important;
	position: absolute;
	right: 4%;
	top: 8%;
}

.special-nav {
	border-bottom: 2px solid #d9e2ff;
}

.view-button {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #e74352;
}

#carousel-D .owl-dots {
	position: absolute;
	bottom: -45px;
	left: 0;
	width: 100%;
}

.partner_section {
	position: relative;
	width: 100%;
	margin-bottom: -90px;
	background-color: #ffffff;
	z-index: 100;
	border-radius: 0px 0px 40px 40px;
}

.cars_search {
	top: 24%;
}

.cars_search h2 {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-size: 38px;
	color: #ffffff;
	margin-bottom: 20px;
}

.cabs {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: end;
	color: #ffffff;
}

.cabs p {
	color: #e74352;
}

.top_section {
	background-color: #ffffff;
	width: 100%;
	margin-top: -30px;
	z-index: 100;
	position: relative;
	border-radius: 30px 30px 0px 0px;
	padding: 45px 0px 30px 0px;
}

.top_section_left {
	width: 90%;
	margin: 0px auto;
}

.trip-type {
	display: flex;
	gap: 5px;
	align-items: center;
	margin: 4px 0px;
}

.trip-type img {
	width: 30px;
	height: 30px;
}

.from_row {
	padding: 12px 20px;
}

.search-btns {
	border-right: none;
}

.newss_maions {
	display: none !important;
}

.search-btns a {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	background-color: #ff6224;
	border: none;
	padding: 10px 15px;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 0px 3px 6px 0px #00000029;
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
}

.search-btns a:hover {
	color: #FFFFFF !important;
}

.form-group :nth-child(3) {
	border-right: none;
}

.groups {
	padding-right: 4px;
}

.bookings_new {
	box-shadow: none;
	border: 1px solid #d7ddeb;
	padding: 22px 20px;
}

.car-details {
	display: flex;
	align-items: center;
	gap: 5px;
}

.bookings_new .form-row {
	margin-top: 0px;
	/* border: none; */
	box-shadow: 0px 2px 4px 2px #0000001a;
}

.bookings_left {
	width: 26%;
}

.bookings_right {
	width: 74%;
}

.filter-container {
	width: 100%;
	background: #f6f9fc;
	border-radius: 10px;
	padding: 24px 20px;
	font-family: "Poppins", sans-serif;
	overflow-y: auto;
}

.filter-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 2px solid #e3eaf5;
	font-family: "Quicksand", sans-serif;
	padding-bottom: 10px;
}

.filter-title {
	font-size: 20px;
	font-weight: 600;
	font-family: "Quicksand", sans-serif;
	color: #333;
}

.reset-btn {
	background: none;
	border: none;
	color: #f97316;
	font-size: 14px;
	cursor: pointer;
	text-decoration: underline;
}

.reset-btn:hover {
	color: #ea580c;
}

.filter-section {
	margin-bottom: 22px;
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: 700;
	font-family: "Quicksand", sans-serif;
	border-bottom: 2px solid #e3eaf5;
	padding-bottom: 10px;
}

.section-title {
	font-size: 16px;
	font-weight: 500;
	color: #212121;
	font-family: "Poppins", sans-serif;
}

.search-icon i {
	color: #1c274c;
	font-size: 18px;
}

.toggle-btn {
	background: none;
	border: none;
	cursor: pointer;
	color: #6b7280;
	font-size: 16px;
}

.search-container {
	position: relative;
}

.search-input {
	width: 100%;
	padding: 12px 12px 12px 35px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-size: 14px;
	outline: none;
}

.search-input:focus {
	border-color: #f97316;
	box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.2);
}

.search-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #9ca3af;
	font-size: 16px;
}

.filter-options {
	display: block;
}

.filter-options.collapsed {
	display: none;
}

.option-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.option-label {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	color: #374151;
}

.option-input {
	margin-right: 12px;
	accent-color: #f97316;
}

.brand-count {
	background: #f97316;
	color: white;
	font-size: 12px;
	padding: 2px 8px;
	border-radius: 12px;
	font-weight: 500;
}

.show-more-btn {
	background: none;
	border: none;
	color: #f97316;
	font-size: 14px;
	cursor: pointer;
	margin-top: 8px;
}

.show-more-btn:hover {
	color: #ea580c;
}

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

.price-display {
	background: #f97316;
	color: white;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 14px;
	margin-bottom: 16px;
	display: inline-block;
}

.price-slider {
	width: 100%;
	height: 8px;
	border-radius: 5px;
	background: #e5e7eb;
	outline: none;
	-webkit-appearance: none;
	margin-bottom: 12px;
}

.price-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f97316;
	cursor: pointer;
}

.price-slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f97316;
	cursor: pointer;
	border: none;
}

.price-range {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #6b7280;
	margin-bottom: 8px;
}

.price-info {
	font-size: 12px;
	color: #6b7280;
}

.star-rating {
	display: flex;
	align-items: center;
}

.star {
	color: #d1d5db;
	margin-right: 2px;
	font-size: 16px;
}

.star.filled {
	color: #f59e0b;
}

.star-text {
	margin-left: 8px;
	font-size: 14px;
	color: #374151;
}

.hidden-brands {
	display: none;
}

.hidden-brands.show {
	display: block;
}

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

.filter-container::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

.filter-container::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}

.filter-container::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

.bookings_list {
	width: 90%;
	display: flex;
	gap: 25px;
	margin: 0px auto;
}

.container {
	margin: 0 auto;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.results-count {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.sort-dropdown {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #FFFFFF;
	border: 1px solid #ddd;
	border-radius: 25px;
	padding: 10px 16px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.sort-dropdown:hover {
	border-color: #ff6b35;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sort-icon {
	width: 16px;
	height: 16px;
	fill: #666;
}

.listings {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.listing-card {
	background: white;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	display: flex;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.listing-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.car-image-container {
	position: relative;
	width: 320px;
	height: 200px;
	/*overflow: hidden;*/
}

.car-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.favorite-btn {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.favorite-btn:hover {
	background: white;
	transform: scale(1.1);
}

.favorite-btn.active {
	background: #ff6b35;
	color: white;
}

.trending-badge {
	position: absolute;
	top: 12px;
	right: 20px;
	background: rgba(255, 255, 255, 0.95);
	color: #d93636;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 4px;
}

.dots-indicator {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
}

.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background 0.3s ease;
}

.dot.active {
	background: white;
}

.listing-content {
	flex: 1;
	padding: 15px 20px;
	gap: 15px;
	display: flex;
	background-color: #ffffff;
	margin-left: -15px;
	justify-content: space-between;
	border-radius: 20px;
	z-index: 100;
}

.listing-main {
	flex: 1;
	border-right: 1.5px solid #dfe9f3;
	padding-right: 15px;
	width: 496px;
}

.hatchback-tag {
	background: #fff3e0;
	color: #ff9800;
	padding: 6px 12px;
	border-radius: 16px;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 8px;
}

/* .car-title {
    font-size: 24px;
    font-weight: 600;
    color: #161616;
    margin-bottom: 4px;
} */
.cans_rioght_sections {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.search-btn a:hover {
	color: #FFFFFF !important;
}

.car-model {
	color: #949eb4;
	font-size: 14px;
	margin-bottom: 12px;
}

.pickup-info {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 14px;
}

.pickup-icon {
	width: 30px;
	height: 30px;
}

.pickup-text {
	font-size: 14px;
	color: #949eb4;
	line-height: 1.4;
}

.pickup-text strong {
	font-weight: 600;
}

.car-specs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-bottom: 15px;
	border: 1.5px solid #dfe9f3;
	border-radius: 10px;
	padding: 12px 15px;
}

.spec-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.spec-icon {
	width: 30px;
	height: 30px;
	fill: #666;
}

.spec-details {
	display: flex;
	flex-direction: column;
}

.spec-label {
	font-size: 12px;
	color: #999;
	margin-bottom: 2px;
}

.spec-value {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.listing-footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.rating-section {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
}

.rating-badge {
	background-color: #ffffff;
	color: #212121;
	padding: 4px 8px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
}

.rating-text {
	font-size: 14px;
	color: #6e7faa;
}

.rating-score {
	background: #ffc107;
	color: #212121;
	padding: 7px 8px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 700;
	margin-left: 8px;
}

.pricing-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.discount-text {
	color: #ff6b35;
	font-size: 12px;
	font-weight: 600;
}

.price {
	font-size: 22px;
	font-weight: 600;
	color: #212121;
}

.price-original {
	text-decoration: line-through;
	color: #8f8f8f;
	font-size: 14px;
}

.price-taxes {
	font-size: 11px;
	color: #6e7faa;
	margin-top: 4px;
}

.view-details-btn {
	background: transparent;
	border: 2px solid #ff6224;
	color: #ff6224;
	padding: 10px 18px;
	border-radius: 25px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 12px;
}

.view-details-btn:hover {
	background: #ff6b35;
	color: white;
	transform: translateY(-2px);
}

.signup-container {
	display: flex;
	width: 90% !important;
	margin: 0px auto;
	padding: 60px 0px;
	padding-top: 200px;
	font-family: "Poppins", sans-serif !important;
}

.signup-main {
	background-color: #ffffff;
	width: 100%;
	border-radius: 40px;
	display: flex;
	gap: 5px;
}

.tabss .active {
	font-weight: 600;
	color: #ff992e;
	border-bottom: 3px solid #ff992e;
}

.tabss a {
	font-size: 20px;
}

.navigation-buttons {
	display: flex;
	justify-content: end;
	margin-right: 20px;
}

.signup-page {
	/* background-color: rgba(14, 14, 14, 0.348); */
	/* background-image: url(../assets/images/topImg.png); */
	margin-top: -80px;
	z-index: 1;
	position: relative;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.quote p {
	font-size: 17px;
	font-weight: 500;
}

.left-section {
	display: flex;
	width: 50%;
	position: relative;
	overflow: hidden;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.airplane-image {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.quote {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #ffffff;
	max-width: 95%;
}

.navigation-buttons {
	display: flex;
	gap: 10px;
}

.navigation-buttons button {
	background: none;
	border: 1px solid #ffffff80;
	border-radius: 50px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.right-section {
	flex: 1;
	background: #fff;
	padding: 50px 30px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.signup-head {
	margin: 10px 0px !important;
	color: #4d4f5c;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

a {
	color: #43425d;
}

/*a:hover {*/
/*  color: blue;*/
/*}*/

.tabss span {
	cursor: pointer;
	margin: 0 5px;
	font-size: 20px;
	font-weight: 500;
}

.tabss {
	margin-bottom: 10px;
	border-bottom: 3px solid #f5c899;
	display: flex;
	gap: 30px;
}

.signup-form {
	width: 100%;
	max-width: 450px;
}

.name-fields {
	display: flex;
	gap: 10px;
}

.name-fields input {
	flex: 1;
}

.password-fields {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.input-icon input[type="text"] {
	padding-left: 40px !important;
}

.input-icon input[type="text"],
.input-icon [type="email"],
.input-icon [type="number"],
.input-icon [type="password"] {
	width: 100%;
	padding: 10px 2px;
	padding-left: 40px;
	margin-top: 10px;
	border: none;
	border-bottom: 2px solid #e9e9f0 !important;
	color: #939eaa;
	font-size: 16px;
	outline: none;
	font-family: "Poppins", sans-serif !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input-icon {
	position: relative;
	margin-bottom: 5px;
}

.input-icon img {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	pointer-events: none;
}

.inputs-main {
	display: flex;
	gap: 10px;
}

.input-icon input {
	width: 100%;
	padding: 10px 10px 10px 40px;
}

.forgotpassword {
	display: flex;
	justify-content: space-between;
}

.terms-conditions {
	gap: 5px;
	display: flex;
	align-items: center;
}

.terms {
	display: flex;
	align-items: center;
	margin-top: 15px;
	gap: 10px;
	font-size: 14px;
}

.terms label {
	color: #939eaa;
	font-size: 16px;
}

.password-icon {
	position: relative;
}

.mainquote {
	background-color: #1b1c1d4b;
	max-width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 20px;
	border-radius: 0px 0px 40px 40px;
}

.password-icon img {
	position: absolute;
	top: 60%;
	right: 5px !important;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
}

.forgotpassword {
	margin-bottom: 20px;
}

.signup-button {
	margin-top: 20px;
	width: 100%;
	padding: 15px 30px;
	background-color: #e74352;
	color: #ffffff;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	font-size: 18px;
	font-family: "Poppins", sans-serif !important;
}

.or-section {
	margin: 15px 0;
	font-size: 20px;
}

.social-buttons {
	display: flex;
	gap: 10px;
}

.google-btn,
.facebook-btn {
	flex: 1;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 25px;
	cursor: pointer;
	background-color: white;
}

.footers {
	margin-top: 20px;
}

.footers p {
	font-size: 18px;
	font-weight: 500;
	color: #43425d;
	margin: 10px 0px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
}

.switch input.round-button {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: 0.4s;
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 19px;
	width: 19px;
	left: 2.8px;
	bottom: 3px;
	background-color: white;
	transition: 0.4s;
	border-radius: 50%;
}

input.round-button:checked+.slider {
	background-color: #2196f3;
}

input.round-button:focus+.slider {
	box-shadow: 0 0 1px #2196f3;
}

input.round-button:checked+.slider:before {
	transform: translateX(26px);
}

.forgot-password a {
	font-size: 16px;
	color: #9999ba;
	font-weight: 400;
}

.bookings_summary_update {
	width: 90%;
	margin: 0px auto;
}

.mains_booking_summary {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.booking_headings {
	display: flex;
	gap: 10px;
	align-items: center;
	font-family: "Quicksand", sans-serif !important;
}

.star_group {
	display: flex;
	gap: 10px;
	align-items: center;
}

.bookings_duration {
	display: flex;
	gap: 10px;
	align-items: center;
}

.cabs a {
	color: #e74352;
}

.booking_summary h3 {
	background-color: #fff4e9;
	color: #ff992e;
	padding: 8px 20px;
	border-radius: 20px;
	width: fit-content;
	font-size: 18px;
	font-weight: 600;
}

.booking_headings p {
	color: #949eb4;
	font-size: 18px;
	font-weight: 500;
	margin-top: 14px !important;
}

.booking_headings h2 {
	font-size: 45px;
	font-weight: 700;
	margin: 8px 0px !important;
}

.locations {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 0px !important;
}

.star_group .staring span {
	color: #ff992e;
	font-size: 22px;
}

.star_group p {
	color: #ff992e;
	font-size: 20px;
	font-weight: 600;
}

.car_durations {
	display: flex;
	gap: 5px;
	color: #333d4c;
	font-size: 16px;
}

.bookig_summary_images {
	display: flex;
	gap: 10px;
	margin: 30px 0px;
}

.booking_images img {
	width: 100%;
	border-radius: 10px !important;
}

.booking_images {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 40%;
}

.book_mid_images img {
	width: 600px;
	border-radius: 10px !important;
}

.bookings_sum_container {
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 440px;
	gap: 30px;
}

.main-content {
	background: #ffffff;
	border-radius: 12px;
	width: 100%;
}

.sidebar {
	background: #ffffff;
	border-radius: 20px;
	padding: 25px;
	border: 2px solid #eef2ff;
	height: fit-content;
	/* position: sticky; */
	top: 20px;
}

.sides {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

/* Header Features */
.top-features {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	align-items: center;
	font-family: "Poppins", sans-serif;
	border: 2px solid #dfe9f3;
	border-radius: 10px;
	padding: 15px 20px;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #666;
}

.feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

/* Trip Timeline */
.trip-timeline {
	background: #fef7f0;
	border-radius: 12px;
	padding: 25px 25px 0px 25px;
	margin-bottom: 30px;
	position: relative;
}

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

.timeline-point {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 5px;
	width: 150px;
}

.car-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 18px;
}

.location-pin {
	width: 20px;
	height: 20px;
	background: #4caf50;
	border-radius: 50%;
	position: relative;
}

.location-pin.end {
	background: #f44336;
}

.date-time {
	text-align: start;
}

.date {
	font-weight: 600;
	font-size: 17px;
	color: #212121;
}

.timeline-line img {
	width: 100%;
	margin: 0px auto;
	padding-right: 25px;
}

.time {
	color: #6e7faa;
	font-size: 14px;
}

.booking-duration {
	position: absolute;
	bottom: 42%;
	left: 49%;
	transform: translateX(-50%);
	color: #ff6b35;
	font-weight: bold;
	font-size: 16px;
}

.booking-durations {
	display: flex;
	font-size: 14.5px;
	background-color: #ffd9c2;
	color: #161616;
	font-weight: 500;
	padding: 18px 15px;
	align-items: center;
	gap: 10px;
	border-radius: 35px 35px 0px 0px;
	margin-top: 20px;
}

/* Info Banner */
.info-banner {
	background: #e3f2fd;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.info-icon {
	width: 20px;
	height: 20px;
	background: #2196f3;
	border-radius: 50%;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
}

.section {
	margin-bottom: 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 20px;
	border-radius: 15px;
	font-family: "Poppins", sans-serif;
}

.section-headers {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border: none;
}

.section-titles {
	font-size: 24px;
	font-weight: 600;
	color: #161616;
	border-bottom: 2px solid #ff992e;
	padding-bottom: 8px !important;
}

.toggle-btns {
	background: #fff2e5;
	border: none;
	font-size: 22px;
	color: #ff992e;
	cursor: pointer;
	width: 40px;
	height: 35px;
	display: flex;
	justify-content: center;
	border-radius: 50px;
}

.section-content {
	color: #666;
	line-height: 1.7;
	border: 1.5px solid #eef2ff;
	font-size: 16px;
	border-radius: 10px;
	padding: 20px;
}

.section-contents {
	line-height: 1.7;
	border: 1.5px solid #eef2ff;
	font-size: 16px;
	border-radius: 10px;
	padding: 15px 20px;
}

.section-contents p {
	color: #161616;
	font-size: 18px;
	font-weight: 500;
}

.section-contents span {
	color: #ff992e;
}

/* Special Requests */
.special-request {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.request-info h4 {
	color: #161616;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}

.request-info {
	display: flex;
	align-items: start;
	gap: 10px;
}

.custom-checkbox {
	width: 15px;
	height: 15px;
	cursor: pointer;
	accent-color: #007bff;
}

.request-info p {
	color: #98a7ce;
	font-size: 14px;
}

.price {
	font-weight: bold;
	color: #333;
	display: flex;
	align-items: center;
	gap: 5px;
}

/* Car Features */
.features-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	font-family: "Poppins", sans-serif;
}

.feature-tag {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 25px 10px 12px;
	background: #ffffff;
	border: 1px solid #eef2ff;
	border-radius: 10px;
	font-size: 13px;
	color: #666;
}

.feature-check {
	color: #e74352;
	font-weight: 500;
	background-color: #ffdbde;
	display: flex;
	width: 21px;
	height: 20px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-size: 12px;
}

.specs-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
	font-family: "Poppins", sans-serif;
}

.spec-items {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.spec-labels {
	font-weight: 500;
	color: #212121;
	font-size: 17px;
}

.spec-value {
	color: #98a7ce;
	font-size: 15px;
	font-weight: 500;
}

/* Sidebar Styles */
.sidebar-title {
	font-size: 26px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px !important;
	color: #343d3c;
	border-bottom: 2px solid #d9e2ff;
	padding-bottom: 15px !important;
}

.plan-details {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0px auto;
	justify-content: space-between;
	border-bottom: 2px solid #d9e2ff;
	padding-bottom: 18px !important;
}

.plan-details h3 {
	color: #f88038;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-right: 50px !important;
	border-right: 2px solid #d9e2ff;
	margin-left: 20px !important;
}

.plan-details h4 {
	color: #161616;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-right: 20px !important;
}

.fare-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Poppins", sans-serif;
	padding: 20px 0;
	border-bottom: 2px dashed #d9e2ff;
}

.fare-label {
	color: #6e7faa;
}

.fare-value {
	font-weight: 600;
	color: #343d3c;
}

.total-amount {
	margin: 20px 0px 10px 0px;
	border-top: 2px solid #d9e2ff;
	border-bottom: 2px solid #d9e2ff;
	padding: 15px 0px;
}

.total-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.total-label {
	font-weight: 600;
	color: #2d2d2d;
	font-size: 20px;
}

.total-value {
	font-weight: 700;
	font-size: 22px;
	color: #2d2d2d;
}

.gst-note {
	font-size: 14px;
	color: #6e7faa;
	margin-bottom: 5px;
}

.payment-option {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.payment-option input[type="radio"] {
	margin: 0;
}

.payment-info {
	flex: 1;
}

.payment-label {
	font-weight: 600;
	color: #343d3c;
	font-size: 17px;
	margin-bottom: 4px;
}

.payment-desc {
	font-size: 12px;
	color: #666;
}

.payment-amount {
	font-weight: bold;
	color: #333;
}

.pay-button {
	width: 100%;
	background: #e74352;
	color: #ffffff;
	border: none;
	border-radius: 50px;
	padding: 16px 20px;
	font-size: 17px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	cursor: pointer;
	margin-top: 20px;
	transition: all 0.3s ease;
}

.pay-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.coupon-section {
	margin: 20px 0;
	border-radius: 8px;
}

.coupon-input {
	display: flex;
	gap: 10px;
	align-items: center;
}

.coupon-input input {
	width: 100%;
	border-radius: 6px;
	background-color: #ffe9e0;
	border: none;
	color: #6e7faa;
	padding: 18px 10px;
	padding-left: 60px !important;
	font-size: 15px;
	border-radius: 50px;
	outline: none;
}

.apply-btn {
	background: #ff6224;
	color: #ffffff;
	position: absolute;
	right: 5px;
	border: none;
	border-radius: 50px;
	padding: 12px 20px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}

.coupon-input {
	position: relative;
}

.coupon-input img {
	position: absolute;
	left: 5px;
	width: 45px;
}

.collapsed {
	display: none;
}

.cancellation-highlight {
	color: #ff6b35;
	font-weight: 600;
}

.review-container {
	max-width: 100%;
	margin: 0 auto;
	background: #F9FBFF;
	border-radius: 12px;
	padding: 40px 20px;
}

.reviewsss {
	width: 91%;
	margin: 0px auto;
}

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

.review-title {
	font-size: 36px;
	font-weight: 700;
	color: #161616;
	margin-bottom: 10px !important;
	position: relative;
	font-family: "Quicksand", sans-serif;
}

.review-subtitle {
	color: #343D3C;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 500;
}

.review-subtitles {
	color: #949EB4 !important;

}

.rating-display {
	display: flex;
	justify-content: end;
	gap: 4px;
}

.star {
	color: #FF992E;
	font-size: 12px !important;
}

.btn-outline-success.btn-shadow {
	color: #3ac47d !important;
}

.star.half {
	position: relative;
	color: #e9ecef;
}

.star.half::before {
	content: "★";
	position: absolute;
	width: 50%;
	overflow: hidden;
	color: #ffc107;
}

.review-input-section {
	margin-bottom: 30px;
	position: relative;
}

.input-container {
	position: relative;
	margin-bottom: 20px;
}

.review-textarea {
	width: 100%;
	min-height: 80px;
	padding: 15px;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	font-size: 16px;
	font-family: inherit;
	color: #949EB4;
	resize: vertical;
	transition: border-color 0.3s ease;
	position: relative;
}

.review-textarea:focus {
	outline: none;
	border-color: #ff6b35;
}

.review-textarea::placeholder {
	color: #949EB4;
}

.input-footer {
	display: flex;
	align-items: center;
	position: absolute;
	top: 15px;
	right: 20px;
}

.emoji-btn {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	padding: 8px;
	border-radius: 50%;
	transition: background-color 0.2s ease;
	color: #ACB7D5;
}

.emoji-btn:hover {
	background-color: #f8f9fa;
}

.post-btn {
	background: #FF6224;
	color: #FFFFFF;
	border: none;
	padding: 12px 30px;
	border-radius: 25px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 15px;
	gap: 8px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	font-family: "Poppins", sans-serif;
}

.post-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.comments-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.comments-title {
	font-size: 26px;
	font-weight: 650;
	color: #23262F;
}

.sort-dropdown {
	position: relative;
}

.sort-btn {
	background: #FFFFFF;
	border: 1px solid #e9ecef;
	padding: 12px 10px 12px 20px;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 20px;
	color: #6c757d;
	font-size: 16px;
}

.sort-btn i {
	border: 1px solid #d9e2ff;
	padding: 5px;
	border-radius: 50px;
	font-size: 10px;
}

.comment {
	display: flex;
	gap: 15px;
	width: 92%;
	margin-bottom: 25px;
	padding: 30px;
	background: #f8f9fa;
	transition: transform 0.2s ease;
	border-bottom: 2px solid #d9e2ff;
}

.commenbts_name {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.comment-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.comment-content {
	flex: 1;
}

.comment-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8px;
}

.comment-author {
	font-weight: 600;
	color: #161616;
	font-size: 20px;
	margin-bottom: 0px;
	font-family: "Poppins", sans-serif;
}

.comment-rating {
	display: flex;
	gap: 2px;
}

.comment-rating .star {
	font-size: 18px;
}

.comment-text {
	color: #343D3C;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
}

.comment-footer {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 8px 0px;
}

.comment-time {
	color: #6E7FAA;
	font-size: 16px;
}

.comment-action {
	color: #6c757d;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: color 0.2s ease;
}

.comment-action:hover {
	color: #ff6b35;
}

.loading-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0;
	padding: 12px 24px;
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 25px;
	color: #6c757d;
	cursor: pointer;
	transition: all 0.2s ease;
	gap: 8px;
}

.loading-btn:hover {
	border-color: #ff6b35;
	color: #ff6b35;
}

.loading-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid #e9ecef;
	border-top: 2px solid #6c757d;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

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

.fade-in {
	animation: fadeIn 0.5s ease-in;
}

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

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

.checkout_info {
	display: flex;
	width: 100%;
	gap: 20px;
	margin: 10px 0px;
}

.checkout_left_input {
	display: flex;
	flex-direction: column;
	width: 50%;
	gap: 10px;
}

.checkout_left_input input {
	padding: 14px 15px;
	border: 1px solid #EEF2FF;
	color: #6E7FAA;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	border-radius: 10px;
}

.mains_chekks {
	width: 100% !important;
}

.checkout_left_input select {
	padding: 14px 15px;
	border: 1px solid #EEF2FF;
	color: #6E7FAA;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	border-radius: 10px;
}

.checkout_left_input textarea {
	padding: 14px 15px;
	border: 1px solid #EEF2FF;
	color: #6E7FAA;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	border-radius: 10px;
}

.temssss {
	width: 100%;
	margin: 20px 0px;
}

.pay_buttons {
	width: fit-content;
	background: #E74352;
	color: #FFFFFF;
	border: none;
	border-radius: 50px;
	padding: 14px 40px;
	font-size: 17px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	cursor: pointer;
	margin-top: 20px;
	transition: all 0.3s ease;
}

.pay_buttons i {
	margin-left: 5px;
}

.sidesss {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.sidebar-titles {
	font-size: 25px;
	color: #343D3C;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

.maina_planss img {
	width: 100%;
	margin: 12px 0px;
}

.booking_headingss h2 {
	font-size: 22px;
}

.booking_headingss {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	font-family: "Quicksand", sans-serif !important;
}

.booking_headingss p {
	font-size: 13px;
	color: #949EB4;
}

.star_groups {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 10px 0px;
}

.star_groups span {
	color: #FFFFFF;
	background-color: #FF992E;
	padding: 6px;
	border-radius: 50px;
	font-size: 12px;
}

.star_groups p {
	color: #FF992E;
	font-size: 16px;
	font-weight: 550;
}

.ratingss {
	border-bottom: 1.5px solid #d9e2ff;
	padding-bottom: 10px;
}

.book_itemns {
	display: flex;
	gap: 10px;
	align-items: center;
}

.book_items {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.book_itemns img {
	width: 50px;
}

.book_items label {
	color: #6E7FAA;
	font-size: 15px;
	font-weight: 500;
}

.book_items p {
	color: #343D3C;
	font-size: 13px;
	font-weight: 600;
}

.bokiings {
	display: flex;
	gap: 25px;
	background-color: #F4F5F6;
	padding: 25px 35px;
	margin: 25px 0px 15px 0px;
	border-radius: 20px;
}

.book_itemnss {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.checking_button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0px 0px 0px;
	width: 100%;
	font-family: "Poppins", sans-serif;
	background-color: #FFDCDF;
	padding: 25px 20px;
	border-radius: 0px 0px 25px 25px;
}

.checks_mains {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.checks_mains label {
	color: #6E7FAA;
	font-size: 15px;
	font-weight: 500;
}

.checks_mains h3 {
	font-size: 20px;
	font-weight: 600;
	color: #2D2D2D;
}

.finals_payments h2 {
	font-size: 25px;
	font-weight: 600;
	color: #D93636;
	font-family: "Poppins", sans-serif;
}

.mains_checks_heads {
	font-size: 35px;
	font-weight: 700;
	font-family: "Quicksand", sans-serif;
	margin-bottom: 20px !important;
}

.error-message {
	color: red;
	font-size: 13px;
	margin-top: 5px;
	display: block;
}



.maim_contacts {
	display: flex;
	width: 90%;
	margin: 0px auto;
	align-items: center;
}

.contact_info {
	display: flex;
	gap: 25px;
	margin: 20px auto;
	width: 100%;
}

.info_item {
	display: flex;
	flex-direction: column;
	width: 410px;
	gap: 20px;
	justify-content: center;
	text-align: center;
	border: 1px solid #D9E2FF;
	padding: 30px 20px;
	border-radius: 20px;
	align-items: center;
	align-items: center;
}

.info_item img {
	width: 100px;
	height: 100px;
}

.info_item h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #4B4B4B;
}

.info_item p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18.5px;
	color: #000000;
	margin-top: 5px !important;
}

.comtact_head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0px;
	margin-bottom: 40px !important;
}

.comtact_head h2 {
	font-size: 30px;
	color: #FF992E;
	font-weight: 400;
	font-family: 'Satisfy', sans-serif;
}

.comtact_head h4 {
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	font-size: 42px;
	color: #161616;

}

.contact_left {
	width: 95%;
	margin: 0px auto;
}

.contact_maps {
	width: 100%;
	margin: 20px auto;
}

#gmap_canvas {
	width: 100% !important;
	margin: 20px 0px;
}

.mains_sectionmain {
	display: flex;
	margin: 10px 0px;
	flex-direction: column;
	gap: 10px;
}

.class_inputs {
	display: flex;
	flex-direction: column;
	width: 50%;
	position: relative;
	gap: 10px;
}

.mains_left_forms {
	width: 52%;
	background-color: #FFFFFF;
	padding: 30px;
	border-radius: 10px;
	height: fit-content;
	box-shadow: 0px 3px 6px 0px #00000029;
}

.class_inputss {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	gap: 10px;
	margin: 6px 0px;
}

.mains_sectionmains {
	display: flex;
	gap: 20px;
}

.mains_google_forms {
	display: flex;
	gap: 40px;
	width: 90%;
	font-family: "Poppins", sans-serif;
	margin: 25px auto;
}

.form_contact_inputs {
	margin: 20px 0px;
}

.mains_left_forms h2 {
	font-family: "Quicksand", sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #232323
}

.mains_left_forms span {
	color: #E74352 !important;
}

.class_inputs label,
.class_inputss label {
	color: #6E7FAA;
}

.class_inputss input,
.class_inputs input,
.class_inputss textarea {
	padding: 14px;
	background-color: #EEF2FF;
	border-radius: 5px;
	border: 1px solid #EEF2FF;
	font-family: "Poppins", sans-serif;
	padding-left: 38px;
}

.main_img_user {
	position: absolute;
	top: 48px;
	left: 10px;
	width: 20px;
}

.mains_submit {
	background-color: #FF6224;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	padding: 13px;
	border-radius: 0px 20px 20px 22px;
	width: 163px;
	border: 1px solid #FF6224;
	font-family: "Poppins", sans-serif;
	margin-top: 10px;
	cursor: pointer;
}

.mains_right_forms {
	width: 48%;
}

.mains_right_images {
	width: 100%;
}

.mains_right_images img {
	width: 100%;
}

.faq-container {
	width: 100%;
	margin: 15px auto;
	border-radius: 10px;
	border: 1px solid #F7F9FC;
	overflow: hidden;
}

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

.faq-question {
	padding: 15px;
	background: #F7F9FC;
	color: #222D39;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.faq-answer {
	padding: 15px;
	display: none;
	background: #FFFFFF;
	font-size: 15px;
	color: black;
	line-height: 26px;
}

.faq-answer p {
	font-size: 17px;
	font-weight: 500;
	color: #6E7FAA;
}

.faq-question.open {
	background-color: #F7F9FC;
	border-bottom: 1px solid #D1D5EB;
}

.faq-question.open span {
	background-color: #F7F9FC;
	border: 1px solid #FF9A94;
	font-size: 10px;
	color: #8E305C;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}

.faq-answer.open {
	display: block;
}

.plus {
	border: 1px solid #D1D5EB;
	background-color: #FFFFFF;
	color: #6E7FAA;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}

.main-faq-section {
	width: 100% !important;
	margin: 0px auto;
}

.our-services {
	display: flex;
	gap: 20px;
	width: 100%;
	margin: 10px auto;
	margin-top: 20px;
}

.services-images {
	width: 50%;
}

.services-images img {
	width: 100%;
	border-radius: 10px;
	height: 400px;
}

.blogs-details h3 {
	font-size: 32px;
	font-weight: 600;
	margin-top: 15px;
	color: #7C3367;
}

table {
	width: 100% !important;
	border-radius: 10px;
	margin-top: 20px !important;
	margin: auto;
	border-collapse: collapse;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

th, td {
	padding: 15px 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

tr:last-child td {
	border-bottom: none;
}

th {
	background-color: #FFFFFF;
	color: #222D39;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-transform: uppercase;
}

tr:hover {
	background-color: #f4fafa;
}

td {
	color: black;
	font-weight: 500;
}

.stress {
	font-size: 10px !important;
}

.pricesss {
	padding: 5px 0px;
}

.f-josts {
	font-size: 12px !important;
}

.policy-section p a {
	color: blue;
}

.terms-policy-container {
	margin-bottom: 80px;
}

.privacypolicies {
	width: 100%;
	margin: 10px auto;
}

.mains_updatedpolicy h2 {
	font-size: 35px;
	font-weight: 700;
	color: #161616;
	margin-bottom: 10px !important;
	font-family: "Quicksand", sans-serif;
}

.mains_updatedpolicy p {
	font-size: 16px;
	color: #6E7FAA;
	font-family: "Poppins", sans-serif;
	margin-bottom: 10px !important;
}

.in_paragraph {
	font-size: 16px;
	color: #222D39;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px !important;
	font-weight: 450;
}

.class_strong {
	font-weight: 600;
	color: #000000 !important;
}



.types-mains_about {
	display: flex;
	width: 100%;
	margin: 20px auto;

}

.abouts_sections {
	display: flex;
	gap: 20px;
}

.aboutsimgesa {
	display: flex;
	gap: 10px;
	width: 57%;
}

.aboutsimgesa img {
	width: 50%;
	border-radius: 10px;
}

.abouts_contents {
	width: 43%;
}

.abouts_iamges {
	display: flex;
	gap: 20px;
}

.abouts_contents h2 {
	font-size: 30px;
	color: #FF992E;
	font-weight: 400;
	font-family: 'Satisfy', sans-serif;
}

.abouts_contents h3 {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #212121;
	margin-bottom: 12px !important;
}

.abouts_contents p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #2D2D2D;
	margin-bottom: 20px !important;
	line-height: 27px;
}

.type_abouts_mains {
	display: flex;
	gap: 20px;
	margin-bottom: 20px !important;
	width: 100%;
	margin: 50px auto;
}

.ab_type_mains {
	width: 50%;
}

.ab_type_mains img {
	width: 100%;
}

.mains_aborts {
	width: 50%;
}

.about_card {
	display: flex;
	gap: 6px;
	margin-bottom: 5px;
	align-items: center;
	width: fit-content;
	border: 1px solid #D9E2FF;
	border-radius: 10px;
	padding: 10px 15px;
	box-shadow: 0px 3px 6px 3px #0000001A;
}

.about_card img {
	width: 50px;
	height: 50px;
}

.abouts_cards_cintebrs h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #161616;
}

.abouts_cards_cintebrs p {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #6E7FAA;
	margin: 0px !important;
}

.about_cards {
	display: flex;
	gap: 12px;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

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

.abouts_mains {
	display: flex;
	gap: 15px;
	align-items: center;
	width: fit-content;
	margin-top: 20px;

}

.aboutss_mains_mains h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #6E7FAA;
}

.aboutss_mains_mains a {
	color: #43425D;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}

.abouts_mains img {
	width: 60px;
	height: 60px;
}

.btnns {
	background-color: #E74352;
	box-shadow: 0px 5px 10px 0px #0000001A;
	color: #FFFFFF;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 40px;
	border: none;
	margin-top: 20px;
	height: 45px;
}

.btnns a {
	color: #FFFFFF;
}

.about_contacts {
	display: flex;
	gap: 30px;
	align-items: center;
}

.clearab {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
}

.clearsection_image {
	top: 45px;
	position: absolute;
	left: 5%;
}

.benef_contents {
	margin-top: 10px !important;
}

.benef_contents h4 {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #2D2D2D;
	margin-bottom: 5px !important;
}

.benef_contents p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #343D3C;
	margin-bottom: 10px !important;
	line-height: 26px;
}

.benefits_caeds {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 3px 6px 3px #0000001A;
	display: flex;
	gap: 15px;
	align-items: center;
	width: 290px;
}

.mains_benefits {
	display: flex;
	gap: 20px;
	margin-top: 30px;
}

.benefits_images {
	margin-bottom: 10px !important;
}

.benefits_pos {
	width: 100%;
	margin-top: 50px !important;
}

.benefits_pos img {
	width: 95%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	object-fit: contain;
}

.mains_sectiuon_updates_bene {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 20px;
	position: relative;
}

.clearabs {
	margin-top: 260px !important;
}

.who_are_we {
	display: flex;
	gap: 30px;
	width: 90%;
	margin: 0px auto;
}

.who_are_left {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.who_are_right {
	width: 50%;
}

.mains_who_are {
	width: 100%;
}

.mains_who_are img {
	width: 100%;
	border-radius: 10px;
}

.mains_ehoes {
	display: flex;
	gap: 10px;
	margin: 10px 0px;
	align-items: center;
}

.mains_ehoes_text h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #161616;
}

.mains_ehoes_text p {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #6E7FAA;
	margin: 0px !important;
}

.mains_ehoes img {
	width: 120px;
}

.who_are_left p {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #2D2D2D;
	margin-bottom: 20px !important;
	line-height: 27px;
}

.mains_selectipons_mains {
	position: absolute;
	top: 60px;
	width: 48%;
	left: 5%;
}

.mains_selectipons_p {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 28px;
}

.mains_blogs_in {
	display: flex;
	gap: 20px;
	align-items: center;
	background-color: #F7F9FC;
	padding: 15px;
	margin-bottom: 12px;
	border-radius: 10px;
	cursor: pointer;
}

.mains_blogs_in:hover {
	border-bottom: 4px solid #F88038;
	border: 0px 0px 10px 10px;
}

.blog_img {
	width: 40%;
}

.blog_img img {
	width: 100%;
}

.blogss_m {
	width: 100%;
	display: flex;
	position: relative;
	gap: 25px;
	margin-top: 10px !important;
}

.blogs_lefts {
	width: 70%;
}

.blogs_right {
	width: 30%;
}

.blog_date {
	display: flex;
	gap: 20px;
	color: #6E7FAA !important;
	margin: 10px 0px;
	margin-bottom: 6px !important;
}

.blog_content h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #222D39;
	margin-bottom: 8px !important;
}

.blog_content p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #212121;
}

.main_reads {
	margin: 10px 0px;
	display: flex;
	gap: 15px;
	align-items: center;
	color: #6E7FAA;
	border: 1px solid #9DB4EE;
	width: fit-content;
	padding: 8px 20px;
	border-radius: 50px;
}

.blog_date p {
	display: flex;
	align-items: center;
	gap: 5px;
}

.search_blogs p {
	display: flex;
	align-items: center;
	font-size: 25px;
	color: #222D39;
	border-bottom: 2px solid #DEE7EE;
	padding-bottom: 10px !important;
	font-family: "Poppins", sans-serif;
	position: relative;
}

.mains_news {
	background-color: #F7F9FC;
	color: #6E7FAA;
	border: 1px solid #F7F9FC;
	padding: 18px 20px;
	border-radius: 50px;
	transition: all 0.3s ease;
	width: 100%;
	margin: 10px 0px;
}

.bl_search {
	position: absolute;
	right: 8px;
	top: 18px;
}

.search_blogs_in {
	position: relative;
	margin-top: 10px;
}

.bl_search {
	border: 1px solid #FF6224;
	border-radius: 50px;
	color: #ffffff;
	background-color: #FF6224;
	padding: 10px 20px;
}

.recent_post_in {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 10px 0px;
}

.recent_post_img {
	width: 75%;
}

.recent_post_img img {
	width: 100%;
}

.blog_date p {
	border: none;
	font-size: 16px;
	color: #6E7FAA !important;
	padding-bottom: 0px !important;
}

.recent_post_content h5 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #212121;
	margin-bottom: 8px !important;
}

.category-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	margin-bottom: 12px;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.category-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.6s ease;
}

.category-item:hover::before {
	left: 100%;
}

.category-item.active {
	background: linear-gradient(135deg, #ff7b54 0%, #ff6b35 100%);
	color: white;
	box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
	border: 2px solid #ff6b35;
	transform: scale(1.02);
}

.category-item.inactive {
	background: #f8f9fa;
	color: #6c757d;
	border: 2px solid transparent;
}

.category-item:hover:not(.active) {
	background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
	transform: translateX(5px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.category-content {
	display: flex;
	align-items: center;
	gap: 15px;
}

.category-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ff7b54;
	transition: all 0.3s ease;
}

.category-item.active .category-dot {
	background: white;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.category-item.inactive .category-dot {
	background: #adb5bd;
}

.category-name {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.category-count {
	background: rgba(255, 255, 255, 0.9);
	color: #6c757d;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	min-width: 35px;
	text-align: center;
	transition: all 0.3s ease;
}

.category-item.active .category-count {
	background: rgba(255, 255, 255, 0.2);
	color: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.category-item.inactive .category-count {
	background: #e9ecef;
	color: #adb5bd;
}

/* Ripple effect */
.category-item {
	position: relative;
	overflow: hidden;
}

.ripple {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	transform: scale(0);
	animation: ripple-animation 0.6s linear;
}

@keyframes ripple-animation {
	to {
		transform: scale(4);
		opacity: 0;
	}
}

.containers {
	margin: 20px 0px;
}

.tags-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.tag {
	padding: 12px 24px;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	white-space: nowrap;
	justify-content: center;
	display: flex;
	text-align: center;
}

.tag.active {
	background: linear-gradient(135deg, #ff8c42, #ff6b1a);
	color: white;
	box-shadow: 0 4px 15px rgba(255, 107, 26, 0.3);
	transform: translateY(-2px);
}

.tag.inactive {
	background-color: #f1f5f9;
	color: #64748b;
	border: 2px solid #e2e8f0;
}

.tag.inactive:hover {
	background-color: #e2e8f0;
	color: #475569;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tag.active:hover {
	background: linear-gradient(135deg, #ff6b1a, #e55a16);
	box-shadow: 0 6px 20px rgba(255, 107, 26, 0.4);
	transform: translateY(-3px);
}

/* Animation for page load */
.tag {
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

.tag:nth-child(1) {
	animation-delay: 0.1s;
}

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

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

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

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

.tag:nth-child(6) {
	animation-delay: 0.6s;
}

.tag:nth-child(7) {
	animation-delay: 0.7s;
}

.tag:nth-child(8) {
	animation-delay: 0.8s;
}

.tag:nth-child(9) {
	animation-delay: 0.9s;
}

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

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

.gallery-item {
	width: 31%;
}

.gallery-item img {
	width: 100%;
}

.gallery-grid {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 20px 0px;
}

.mais_date img {
	width: 100%;
	margin: 20px 0px;
}

.blog_dehas h5 {
	font-size: 18px;
	font-weight: 500;
	color: #FF992E;
	background-color: #FFF4E9;
	padding: 10px 20px;
	border-radius: 50px;
	width: fit-content;
	margin-bottom: 12px;
}

.blog_dehas h2 {
	font-size: 40px;
	margin-bottom: 10px !important;
	font-weight: 700;
	color: #161616;
	font-family: "Quicksand", sans-serif;
}

.mais_date p {
	font-size: 16px;
	color: #2D2D2D;
	margin-bottom: 20px !important;
	line-height: 28px;
	font-family: "Poppins", sans-serif;
}

.mais_date {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.mais_date_flex {
	display: flex;
	gap: 20px;
	margin: 5px 0px;
}

.mais_date_flex img {
	width: 25px;
	height: 25px;
	margin: 0px !important;
}

.mais_date_flex p {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Poppins", sans-serif;
}

.share_icon img {
	margin: 0px !important;
}

.quote-section {
	background: #f8f9fa;
	border-left: 4px solid #dc3545;
	padding: 25px 30px;
	margin: 40px auto;
	border-radius: 10px;
	position: relative;
}

.quote-text {
	font-size: 18px;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 10px;
	line-height: 1.4;
}

.quote-author {
	color: #666;
	font-size: 14px;
	font-style: italic;
}

.quote-mark {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 60px;
	color: #e9ecef;
	font-family: Georgia, serif;
}

.section-title {
	/*font-size: 28px;*/
	/*font-weight: 700;*/
	/*color: #2c3e50;*/
	margin-bottom: 0px !important;
	margin: 50px 0 30px 0;
}

.learning-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 40px;
}

.learning-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 0;
}

.check-icon {
	width: 25px;
	height: 25px;
	background: #FFDBDB;
	border-radius: 50%;
	margin-top: 4px;
	position: relative;
	flex-shrink: 0;
}

.check-icon::after {
	content: '✓';
	color: #D93636;
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.learning-text {
	font-size: 16px;
	color: #2D2D2D;
}

.image-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 40px 0;
}

.image-container {
	border-radius: 12px;
	overflow: hidden;
}

.image-container img {
	width: 100%;
	height: 100%;
}

.requirements-list {
	list-style: none;
	padding: 0;
}

.requirements-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 8px 0;
	margin-bottom: 6px;
}

.bullet-point {
	width: 12px;
	height: 12px;
	background: #6E7FAA;
	border: 1px solid #6E7FAA;
	border-radius: 50%;
	margin-top: 5px;
	flex-shrink: 0;
}

.requirement-text {
	font-size: 17px;
	color: #2D2D2D;
}

.container_mm {
	width: 90%;
	margin: 30px auto;
}

.intro-text {
	font-size: 17px;
	margin-bottom: 20px;
	color: #2D2D2D;
	font-weight: 400;
	line-height: 27px;
}

.maiks img {
	margin: 12px 0px !important;
}

.faqsection {
	width: 100% !important;
	margin: 0 auto;
	padding: 40px 0px;
	display: flex;
	gap: 20px;
}

.faq-main {
	background: #FFFFFF;
	width: 100%;
	font-family: "Poppins", sans-serif !important;
}

.faq-title {
	font-size: 32px;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 10px !important;
	font-family: "Quicksand", sans-serif;
}

.faq-tabs {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	border: 1px solid #E8F0FF;
	padding: 0px;
	border-radius: 8px;
	width: 45%;
	align-items: flex-start;
	height: fit-content;
}

.faq-tab {
	padding: 14px 16px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #8492A7;
	position: relative;
	transition: all 0.3s ease;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 2px solid #E8F0FF;
	display: flex;
	align-items: center;
}

.faq-tab span {
	color: #C2CCDB;
}

.faq-tab span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #C2CCDB;
	margin-right: 10px;
	border-radius: 50%;
}

.faq-tab.active span {
	background-color: #ff6b35;
}


.faq-tab.active {
	color: #ff6b35;
	width: 100%;
}

.faq-answer {
	display: none;
}

.faq-answer.active {
	display: block;
}

.faq-tab.active::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 3px;
	background-color: #ff6b35;
	border-radius: 2px;
}

.faq-contentss {
	display: none;
}

.faq-contentss.active {
	display: block;
}

.faq-itemss {
	/* border: 1px solid #e9ecef; */
	border-radius: 8px;
	margin-bottom: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
	position: relative;
}

.faq-itemss:hover {
	box-shadow: 0 2px 8px rgba(255, 107, 53, 0.1);
}

.faq-radio {
	position: absolute;
	top: 26px;
	left: 12px;
	width: 18px;
	height: 18px;
	accent-color: #C2CCDB;
	/* Optional */
	z-index: 2;
}

.faq-questions {
	width: 100%;
	padding: 22px 20px;
	padding-left: 40px !important;
	background: #F7F9FC;
	border: none;
	text-align: left;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	color: #222D39;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
}

.faq-questions.active {
	background-color: #F7F9FC;
	color: #222D39;
	border-bottom: 2px solid #D4E3FF;
}

.faq-toggless {
	width: 26px;
	height: 26px;
	border: 2px solid #6c757d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.3s ease;
	flex-shrink: 0;
	margin-left: 15px;
}

.faq-questions.active .faq-toggless {
	color: #222D39;
	background-color: #FFFFFF;
}

.faq-answers {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answers.active {
	padding: 20px;
	max-height: 200px;
	background-color: #F7F9FC;
}

.faq-answers p {
	color: #6c757d;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 1.6;
}

.faq-sidebar {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 50%;
}

.contact-form {
	background: #FFFFFF;
	border-radius: 12px;
	padding: 20px;
	border: 1px solid #E5EEFF;
}

.contact-form h3 {
	font-size: 22px;
	margin-bottom: 10px !important;
	font-weight: 700;
	color: #161616;
	font-family: "Quicksand", sans-serif;
}

.contact-form p {
	font-size: 14px;
	margin-bottom: 10px !important;
	color: #6E7FAA;
	font-family: "Poppins", sans-serif !important;
}

.form-groups input,
.form-groups textarea {
	padding: 12px 20px;
	background-color: #FFFFFF;
	color: #343D3C;
	width: 100%;
	border-radius: 50px;
	border: 1px solid #F1F6FF;
	margin: 10px 0px;
	font-size: 17px;
}

.form-groups textarea {
	border-radius: 10px !important;
}


.submit-btn {
	width: 100%;
	padding: 12px 20px;
	background-color: #E74352;
	color: #FFFFFF;
	border: none;
	border-radius: 50px;
	font-size: 14px;
	width: fit-content;
	font-weight: 500;
	cursor: pointer;
	font-family: "Poppins", sans-serif !important;
	transition: background-color 0.3s ease;
}

.call-action {
	background-color: #FF992E;
	border-radius: 12px;
	padding: 25px;
	text-align: center;
	color: white;
	position: relative;
	overflow: hidden;
	margin-top: -75px;
	margin-left: 5px;
	padding-top: 75px;
}

.call-action-content {
	position: relative;
	z-index: 2;
}

.faqss {
	font-size: 40px !important;
}

.call-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.call-action h3 {
	font-size: 30px;
	margin-bottom: 10px !important;
	font-weight: 700;
	color: #FFFFFF;
	font-family: "Quicksand", sans-serif;
}

.call-action p {
	font-size: 14px;
	opacity: 0.9;
	margin-bottom: 15px;
}

.call-numbers {
	background-color: #FFF5EA;
	font-family: "Quicksand", sans-serif;
	padding: 16px 20px;
	color: #222D39;
	border-radius: 10px;
	margin: 10px 0px;
	font-weight: 600;
}

.call-numbers p {
	font-size: 20px;
	color: #222D39;
	font-weight: 700;
	font-family: "Quicksand", sans-serif;
}

.call-number {
	font-size: 22px;
	color: #222D39;
	font-weight: 700;
	font-family: "Quicksand", sans-serif;
}

.responsive_images {
	display: none;
}

#daily-text {
	color: #2D2D2D;
	font-weight: 500;
}

#monthly-text {
	color: #2D2D2D;
	font-weight: 500;
}

.close-filter-btn {
	display: none;
	position: absolute;
	top: 0px;
	right: 18px;
	font-size: 26px;
	background: none;
	border: none;
	color: #333;
	z-index: 1001;
	cursor: pointer;
}

.trips_details {
	display: flex;
	gap: 25px;
}

.features_res {
	display: flex;
	gap: 20px
}

.maions_save {
	background: #ff6224;
	color: #ffffff;
	border: none;
	border-radius: 50px;
	padding: 6px 20px;
	font-weight: 500;
	font-size: 16px;
	margin: 6px 0px;
}

/* Add City Button Styling */
.add-city-btn {
	background: #ff6224;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	width: fit-content;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: -28px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(255, 107, 53, 0.2);
}

.add-city-btn:hover {
	background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
	transform: translateY(-2px);
}

.add-city-btn .plus-icon {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.add-city-btn-group {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Remove City Button */
.remove-city-btn {
	background: red;
	color: white;
	border: none;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.remove-city-btn:hover {
	background: #cc0000;
	transform: scale(1.1);
}

.remove-city-btn span {
	line-height: 1;
}

.additional-city {
	min-width: 200px;
}

#additional-cities-container {
	display: contents;
}

.monthly-packages {
	margin-bottom: 0px;
}

.package-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 15px;
}

.package-box {
	border: 1px solid #ddd;
	padding: 12px;
	text-align: center;
	border-radius: 8px;
	cursor: pointer;
	background: #fff;
	font-weight: 600;
}

.package-box.active {
	border-color: #ff6b35;
	background: #FF6224;
	color: #ffffff;
}

.selected-plan-price {
	margin-top: 12px;
	text-align: start;
	font-size: 30px;
	color: #000000;
	padding-left: 5px;
	font-weight: 600;
}

.selected-plan-price span {
	font-size: 30px;
	color: #000000;
}

#subshone {
	font-size: 25px;
	font-weight: 600;
	color: #2c3e50;
	margin-left: 20px !important;
}

.mains_poinyts {
	font-size: 15px !important;
	color: #2D2D2D !important;
}