
*, *::before,*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
}


html {
  -webkit-text-size-adjust: 100%;
}

body {
    background-color: #fbf6f6;
}

/* Whats app Chat */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}

header .logo img{
	height: 50px
}

header .country{
	height: 37px;
	border-radius: 35px;
	width: 40px;
}



.login_btn{
	border-radius: 7px;
  width: 35%;
  font-size: 16px;
  color: white;
  border: 2px solid white;
}

.login_btn:hover{
  color: #fff;
  border: 2px solid #000040;
	background-color: #ff0063;
}


.login_btn:focus{
	background: #ff0063;
	color: white;
	outline: 0;
}

.singup_btn{
  border-radius: 7px;
  width: 35%;
  font-size: 16px;
  color: white;
  border: 2px solid white;
}

.singup_btn:hover{
  color: #fff;
  border: 2px solid #000040;
	background-color: #ff0063;
}


.singup_btn:focus{
	background: #ff0063;
	color: white;
	outline: 0;
}

/* Custom Styles */
/*.banner {
	position: relative;
	background-image: url('../images/bg-city-v4.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}*/

.form-section {
	position: absolute;
	top: 60%;
	left: 50%;
	border-radius: 10px;
	width: 90%;
	transform: translate(-50%, -50%);
	max-width: 1100px;
}

.nav-tabs {
	 border-bottom: none;
}

.nav-tabs .nav-link {
	border: none;
	font-size: 21px;
	background-color: #d3ddf5;
	color: #000;
	font-weight: 600;
    font-family: 'system-ui';
}

.nav-tabs .nav-link.active {
	background-color: rgb(248 245 249);
}

.tab-pane{
	border: none;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
	padding: 5px 20px 30px 20px;
}

.ui-datepicker {
	z-index: 9999 !important;
}

.form-control {
	height: 50px;
}


.nav-tabs {
	justify-content: flex-start;
}

.btn-primary {
	background: linear-gradient(to right, #0044cc, #ec6324); /* Added blue color */
	border: none;
	color: white;
	font-size: 18px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
}

.btn-primary:hover {
	background: linear-gradient(to right, #c0521e, #ec6324); /* Darker shades for hover */
}

/* Responsive Form */
@media (max-width: 767px) {
	.form-inline .col-md-2, .form-inline .col-md-3 {
		margin-bottom: 15px;
	}
}



/*Mobiryde style.css*/

.bus{
    font-family: sans-serif;
    color: black;
    background-color: #f4f4f4;
    padding: 50px 0 63px 0
}

.bus h2{
	font-weight: 600;
  font-size: 26px;
  color: #ff0063;
  line-height: 39px;
  font-family: sans-serif;

}

.bus span  i{
  color: #F2C94C;
  padding: 0 2px;
}

.view_all_btn button{
	background: #ff0063;
  border-radius: 7px;
  width: 100%;
  font-size: 20px;
  color: #fff;
}

.view_all_btn button:hover{
   color: #fff;
  background-color: #cb014f;
}


.view_all_btn button:focus{
	 color: #fff;
  background-color: #cb014f;
}

.bus .bus_image{
	height: 250px ;
	width: 100%;
}




.book_now_btn .submit-btn {
  background: #ff0063;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  margin-top: 10px; 
}

.book_now_btn .submit-btn:hover{
  color: #fff;
  background-color: #cb014f;
}


.book_now_btn button i{
	padding: 0 10px;
}






/*=======================================================*/

.transpot_list{
  padding: 50px 0;
	margin-bottom: 25px;
	/*border-top: 1px solid #ff0063;*/
}

.Popular_vec{
  padding: 25px 0 15px 0;
}

.transpot_list .Popular_vec h2{
	font-weight: 600;
	font-family: sans-serif;
  font-size: 26px;
  line-height: 39px;
  color: #ff0063;


}

/*.transpot_list .Popular_vec button{
	background: #ff0063;
  border-radius: 7px;
  width: 100%;
  font-size: 20px;
  color: #fff;
}*/

/*.transpot_list .Popular_vec button:hover{
  color: #ff0063;
	border: 3px solid #ff0063;
	background-color: white;
}
*/

.transpot_list  .view_all_btn button{
  background: #ff0063;
  border-radius: 7px;
  width: 100%;
  font-size: 20px;
  color: #fff;
}

.transpot_list  .view_all_btn button:hover{
   color: #fff;
  background-color: #cb014f;
}


.transpot_list  .view_all_btn button:focus{
   color: #fff;
  background-color: #cb014f;
}


.transpot_list  .list .logo{
	height: 50px;

}

.transpot_list .list h2{
	font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: black;
}

.transpot_list .list i{
  color: #F2C94C;
  padding: 0 4px;
}


.transpot_list .list button {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  border: none;
  font-size: 12px;
 
  border-radius: 19px;
  color: #fff;
  height: 40px;
  font-weight: 600;
  background:  linear-gradient(90deg, #ff0063 , #ff0063b0);

   /*background: #ff0063;*/
} 

.transpot_list .list button:hover {
  /*background:  linear-gradient(90deg, #ff0000 , #000000);*/
  color: #fff;
  background-color: #cb014f;
} 


.transpot_list .list button i{
	color: white;
	font-weight: 900;
}  




/*=====================Footer=============================*/


footer{
	font-family: 'Poppins', sans-serif;
	background-color: #000040;
	padding-bottom: 40px;
	color: wheat;
}

footer h6{
	font-weight: 600;
	padding: 40px 0 5px 0;
}

footer a{
	color: #ebc3c3;
	font-size: 14px;
	line-height: 30px;
}

footer a:hover{
	text-decoration: none;
	color: #937777;
}







/*==========================simple_coach_hire===================================*/

/* .simple_coach_hire{
  
} */

.demo {
  padding:  30px 20px;
}

.company_deatils{
  padding-top: 120px;
}

.demo .logo{
  height: 80px;
}


.demo  i{
  color: #F2C94C;
  padding: 0px 4px 0 4px;
}

.demo  h2{
  font-weight: 600;
  font-family: sans-serif;
  font-size: 28px;
  padding: 10px 0 0 0; 
  /*line-height: 39px;*/
}

.demo  h6{
  font-weight: 600;
  font-family: sans-serif;
  font-size: 18px;
  margin-bottom: -2px;
  padding-top: 10px;
/*  line-height: 39px;*/
}

.demo p{
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  padding: 10px 0 0 0;
}

.demo .form{
/*  font-family: 'Inter', sans-serif;*/
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #ff0063;
  /*margin: 20px 0; */
  padding: 15px 15px;
  border-radius: 25px;
}

.demo .form h4{
  text-align: center;
  padding-top: 15px;
  font-weight: 600;
  font-size: 26px;
  color: white;
}

.demo .form p{
  text-align: center;
  font-size: 21px;
  line-height: 33px;
  color: white;
}

.demo .form a{
  text-decoration: none;
  color: white;
  font-weight: 700;
}

/*.form a i{
  padding-right: 10px;
}
*/
.demo .form input{
  border-radius: 12px;
  height: 52px;
  font-family: math;
  padding: 7px 25px;
  font-size: 18px;

}

.demo .form select{
  border-radius: 12px;
  height: 52px;
  font-family: math;
  padding: 7px 25px;
  font-size: 18px;

}

.demo .form button{
  background-color: #0866bd;
  color: wheat;
  border-radius: 14px;
  height: 50px;
  font-size: 21px;
}

.demo .form button:hover{
  background-color: #164f85;
  color: white;
  
}



.demo .form .agree{
  font-size: 16px;
  line-height: 8px;
}





/*=======================================*/

.slider{
  background-color: #f4f4f4;
  padding: 25px 0 25px 0;
}

.slider h2{
  font-weight: 600;
/*  font-family: roboto-condensed;*/
  font-size: 35px;
  background: linear-gradient(#000000 40%, #299dd7);
  /* -webkit-background-clip: text; */
  -webkit-text-fill-color: transparent;
}

.slick-next:before {
  color: #ff0063 !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 0 !important;
}

.slick-prev:before{
  color: #ff0063 !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 0 !important;
}

.responsive .car_list{
  margin: 10px;
}

.responsive .car_list h4{
  padding: 10px 0 0 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.responsive img{
  height: 160px;
  margin-left: 5px;
}



.responsive .car_list i{
  color: #F2C94C;
  padding: 0 3px;
}

.responsive .car_list button i{
  color: white;
}


.responsive .car_list button{
  background: #ff0063;
  border-radius: 7px;
  width: 50%;
  font-size: 20px;
  margin: 25px 0;
  color: #fff;
  font-weight: 600;
  border: 3px solid #ff0063;
}

.responsive .car_list button:hover{
  color: #ff0063;
  border: 3px solid #ff0063;
  background-color: white;
}


.responsive .car_list button:focus{
  background: #ff0063;
  color: white;
  outline: 0;
}

/*=========================================*/


.rating{
/*  font-family: 'Inter', sans-serif;*/
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 50px 0;
  background-color: #f4f4f4;

}

.rating .box{
  background-color: #fff;
  padding: 15px 20px;
  margin: 0 10px;
}
.rating  i{
  color: gold;
  font-size: 16px;
  margin-right: 3px;
}

.rating .g-rating{
  font-size: 20px;
}

.rating p{
  line-height: 28px;
}

.rating .google{
  height: 23px
}


/*=================Form============================================*/


.error {  
  color: red;  
  font-size: 14px;  
  display: block;  
  margin-top: 5px;  
} 

#pickup_location-error{
  font-style: italic;
} 
#drop_location-error{
  font-style: italic;
} 
#date-error{
  font-style: italic;
} 






/*=============================================================*/



/* Extra small devices portrait phones, less than 576px*/
@media (max-width: 575.98px) 
{
	#booking {
		padding: 10px 0 40px 0;
		
	}

	#booking h1{
		font-size: 16px;
	}

	.booking-form .form-label {
    height: 5px;
    line-height: 0px;
    font-size: 14px;
	}

	.booking-form .submit-btn {

    width: 100%;
    height: 50px;
    font-size: 20px;
	}

	.bus{
		margin-top: 0;
	}
	.bus h2 {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
            margin-top: -25px;
	}

  .bus .bus_image {
    height: auto;
    width: 100%;
}

	.view_all_btn{
		text-align:  center !important;
	}

	.view_all_btn button {
    display: none;
  }


  .transpot_list {
     padding:  0; 
    margin-bottom: 0px;
    /* border-top: 1px solid #ff0063; */
}
  

	.transpot_list .Popular_vec h2{
		font-size: 16px;
    text-align: center;
	}

	.transpot_list i{
 	 	padding: 5px 5px 15px 5px;
	}

.slick-next {
    right: 2px;
}

.slick-prev {
    left: 4px;
    z-index: 1;
}

.rating .g-rating {
    font-size: 16px;
}












}
















/*====================    MODALER    ===========================*/





.modal-header {
  display: inline ;
}


#myModal ul li {
  list-style: disc;
  padding: 10px 0;  
}

.inr:hover{
  cursor: pointer;
  color: #afafaf;
}

.country:hover{
  cursor: pointer;
}





.language a{
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: black;
  font-weight: 600;
  letter-spacing: 0.9px;
}

.language a:hover{
  color: #ff0063;
}

.language h4{
  font-weight: 600;
}




.currency a{
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: black;
  font-weight: 600;
  letter-spacing: 0.9px;
}

.currency a:hover{
  color: #ff0063;
}

.currency h4{
  font-weight: 600;
}

.currency p{
  font-size: 15px;
}

#myModalinr ul li {
  list-style: disc;
  padding: 10px 0;  

}

#myModal{
  margin-top: 80px;
}







/*======================Login Form=====================================*/


#loginForm {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  }

/*.modal-dialog{
  margin-top: 20px;
}  */

#loginForm p {
  color: #b3b3b3;
  font-weight: 300; 
}

#loginForm h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif; 
}

#loginForm a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
#loginForm a:hover {
  text-decoration: none !important; 
}

#loginForm .content {
  padding: 7rem 0; 
  background-color: white;
}

#loginForm h2 {
  font-size: 20px; 
}



@media (max-width: 991.98px) {
  .half .bg {
    height: 500px; 
  } 
}

.half .contents, .half .bg {
  width: 100%; 
}

@media (max-width: 1199.98px) {
  .half .contents, .half .bg {
    	width: 100%;
    } 
}

.half .contents .form-group, .half .bg .form-group {
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #efefef;
  padding: 15px 15px;
  border-bottom: none;
  position: relative; 
}

.half .contents .form-group label, .half .bg .form-group label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}

.half .contents .form-group input:focus + label, .half .bg .form-group input:focus + label {
  margin-top: -20px; 
}

.half .contents .form-group.first, .half .bg .form-group.first {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px; 
}

.half .contents .form-group.last, .half .bg .form-group.last {
  border-bottom: 1px solid #efefef;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; 
}

.half .contents .form-group label, .half .bg .form-group label {
  font-size: 12px;
  display: block;
  margin-bottom: 0;
  color: #b3b3b3; 
}

.half .contents .form-group.field--not-empty label, .half .bg .form-group.field--not-empty label {
  margin-top: -20px; 
}

.half .contents .form-control, .half .bg .form-control {
  border: none;
  padding: 0;
  font-size: 20px;
  border-radius: 0; 
}

.half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.half .bg {
  background-size: cover;
  background-position: center; 
}

.half a {
  color: #888;
  text-decoration: underline; 
}

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px; 
}

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; 
}

.social-login a {
  display: block;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 10px; 
}

.social-login a:hover {
  color: #fff; 
}

.social-login a.facebook {
  background: #3b5998; 
}

.social-login a.facebook:hover {
  background: #344e86; 
}

.social-login a.twitter {
 
  background: #1da1f2; 
}

.social-login a.twitter:hover {
  background: #0d95e8; 
}

.social-login a.google {
  background: #ea4335; 
}

.social-login a.google:hover {
  background: #e82e1e; 
}

#loginForm .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; 
}

.control .caption {
  position: relative;
  top: .2rem;
  color: #888; 
}

#loginForm .control input {
  position: absolute;
  z-index: -1;
  opacity: 0; 
}

#loginForm .showpassword{
  position: absolute;
  top: 29px;
  right: 20px;
  color: darkgrey;
  cursor: pointer;
}

#loginForm .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; 
}

#loginForm .control--radio .control__indicator {
  border-radius: 50%; 
}

#loginForm .control:hover input ~ .control__indicator,
#loginForm .control input:focus ~ .control__indicator {
  background: #ccc; 
}

#loginForm .control input:checked ~ .control__indicator {
  background: #007bff; 
}

#loginForm .control:hover input:not([disabled]):checked ~ .control__indicator,
#loginForm .control input:checked:focus ~ .control__indicator {
  background: #1a88ff; 
}

#loginForm .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; 
}

#loginForm .control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}

#loginForm .control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; 
}

#loginForm .control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}

#loginForm .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; 
}

#loginForm .control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: .2; 
}



/*======================Signup Form=====================================*/


#signupForm {
  font-family: "Roboto", sans-serif;
  background-color: #ff0063;
  }

#signupForm  .modal-dialog{
  margin-top: 100px;
}  

#signupForm p {
  color: #b3b3b3;
  font-weight: 300; 
}

#signupForm h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif; 
}

#signupForm a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
#signupForm a:hover {
  text-decoration: none !important; 
}

#signupForm .contents {
  padding: 1rem 2rem; 
  background-color: white;
}

#signupForm h2 {
  font-size: 20px; 
}



@media (max-width: 991.98px) {
  #signupForm  .half .bg {
    height: 500px; 
  } 
}

#signupForm  .half .contents, .half .bg {
  width: 100%; 
}

@media (max-width: 1199.98px) {
  #signupForm  .half .contents, .half .bg {
      width: 100%;
    } 
}

#signupForm  .half .contents .form-group, .half .bg .form-group {
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #efefef;
  padding: 15px 15px;
  border-bottom: none;
  position: relative; 
}

#signupForm  .half .contents .form-group label, .half .bg .form-group label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}

#signupForm  .half .contents .form-group input:focus + label, .half .bg .form-group input:focus + label {
  margin-top: -20px; 
}

#signupForm  .half .contents .form-group.first, .half .bg .form-group.first {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px; 
}

#signupForm  .half .contents .form-group.last, .half .bg .form-group.last {
  border-bottom: 1px solid #efefef;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; 
}

#signupForm  .half .contents .form-group label, .half .bg .form-group label {
  font-size: 12px;
  display: block;
  margin-bottom: 0;
  color: #b3b3b3; 
}

#signupForm  .half .contents .form-group.field--not-empty label, .half .bg .form-group.field--not-empty label {
  margin-top: -20px; 
}

#signupForm  .half .contents .form-control, .half .bg .form-control {
  border: none;
  padding: 0;
  font-size: 20px;
  border-radius: 0; 
}

#signupForm  .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; 
}

#signupForm  .half .bg {
  background-size: cover;
  background-position: center; 
}

#signupForm  .half a {
  color: #ff0063;
  text-decoration: underline; 
  padding-left: 10px
}

#signupForm  .half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px; 
}

 #signupForm .half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; 
}

#signupForm  .social-login a {
  display: block;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 10px; 
}

#signupForm  .social-login a:hover {
  color: #fff; 
}

#signupForm  .social-login a.facebook {
  background: #3b5998; 
}

#signupForm  .social-login a.facebook:hover {
  background: #344e86; 
}

#signupForm  .social-login a.twitter {
 
  background: #1da1f2; 
}

#signupForm  .social-login a.twitter:hover {
  background: #0d95e8; 
}

#signupForm  .social-login a.google {
  background: #ea4335; 
}

#signupForm  .social-login a.google:hover {
  background: #e82e1e; 
}

#signupForm .control {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; 
}

#signupForm  .control .caption {
  position: relative;
  top: .2rem;
  color: #888; 
}

#signupForm  .control .caption a{
  text-decoration: none;
}

#signupForm .control input {
  position: absolute;
  z-index: -1;
  opacity: 0; 
}

#signupForm .showpassword{
  position: absolute;
  top: 29px;
  right: 20px;
  color: darkgrey;
  cursor: pointer;
}

#signupForm .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; 
}

#signupForm .control--radio .control__indicator {
  border-radius: 50%; 
}

#signupForm .control:hover input ~ .control__indicator,
#signupForm .control input:focus ~ .control__indicator {
  background: #ccc; 
}

#signupForm .control input:checked ~ .control__indicator {
  background: #007bff; 
}

#signupForm .control:hover input:not([disabled]):checked ~ .control__indicator,
#signupForm .control input:checked:focus ~ .control__indicator {
  background: #1a88ff; 
}

#signupForm .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; 
}

#signupForm .control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}

#signupForm .control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; 
}

#signupForm .control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}

#signupForm .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; 
}

#signupForm .control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: .2; 
}

/*
a[id="one"]:target ~ #signupForm {
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}*/

.get {
    background: linear-gradient(45deg, #2a3d8f, #29a8e0);
    position: relative;
    top: -50px;
	border-radius: 7px;
}






/* Form Section */

.banner {
    position: relative;
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-position: center;
    height: 570px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.form-section {
    position: absolute;
    top: 49%;
    left: 50%;
    border-radius: 10px;
    width: 90%;
    transform: translate(-50%, -50%);
    max-width: 1100px;
}

.nav-tabs {
      border-bottom: none;
}

.nav-tabs .nav-link {
    border: none;
    font-size: 21px;
    background-color: #d3ddf5;
    color: #000;
}

.nav-tabs .nav-link.active {
    background-color: rgb(248 245 249);
}

.tab-pane{
    border: none;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    padding: 5px 20px 30px 20px;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.form-control {
    height: 50px;
}


.nav-tabs {
    justify-content: flex-start;
}

.btn-primary {
    background: linear-gradient(to right, #0044cc, #ec6324); /* Added blue color */
    border: none;
    color: white;
    font-size: 18px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(to right, #c0521e, #ec6324); /* Darker shades for hover */
}

/* Responsive Form */
@media (max-width: 767px) {
    .form-inline .col-md-2, .form-inline .col-md-3 {
        margin-bottom: 15px;
    }
}












/* article.accordion
{
  display: block;
  width: 43em;
  margin: 0 auto;
  background-color: #666;
  overflow: auto;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
article.accordion section
{
  position: relative;
  display: block;
  float: left;
  width: 2em;
  height: 12em;
  margin: 0.5em 0 0.5em 0.5em;
  color: #333;
  background-color: #333;
  overflow: hidden;
  border-radius: 3px;
}
article.accordion section h2
{
  position: absolute;
  font-size: 1em;
  font-weight: bold;
  width: 12em;
  height: 2em;
  top: 12em;
  left: 0;
  text-indent: 1em;
  padding: 0;
  margin: 0;
  color: #ddd;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
article.accordion section h2 a
{
  display: block;
  width: 100%;
  line-height: 2em;
  text-decoration: none;
  color: inherit;
  outline: 0 none;
}
article.accordion section:target
{
  width: 30em;
  padding: 0 1em;
  color: #333;
  background-color: #fff;
}
article.accordion section:target h2
{
  position: static;
  font-size: 1.3em;
  text-indent: 0;
  color: #333;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
article.accordion section,
article.accordion section h2
{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.accordion-button:not(.collapsed) {
     background-color: #ec6324 !important;
}



.accordion-button::after {
    
    width: 0 !important;
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    background-color: #f0f0f0;
    
}
 */

 .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #ec6324 !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    background-color: #ec6324 !important;
}

.highlighted {
        border: 2px solid #ec6324; /* Change the border color */
        /* background-color: #fff3cd;  */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional shadow effect */
    }

.itemcard {
    cursor: pointer;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: none;
}   
.table {
    background-color: #f0f0f0 !important;
} 


@media (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
    }

    .table th, .table td {
        white-space: nowrap; /* Prevent text wrapping */
    }
}



