/* SideBar Starts Here */
.sidebar {
  float: right;
  position: fixed;
  right: 0px;
  top: 70px;
  width: 90px;
  z-index: 1500;
  text-align: center;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}

.sidebar i {
  background: #0d1326;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #e6ebff;
  border-radius: 50px;
  font-size: 26px;
  cursor: pointer;
  opacity: 0.5;
}
.sidebar-nav {
  width: 90px;
  position: fixed;
  height: 100%;
  z-index: 1000;
  right: 0px;
  top: 0;
  margin-top: 60px;
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
}
.sidebar-group {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  padding: 40px 5px;
  padding-top: 70px;
  margin-bottom: 70px;
  background: #0d1326;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.sidebar-links {
  border-top: 1px solid #41414d;
  padding-top: 30px;
}
.sidebar-links a {
  display: block;
  color: #e6ebff;
  text-decoration: none;
  line-height: 24px;
  opacity: 0.6;
  margin-bottom: 20px;
  text-align: center;
}
.sidebar .fa-angle-double-right {
  font-size: 20px !important;
}
/* SideBar Ends Here */

/* Navigation Starts Here */
.navigation {
  padding-top: 12px;
}
.navigation .navbar-brand .fa-car {
  color: #D27D2D;
}

.navbar-brand img {
  width: 100%; 
  max-width: 350px;
  height: auto;
  margin-top: 2px;

}
.navigation h1 a {
  font-size: 30px !important;
  color: #fff;
  font-weight: 600;
  font-family: "Rosario", sans-serif;
}
.navigation li a {
  letter-spacing: 1px;
  font-family: "Rosario", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ddd;
}
.navigation li a:hover {
  color: #ddd;
}

.navigation li .active {
  color: #fff !important;
}

@media (max-width: 768px) {
  .fa-bars {
    background-color: #fff;
    padding: 10px;
    color: #D27D2D !important;
    border: none !important;
  }
  .navbar-brand{

    width: 50% !important;
    }


  .navigation {
    padding-top: 5px !important;
  }
  .navbar-toggler {
    border: none !important;
  }
  .navbar-nav {
    width: 93%;
    background-color: #fff;
    position: absolute;
    z-index: 2000;
    align-items: center;
  }
  .navbar-nav li a {
    color: black !important;
  }
  .navbar-nav li .active {
    color: #D27D2D !important;
  }
}

/* Navigation Ends Here */

/* Header section Starts Here */
.header-bg {
  background: url("assets/top-bg.jpeg") no-repeat center;
  background-size: cover;
  position: relative;
}
.header-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: #111;
}
.header-content {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  padding: 100px 0 29px;
}
.header-text {
  position: relative;
  text-align: center;
  width: 70%;
  margin: auto;
  color: #fff;
}
.header-caption {
  margin-top: 0; /* Removes any extra margin at the top */
  padding-top: 0; /* Removes any extra padding at the top */
  position: relative; /* Allows better layout control */
}

.header-caption h2 {
  font-size: 3.5em;
  font-weight: 600;
  letter-spacing: 2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.header-caption h3 {
  font-size: 3.5em;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.header-caption p {
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.header-caption img {
  margin-top: -80px; /* Ensures no extra margin at the top */
  padding-top: 0; /* Ensures no extra padding at the top */
  max-width: 100%; /* Ensures the image scales well */
  height: auto; /* Maintains aspect ratio */
  display: block; /* Removes extra whitespace from inline images */
}


@media (max-width: 768px) {
  .header-bg {
    height: 60vh;
  }
  .header-caption h2 {
    font-size: 22px;
  }
  .header-caption h3 {
    font-size: 22px;
  }
  .header-content {
    padding: 40px 0 29px;
  }
}
/* Header section Ends Here */

/* About Starts Here */
.about-us {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  background:#F5F5DC;
}
.about-contents h6 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #323648;
  line-height: 1.2;
}
.about-contents h4 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
  line-height: 50px;
  color: #323648;
}
.about-contents p {
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 1px;
  color: #707579;
}
.about-form {
  background: #191919;
  padding: 2em;
}
.about-form h5 {
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  font-size: 28px;
}
.about-form input {
  outline: none;
  font-size: 16px;
  border: none;
  color: #666;
  letter-spacing: 0.5px;
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
  text-transform: capitalize;
  background: #fff;
}
.custom-select {
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  width: 350px;
  margin-bottom: 15px;
  outline: none;
  font-size: 16px;
  border: none;
}

.select-button {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #ccc;
  text-align: left;
}

.options-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  display: none;
  z-index: 100;
}

.options-list li {
  padding: 10px;
  cursor: pointer;
}

.options-list li:hover {
  background-color: #D27D2D;
}

.custom-select:hover .options-list {
  display: block;
}

.book-btn {
  color: #fff;
  background: #D27D2D;
  border: none;
  padding: 14px 0;
  width: 100%;
  font-size: 18px;
  letter-spacing: 2px;
  text-decoration: none; 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
}

.book-btn:hover {
  text-decoration: none;
  background: #D27D2D;
  color: #fff; 
}

/* About Ends Here */

/* Service Starts Here */
.service {
  background: #D27D2D;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}
.service-icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #272833;
  line-height: 70px;
  position: relative;
  margin-left: 40%;
}
.service-icon i {
  font-size: 25px;
  color: #fff;
  line-height: 70px;
}

.service-text h4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.2;
}
.service-text p {
  color: #555;
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 1px;
  text-align: center;
}

/* Service Ends Here */

/* Cabs Starts Here */
.cabs{
  background-color: #D27D2D;
}
.cabs-text h4 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
}
.cabs-text P {
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 1px;
  color: #fff;
}
.cabs-text H5 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #323648;
}
.cabs-content img{
  width: 300px;
  height: 250px;
  object-fit: contain;
}

/* Cabs Ends Here */

/* Status Starts Here */
.status {
  background: #292929;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}
.status i {
  font-size: 30px;
  color: #D27D2D;
}
.status h4 {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
}
.status p {
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 1px;
  color: #707579;
}
/* Status Ends Here */
/* Contact Starts Here */
.contact {
  background: #D27D2D;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}
.contact h4 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.2;
}
.contact p {
  color: #000;
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 1px;
}
.contact h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 1px;
}
.contact img {
  width: 70%;
  margin-left: 30%;
  margin-top: 23%;
}
@media (max-width: 768px) {
  .contact img {
    margin-left: 0;
    margin-top: 0;
  }
  .contact h2 {
    font-size: 22px !important;
  }
}
/* Contact Ends Here */

/* App starts Here */
.app {
  font-family: "Segoe UI" "Helvetica Neue", sans-serif;
}
.app h3 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
  line-height: 50px;
  color: #323648;
}
.app p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 1px;
  color: #707579;
}
.app-image img {
  width: 70%;
  margin-left: 25%;
}
@media (max-width: 768px) {
  .app h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .app-image img {
    margin-left: 10%;
    margin-top: 20px;
  }
  
}
/* App Ends Here */
/* Footer Starts Here */
footer {
  background: #191919;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}

footer .footer-about h3,
footer .footer-contact h3,
footer .footer-app h3 {
  font-size: 25px;
  color: #eee;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.2;
}
footer .footer-about p,
footer .footer-contact p,
footer .footer-app p,
footer .copyright p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  letter-spacing: 1px;
  margin-top: 1.5em;
  font-weight: 400;
}
footer li {
  list-style: none;
}
footer .footer-app li a {
  color: #ccc;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  text-decoration: none;
}
footer .arrow a {
  text-decoration: none;
  font-family: "Rosario", sans-serif;
}
footer .arrow a span {
  color: #666;
  font-size: 25px;
}
.footer .arrow p a {
  color: #888;
  text-decoration: none;
  font-family: "Rosario", sans-serif;
}
footer .arrow .fa-angle-double-up {
  font-size: 18px;
}

footer .footer-contact a,
footer .copyright a {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.5em;
  color: #666;
  text-decoration: none;
}
/* Footer Ends Here */
.app-alert {
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 10;
  width: 40%;
  font-size: 16px;
  padding: 15px 40px 15px 15px;
  /* Add padding for the close button space */
  margin-top: 30px;
  background: #D27D2D;
  /* Theme color background */
  color: #323648;
  /* Theme text color */
  border: 1px solid #cbb42a;
  /* Slightly darker shade for border */
  border-radius: 10px;
  /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Subtle shadow for better visibility */
  display: flex;
  /* Use flexbox for alignment */
  justify-content: space-between;
  /* Push text to left and close to right */
  align-items: center;
  /* Center-align the content vertically */
}

.app-alert .close {
  font-size: 20px;
  font-weight: bold;
  color: #323648;
  cursor: pointer;
  background: none;
  border: none;
  margin-left: 10px;
  /* Add some spacing between text and the close button */
}

.app-alert .close:hover {
  color: #000;
  /* Darker color on hover */
}

/* Add animation for smooth appearance */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.app-alert {
  animation: slideIn 0.5s ease-out;
}
.inputt{
  border-radius: 0;
  height: 50px !important;
}
.custom-select{
  width: 100%;
}
/*css for form loading*/
.vehicle-image {
  width: 100px;
  height: 100px;
}
