@charset "utf-8";
/* CSS Document */

body
{ background-color:#fff; /*font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif'*/}


body{-webkit-font-smoothing:antialiased;}
  h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;}
  a{text-decoration:none;}

.pagebg
{ background-color: #f6f7fa;}




footer { background-color: #212020; color: #C8C8C8;font-size: 17px;}

.navbar-toggler {
    
    background-color:#ff0000; color: white;
}


/* 1. Unvisited link */
a:link {
  color: #e02424; text-decoration: none;/* Blue */
}

/* 2. Visited link */
a:visited {
  color: #e02424; /* Purple */
}

/* 3. Hover (Mouse over) */
a:hover {
  color: #e02424; /* Red */
}

/* 4. Active (The moment it is clicked) */
a:active {
  color: #e02424; /* Orange */
}


/* Navbar Positioning */
.navbar {
  position: relative;
  display: inline-block;
}

/* Hamburger Button Styling */
.hamburger-btn {
  background-color: #E13611; /* Orange-red matching the image */
  border: none;
  cursor: pointer;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 55px;
  height: 48px;
  justify-content: center;
  align-items: center;
  /* Square top left, slightly rounded right to match tab look */
  border-radius: 10px; 
}

/* The three white lines of the hamburger */
.hamburger-btn .bar {
  background-color: white;
  height: 3px;
  width: 30px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Dropdown Menu Container */
.dropdown-menu {
  display: none; /* Hidden by default */
  position: absolute;
    left: 0;
  background-color: #dd3e23;
  padding: 25px 40px 30px 25px;
  /* Rounded corners to match the image */
  border-radius: 0 10px 10px 10px; 
  box-shadow: 0 8px 16px rgba(0,0,0,0.4);
  width: max-content;
  z-index: 100;
}

/* Active Class for JavaScript Toggle */
.dropdown-menu.show {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal columns */
  row-gap: 22px;
  column-gap: 50px;
}

/* Link Styling */
.dropdown-menu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.5px;padding-bottom: 8px;
    border-bottom: 1px dotted #d5b1ab;
}

.dropdown-menu a:hover {
  text-decoration: underline;
  opacity: 0.9;
}


.inside_banners
{ background-image:url("../images/Header_inside_banner.jpg"); height: 312px; background-attachment: scroll; background-repeat: no-repeat; background-position: right; background-size: cover; color: #fff;

}

.inside_banners_monthly_driver
{ background-image:url("../images/inside_banner_monthly_driver.jpg"); height: 312px; background-attachment: scroll; background-repeat: no-repeat; background-position: right; background-size: cover; color: #fff;

}


.inside_banners_corporate_driver
{ background-image:url("../images/inside_banner_corporate_driver.jpg"); height: 312px; background-attachment: scroll; background-repeat: no-repeat; background-position: right; background-size: cover; color: #fff;
}

.inside_banners_local_driver
{ background-image:url("../images/inside_banner_local_driver.jpg"); height: 312px; background-attachment: scroll; background-repeat: no-repeat; background-position: right; background-size: cover; color: #fff;
}


.inside_banners_mytrips
{ background-image:url("../images/inside_banner_mytrips.jpg"); height: 312px; background-attachment: scroll; background-repeat: no-repeat; background-position: right; background-size: cover; color: #fff;

}


.inside_banners_userprofile
{ background-image:url("../images/inside_banner_profile.jpg"); height: 312px; background-attachment: scroll; background-repeat: no-repeat; background-position: right; background-size: cover; color: #fff;}


.inside_banners_notifications
{ background-image:url("../images/inside_banner_notifications.jpg"); height: 312px; background-attachment: scroll; background-repeat: no-repeat; background-position: right; background-size: cover; color: #fff;}

.inside_banners_contact
{ background-image:url("../images/inside_banner_contact.jpg"); height: 312px; background-attachment: scroll; background-repeat: no-repeat; background-position: right; background-size: cover; color: #fff;}


/* ---------- TABS STRIP ---------- */
  .tabs-strip{position:relative; z-index:10;}
  .tabs-card{
    background:#fff; border-radius:10px; box-shadow:var(--shadow); padding:.6rem;
  }
  .tab-btn{
    border:none; background:transparent; flex:1; padding:.85rem .5rem; border-radius:14px; font-size:.875rem; font-weight:600; color:#5B6072;
    display:flex; align-items:center; justify-content:center; gap:.5rem; transition:.15s;
  }
  .tab-btn.active{background:#10162a; color:#fff;}
  .tab-btn .n{background:rgba(0,0,0,.08); font-size:.68rem; padding:.05rem .5rem; border-radius:999px;}
  .tab-btn.active .n{background:#f1591d; color:#fff;}

  /* ---------- FILTERS ---------- */
  .filters-card{
    background:#fff; border-radius:14px; box-shadow:4px 2px 10px #d8d7d7; padding:1rem;
  }
  .filters-card label{font-size:.68rem; font-weight:700; color:#5B6072; text-transform:uppercase; letter-spacing:.4px;}
  .form-select{
        border-radius: 10px;
    border-color: #dbdbdb;
    font-size: .85rem;
    background-color: #f6f7fa;
  }
  .form-select:focus{border-color:#f1591d; box-shadow:0 0 0 .2rem rgba(241,89,29,.15);}
  .results-note{font-size:.83rem; color:#5B6072;}
  .results-note b{color:var(--ink);}

  /* ---------- RIDE CARDS ---------- */
  .ride-card{
    background:#fff; border-radius:14px; box-shadow:0 12px 30px rgba(16,22,42,0.08); border:1px solid #E4E6EC;
    height:100%; transition:transform .15s ease, box-shadow .15s ease;
  }
  .ride-card:hover{transform:translateY(-3px); box-shadow:0 18px 40px rgba(16,22,42,0.12);}
  .status-badge{
    font-size:.68rem; font-weight:700; padding:.35rem .7rem; border-radius:999px; text-transform:uppercase; letter-spacing:.3px;
  }
  .status-badge.pending{background:#EAF1FE; color:#2F6FED;}
  .status-badge.approved{background:#E7F9EE; color:#22C55E;}
  .status-badge.rejected{background:#FDE7E7; color:#E03131;}
  .status-badge.rescheduled{background:#FDF3D6; color:#C7940C;}
  .status-badge.cancelled{background:#E7F9EE; color:#5B6072;}
  .status-badge.completed{background:#F1EBFE; color:#8B5CF6;}
  .ride-id{font-size:.9rem; font-weight:700; color:var(--ink);}
  .ride-row{font-size:.81rem; color:#5B6072; line-height:25px;}
  .ride-row b{color:var(--ink); font-weight:600;}
  .ride-row a{color:#f1591d; font-weight:600; text-decoration:underline;}

  /* ---------- SIDEBAR ---------- */
  .side-panel{
    background:#fff; border-radius:14px; box-shadow:var(--shadow); border-left:4px solid #f1591d; overflow:hidden;
  }
  .side-panel .list-group-item{
    border:none; border-bottom:1px solid #ebebeb; display:flex; align-items:center; justify-content:space-between;
    font-size:.85rem; font-weight:600; color:var(--ink); padding:.85rem 1rem;
  }
  .side-panel .list-group-item.active{background:#feebe1; color:#d6440c;}
  .side-panel .list-group-item:hover{background:#F6F7FA; color:var(--ink);}
  .count-badge{background:#f1591d; color:#fff; font-size:.68rem; font-weight:700; border-radius:999px; padding:.15rem .55rem; min-width:26px; text-align:center;}
  .count-badge.zero{background:#e4e6ec; color:#5B6072;}

  .promo-mini{
    background:#10162a; border-radius:14px; padding:1.35rem; color:#fff; text-align:center;
  }
  .promo-mini h5{font-size:.95rem;}
  .promo-mini p{font-size:.78rem; color:#B7BCCB;}

.btn-outline-secondary{
    border:#a0a0a0 1px solid !important; color:#3b3b3f; background-color: #ffffff;border-radius:14px; padding: 0px;text-transform: uppercase;
    font-size: 13px;
  }
  .btn-outline-secondary:hover{background:#fff; border-color:#f1591d; color:#f1591d;}
  .btn{border-radius:12px; font-size:.875rem;}
  .btn-sm{border-radius:10px;}


/*modal popups css starts*/

/* ---------- MODAL THEMING ---------- */
  .modal-content{border-radius:14px; border:none; box-shadow:0 30px 70px rgba(16,22,42,.35);}
  .modal-header{border-bottom:1px solid #E4E6EC; padding:1.1rem 1.4rem; background-color: #dde0e0}
  .modal-header .modal-title{font-size:1.05rem; font-weight:700;}
  .modal-footer{border-top:1px solid #E4E6EC; padding:1rem 1.4rem;}
  .modal-body{padding:1rem 1.4rem 1.4rem;}
  .btn-close{box-shadow:none !important;}

  .modal-id-row{display:flex; align-items:center; gap:.7rem; padding:0 1.4rem 1rem; margin-top:1rem;}
  .modal-id-row .rid{font-size:.92rem; font-weight:700;}

  .detail-block{padding:1rem 0; border-bottom:1px dashed #E4E6EC;}
  .detail-block:last-child{border-bottom:none;}
  .detail-block .dt{font-size:.83rem; font-weight:700; color:var(--ink); margin-bottom:.2rem;}
  .detail-block .dd{font-size:.83rem; color:#5B6072; line-height:1.65;}
  .detail-block .dd a{color:#F1591D; font-weight:600;}
  .amount-highlight{
    background:#FEEBE1; border-radius:var(--radius-sm); padding:.85rem 1rem; display:flex; align-items:center; justify-content:space-between;
  }
  .amount-highlight .lbl{font-size:.78rem; color:#D6440C; font-weight:600;}
  .amount-highlight .amt{font-family:'Poppins',sans-serif; font-size:1.25rem; font-weight:700; color:#D6440C;}
  .driver-row{display:flex; align-items:center; gap:.7rem; flex-wrap:wrap;}
  .driver-avatar{
    width:38px; height:38px; border-radius:50%; background:linear-gradient(135deg,#3B4568,#232B45); color:#fff;
    display:flex; align-items:center; justify-content:center; font-family:'Poppins',sans-serif; font-weight:700; font-size:13px; flex-shrink:0;
  }
  .call-chip{
    display:inline-flex; align-items:center; gap:.35rem; background:var(--green-tint); color:var(--green); font-size:.75rem; font-weight:700;
    padding:.3rem .6rem; border-radius:999px;
  }

.form-label-sm{font-size:.7rem; font-weight:700; color:var(--gray-600); text-transform:uppercase; letter-spacing:.4px;}

.modal_subheading
{font-size: 15px;
    font-weight: 700;
    color: #E13611; border-bottom: 1px dotted #53595e;
    text-transform: uppercase;
    letter-spacing: .4px;}

 /* ---------- STAR RATING ---------- */
  .rate-block{
    background:var(--gray-100); border-radius:14px; padding:1.1rem 1.2rem; margin-bottom:1rem;
  }
  .rate-block-head{display:flex; align-items:center; gap:.7rem; margin-bottom:.7rem;}
  .rate-block-head .ravatar{
    width:36px; height:36px; border-radius:50%; background:linear-gradient(135deg,#3B4568,#232B45); color:#fff;
    display:flex; align-items:center; justify-content:center; font-family:'Poppins',sans-serif; font-weight:700; font-size:12px; flex-shrink:0;
  }
  .rate-block-head .ricon{
    width:36px; height:36px; border-radius:50%; background:#FEEBE1; color:#F1591D;
    display:flex; align-items:center; justify-content:center; flex-shrink:0;
  }
  .rate-block-head h6{font-size:.88rem; margin-bottom:0;}
  .rate-block-head .sub{font-size:.75rem; color:#5B6072;}

  .star-rating{
    display:flex; flex-direction:row-reverse; justify-content:flex-end; gap:2px;
  }
  .star-rating input{position:absolute; opacity:0; width:0; height:0;}
  .star-rating label{
    font-size:1.7rem; line-height:1; color:#E4E6EC; cursor:pointer; transition:color .12s ease, transform .12s ease;
  }
  .star-rating label:hover{transform:scale(1.08);}
  .star-rating input:checked ~ label,
  .star-rating label:hover,
  .star-rating label:hover ~ label{
    color:#FFB020;
  }
  .rate-status{font-size:.78rem; color:#5B6072; margin-top:.3rem; min-height:1.1em;}
  .rate-status.filled{color:var(--orange-dark); font-weight:600;}

  .tag-chip-row{display:flex; gap:.5rem; flex-wrap:wrap; margin-top:.5rem;}
  .tag-chip{
    font-size:.76rem; font-weight:600; padding:.4rem .8rem; border-radius:999px; border:1.5px solid #E4E6EC; background:#fff; color:var(--ink); cursor:pointer;
  }
  .tag-chip input{display:none;}
  .tag-chip:has(input:checked){background:var(--orange); border-color:var(--orange); color:#fff;}

  @media(max-width:575.98px){
    .star-rating label{font-size:1.5rem;}
  }

/* Mobile Responsiveness */
@media (max-width: 480px) {
  .dropdown-menu.show {
    grid-template-columns: 1fr; /* Switch to single column on very small screens */
    row-gap: 15px;
  }
}

.accordion-button:not(.collapsed)
{ background-color: #ddd !important; padding:10px 15px; }


.accordion-button:not(.collapsed)
{ color: #000000 !important ;}



.accordion-button:active
{ background-color: none !important; padding:10px 15px; color: black !important ;}


.accordion-header h3 {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 800 !important;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
}


.form-control {
    display: block;
    width: 100%;
    padding: 6px 5px !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f6f7fa;
    background-clip: padding-box;
    border: 1px solid #cccccc !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
    display: block;
    width: 100%;
   padding: 8px 5px !important;
    -moz-padding-start: calc(0.75rem - 3px);
     font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F6F7FA;

    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #cccccc !important;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.borderd-content {
        border: 1px solid #969696;
        border-radius: 4px;
        height: auto;
        margin: 5px 5px 10px 0px;
        position: relative;
    }

        .borderd-content .titlewithborder {
            margin: -10px 0 0 5px;
            background: #fff;
            font-weight: normal;
            font-size: 10px;
            position: absolute;
        }

        .borderd-content .contentwithborder {
            padding: 2px;
        }


.borderd-content2 {
        border: 1px solid #969696;
        border-radius: 4px;
        height: auto; max-width: 91px;
        margin: 5px 5px 10px 0px;
        position: relative;
    }

        .borderd-content2 .titlewithborder {
            margin: -10px 0 0 5px;
            background: #fff;
            font-weight: normal;
            font-size: 10px;
            position: absolute;
        }

        .borderd-content2 .contentwithborder {
            padding: 2px;
        }



.home_form
{   right:16%;    
    border-radius: 10px;
	max-width: 400px;
    margin-top: 0px;
    z-index: 5;
	position: absolute;
    text-align: center;

}


.home_form input
{    background-color: #ffffff !important;
	border: none !important;

}


.home_form .form-select
{    background-color: #ffffff !important;
	border: none !important;

}


.home_form .tab-content { background-color: #fff; padding: 6px; }

.services_form
{    margin-right: 10%;
    margin-left: auto;
    border-radius: 10px;
    margin-top: 10px;
    z-index: 2;
    width: 90%;
    background-color: #fff;
    padding: 15px;
    text-align: center;
}


.highlight {
  background-image: linear-gradient(to right, #000000cc, #000000cc, #000000cc);
  border-radius: 6px; 
  padding: 1px 0px; margin: 2px 0px 4px 0px;
}

.no_bold
{ font-weight:lighter;}

input
{margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    border-bottom: 1px solid #4e4e4e;
padding: 10px;}



.text-bg-primary {
    color: #fff !important;
    background-color: #cd2f3a !important;
}



.list-group-item a {
    color: #000000 !important;
    text-decoration: underline;
}


h1 {font-family: 'Barlow Condensed', sans-serif;}


.form_title {font-size: 22px; text-align: center; color: #EC0003; font-weight: bold; letter-spacing: 1px;}


.carousel-caption h1
{  
    font-size: 47px;
    font-weight: bold; }


.text-justify
{ text-align: justify;}


.nopad
{ margin:0px !important;
padding: 0px !important}

footer .nav-link {
    color: #fff !important;
    font-size: 17px;
}


.small_text { font-size: 11px; letter-spacing: 1px;}

.white_txt
{ color: white;}

.orange_txt
{ color: #E13611 !important;}


.orange_heading
{ color: #E13611 !important; text-align: center; font-size: 24px; font-weight: 900; letter-spacing: 1px;}

.Home_banner_bg {
    height: 100%;
    background-size: cover !important;
    background: no-repeat center;
    background-position: right;
	background-image: url("../images/home-page-banner.png");
}

.list-group-item {
    
    border-left: 3px solid #ff0000 !important;
}


.mega-content .list-group-item:hover {
    border-left: 3px solid #ff0000 !important;
    background-color: #cd2f3a; color: white;
}

.banner_bg {
    height: 200px;
    background-size:cover !important;
    background: no-repeat center;
    background-position: center;
	background-image: url("../images/banner.png");
}

.banner_bg .small
{ color:white}

.banner_bg .small a
{ color:white}

.logo_header

	{
		position: sticky; top: 0px; z-index: 0;width: 210px; padding: 10px;
	}


.bg-dark {    
 height: 74px; min-width: 800px;
}

.home_btn_login
{ border:1px solid #ffffff; width: 100px !important; color: #ffffff; border-radius: 8px;}

.nopad
{ margin:0px !important;
padding: 10px 0px !important}

.header_pad
{margin:10px 0px !important;
padding: 0px !important;}

hr {
    margin: 1rem 0;
    color: #ddddd; border-style: dashed;
    
}

.nav_bg
{ width:100%;background-color: #fff !important ; position: fixed; box-shadow: 0px 0px 4px #000;
 left: 0;
    right: 0; z-index: 300;
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    min-width: 150px;
    background-color: #E13611; padding: 5px; border: 0px;
    text-align: center; font-size: 12px;
}

.nav-tabs .nav-link {
    color: #ffffff !important;
    min-width: 100px;font-size: 12px;
    padding: 5px;
    background: #605f5f;
}


.nav-tabs .nav-link {
    
    color: #fff !important; min-width: 150px;
	padding: 5px; 
  
}


.navbar .dropdown-item {
    TEXT-TRANSFORM: CAPITALIZE !important; letter-spacing: 0px; font-size: 17px;}


.dropdown-item:hover
{ background-color: #cd2f3a; color: white}l



.dropdown-item .list-group .mega-content {
LETTER-SPACING: 1px;
    TEXT-TRANSFORM: CAPITALIZE !important; color: #000 !important;
    FONT-SIZE: 15px!important;}

.mega-content {
 LETTER-SPACING: 1PX;
    TEXT-TRANSFORM: CAPITALIZE; color: #000; font-weight: normal;
   }


.bg-body-tertiary {
    
    background-color: #cd2f3a !important;
    font-size: 15px !important;
    text-align: right; padding: 0px!important;
    color: white;
}

.bg-body-tertiary a {
    
    
    font-size: 15px !important;
    text-align: right;
    color: white;
}


.services_box_home
{
	background-color: #ffffff; border:2px solid #cd2f3a;  padding-top: 12px;  display: inline-block; box-shadow: 0px 0px 10px #dddddd;
	border-radius: 60px; text-align: center; max-width: 150px; max-height: 150px; width: 90px; height: 90px; font-size: 14px; text-transform: capitalize; font-weight: bold !important; margin: 5px;
}

.services_box_home img
{
	max-width: 60px; max-height: 55px; border-radius: 10px;}


.services_box_home:hover
{
	 border:3px solid #cd2f3a;  padding: 8px; box-shadow: 0px 0px 10px #dddddd;
}





.services_box
{
	background-color: #ffffff; border:1px solid #B7B4B4; padding: 8px; display: inline-block;
	border-radius: 8px; text-align: center; max-width: 150px; max-height: 150px; font-size: 14px; text-transform: capitalize; font-weight: bold; margin: 10px;
}


.services_box img
{
	max-width: 50px; max-height: 50px;}


.services_box:hover
{
	background-color: #ffffff; border:1px solid #cd2f3a; padding: 8px; box-shadow: 0px 0px 10px #dddddd;
	border-radius: 8px; text-align: center; max-width: 150px; max-height: 150px; font-size: 14px; text-transform: capitalize; font-weight: bold; margin: 10px;
}



.header_box
{ padding: 6px;
    min-width: 190px;
    border-radius: 8px;
    margin: 10px;
    font-size: 14px;
    background-color: #ededed;
    border: none;}

.facts {
    position: relative;
    width: 100%;
    min-height: 400px;   
    display: flex;
    align-items: center;
    background: #212020;
}

.facts .facts-item {
    display: flex;
    flex-direction: row;
    margin: 25px 0;
}

.facts_heading {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
}

.facts .facts-text p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.facts .facts-item i {
    margin: 15px;
    font-size: 45px;
    color: #E81C2E;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
}

.footer .footer-contact, .footer .footer-link, .footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
}

.footer .footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202C45;
    background: #ffffff;
    border-radius: 40px;
    margin-right: 5px;
    transition: .5s;
}

.footer .footer-contact, .footer .footer-link, .footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.carwash
{ background-image: url("../images/home_big_parallox_drivers.jpeg"); background-size: fill; color: #cccccc !important; background-attachment: fixed; 
 position: relative; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; text-align: center;
    width: 100%;
    min-height: 300px;   
    display: flex;
    align-items: center;
}

.carwash h3
{ color: #ffffff !important; text-align: left!important;}

.text_justify
{text-align: justify;}


.text_center
{text-align: center !important;}

.text_left
{text-align: left !important;}

.text_right
{text-align: right !important;}

.container
{  max-width: 1100px; }

header .container
{ max-width: 1100px; padding: 0px;}

.nav-link {
    display: block; padding: 0px 0px 0px 0px;
    margin: 0px 4px !important; color: #000000; 
    
}

.nav-link:hover {
    color: #ff0000 !important; 
    
}

.nav-link:active {
    color: #000 !important; 
    
}

.navbar-toggler-icon
{backgroud-color:#ff0000 !important;}

.header_numbers
{ letter-spacing: 2px;
text-align: left}

.car_type_btn
{ background-color: #ffffff; border-radius: 15px; border: 1px solid #dddddd; padding: 8px; margin: 8px; width: 90px; height: 90px; text-align: center}

.car_type_btn:hover
{ background-color: #ffffff; border-radius: 15px; border: 5px solid #ff0000; padding: 8px; margin: 8px; width: 90px; height: 90px; text-align: center}

.links_header_top
{ color:#ffffff;font-size: 18px;  padding: 10px;text-transform:uppercase; text-decoration: none}

.links_header_top a:active
{ color:#ffffff !important;  }

h2 {
font-size: 31px;
    color: #333 !important;
    font-weight: 800;
    /* font-weight: 800; */
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;}

.home_price_card
{ background-color:#ffffff; border-radius: 15px; text-align: center; padding: 8px; width: 100%; min-width: 170px;margin-top: 10px;}

.ticklist { text-align: left;}

.ticklist ul { font-size: 11px; 
  list-style-image:url("../images/ico_tick.png")
}

.ticklist li { margin: -4px 27px;}


.page_heading {
font-size: 42px; color: #fff !important; font-weight: 800 !important; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 5px;}

.footer_info
{ color: white; font-size: 15px; text-align: center; background-color: #E13611; letter-spacing: 1px; padding: 10px;}


.home_features
{ background-color: white; border-radius: 20px; text-align: center; padding: 18px 10px; margin: -20px auto; color: black; font-size: 18px; max-width: 1000px;border-right:3px solid #000000; border:1px solid #d8d8d8; box-shadow: 4px 3px 3px #c0c0c0; z-index: 500 !important; position: relative;}


.inside_panel
{ background-color: white; border-radius: 20px; text-align: center; padding: 0px; margin: -20px auto; color: black; font-size: 18px; max-width: 1000px;border-right:3px solid #000000; border:1px solid #d8d8d8; box-shadow: 4px 3px 3px #c0c0c0; position: relative;}


.vrline
{  border-right:1px solid #cecece;}

.home_locations
{ background-color: #2F2D2D;  padding: 10px; margin: -20px auto; }


.home_price_table
{ background-color: #040404;  padding: 10px; margin: -20px auto; }

.header_marq
{ color: #fff; font-size: 14px; text-align: center; background-color: #000; letter-spacing: 2px; padding: 4px; border-top: #ff0000 4px solid; position: sticky; top: 80px; z-index: 10;}

h3 {
font-size: 24px; color: #1a1a1a !important; font-weight: 800 !important; letter-spacing: 1px;  padding: 10px 0px;}

h4 {
font-size: 18px; color: #1a1a1a !important; font-weight: 1200 !important; }

.white_bg
{ background-color: white;}


.sub_head {font-family: 'Barlow Condensed', sans-serif;font-size: 20px; color: #000000 !important; font-weight: bold !important; letter-spacing: 1px; text-transform: uppercase; text-align: center; display: block; width: 100%;}

.form_head {font-family: 'Barlow Condensed', sans-serif;font-size: 22px; color: #000000 !important; font-weight: bold !important; letter-spacing: 1px; text-transform: uppercase; text-align: left; border-bottom: 2px dashed #000000; padding: 10px 0px;}

.header_banner { background-color: #1a1a1a; border: none; color: #d7d3d3; font-size: 14px;
}

.slide_home1 { background-image: url("images/banner.png"); background-repeat: repeat-x;  background-size:cover; height: 441px; width: 100%;}

.slide_home2 { background-image: url("images/banner2.png"); background-repeat: repeat-x;  background-size:cover; height: 441px; width: 100%;}

.slide_home3 { background-image: url("images/banner3.png"); background-repeat: repeat-x;  background-size:cover; height: 441px; width: 100%;}

.slide_home4 { background-image: url("images/banner4.png"); background-repeat: repeat-x;  background-size:cover; height: 441px; width: 100%;}

.btn-primary{background-color: #E13611; border: none; text-align: center; font-size: 13px; text-transform: uppercase; font-weight: ; letter-spacing: 1px; border-radius: 10px; color:#fff !important;}


.btn-primary:hover {background-color: #000000; border: none; text-align: center}

.btn-primary2{background-color: #E13611; border: none; text-align: center; font-size: 13px; text-transform: uppercase; font-weight: ; letter-spacing: 1px; border-radius: 10px; color:#fff !important; width:100%;}


.btn-primary2:hover {background-color: #000000; border: none; text-align: center}

.btn-black{background-color: #000; border: none; text-align: center; font-size: 13px; text-transform: uppercase; font-weight: ; letter-spacing: 1px; border-radius: 10px; color:#fff !important; width:100%;}

.btn-black:hover {background-color: #E13611; border: none; text-align: center}


.blog_pic { width:100%; height: 200px;}

.mar_home
{ background-color: #d5d5d5;
    color: white;
    font-size: 22px;
    color: #454545; text-align: center;
    letter-spacing: 1px;
    padding: 8px;}


.carousel-heading {
    
   
  color: #ffffff;
    text-align: center;
    font-size: 58px ;
    line-height: 18px;
}

.carousel-caption {
    position: absolute;
    right: 13%;
    bottom: -5.25rem;
    left: 12%;
	max-width: 458px;
    padding-top: 1.25rem;
    padding-bottom: 7.35rem;
    color: #fff;
    text-align: center; font-size: 35px ;
}

.home_services
{ background-color: #ededed;}


.hire_box
{
	
 background-color: #e1e1e1;
    font-size: 14px;
    padding: 10px 23px;
    border-radius: 15px;
    margin: 10px 12px;
    display: inline-block;
    max-width: 100%;
}

.hire_box_heading
{
	font-size: 17px; 
}

.hire_box_hr
{
	font-size: 17px; border-bottom: 1px dashed #070707; padding: 5px; letter-spacing: 1px;
}


.driver_box
{

	font-size: 14px; padding: 5px 15px; border-radius: 15px; margin: 10px 0px;
}


.driver_box_hr
{
	font-size: 17px; border-bottom: 1px dashed #070707; padding: 5px; letter-spacing: 1px;
}

.hire_St_confirmed
{
	font-size: 17px; color: #21A017; letter-spacing: 1px;
}

.hire_St_cancelled
{
	font-size: 17px; color: #ff0000; letter-spacing: 1px;
}

.shadow
{box-shadow:none !important;}

.hire_St_scheduled
{
	font-size: 17px; color:#1170D3; letter-spacing: 1px;
}



.fs-2 {
    font-size: 22px!important;
}

.navbar-nav { max-width: 100%; text-align: center; letter-spacing: 1px;}
.navbar-nav
{font-size: 17px;
    text-transform: uppercase;
    color: #363636 !important;
    letter-spacing: 1px !important;
    padding: 0px 13px; font-weight: bold;
    margin: 20px 29px;}

.nav-link.active {
           
    margin-bottom: -9px;
    color: white !important;
    font-weight: bold;}

.btn-secondary {background-color: #ffffff;
    border: 1px solid #dddddd;
    text-align: center; 
    font-size: 18px;
    color: black;}

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }



      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

.clrmob
{ clear:both;}

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }
.testimonials-clean {
  color:#313437;
  background-color:#ededed; border-radius: 10px;
}

.testimonials-clean p {
  color:#3c3c3c;
}



.testimonials-clean h2 {
  font-weight:bold;
  
  color:inherit;
}


/*team css classes starts here*/

@keyframes animate {
  0%{
    opacity: 0;
    transform: translateY(100%) scale(0.5);
  }
  5%, 20%{
    opacity: 0.4;
    transform: translateY(100%) scale(0.7);
  }
  25%, 40%{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0%) scale(1);
  }
  45%, 60%{
    opacity: 0.4;
    transform: translateY(-100%) scale(0.7);
  }
  65%, 100%{
    opacity: 0;
    transform: translateY(-100%) scale(0.5);
  }
}

.card
{box-shadow: 3px 4px 4px #ccc;}

.card .content{
  display: flex;
  align-items: center;
}
.wrapper .card .img{
  height: 90px;
  width: 90px;
  position: absolute;
  left: -5px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.card .img img{
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.card .details{
  margin-left: 80px;
}
.details span{
  font-weight: 600;
  font-size: 18px;
}
.card a{
  text-decoration: none;
  padding: 7px 18px;
  color: #000; text-decoration: underline;
  transition: all 0.3s ease;
}

.card btn-primary{
  text-decoration: none;
  padding: 7px 18px;
  color: #fff;
  transition: all 0.3s ease;
}


.card a:hover{
  transform: scale(0.94);
}


.bd-placeholder-img_1
{background-image: url("../images/Banner_homepage1.jpg") ;  background-size: cover; background-position: 30% 20%; }


.bd-placeholder-img_2
{background-image: url("../images/Banner_homepage2.jpg"); background-size: cover; background-position: 30% 20%; }


.bd-placeholder-img_3
{background-image: url("../images/Banner_homepage3.jpg"); background-size: cover; background-position: 30% 20%; }
/*team css classes ends here*/


@media (min-width:1020px) {
.home_form
{   right:13%;  

}  }


@media (max-width:1020px) {
.home_form
{   right:16%;  

}  }



@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
	

	
}



.testimonials-clean .intro {
   
  margin:0 auto;
}

.testimonials-clean .intro p {
  margin-bottom:0;
}

.testimonials-clean .people {
  padding:50px 0 20px;
}

.testimonials-clean .item {
  margin-bottom:32px;
}


@media (max-width:768px) {
	
	
.home_form
{    
    margin-top: 400px;
    z-index: 2; right: 10%;
    width: 100%; position: absolute;
}}


@media (min-width:768px) {
  .testimonials-clean .item {
    height:220px;
  }
	
		
	
	}

.testimonials-clean .item .box {
  padding:30px;
  background-color:#ffffff;
  position:relative;
}

.testimonials-clean .item .box:after {
  content:'';
  position:absolute;
  left:30px;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:#fff;
}

.testimonials-clean .item .author {
  margin-top:28px;
  padding-left:25px;
}

.testimonials-clean .item .name {
  font-weight:bold;
  margin-bottom:2px;
  color:inherit;
}

.testimonials-clean .item .title {
  font-size:13px;
  color:#9da9ae;
}

.testimonials-clean .item .description {
  font-size:20px;
  margin-bottom:0;
}

.testimonials-clean .item img {
  max-width:40px;
  float:left;
  margin-right:12px;
  margin-top:-5px;
}




@media (max-width: 575.98px) { 

.carousel-caption {
    /* position: absolute; */
    right: 15%;
    bottom: 4.25rem;
    left: 15%;
    padding-top: 1rem;
    padding-bottom: 1rem; line-height: 30px;
    color: #fff;
    text-align: right; font-size: 21px;
}
	

	
	.clrmob
{ clear:both;}
	
	.home_price_card
{ background-color:#ffffff; border-radius: 15px; text-align: center; padding: 8px; width: 253px;
    margin: 9px auto;}
	
	
	.borderd-content2 {
        border: 1px solid #969696;
        border-radius: 4px;
        height: auto; max-width: 49%;
        margin: 5px 3px 10px 0px;
        position: relative;
    }
	
	
	.mob_login_btn
	{max-width: 105px;
    text-align: center;}
	
	.mob_txtbox .input
	{ max-width: 90px;}
	
	.vrline {
    border-bottom: 1px solid #cecece; padding: 10px;
}
	
	
	.carousel-caption h1
{  
    font-size: 27px;
    font-weight: bold; }

	
	.home_form
{    
    margin-left: 12%;
    border-radius: 10px;
    margin-top: 2px;
    z-index: 2;
    width: 100%;
    background-color: #fff;
	position: relative;
    padding: 15px;
    box-shadow: 4px 4px 5px #2c2c2c;
    text-align: center;
    border-top: 4px solid #ff0000;
}
	
	.header_marq {
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: #000;
    letter-spacing: 1px;
    padding: 2px;
    border-top: #ff0000 4px solid;
    position: absolute;
    top: 109px;
    z-index: 10;
}
	
	
	
.nav_bg
{ width:100%;background-color: #cd2f3a; position:static;}
	
	
	.navbar-collapse
	{background-color: #bfbfbf; height:fit-content; z-index: 20;}
	
	.bg-dark {
    background-color: #cd2f3a !important;
    padding: 0px;  z-index: 300;
    max-height: 500px; min-width: 300px;
}
	
	.nav-link
	{ padding:10px; border-bottom: 1px dotted #7a7a7a;}
	
	.logo_header
	{
		
   margin: 0px auto; 
		width: 160px;
    z-index: 0;
	}

	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 430px;
}
}




