.top-bar{
	background-color: #202988;
}
.top-bar a, .top-bar i, .top-bar p a, .top-bar p i{
	color:#fff;
}
.footer-widget-area{
	background-color: #202988!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:#202988 !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:#202988!important;
}
.section-heading h3 span{
	color:#f9e90d!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: #f9e90d;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	height:50px;
	color:#202988;
}
.cbutton:hover {
	font-weight:bold;
    width: 100%;
    padding: 10px;
    background-color: #202988;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	color:#f9e90d;
}


.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:#202988;
    color:#fff;
}

.pagination .active a{
	color:#fff!important;
}
.pagination .active{
    background:linear-gradient(135deg,#202988,#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;
  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;
	}
}