:root {
  --pc1: #e1b972;
  --pc2: #2a1d08;
}
a {
  color: var(--pc2);
}
.theme-c2{
	color: var(--pc1) !important;
}
.theme-c1{
	color: var(--pc2) !important;
}
.top-bar{
	background-color: var(--pc2);
}
.mainmenu > ul li a.active{
	color: #c7aa78;
	
}
.top-bar-left p a:hover{
	color:#9f7b56;
}
.top-bar a, .top-bar i, .top-bar p a, .top-bar p i{
	color:#fff;
}
.footer-widget-area{
	background-color: var(--pc2)!important;
}
.footer-widget-area p, .footer-widget-area ul li a, .footer-widget-area h3, .footer-widget-area span{
	color: #fff!important;
}

.subscribe-wrapper button{
	background:var(--pc2) !important;
	color:#fff!important;
}
.subscribe-wrapper button:hover{
	
	color:#d33752!important;
}

.user-registrationarea .nav-tabs{
	border-bottom: 1px solid #dee2e6!important;
}

#userregtupelist .active button{
	background-color: #fff;
}
#userregtupelist .active{
	border:1px solid #eee;
	border-bottom:0px solid #eee!important;
}
.error{
	float: left;
 
  color:#f00;
}
.about-us {
  background-color: #f8f9fa;
}

.about-us h2 {
  font-weight: 700;
}

.about-us p {
  font-size: 16px;
  line-height: 1.7;
}

.services {
  background-color: #f8f9fa;
}

.service-box {
  background: #fff;
  border-radius: 8px;
  transition: 0.3s ease;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

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

.service-box .icon i {
  font-size: 40px;
  color: #007bff;
}

.section-heading h3{
	color:var(--pc2) !important;
}
.section-heading h3 span{
	color:#dcbc80!important;
}


.slider-wrapper {
    position: relative; /* Key: This makes absolute positioning inside work relative to this div */
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}


@media screen and (max-width:900px) {
	.booking-container {
		position: relative; 
		
		
		margin-top:0px;
		/* Adjust horizontal position */
		
		background-color: rgba(255, 255, 255, 0.45); /* Semi-transparent background */
		padding: 2rem;
		border-radius: 8px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		max-width: 36rem;
		width: 90%;
		z-index: 10; /* Ensures the form is above the slider images */
		
		box-sizing: border-box;
	  border-width: 0;
	  border-style: solid;
	  border-color: #e5e7eb;
	  margin: 0 auto;
	}
}

@media screen and (min-width:900px) {
	.booking-container {
		position: absolute; 
		top: 0; /* Adjust vertical position */
		
		right:0;
		
		margin-top:350px;
		/* Adjust horizontal position */
		transform: translate(-40px, -50%); /* Centers the form perfectly */
		background-color: rgba(255, 255, 255, 0.45); /* Semi-transparent background */
		padding: 2rem;
		border-radius: 8px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		max-width: 36rem;
		width: 90%;
		z-index: 10; /* Ensures the form is above the slider images */
		
		box-sizing: border-box;
	  border-width: 0;
	  border-style: solid;
	  border-color: #e5e7eb;
	  
	}
}

.opacity-80{
	opacity:.8;
}

.booking-container h2 {
    margin-top: 0;
	color:#1e2782;
}


.cbutton {
	font-weight:bold;
    width: 100%;
    padding: 10px;
    background-color: var(--pc2)!important;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	height:50px;
	color:#fff;
}
.cbutton:hover {
	font-weight:bold;
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	color:#fff;
}


.about-ushome{
	background: #F9E90D;
background: linear-gradient(90deg,rgba(249, 233, 13, 1) 0%, rgba(51, 58, 125, 1) 85%);
}
.about-ushome p{
	color:#000!important;
	font-size:20px;
}
.about-ushome h2{
	color:#000!important;
}
.pcl{
	display: flex;
}
.pcl .opt1{
	display: flex;
	padding:0px 5px;
}
.pcl .opt1 img{
	width:20px;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 10px)!important;
}
#ajax_response123{
	position: absolute;
  z-index: 999;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background: rgba(255,255,255, .4);
  display:none;
}


.pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin:40px 0;
}

.pagination li{
    min-width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f1f1f1;
    color:#333;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.pagination li:hover a{
	 color:#fff;
}
.pagination li:hover{
    background:var(--pc2);
    color:#fff;
}

.pagination .active a{
	color:#fff!important;
}
.pagination .active{
    background:linear-gradient(135deg,var(--pc2),#f9e90d);
    color:#fff;
    box-shadow:0 4px 12px rgba(0,0,0,0.2);
}

.pagination a span{
    border-radius:50%;
    font-size:11px;
}
.blog-details p{
	width:100%;float:left;
}
.blog-details ul li, .blog-details ol li{
	width:100%;float:left;
}
.languageSelect {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;background-color:var(--pc2);color:#c7aa78;
  font-size: 14px;
  cursor: pointer;max-width:100%;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0 !important;
}

/*responsive css */
.menucontainermdesk .mainmenu #navigation li a{
	padding: 15px 15px!important;
}
/*responsive css */


.fleet_row .fleet_col2{
	text-align:right;position: absolute;right:0;
}
.fleet_row .fleet_col{
	padding:10px;
}
.fleet_row {
	border-bottom:2px solid #eee;
}
@media (min-width: 990px) {
	.between_header_page{
		height: 134px;
	}
}
@media (max-width: 990px) {
	.between_header_page{
		height: 60px;
	}
}


/*second face here */
.topuser_guest li a{
		
	}
	.topuser_guest li{
		float:left;width:auto;
	}
	
	.topuser_guest {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topuser_guest > li a i {
	font-size:22px;
}
.topuser_guest > li {
  position: relative;
  display: inline-block;margin-right:15px;
}

.topuser_guest a {
  display: block;
 
  text-decoration: none;
 
  color: #fff;
}
.top_cart_icon span{	
	color: #fff;
  position: absolute;
  margin-left: -8px;
  margin-top: -10px;
  background-color: #202988;
  border-radius: 26px;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 2px;
  font-size: 14px;
  
}
/* Submenu */
.sub-menut {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  display: none;
  z-index: 999;
}

.sub-menut li {
	float:left;width:100%;
}
.sub-menut li a {
  padding: 10px;
  background: var(--pc2);
}

/* Hover effect */
.topuser_guest li:hover > .sub-menut {
  display: block;
}

.sub-menut li a:hover {
  background: #555;
}

.sub-menut {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.topuser_guest li:hover > .sub-menut {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*second face here */ 
 .parallax-section {
      height: 100%;
      background-image: url("../../images/loginreg.webp");
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      position: relative;
	  
    }	.bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* transparency */
}
.objectfitcover{
	object-fit: cover;width: 100%;height: 100%;display: flex;
}
.img-container{
	height:100%;
}

.custom-card {
  border-radius: 12px!important;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15)!important;
 
}
.form-group label{
	margin-bottom:0px!important;
}
	.usertyperadio{
		width: 35px!important;
		height: 36px!important;  
		float: left!important;
	}
	.usertyperadiolbl{
		float: left;margin-top: 2px;margin-left: 10px;  font-size: 20px;
	}
	
	.contact-form select {
		  width: 100%;
		  height: 56px;
		  background: #f2f1f1;
		  border: none;
		  margin-bottom: 30px;
		  padding: 0px 20px;
		}

.registration-terms{
	display:flex;text-align:center;
	font-size:12px;
}
.registration-terms .termsendcond{
	padding-top:30px; text-align:left;
}
.iti__country-list{
	max-width:200px;
	overflow-x:scroll;
}

.vehiclelistadded .vehiclename{
	padding-bottom: 0px;
	margin-bottom: 0px;
} 
.vehiclelistadded .vehicleopt{
	float:left;
}
.vehiclelistadded .vehicleopt svg{
	float:left;
}
.vehiclelistadded .vehicleopt span{
	color:#000;float:left;padding-right:5px;
}
.vehiclelistadded .vehicleopt i, .vehiclelistadded .vehicleopt img{
	width:20px;height:20px;color:#000;float:left;
} 
.vehiclelistadded li:not(:last-child) {
  border-bottom: 1px solid #ccc; 
}

/*manage quantitiy button */
.quantity-input {
  display: flex; /* Aligns buttons and input in a single row */
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 150px; /* Adjust width as needed */
}

.input-box {
  text-align: center;
  border: none;
  padding: 5px 0;
  width: 100%;
  /* Removes default arrows from number input */
  -webkit-appearance: none; 
  -moz-appearance: textfield;
  appearance: none;
}

.input-box:focus {
  outline: none; /* Removes the default focus outline */
}

.minus-btn, .plus-btn {
  background-color: #f1f1f1;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  height: 100%;
}

.minus-btn:hover, .plus-btn:hover {
  background-color: #ccc;
}

.minus-btn {
  border-radius: 4px 0 0 4px;z-index:99;
}

.plus-btn {
  border-radius: 0 4px 4px 0;z-index:99;
}
@media screen and (min-width: 768px) {
	.quantity-input{
		float: right;
		margin-top: -15px;
		margin-right: 10px;
		margin-bottom: 15px;
		max-width: 100px;
	}
	.vbodycontprice h4{
		margin-right:10px;
	}
}
@media screen and (max-width: 768px) {
	.quantity-input{
		float: right;
		  margin-top: -10px;
		  margin-bottom: 5px;
		  max-width: 100px;margin-bottom: 15px;
	}
}

#addmore_notification p{
	border-bottom: 1px solid #eee;
  font-size: 14px;
  padding-bottom: 15px;
}
/*manage quantitiy button */

/*booking index page */

.hover-card .card-body {
  transition: all 0.3s ease;
}

.hover-card .card-body:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}
.services{
	background-color:#f2f3f3!important;
}
.right_oneway:hover{
	background-color:var(--pc2);color:#fff;
}
.right_oneway{
	background-color:var(--pc2);
	padding:5px 10px;
	border-radius:20px;color:#fff;
	font-weight:bold;
}
.section-heading h3{ font-size:35px;}
.summarycard .pcl {
	text-align: right;
  float: right;
  color: #000;
}
.summarycard .pcl img{
	width:22px; height:22px;
}
.address-timeline {
  position: relative;
  padding-left: 25px;
}

.address-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 5px;
  z-index: 2;
}

.dot.from {
  background: #0d6efd;
}

.dot.to {
  background: #dc3545;
}

.line {
  width: 2px;
  height: 0px;
  background: #ced4da;
  margin: 4px 0 4px 5px;
}

.address-content {
  line-height: 1.3;
}
.edit_route{
	float: right;
  margin-top: -50px;
  position: absolute;
  right: 20px;
}
.editroutebtn:hover{
	background-color:#f9e90d;color:var(--pc2);
	padding:5px 10px;
	border-radius:20px;text-align:center;
}
.editroutebtn{
	background-color:var(--pc2);color:#fff;
	padding:5px 10px;
	border-radius:20px;text-align:center;
}
.pricebottom{
	margin-top:30px;
	padding:30px;
	border:2px dotted var(--pc2);
	border-radius:30px;
}
.setbookingvehicle{
	cursor:pointer;
}
.showpricesub{
	padding:5px 0px;
}
.showpricesub .price_head_text{
	
	font-size:20px;
}
.showpricesub .price_head_text_val{
	float:right;text-align: right;
	font-size:22px;
}
.vehiclelist .active .service-box{
	border:5px solid var(--pc2);
}
.pcl .opt1 img{
	height:20px; width:20px;
}
@media screen and (max-width: 400px) {
	.vbodycont h3{ font-size:16px!important;}
	.vbodycont h4{ font-size:16px!important;}
}
@media screen and (min-width: 400px) and (max-width: 800px) {
	.vbodycont h3{ font-size:20px!important;}
	.vbodycont h4{ font-size:20px!important;}
}
.fw-semibold{
	font-weight:bold;
}
/*booking index page */

.rightsidebookingcontent{
	 position: sticky;
    top: 120px;   /* distance from top */
}


.top-bar-right .social{
	float:left!important;
}

@media screen and (max-width:450px) {
	.mobile-header .topuser_guest1{
		margin-left:7px;
	}
	.mobile-header .logo img{
		margin-top:15px;
	}
	.mtcl{ padding:0px!important; margin:0px!important;}
	.lmtcl{right:5px;}
	
}
@media screen and (min-width:450px) {

	.lmtcl{right:15px;}
}