/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	transition: 0.5s;
	z-index: 99;
}

/*** Button Start ***/
.btn {
	font-weight: 600;
	transition: .5s;
}

.btn-square {
	width: 32px;
	height: 32px;
}

.btn-sm-square {
	width: 34px;
	height: 34px;
}

.btn-md-square {
	width: 44px;
	height: 44px;
}

.btn-lg-square {
	width: 56px;
	height: 56px;
}

.btn-xl-square {
	width: 66px;
	height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

.btn.btn-primary {
	color: var(--bs-white);
}

.btn.btn-primary:hover {
	background: var(--bs-secondary);
	border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
	color: var(--bs-white);
}

.btn.btn-secondary:hover {
	background: var(--bs-primary);
	border: 1px solid var(--bs-primary);
}

.btn.btn-light {
	color: #ff0000;
}

.btn.btn-light:hover {
	color: var(--bs-white);
	background: #dc3545;
	border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
	0% {
		border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
	}

	25% {
		border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;
	}

	50% {
		border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;
	}

	75% {
		border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;
	}

	100% {
		border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
	}
}

/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
	background: var(--bs-white);
}

.sticky-top {
	transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
	position: relative;
	margin-right: 25px;
	padding: 35px 0;
	letter-spacing: 1px;
	color: var(--bs-dark);
	font-size: 17px;
	font-weight: 500;
	outline: none;
	transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
	padding: 20px 0;
	color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
	max-height: 60px;
	transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
	max-height: 50px;
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	vertical-align: middle;
	margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
	transform: rotateX(0deg);
	visibility: visible;
	margin-top: 8px !important;
	background: var(--bs-light);
	transition: .5s;
	opacity: 1;
}


@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		visibility: hidden;
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		border: 0;
		border-radius: 10px;
		margin-top: 8px !important;
		transition: .5s;
		opacity: 0;
	}
}

#desktop-heading {margin-top: -21px;}

@media (min-width: 992px) {
	.contact-form {
            padding: 4px !important;
  }
}

@media (max-width: 991px) {
	.navbar.navbar-expand-lg .navbar-toggler {
		padding: 8px 10px;
		border: 1px solid var(--bs-primary);
		color: var(--bs-primary);
                width: 138px;
	}

	.sticky-top .navbar-light .navbar-nav .nav-link {
		padding: 12px 0;
	}
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
	object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
	height: 700px;
}

.carousel-item .carousel-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	display: flex;
	align-items: center;
}

.carousel .carousel-indicators {
	left: 75%;
	top: 50%;
	margin-right: 25%;
	transform: translateY(-50%);
	flex-direction: column;
}

#franchises {
	color: #dc3545;
	font-size: 25px;
}

.service-icon {
	background-color: #1e293b;
	border-radius: 50%;
	padding: 20px;
	display: inline-block;
	margin-bottom: 15px;
}

.service-box {
	background-color: #1e293b;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	transition: transform 0.3s ease;
}

.service-box:hover {
	transform: translateY(-5px);
}

.car-image {
	max-width: 100%;
	height: auto;
	margin: 40px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 40px;
	font-size: 2rem;
	font-weight: bold;
        margin-top: -90px;
}

.process-section {
	font-family: Arial, sans-serif;
	background-color: #0d1a2a;
	/* Fallback dark color */
}

/* Section Background and Overlay */
.process-section {
	position: relative;
	/* Replace 'background-car.jpg' with your image file name */
	background-image: url('background-car.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	/* Optional for parallax effect */
	padding: 15px 0;
	z-index: 1;
	/* Ensure content is above the image/overlay */
}

/* Dark Overlay to make text readable */
.process-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	/* Black overlay with 70% opacity */
	z-index: 0;
}

/* Ensure all content is above the overlay */
.process-section>.container {
	position: relative;
	z-index: 2;
}

/* Header Styling */
.section-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: white;
}

.section-description {
	font-size: 1rem;
	color: #b0b0b0;
	/* Light grey text */
}

.brand-market {font-size: 20px;}

/* Process Card Styling */
.process-card {
	background-color: #1a2a3e;
	/* Dark blue/navy background */
	color: white;
	padding: 30px;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	/* To keep the step number circle contained */
	transition: transform 0.3s ease;
}

/* Hover effect (Optional) */
.process-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.card-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #ff0000;
}

.card-text {
	color: #b0b0b0;
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 25px;
	/* Space for the number circle */
}

.our-testimonial {
	text-align: justify;
        font-size: 12px;
        margin-top: 10px;
}

.truck-icons{
	color: #ea001e;
}

/* Step Number Circle (01., 02., 03.) */
.step-number {
	position: absolute;
	bottom: 18px;
	/* Position from the bottom */
	right: 30px;
	/* Position from the right */
	width: 50px;
	height: 50px;
	background-color: transparent;
	border: 2px solid white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 600;
	color: white;
}

/* Arrow to Top Styling (Optional) */
.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #e61e27;
	/* Red color */
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 18px;
	z-index: 100;
}

.carousel-indicators [data-bs-target] {
	display: flex;
	width: 15px;
	height: 15px;
	border: 6px solid var(--bs-white);
	border-radius: 15px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 70px;
	background-color: var(--bs-secondary);
	opacity: 1;
	transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
	background-color: var(--bs-primary);
}

@media (max-width: 992px) {
	.carousel-indicators [data-bs-target] {
		display: none;
	}
}

/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	position: relative;
	overflow: hidden;
	background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/fact-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 60px 0;
	transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
	position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
	color: var(--bs-white);
}

/*** Single Page Hero Header End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
	background: var(--bs-light);
	transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
	width: 90px;
	height: 90px;
	border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-secondary);
	background: var(--bs-primary);
	animation-name: icon-animat;
	animation-duration: 5s;
	animation-delay: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	transition: 0.5s;
}

.about .about-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;

}

.about .about-img .img-1 {
	height: 85%;
	margin-right: 50px;
}

.about .about-img .img-2 {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	padding-left: 50px;
	border-radius: 10px;
}

.about .about-img::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 98%;
	top: 0;
	right: 0;
	border-radius: 10px;
	background: var(--bs-primary);
	z-index: -1;
}

/* popup-section-start */
body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-bottom: 48px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: end;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* End-popup */

.banner-contactform {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 42px;	
}  
.touch-heading { margin-top: -18px;
}

.success-testimonials{margin-left: 8px;}

.about .about-item .text-item {
	position: relative;
	padding-left: 25px;
}

.about .about-item .text-item::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
	background: var(--bs-secondary);
}

/*** About End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
	position: relative;
	border: 1px solid var(--bs-secondary);
	border-radius: 10px;
	transition: 0.5s;
}

.categories .categories-item:hover {
	border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
	box-shadow: 0 0 50px rgba(234, 0, 30, .3);
}

.categories .categories-item-inner .categories-img {
	background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
	border-top: 4px solid var(--bs-white);
	text-align: center;
	background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
	display: flex;
	align-items: center;
	justify-content: center;
}

.categories-carousel .owl-stage-outer {
	margin-top: 65px;
	margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
	position: absolute;
	top: -65px;
	padding: 10px 35px;
	color: var(--bs-white);
	background: var(--bs-primary);
	border-radius: 50px;
	transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
	left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
	right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
	background: var(--bs-secondary);
	color: var(--bs-white);
}

/*** Cars Categories End ***/


/*** Blog Start ***/
.blog .blog-item {
	border-radius: 10px;
	transition: 0.5s;
}

.blog .blog-item:hover {
	box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.3);
	transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
	height: 100%;
}

.blog .blog-item .blog-img img {
	transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
	transform: scale(1.2);
}

.blog .blog-item .blog-content {
	position: relative;
	background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
	position: absolute;
	top: 0;
	left: 25px;
	transform: translateY(-50%);
	padding: 12px 25px;
	border-radius: 10px;
	color: var(--bs-white);
	background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
	display: flex;
	justify-content: space-between;
}

/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
	position: relative;
	text-align: center;
	border-radius: 10px;
	margin-top: 100px;
	background: var(--bs-light);
	transition: 0.5s;
	z-index: 1;
}

.team .team-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	border-radius: 10px;
	background: var(--bs-secondary);
	z-index: 2;
	transition: 0.5s;
}

.team .team-item:hover::after {
	height: 100%;
}

.team .team-item .team-content {
	position: relative;
	z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
	transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
	color: var(--bs-white);
}

.team .team-item:hover .team-content p {
	color: var(--bs-white);
}

.team .team-item .team-img {
	position: relative;
	overflow: hidden;
	top: -100px;
	margin-bottom: -100px;
	border-radius: 10px;
	z-index: 3;
}

.team .team-item .team-img img {
	transition: 0.5s;
}

.team .team-item:hover .team-img img {
	transform: scale(1.1);
}

.team .team-item .team-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	border-radius: 10px;
	background: rgba(255, 255, 255, .3);
	z-index: 4;
	transition: 0.5s;
}

.team .team-item:hover .team-img::after {
	height: 100%;
}

/*** Team End ***/

/*** Contact Start ***/
.contact .contact-add-item {
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
	width: 90px;
	height: 90px;
	border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-secondary);
	background: var(--bs-primary);
	animation-name: icon-animat;
	animation-duration: 5s;
	animation-delay: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	transition: 0.5s;
}

.testimonials-wrap {
	padding: 0px 0;
        margin-top: -12px;
}

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

.sub-heading {
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	display: block;
	font-weight: 600;
	color: #ea001e;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.heading-section h2 {
	font-size: 38px;
	font-weight: 600;
	padding-top: 0px;
	padding-bottom: 0px;
}  

.my-videos {
	font-size: 38px;
	font-weight: 600;
	padding-top: 0px;
	padding-bottom: 0px;
}

.testimonial-box {
	display: block;
	position: relative;
	padding: 30px 20px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .03);
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.user-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	min-width: 80px;
	background-size: 100%;
        margin-top: 65px;
}

.carousel-testimonial .item {
	padding: 30px 10px;
}

.quote {
	position: absolute;
	top: -23px;
	color: #dc3545;
	font-size: 27px;
}

.name {
	margin-bottom: 0;
	line-height: 14px;
	font-size: 17px;
	font-weight: 500;
}

.position {
	color: #adadad;
	font-size: 14px;
}

.carousel-testimonial .owl-nav {
	text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
	padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
	outline: none;
	padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
	display: block;
	font-size: 25px;
	width: -1px;
	margin-top: -12px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
	opacity: 0.5;
}

#basic-footer {
	background: var(--bs-dark);
}

#quick {
	font-family: Arial, sans-serif;
	padding-top: 42px;
	padding-bottom: 0px;
	background-color: #ffffff;
        
}

.car-rental-section {
	text-align: center;
	padding: 50px 0;
}

.main-title {
	font-size: 36px;
	font-weight: 700;
	color: #212529;
	/* Dark text */
	margin-bottom: 50px;
}

.subtitle {
	font-size: 16px;
	font-weight: 500;
	color: #6c757d;
	margin-bottom: 10px;
}

.step-container {
	position: relative;
	padding: 0px;
}

.icon-wrapper {
	position: relative;
	width: 150px;
	/* Size of the shape container */
	height: 150px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Styling for the abstract background shapes */
.icon-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffede8;
	/* Light coral/pink background */
	/* Custom shape approximation (using border-radius for an organic/blob effect) */
	border-radius: 50% 30% 60% 40% / 40% 60% 30% 70%;
	opacity: 0.8;
	transform: rotate(15deg);
}

/* The actual orange icon circle */
.step-icon {
	z-index: 1;
	/* Bring the icon above the background shape */
	font-size: 48px;
	color: #ff0000;
	/* Bright orange icon color */
	padding: 15px;
	border-radius: 50%;
	border: 2px solid #ff6633;
	/* Orange border around the icon */
	background-color: #1e293b;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.step-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #212529;
}

.step-description {
	font-size: 14px;
	color: #6c757d;
	line-height: 1.5;
	max-width: 250px;
	margin: 0 auto;
}

/* Styling for the dotted connector line */
.connector-line {
	position: absolute;
	top: 100px;
	/* Adjust to be vertically centered with icons */
	width: 100%;
	height: 2px;
	border-top: 2px dotted #ccc;
	/* Light gray dotted line */
	z-index: 0;
	/* Hide the line on small screens */
	display: none;
}

/* Show the line on medium and larger screens */
@media (min-width: 768px) {
	.step-container:not(:last-child)::after {
		content: '';
		position: absolute;
		top: 75px;
		/* Center with the icon container */
		right: -50%;
		/* Start the line at the edge of the current step */
		width: 100%;
		height: 2px;
	}
}

@media (max-width: 767px) {
	#quick {
			}
}  

@media (max-width: 767px) {
	#financing {
		
	}
}

/* Mobile adjustment for better spacing */
@media (max-width: 767px) {
	.step-container {
		margin-bottom: -45px;
	}
}

/* Custom CSS */
#financing {
	font-family: Arial, sans-serif;
	background-color: #f8f9fa;
        margin-top: 32px;
	}

.services-section {
	padding: 80px 0;
	/* Approximate the subtle dotted background texture */
	background-image: radial-gradient(#d3d3d3 1px, transparent 1px);
	background-size: 20px 20px;
}

.service-card {
	background-color: #ffffff;
	padding: 30px 20px;
	text-align: left;
	margin-bottom: 30px;
	height: 100%;
	/* Ensures all cards have the same height */
}

.service-icon {
	font-size: 38px;
	color: #ea001e;
	/* Dark blue/Royal blue icon color */
	margin-bottom: 25px;
	line-height: 1;
	/* margin-left: 122px; */
}

.service-icon i {
	/* Applying subtle outline effect to match the design */
	text-shadow:
		-1px -1px 0 #174291,
		1px -1px 0 #174291,
		-1px 1px 0 #174291,
		1px 1px 0 #174291;
	/* Using a lighter blue for the fill color, which is usually not ideal 
               with text-shadow, but it mimics the two-tone outline look. 
               We'll use a slightly lighter shade for the icon itself. */
	color: #4b89dc;
}

.service-title {
	font-size: 35px;
	/* text-align: center; */
	font-weight: 700;
	color: #212529;
	margin-bottom: 0px;
        margin-top: -12px;
}  

.service-description {
	font-size: 14px;
	color: #6c757d;
	line-height: 1.6;
	margin-bottom: 0;
	/* Lightening the text color to match the subtle design */
	color: #888;
}

#faqes {
	font-family: "Inter", sans-serif;
	background-color: #121212;
	color: #fff;
        margin-top: 35px;
}

.faq-section {
	padding: 32px 0;
}

.faq-title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.faq-title::after {
	content: "FAQ";
	position: absolute;
	top: -40px;
	left: 0;
	font-size: 8rem;
	color: rgba(255, 255, 255, 0.05);
	font-weight: 900;
	z-index: -1;
}

.accordion-item {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 10px;
}

.accordion-button {
	background: transparent;
	color: #fff;
	font-weight: 600;
	font-size: 1.05rem;
	padding: 1rem 0;
	box-shadow: none;
	border: none;
}

.accordion-button::after {
	display: none;
}

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

.accordion-body {
	color: #3b3b3b;
	font-size: 0.95rem;
	line-height: 1.7;
	padding: 0 0 1rem 0;
}

.faq-number {
	color: #fff;
	opacity: 0.6;
	font-weight: 700;
	margin-right: 10px;
	font-size: 1rem;
}

.accordion-button.collapsed:hover {
}

@media (max-width: 992px) {
	.faq-title::after {
		font-size: 5rem;
	}

	.faq-section {
		padding: 60px 0;
	}
}

#services {
	background-color: #fff;
	color: #333;
	font-family: 'Poppins', sans-serif;
}

#services-icons {
	font-size: 36px;
}

.services-section {
	text-align: center;
	padding: 50px 0;
}

.services-section-franchies h2 {
	font-size: 1.2rem;
	font-weight: 700;
}

.services-section h2 span {
	color: #e4002b;
	/* Red Accent */
}

.services-section p {
	color: #555;
	max-width: 700px;
	margin: 10px auto 50px;
}

.service-card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 40px 20px;
	transition: all 0.3s ease-in-out;
	border: none;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.icon-shape {
	background-color: #1e293b;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #ff0000;
	font-size: 30px;
}

.service-card h5 {
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}

.service-card p {
	font-size: 14px;
	color: #666;
	margin: 0;
	/* text-align: center; */
        margin-bottom: 6px;
        margin-top: 6px;
        text-align: justify;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

section {
   padding: 0px 0;
    /* min-height: 100vh; */
        }
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #000;
  padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #ff0000;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}

.contact-page-form input , .contact-page-form select{
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 8px 16px;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
}
#enquirydata {
  background-color: rgba(0, 0, 0, 0.1);
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}

.baner-content {margin-top: 150px;}

.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 40px;
  padding: 6px 16px;
  border-radius: 4px;
}

.footprint-all {border-radius: 5px;}

#foot-fool {padding: 10px;
    width: 142px; color:#ffff; border: aqua; background-color: #ff0000;}

.single-input-fieldsbtn input[type="submit"] {
  /* background: #000 none repeat scroll 0 0; */
  background: #ff0000;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
  }
.single-input-fieldsbtn input[type="submit"]:hover{background:#e4002b;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}

::-webkit-input-placeholder {
	color: #888;
}

:-moz-placeholder {
	color: #888;
}

::-moz-placeholder {
	color: #888;
}

:-ms-input-placeholder {
	color: #888;
}

.footprints-section {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
}

@media (min-width: 700px) {
  .banner-para p {display: none;}
}

@media (min-width: 600px) {
  .display-5 h1 {
    margin-top: 200px !important;
  }
}
/* ------------------------------------------- */
/* --- 1. Our Footprints Section Styles --- */
/* ------------------------------------------- */
.footprints-section {
	background-color: #ffff;
	padding: 35px 0 0px;
	text-align: center;
}

.footprints-title {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 0px;
	color: #212529;
        margin-top: -40px;
}

.footprints-title .highlight {
	color: #dc3545;
	/* Red for "Footprints" */
}

.footprints-description {
	font-size: 16px;
	color: #6c757d;
	max-width: 800px;
	margin: 0 auto 50px;
	line-height: 1.6;
}

.location-card {
	position: relative;
	height: 150px;
    width: 185px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 4px solid #dee2e6;
	border-radius: 16px;
	cursor: pointer;
}

.location-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.4);
	/* Dark overlay effect on image */
	transition: filter 0.3s ease;
}

.location-card:hover .location-image {
	filter: brightness(0.6);
	/* Slightly lighter on hover */
}

.location-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.location-name {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.location-view-btn {
	background-color: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 8px 30px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	display: inline-block;
}

.location-view-btn:hover {
	background-color: #dc3545;
	border-color: #dc3545;
	color: #ffffff;
}

/* ------------------------------------------- */
/* --- 2. Car Rental Steps Section Styles --- */
/* ------------------------------------------- */
.car-rental-section {
	background-color: #ffffff;
	text-align: center;
	padding: 80px 0;
}

.car-rental-section .subtitle {
	font-size: 16px;
	font-weight: 500;
	color: #6c757d;
	margin-bottom: 5px;
}

.car-rental-section .main-title {
	font-size: 40px;
	font-weight: 800;
	color: #212529;
	margin-bottom: 50px;
}

.step-container {
	position: relative;
	padding: 0px;
}

.icon-wrapper {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Styling for the abstract background shapes */
.icon-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #ffede8;
	/* Light coral/pink background */
	border-radius: 50% 30% 60% 40% / 40% 60% 30% 70%;
	opacity: 0.8;
	transform: rotate(15deg);
}

/* The actual orange icon */
.step-icon {
	z-index: 1;
	font-size: 0px;
	color: #ff0000;
	padding: 20px;
}

.step-title {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 15px;
	color: #212529;
}

.step-description {
	font-size: 15px;
    color: #6c757d;
    line-height: 1.5;
    max-width: 299px;
    margin: 15px;
    text-align: justify;
}

#containers-squad {margin-top: 30px;
}

/* Styling for the dotted connector line */
@media (min-width: 768px) {
	.step-container:not(:last-child)::after {
		content: '';
		position: absolute;
		top: 75px;
		/* Center with the icon container */
		right: -50%;
		width: 100%;
		height: 2px;
	}
}

/* Mobile adjustment for better spacing */
@media (max-width: 767px) {
	.step-container {
		margin-bottom: 0px;
	}
}

/* ------------------------------------------- */
/* --- Scroll to Top Button (Red Arrow) --- */
/* ------------------------------------------- */
.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #dc3545;
	/* Red button color */
	color: white;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	/* Slightly rounded corners */
	display: none;
	/* Hidden by default, shown by JS */
	align-items: center;
	justify-content: center;
	font-size: 20px;
	text-decoration: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	transition: background-color 0.3s ease;
	border: none;
}

.scroll-to-top:hover {
	background-color: #c82333;
	/* Darker red on hover */
	color: white;
}

.brand-features-section {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
}

/* --- Global Icon Styling for Orange Theme --- */
.icon-wrapper-coral {
	position: relative;
	width: 80px;
	height: 80px;
	min-width: 80px;
	/* Important for side-by-side list */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.icon-wrapper-coral::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1e293b;
	/* Light coral/peach background */
	border-radius: 50% 30% 60% 40% / 40% 60% 30% 70%;
	opacity: 1;
	transform: scale(1.1) rotate(5deg);
}

@media(max-width:768px){
	.user-img {
             margin-left: 98px !important;
	}
}     
@media(max-width:768px){
	.touch-heading {
             margin-top: -14px !important;
	}
} 

.feature-icon-coral {
	z-index: 1;
	font-size: 30px;
	color: #ff0000;
	/* Bright orange icon color */
}

.name {margin-left: 7px;}

.feature-title {
	font-size: 24px;
	font-weight: 700;
	color: #212529;
	margin-bottom: 5px;
}

.feature-description {
	font-size: 12px;
	color: #6c757d;
	line-height: 1.5;
}

/* ------------------------------------------- */
/* --- 1. Brand Features (Two-Column Side-by-Side) --- */
/* ------------------------------------------- */
.brand-features-section {
	padding: 40px 0px;
	background-color: #ffffff;
}

.feature-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}

/* ------------------------------------------- */
/* --- 2. Car Rental Steps Section (Orange Theme) --- */
/* ------------------------------------------- */
.car-rental-section {
	background-color: #f8f9fa;
	/* Slight background contrast */
	text-align: center;
	padding: 80px 0;
}

.car-rental-section .subtitle {
	font-size: 16px;
	font-weight: 500;
	color: #6c757d;
	margin-bottom: 5px;
}

.car-rental-section .main-title {
	font-size: 38px;
	font-weight: 800;
	color: #212529;
	margin-bottom: 50px;
}

.step-container {
	position: relative;

}

.step-icon-wrapper {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.step-icon-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffede8;
	border-radius: 50% 30% 60% 40% / 40% 60% 30% 70%;
	opacity: 0.8;
	transform: rotate(15deg);
}

.step-icon {
	z-index: 1;
	font-size: 30px;
	color: #ff0000;
}

.step-title-text {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 15px;
	color: #212529;
}

.step-description-text {
	font-size: 14px;
	color: #6c757d;
	line-height: 1.5;
	max-width: 280px;
	margin: 0 auto;
}

/* Dotted connector line */
@media (min-width: 768px) {
	.step-container:not(:last-child)::after {
		content: '';
		position: absolute;
		top: 75px;
		right: -50%;
		width: 100%;
		height: 2px;
	}
}

/* ------------------------------------------- */
/* --- 3. Logistics Services Section (Blue Theme) --- */
/* ------------------------------------------- */
.logistics-section {
	padding: 80px 0;
	background-color: #ffffff;
	/* Approximate the subtle dotted background texture */
	background-image: radial-gradient(#d3d3d3 1px, transparent 1px);
	background-size: 20px 20px;
}

.service-card-blue {
	background-color: #ffffff;
	padding: 30px 20px;
	text-align: left;
	margin-bottom: 30px;
	height: 100%;
}

.service-icon-blue {
	font-size: 38px;
	color: #174291;
	/* Dark blue/Royal blue icon color */
	margin-bottom: 25px;
	line-height: 1;
}

.service-title-blue {
	font-size: 18px;
	font-weight: 700;
	color: #212529;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.service-description-blue {
	font-size: 14px;
	color: #888;
	line-height: 1.6;
	margin-bottom: 0;
}

.logo-bar-section {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

  /* Button to open popup */
.quote {
  margin: 40px;
  margin-left: 800px;
}

.QuoteModal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  transition: opacity 300ms;
  visibility: hidden;
  opacity: 0;
}

.QuoteModal:target {
  visibility: visible;
  opacity: 1;
}

.popup_modal {
  position: relative;
  margin: 72px auto;
  padding: 20px;
  background: #000;
  box-sizing: border-box;
  box-shadow: 10px 10px 10px 10px #eee;
  width: 500px;
}

.popup_modal .quoteclose {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 20px;
  color: red;
}

/* ------------------------------------------- */
/* --- 1. Header/Logo Bar Section --- */
/* ------------------------------------------- */
.logo-bar-section {
	background-color: #1a1a1a;
	padding: 30px 0px;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),
		linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%),
		linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%);
	background-size: 40px 40px;
}

.logo-img {
	max-height: 40px;
	/* width: auto; */
	/* filter: grayscale(100%) brightness(200%);
	border-radius: 10px; */
}

.logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}

@media(max-width:768px){
	.logo-container {
		width: 50% !important;
	}
}   width: 175px;

@media(max-width:768px){
	.logo-img {
           max-height: 60px !important;
	}
}

.why-us-section {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
}

.section-title {
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 10px;
	color: #ffff;
}

.highlight-red {
	color: #dc3545;
	/* Red accent color */
}

.section-description-lg {
	font-size: 17px;
	color: #6c757d;
	max-width: 800px;
	margin: 0 auto 60px;
	line-height: 1.6;
}

.text-block {
  position: absolute;
  bottom: 355px;
  right: 92px;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
.text-block p { font-size: 17px; }

/* ------------------------------------------- */
/* --- 1. Central Features / Why Us Section --- */
/* ------------------------------------------- */
.why-us-section {
	background-color: #ffff;
	padding: 0px 0;
	text-align: center;
}

.feature-list-why-us {
	margin: 40px 0;
}

.feature-item-why-us {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	text-align: left;
}

.feature-item-why-us.right-aligned {
	flex-direction: row-reverse;
	text-align: right;
}

.feature-icon-wrapper-red {
	position: relative;
	width: 80px;
	height: 80px;
	min-width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
	border-radius: 50%;
	background-color: #dc3545;
	/* Red background for the icon */
}

.feature-icon-wrapper-red::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ff0000;
	/* Using a complex border radius to mimic the blob shape */
	border-radius: 50% 30% 60% 40% / 40% 60% 30% 70%;
	opacity: 0.8;
	transform: scale(1.1) rotate(5deg);
	z-index: 0;
}

.feature-icon-why-us {
	font-size: 30px;
	color: #ffffff;
	z-index: 1;
}

.feature-title-why-us {
	font-size: 20px;
	font-weight: 700;
	color: #212529;
	margin-bottom: 5px;
}

.feature-description-why-us {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: -9px;
}

.car-image-center {
	max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin: 50px !important;
    margin-top: -60px !important;
}

/*** Contact End ***/
/*** Footer Start ***/
.footer {
	background: var(--bs-dark);
}

.footer .footer-item a {
	line-height: 35px;
	color: var(--bs-body);
	transition: 0.5s;
}

.footer .footer-item p {
	line-height: 30px;
        text-align: justify;
        color: #fff;
}

.footer .footer-item a:hover {
	letter-spacing: 1px;
	color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
	transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
	background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
	color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: var(--bs-dark);
}

/*** copyright end ***/
@media(max-width:999px){
	.pppp{
		width: 33.33% !important;
	}
	.location-card{
	height: auto !important;
    width: 100% !important;
}
}

@media(max-width:768px){
	.pppp{
		width: 50% !important;
	}
}

@media(max-width:500px){
	.carousel .carousel-item, .carousel .carousel-item img {
    height: 1000px;
}
}

@media(max-width:768px){
	.heading-section h2  {
		font-size: 28px !important;
	}
} 

@media(max-width:768px){
	.car-rental-section .main-title {
    font-size: 29px !important;
	}
}

@media(max-width:768px){
	.text-danger {
    display: block !important
	}
}

@media(max-width:768px){
	#vvvv {
        padding: 1rem !important;
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    	}
}
       

@media(max-width:768px){
	.service-title {
		font-size: 28px !important;
		text-align: center !important;
	}
	.service-card p{
		/* text-align: center !important; */
	}
} 
    
@media(max-width:768px){
	.my-partner {
		font-size: 20px !important;
	}
	.service-card p{
		/* text-align: center !important; */
	}
} 

@media(max-width:768px){
	.service-icon {
		margin-left: 100px !important;
	}
}


.phone-btn{
	display: none;
}
.headere-btn {color: #ff0000;width: 167px;}
@media(max-width:999px){
	.headere-btn{
		display: none;
	}
	.phone-btn{
		display: block;
	}
}

@media(max-width:768px){
	.carlover {
		width: 305px !important;
	}
}

.carlover {
	padding: 12px;
	border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.joiningdate h1 {font-size: 22px;}  
.close2 {font-size: 25px;text-align: end;} 

@media(max-width:768px){
	.joiningdate {text-align: center;}
	.premium {text-align: center;margin-top: -23px;}
	.presenceindia {text-align: center;}
} 

@media(max-width:768px){
	.india-presence {
		font-size: 15px !important;
	}
} 

@media(max-width:768px){
	.video-franchise {
		width: 270px !important;
		height: 200px !important;
	}
}

@media(max-width:768px){
	.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
    padding-bottom: 48px;
    margin-top: -75px;
}
}

.text-popup {
	padding: 12px;
	border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

#upward {margin-top: 13px;}

.support-icon {font-size: 22px;}

@media(max-width:768px){
	.close2 {
    font-size: 20px;
    text-align: end;
}} 

@media(max-width:768px){
     .banner-contactform {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 52px;
} } 

@media(max-width:768px){
	.modal {
    display: none;
} }   

@media(max-width:768px){
	.my-pride {
        padding: 8px !important;
    } }

.our-body {
    background: rgba(0, 0, 0, 0.01);
    font-family: Arial, sans-serif;
}
.our-body2 {background-color: rgb(52, 52, 52);}

.contact-container {
    max-width: 650px;
    margin: -13px auto;
    text-align: center;
    padding: 5px;
}

h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 700;
}
h2 .red {
    color: red;
}

.subtitle {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 25px;
}

/* Form styling */
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    outline: none;
    background: #fff;
}  

textarea {
    height: 60px;
    resize: none;
}

/* Two-column layout */
.two-col {
    display: flex;
    gap: 15px;
}

.two-col input,
.two-col select {
    flex: 1;
}

/* Submit Button */
button {
    width: 100%;
    padding: 14px;
    background: red;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

button:hover {
 }

/* Responsive for mobile */
@media (max-width: 600px) {
   .two-col {
    }

    h2 {
        font-size: 26px;
    }
}
