section.homePage.hotel_bannersection.car-banner::after {
	background: #00000091;
}

/* --------------------------------------------------- */
/* CUSTOM RESERVATION FORM (UNIQUE CLASS NAMES) */
/* --------------------------------------------------- */

.cform-reserve-box {
	display: flex;
	justify-content: center;
	padding-left: 100px;
}

.cform-wrapper {
	width: 100%;
	background: rgb(255 255 255 / 6%);
	backdrop-filter: blur(6px);
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	box-shadow: 0 0 25px rgb(255 145 0 / 47%);
	border: 1px solid #ff9100;
}

.cform-title {
	font-size: 2rem;
	font-weight: 700;
	color: #ff5722;
	margin-bottom: 25px;
	text-align: left;
}

.cform-label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
}

.cform-input {
	width: 100%;
	height: 46px;
	border-radius: 10px;
	border: none;
	padding: 10px 14px;
	background: #ffffff;
	color: #000;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.cform-btn {
	background: #ff9100;
	border: none;
	padding: 12px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: 0.3s;
}

.cform-btn:hover {
	background: #ff9100;
	transform: translateY(-2px);
}

.form-field-group-wrapper {
	margin-bottom: 16px;
}

.form-input-label-text {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 10px;
}

.form-input-box-container {
	position: relative;
}

.form-text-input-field {
	width: 100%;
	padding: 10px 14px 10px 30px;
	border: none;
	border-radius: 5px;
	font-size: 11px;
	background: #ffffff;
	color: #333;
	transition: all 0.3s ease;
}

.form-text-input-field:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.form-text-input-field::placeholder {
	color: #999;
}

.input-icon-element {
	position: absolute;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
	color: #000000;
	font-size: 12px;
}

.btn-yellowcar {
	background: #ff9100;
	color: #000;
	width: 100%;
	padding: 10px 0;
	border: none;
	margin: 15px 0 0;
	border-radius: 5px;
}

.submit-button-primary:hover {
	background: #ff9100;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(231, 76, 60, 0.4);
}

.submit-button-primary:active {
	transform: translateY(0);
}

.car-banner .banner-text p {
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
}

.review-banner-left-hotel {
	position: relative;
	left: -25px;
	top: 17px;
}

/* ****************************why-section************************ */

.tpf-why-section {
	padding: 50px 0px;
}

.tpf-why-heading {
	text-align: center;
	margin-bottom: 35px;
}

.tpf-why-heading h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	color: #0e1a2b;
}

.tpf-why-heading p {
	margin: 8px 0 0;
	font-size: 15px;
	color: #5b6275;
}

.tpf-why-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.tpf-why-card {
	background: #ffffff;
	padding: 20px;
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.tpf-why-nner-card {
	display: flex;
	flex-direction: column;
	gap: 9px;
	align-items: start;
	margin-bottom: 5px;
}

.tpf-why-card:hover {
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.tpf-why-icon {
	width: 40px;
	height: 40px;
	background: rgb(255 230 222);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-size: 17px;
	color: #ff5722;
	flex-shrink: 0;
}

.tpf-why-title {
	margin: 0 0 6px;
	font-size: 17px;
	font-weight: 600;
	color: #021667;
	display: flex;
	gap: 6px;
	align-items: center;
}

.tpf-why-text {
	margin: 0;
	font-size: 13px;
	color: #5c6477;
	line-height: 1.5;
}

@media (min-width: 700px) {
	.tpf-why-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.tpf-why-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

/* <!-- ========== TYPES OF CAR RENTALS SECTION ========== --> */

.tpf-type-section {
	padding: 50px 0px;
	background: #f8f9fc;
}

.tpf-type-heading {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #0d1b2a;
}

.tpf-type-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.tpf-type-card {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	transition: all 0.3s ease;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.tpf-type-card:hover {
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.09);
}

.tpf-type-img {
	width: 100%;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	overflow: hidden;
}

.tpf-type-img img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.tpf-type-title {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0;
	color: #ff5722;
}

.tpf-type-text {
	font-size: 14px;
	line-height: 1.5;
	color: #5e6475;
	margin: 0;
}

/* Responsive */
@media (min-width: 700px) {
	.tpf-type-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1100px) {
	.tpf-type-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.tpf-reserve-wrap {
	padding: 50px 0px;
}

.tpf-reserve-head {
	text-align: center;
	margin-bottom: 22px;
}

.tpf-reserve-head h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}

.tpf-reserve-head p {
	margin: 8px 0 0;
	color: #586072;
	font-size: 14px;
}

/* Steps container - mobile vertical first */
.tpf-steps {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-top: 45px;
	flex: 1;
}

.tpf-step {
	background: #ffffff;
	border-radius: 12px;
	padding: 16px;
	display: flex;
	gap: 14px;
	align-items: flex-start;
	box-shadow: 0 10px 28px rgba(3, 24, 56, 0.06);
	border: 1px solid rgba(3, 24, 56, 0.03);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tpf-step:hover {
	box-shadow: 0 20px 40px rgba(3, 24, 56, 0.08);
}

.tpf-step-index {
	min-width: 48px;
	min-height: 48px;
	border-radius: 10px;
	background: linear-gradient(180deg, #eaf4ff 0%, #f6fbff 100%);
	color: #0056d6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 18px;
	box-shadow: inset 0 -6px 14px rgba(0, 86, 214, 0.03);
	flex-shrink: 0;
}

.indexone {
	background: #ffcdbe7a;
	border: 1px solid #ff5722;
	color: #ff3d00;
}

.indextwo {
	background: #9ef0f487;
	border: 1px solid #00a4ad;
	color: #00aab2;
}

.indexthree {
	background: #ffb0f952;
	border: 1px solid #e91e63;
	color: #e91e63;
}

.indexfour {
	background: #19ff0033;
	border: 1px solid #0b7500;
	color: #007414;
}

.tpf-step-body {
	flex: 1;
	min-width: 0;
}

.tpf-step-title {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #032038;
}

.tpf-step-title .tpf-step-icon {
	font-size: 14px;
	color: #0b66d0;
}

.tpf-step-desc {
	margin: 8px 0 0;
	color: #5b6374;
	font-size: 14px;
	line-height: 1.5;
}

/* Horizontal timeline for larger screens */
@media (min-width: 900px) {
	.tpf-steps {
		flex-direction: row;
		gap: 20px;
		align-items: stretch;
	}

	.tpf-step {
		flex-direction: column;
		align-items: center;
		padding: 20px;
		text-align: center;
		flex: 1;
	}

	.tpf-step-body {
		width: 100%;
	}

	.tpf-step-title {
		justify-content: center;
	}

	.tpf-step-desc {
		margin-top: 12px;
	}

	/* connector line between steps */
	.tpf-steps::before {
		content: "";
		position: absolute;
		left: 0;
	}
}

/* Optional CTA under steps */
.tpf-reserve-cta {
	margin-top: 20px;
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.tpf-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	border: 0;
	cursor: pointer;
}

.tpf-btn-primary {
	background: linear-gradient(90deg, #0066ff, #00a8ff);
	color: #fff;
	box-shadow: 0 8px 26px rgba(3, 24, 56, 0.12);
}

.tpf-btn-ghost {
	background: transparent;
	color: #0b66d0;
	border: 1px solid rgba(11, 102, 208, 0.12);
}

/* small screens tweak */
@media (max-width: 420px) {
	.tpf-step-title {
		font-size: 15px;
	}

	.tpf-step-desc {
		font-size: 13px;
	}
}

.tpf-addservice-section {
	padding: 50px 0px;
	background: #f5f7fa;
}

.tpf-addservice-container {
	text-align: center;
}

.tpf-addservice-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #222;
}

.tpf-addservice-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 25px;
}

.tpf-addservice-card {
	background: #fff9f4;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.tpf-addservice-card:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.048);
}

.tpf-addservice-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #0c0c0c;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	margin-left: 0;
}

.tpf-addservice-icon i {
	font-size: 18px;
	color: #ff9900;
}

.tpf-addservice-card h3 {
	font-size: 18px;
	font-weight: 800;
	color: #00227d;
	margin-bottom: 8px;
}

.tpf-addservice-card p {
	font-size: 15px;
	color: #000000;
}

/* Section Styling */
.tpf-trust-section {
	padding: 50px 0;
	background: #ffffff;
}

/* Title */
.tpf-trust-title {
	font-size: 32px;
	font-weight: 700;
	color: #222;
	margin-bottom: 25px;
}

/* Image */
.tpf-trust-image-box {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.tpf-trust-image {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* List */
.tpf-trust-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	padding-left: 1.5rem;
}

.tpf-trust-list li {
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.tpf-trust-list li i {
	color: #ffa600;
	font-size: 20px;
	margin-right: 10px;
}

/* Description */
.tpf-trust-desc {
	font-size: 16px;
	color: #555;
	margin-top: 15px;
}

/* Responsive */
@media (max-width: 768px) {
	.tpf-trust-title {
		font-size: 26px;
	}
}

@media (max-width: 1280px) {
	.tpf-why-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1199px) {
	.tpf-steps {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.car-banner .row.mainrowsec {
		flex-direction: column-reverse;
	}

	.cform-reserve-box {
		margin-bottom: 30px;
		padding-left: 0px;
	}

	.tpf-why-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tpf-steps {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.tpf-steps {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 580px) {
	.cform-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.tpf-why-heading h2 {
		font-size: 23px;
	}

	.tpf-why-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.tpf-type-heading,
	.tpf-addservice-title {
		font-size: 23px;
		margin-bottom: 28px;
	}

	.tpf-steps {
		margin-top: 20px;
	}

	.tpf-trust-title {
		font-size: 23px;
	}

	.cookies-box {
		display: none !important;
	}
}

@media (max-width: 480px) {
	.tpf-step-index {
		min-width: 35px;
		min-height: 35px;
		border-radius: 7px;
	}

	.tpf-trust-list li {
		font-size: 13px;
	}

	.tpf-trust-desc {
		font-size: 13px;
	}
}


.iti__selected-dial-code {
	color: #000;
	font-size: 13px;
}

.iti__country {
	color: #000;
	font-size: 13px;
}