@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Manrope:wght@200..800&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --text-primary: #06163a;
  --bg-primary: #eb7d22;
  --text-secondary: #14266f;
  --bg-secondary: #14266f;
  --font-color: #000000;
}

html {
  height: 100%;
}

body {
  height: 100%;
  /* font-family: "Lexend Deca", sans-serif; */
  /* font-family: "Raleway", sans-serif; */
  /* font-family: "Quicksand", sans-serif; */
  font-family: "Manrope", sans-serif;
  font-weight: 500 !important;
}

main {
  height: 100%;
}

a {
  text-decoration: none;
  color: var(--text-primary);

}

a:hover {
  color: var(--text-primary);
}

p {}

b {}

.f300 {
  font-weight: 300;
}

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 400;
}

.f600 {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

@media (min-width: 1299px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

/*Header */
.header {
  position: absolute;
  width: 100%;
  transition: 0.5s;
}

/*my csss start  */
.delivery-hero-section {
  padding: 70px 0;
  background-image: url(../img/background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: calc(100% - 24px);
  margin: 0 auto;
  border-radius: 18px;
  color: #fff;
}

.delivery-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}



.delivery-title span {
  color: #f7931e;
}

.delivery-subtitle {
  text-align: center;
  max-width: 750px;
  margin: auto;
  margin-bottom: 50px;
  color: var(--text-primary);
  font-size: 16px;
}

.delivery-plan-card {
  background: #ffffff57;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  /* height: 100%; */
  backdrop-filter: blur(5px);
}

.delivery-plan-card:hover {
  transform: translateY(-6px);
}

.delivery-bike-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.plan-box {
  background: var(--bg-primary);
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-box h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
}

.plan-box span {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

/* Form */

.delivery-form {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  margin-top: 50px;
}

.delivery-form h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

.delivery-form .form-control,
.delivery-form .form-select {
  height: 55px;
  border-radius: 10px;
  /*margin-bottom:20px;*/
  border: 1px solid #ddd;
}

.delivery-form textarea.form-control {
  height: 130px;
  resize: none;
}

.delivery-btn {
  background: #f7931e;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.delivery-btn:hover {
  background: #0d6efd;
}

.navbar {
  background: #06163a;
}


/* RENTAL CHART SECTION  */

.boom-rental-section {
  padding: 50px 15px;
  background: #f3f8fe;
}

.boom-rental-wrap {
  overflow-x: auto;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.boom-rental-table {
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
  text-align: center;
}

.boom-rental-table th,
.boom-rental-table td {
  border: 1px solid #dcdcdc;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: 500;
}


.boom-rental-table .main-heading {
  background: #06163a;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 18px;
}


.boom-rental-table thead tr:nth-child(2) th {
  background: #eb7d22;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}


.boom-rental-table tbody td:first-child {
  background: #06163a;
  color: #fff;
  font-weight: 600;
  position: sticky;
  left: 0;
}


.boom-rental-table tbody tr:nth-child(even) {
  background: #f3f8fe;
}

.boom-rental-table tbody tr:hover {
  background: #eaf3ff;
  transition: 0.3s;
}


.boom-rental-table tbody td {
  color: #333;
  font-weight: 600;
}


@media(max-width:767px) {

  .boom-rental-table th,
  .boom-rental-table td {
    padding: 8px 6px;
    font-size: 12px;
  }

  .boom-rental-table .main-heading {
    font-size: 18px;
  }

  .boom-rental-table {
    width: 100%;
    min-width: 1100px;
  }
}


/*my csss end*/
.logo {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: -px;
  height: 60px;
  width: auto !important;
}

.nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-item .nav-link:hover {
  color: #eb7d22;
}

.nav-item .nav-link.active {
  color: #eb7d22;
}

.nav-item .nav-link.active:after {
  position: absolute;
  left: 0.5rem;
  bottom: 0;
  content: "";
  border-bottom: 1px solid #eb7d22;
  right: 0.5rem;
}

.nav-item .nav-link:hover:after {
  color: #eb7d22;
  position: absolute;
  left: 0.5rem;
  bottom: 0;
  content: "";
  border-bottom: 1px solid #eb7d22;
  right: 0.5rem;
}

.nav-item {
  position: relative;
  margin: auto 9px;
}

.fixed-top {
  transition: 0.5s;
  position: fixed !important;
  background-color: #fff !important;
  box-shadow: 0 8px 6px -6px rgb(0 0 0 / 10%);
}

.fixed-top .logo {
  margin-right: 10px;
  top: 0px;
}

.fixed-top .nav-link {
  color: #fff;
}

.fixed-top .nav-item .nav-link:hover {
  color: var(--text-primary);
}

.fixed-top .nav-item .nav-link.active {
  color: var(--bg-primary);
}

.fixed-top .nav-item .nav-link.active:after {
  position: absolute;
  left: 0.5rem;
  bottom: 0;
  content: "";
  border-bottom: 1px solid var(--bg-primary);
  right: 0.5rem;
}

.fixed-top .nav-item .nav-link:hover:after {
  color: #000;
  position: absolute;
  left: 0.5rem;
  bottom: 0;
  content: "";
  border-bottom: 1px solid var(--text-primary);
  right: 0.5rem;
}

/*Heading */

.heading-one {
  font-size: 50px;
  line-height: 1.3;
}

.heading-two {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 600;
}

.heading-three {
  font-size: 28px;
  line-height: 32px;
}

.heading-four {
  font-size: 24px;
  line-height: 28px;
}

.heading-five {
  font-size: 20px;
  line-height: 24px;
}

.f18 {
  font-size: 18px;
}

/* btn */
.btn {
  padding: 10px 18px;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: 0.02em;
  border-radius: 8px;
  border: 2px solid;
  font-weight: 600;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: #141414 !important;
  border-color: #141414 !important;
  color: #ffffff !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #141414 !important;
  border-color: #141414 !important;
  color: #ffffff !important;
}

.btn:focus-visible {
  box-shadow: none !important;
  background: #7ca330 0% 0% no-repeat padding-box;
  border-color: #7ca330;
  color: #ffffff;
}


.btn-large {
  padding: 10px 20px !important;
}

.btn-primary {
  background-color: var(--bg-primary);
  color: #fff;
  border-color: var(--bg-primary);
  transition: 0.5s;
}

.btn-primary:hover {
  background-color: var(--text-secondary);
  color: #fff;
  border-color: var(--text-secondary);
  transition: 0.5s;
}

.btn-primary-outline {
  border: 2px solid var(--bg-primary);
  color: var(--bg-primary);
  font-weight: 500;
}

.btn-primary-outline:hover {
  border: 2px solid var(--bg-primary);
  color: #fff;
  background-color: var(--bg-primary);
}

.btn-outline-light {
  border: 2px solid #fff !important;
  border-radius: 4px;
}

/*//btn*/

/* footer */
.footer-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer {
  margin-top: 0px;
  background-color: #06163a;
  padding-top: 50px;
  background-image: url(../img/map.webp);
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top;
  position: relative;
  color: #b5b5b5;
}

.footer ul {
  list-style: none;
  padding-left: 0px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li,
.footer ul li a {
  color: #b5b5b5;
  display: inline-block;
}

.footer ul li.d-flex i {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bg-primary);
  color: #fff;
  font-size: 20px;
}

.footer ul li.d-flex span {
  width: calc(100% - 40px);
  padding-left: 15px;
}

.contact-box {
  background: #eb7d22;
  color: #fff !important;
  padding: 30px;
  clip-path: polygon(90% 0, 100% 13%, 100% 100%, 0 100%, 0 0);
}

.footer .footer-social a {
  background-color: var(--bg-primary);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
  float: left;
  display: inline-grid;
  place-items: center;
  font-size: 20px;
}

.footer .footer-social a:hover {
  background-color: #fff;
  color: var(--bg-primary);
}

.footer .copyright {
  font-size: 14px;
  color: #b5b5b5;
}

.link-hover::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  margin-top: -2px;
  background-color: #87959c;
}

.link-hover:hover::after {
  width: 100%;
  transition: all 0.3s ease;
}

.footer-contact i,
.footer-contact span,
.contact i,
.contact span {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}

/*footer*/

.lh-65 {
  height: 65px;
}

.stroke-text {

  font-size: 60px;
  line-height: 0.85;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  user-select: none;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
  right: 0;
}

.stroke-light {
  -webkit-text-stroke-color: #ebebeb;
}

.stroke-extra-light {
  -webkit-text-stroke-color: #ebebeb52;
}

.offer-announcement-bar {
  width: 100%;
  background: #25d366;
  color: #ffffff;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.offer-announcement-bar marquee {
  margin: 0;
  display: block;
}

@media(max-width:767px) {
  .offer-announcement-bar {
    font-size: 13px;
    padding: 6px 0;
  }

  .counter-text .number {
    font-size: 30px !important;
  }

  .counter-text .head {
    font-size: 16px !important;

  }

  .box-one {
    /* padding: 10px !important; */

  }

  .faq-section .accordion-item .accordion-button {
    font-size: 16px;
  }
}

.banner-wrapper {
  padding: 10px;
  padding-top: 114px;
}

/* Home */
.home-banner {
  border-radius: 16px;
  position: relative;
}

.home-banner .container {
  position: absolute;
  left: 50%;
  bottom: 50px;
  translate: -50% 0;
}

.form-search-bike {
  background-color: #ffffff;
  border-radius: 20px !important;
  padding: 15px;
  box-shadow: 0 0 10px 0 #0000001f;
}

.form-search-bike .form-control {
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 500;
}

.form-search-bike .input-group-text {
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0;
}

.form-search-bike .form-group {
  border-right: 1px solid #a9a9a947 !important;
  display: flex;
  align-items: center;
}

.form-search-bike .form-group i {
  font-size: 22px;
  padding: 7px;
}

/* .form-search-bike .btn-primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
} */

.strike-font {
  font-size: 65px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.35);
  color: transparent;
}

.row.price-include {
  justify-items: center !important;
  text-align: center !important;
  justify-content: center !important;
}

.slide-heading {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
}

.bg-light-blue {
  background: #f3f8fe;
}

.padding-40 {
  padding: 40px 0;
}

.padding-70 {
  padding: 70px 0;
}

.input-group-text {
  border-radius: 0rem 8px 8px 0px !important;
  height: 100%;
}

/*home-2*/
.bmc-service {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e4e6e6;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  margin-bottom: 15px;
}

.bmc-service:before {
  top: 0;
  left: 0;
  width: 94%;
  opacity: 0;
  height: 90%;
  content: "";
  border-radius: 8px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border: 1px solid #eb7d22;
}

.bmc-service-wrap {
  overflow: hidden;
}

.bmc-service .bmc-service-img {
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.bmc-service .bmc-service-img:before,
.bmc-service .bmc-service-img:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.51;
  position: absolute;
  background: #020202;
  border-radius: 8px;
}

.bmc-service-img img {
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.bmc-service .bmc-service-wrap .bmc-service-img:after {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: linear-gradient(0deg,
      rgba(27, 117, 187, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
}

.bmc-service .bmc-service-icon {
  left: 22px;
  z-index: 1;
  bottom: -30px;
  position: absolute;
  width: 88%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.bmc-service-ic {
  background-color: #fff;
  width: 60px;
  padding: 9px;
  border-radius: 10px;
}

.bmc-service-text p {
  margin-bottom: 5px;
}

.bmc-service-text p a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 5px;
}

.bmc-service-btn a {
  width: 40px;
  opacity: 0;
  height: 40px;
  color: #000;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.bmc-service:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border: 1px solid transparent;
}

.bmc-service:hover:before {
  top: 20px;
  left: 20px;
  opacity: 1;
}

.bmc-service:hover .bmc-service-wrap .bmc-service-img:after {
  opacity: 0.87;
}

.bmc-service:hover .bmc-service-wrap .bmc-service-icon {
  bottom: 15px;
}

.bmc-service:hover .bmc-service-wrap .bmc-service-btn a {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.arrow-right {
  font-size: 30px;
  line-height: 15px;
  margin-top: -3px;
  font-weight: 900 !important;
}

/*about-us*/
.about-us {
  background-color: #fdefe6;
  background-image: url(../img/about-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}



.ft-about {
  position: absolute;
  background: #fff;
  transition: 0.5s;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
  -webkit-box-shadow: 1.91px 10.833px 50px 0px rgb(68 68 68 / 15%);
  box-shadow: 1.91px 10.833px 50px 0px rgb(68 68 68 / 15%);
  border-left: 4px solid #eb7d22;
  display: flex;
  align-items: center;
}

.ft-about1 {
  right: 0;
  top: -30px;
}

.ft-about2 {
  left: 0px;
  top: 200px;
}



.ft-about .number {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: var(--bg-primary);

}

.ft-about .text {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding-left: 10px;
  line-height: 1.3;
}

.aboutbx-list {
  transition: 0.5s;
  padding: 27px 20px 25px 20px;
  border-radius: 6px;
  /* margin-bottom: 20px; */
  border-radius: 16px;
  /* border: 1px solid #c5c5c5 !important; */
  background: #eb7d2221;
}

.about-icon {
  width: 60px;
  height: 60px;
  align-items: center;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  display: flex;
  font-size: 32px;
  background-color: #eb7d22;
  border-radius: 50%;
  color: #fff;
}

.aboutbx-list .head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.aboutbx-list:hover .about-icon {
  background-color: #06163a;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s;
}

/*Home-4*/
.bg-light-yellow {
  background-color: #fdefe6;
}

.divider span {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}

.divider span:before {
  border-bottom: 3px solid #eb7d22;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  margin: auto;
}

.box-service-list {
  display: flex;
  align-items: center;
  padding: 30px;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.box-service-list:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #eb7d22;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: -5px;
  right: 0;
  left: 0;
  margin: auto;
  animation: sonarWave 3s linear infinite;
  z-index: 1;
}

@keyframes sonarWave {
  from {
    opacity: 0.8;
  }

  to {
    transform: scale(1.5);
    opacity: 0.2;
  }
}

.box-service-list:first-child:after {
  width: 50%;
}

.box-service-list:after {
  border-top: solid 1px #5f5f5f;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}

.box-service-list:nth-child(4):after,
.box-service-list:nth-child(12):after {
  border-right: solid 1px #5f5f5f;
  border-bottom: solid 1px #5f5f5f;
  border-radius: 0 150px 150px 0;
  height: calc(100% - -1px);
}

.box-service-list:nth-child(5):after {
  border-left: solid 1px #5f5f5f;
  border-bottom: solid 1px #5f5f5f;
  border-radius: 150px 0 0 150px;
  height: calc(100% - -1px);
}

.box-service-list:nth-child(8):after,
.box-service-list:nth-child(9):after,
.box-service-list:nth-child(14):after {
  border-top: none;
}

.box-service-box .head {
  color: #202020;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

/*client-logo*/
.logo-client {
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #c5c5c5;
}

/*coutner*/

.counter-box {
  position: relative;
  overflow: hidden;
  padding: 40px 0px;
  background-color: #eb7d2221;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 16px;
}

.counter-box .circle-one {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 210px;
  opacity: 0;
  border-radius: 50%;
  margin-left: 0px;
  margin-top: -200px;
  background-color: #06163a;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.counter-box .circle-two {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 210px;
  opacity: 0;
  border-radius: 50%;
  margin-left: 0px;
  margin-top: -200px;
  background-color: #06163a;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.couter-icon {
  width: 60px;
  height: 60px;
  align-items: center;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  display: flex;
  font-size: 32px;
  background-color: #eb7d22;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto 15px auto;
}

.counter-text .number {
  font-size: 42px;
  color: #eb7d22;
  line-height: 42px;
  margin-bottom: 10px;
}


.counter-text .head {
  font-size: 20px;
  color: #000;
  margin-bottom: 0px;
}

.counter-box:hover {
  background-color: var(--bg-primary);
}

.counter-box:hover .circle-one {
  opacity: 0.3;
  margin-top: -150px;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.counter-box:hover .circle-two {
  opacity: 0.3;
  margin-top: -120px;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.counter-box:hover .couter-icon {
  background-color: #fff;
  color: var(--bg-primary);
}

.counter-box:hover .head,
.counter-box:hover .number {
  color: #fff;
}

.main-counter {
  background-image: url(../img/counter-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.countermap {
  /* background-image: url(../img/counter-map.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 !important; */
}

.counter-text .plus:after {
  content: "+";
}

.home-5 {
  padding: 70px 0;
}

/*home-7*/
.tab-step-list {
  list-style: none;
  padding-left: 0;
}

.tab-step .tab-link {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.tab-step .tab-link.active {
  border-bottom: 4px solid var(--text-primary);
}

.tabnum {
  color: #2c8541;
  font-size: 45px;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 0;
}

.tab-bx p {
  color: #000;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  display: block;
}

.tab-bx .small-p {
  color: #000;
  font-size: 16px;
  display: block;
  text-align: left;
}

.active .tab-bx p {
  color: var(--text-primary);
}

.active .tab-bx .small-p {
  color: var(--text-primary);
}

/*home-8*/

.contact_box {
  background-image: url(../img/chappan.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.contact_box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}

.contact_box .container {
  position: relative;
  z-index: 1;
}

/* section-9 */
.include-section {
  position: relative;
  background: transparent;
}

.include-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/grid-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: brightness(0.5);
  z-index: -1;
  opacity: 0.2;
}


.col-md-1half {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-md-1half .pricing-includes {
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
  height: 100%;
  transition: .3s ease;
  color: #000;
}

.pricing-includes img {
  filter: brightness(0);
  margin-bottom: 20px;
}

.section-9 .head {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 6px 0;
}

.col-md-1half .pricing-includes:hover {
  transform: translateY(-10px);
  background: #eb7d22;
  color: #fff;
}

.col-md-1half .pricing-includes:hover img {
  filter: brightness(0) invert(1);
}

/* section-10 */
.image-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.image-hover:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.image-hover:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.img-1 {
  border-radius: 0 120px 0 120px !important;
}

.img-3 {
  border-radius: 50px 0 140px 140px !important;
}

.img-2 {
  border-radius: 70px !important;
}

/*section-11*/
.bx-pro {
  background: #eb7d22;
  padding: 10px;
  text-align: center;
  border-radius: 0px 8px;
}

.section-11 .head {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}


.box-one {
  padding: 25px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
  height: 100%;
  transition: .3s ease all;
  color: #000;
  height: 100%;
}

.box-one:hover {
  background-color: var(--bg-primary);
  translate: 0 -10px;
}

.box-one img {
  margin-bottom: 20px;
}

.box-one .head {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
}

.box-one p {
  margin-bottom: 0;
}

.box-one:hover .head,
.box-one:hover p {
  color: #fff;
}

.box-one:hover img {
  filter: brightness(10);
}

/* section-14 */
.section-14 {
  background-color: #000f30;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.testimonial {
  background: #ffffff12;
  height: 100%;
  border-radius: 16px;
  padding: 35px;
  text-align: left;
}

.testimonial-carousel .box {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

.testimonial-name {
  font-weight: 600;
  border-top: 1px solid #e5e5e57a;
  padding: 15px 0;
  color: #eb7d22;
  margin-bottom: 0;
}

.testimonial .img-round {
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial-carousel .carousel-control-prev {
  left: -35px;
  background: #000 !important;
  opacity: 1;
  width: 50px !important;
  height: 50px;
  margin: auto;
  border-radius: 50%;
}

.testimonial-carousel .carousel-control-next {
  right: -35px;
  background: #000 !important;
  opacity: 1;
  width: 50px !important;
  height: 50px;
  margin: auto;
  border-radius: 50%;
}

.faq-section {
  position: relative;
}

.faq-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/map.webp);
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top;
  filter: brightness(0.8);
}

.faq-section .accordion-item {
  /* background: #eb7d2241; */
  overflow: hidden;
}

.faq-section .accordion-item .accordion-button {
  background: #eb7d2241;
  border-radius: 0 !important;
  font-size: 20px;
}

.faq-section .accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.faq-section .accordion-item .accordion-body {
  background: #eb7d2241;
}

.faq-section .accordion-button:not(.collapsed) {
  background: var(--bg-primary);
}

@media (max-width: 767px) {
  .testimonial-carousel .carousel-inner .carousel-item>div {
    display: none;
  }

  .testimonial-carousel .carousel-inner .carousel-item>div:first-child {
    display: block;
  }

  .form-search-bike {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px 8px 8px 8px;
    translate: 0 -25px;
  }

  .form-search-bike .form-group {
    border-right: none !important;
    border-bottom: 1px solid #a9a9a947 !important;
  }
}

.testimonial-carousel .carousel-inner .carousel-item.active,
.testimonial-carousel .carousel-inner .carousel-item-next,
.testimonial-carousel .carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {

  .testimonial-carousel .carousel-inner .carousel-item-end.active,
  .testimonial-carousel .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }

  .delivery-form {
    padding: 20px;
  }

  .testimonial-carousel .carousel-inner .carousel-item-start.active,
  .testimonial-carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}

.testimonial-carousel.carousel-inner .carousel-item-end,
.testimonial-carousel .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

/* section-15 */
.servcies-box {
  position: relative;
  display: block;
  border-bottom-right-radius: 15px;
  height: 100%;
}

/* .box-two-shape {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: calc(100% - 35px);
  z-index: 0;
  background: -webkit-repeating-linear-gradient(135deg,
      #fff,
      #fff 2.5px,
      #eb7d22 4px,
      #eb7d22 0);
  background: -o-repeating-linear-gradient(135deg,
      #fff,
      #fff 2.5px,
      #eb7d22 4px,
      #eb7d22 0);
  background: repeating-linear-gradient(-45deg,
      #fff,
      #fff 2.5px,
      #eb7d22 4px,
      #eb7d22 0);
  border-bottom-right-radius: 15px;
} */

.box-two {
  padding: 0px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 0 8px 0 #d4d4d4;
  height: 100%;
  border-left: 0;
  text-align: left;
  border-top: 0;
  position: relative;
  transition: all 0.3s ease;
}

/* .servcies-box .box-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  border: 8px solid #eb7d22;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom-right-radius: 15px;
}

.servcies-box:hover .box-two::before {
  opacity: 1;
} */

.servcies-box:hover .image-holder {
  margin-bottom: 0 !important;
  z-index: -2;
  position: relative;
}

.service-desc {
  padding: 30px;
}

.box-two h5 {
  font-weight: bold;
}

.servcies-box:hover .box-two {
  transform: translate(0, -10px);
}

/*accordion */
.accordion-item:not(:first-of-type) {
  border-top: 1;
}

.accordion-button:not(.collapsed) {
  color: var(--text-primary);
}

.accordion-header button {
  font-weight: 500;
  padding: 14px 15px;
}

/* pagination start */
.pagination {
  margin: 50px 0px;
}

.pagination .page-item .page-link,
.pagination .page-item a {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 7px 10px;
  text-align: center;
}

.pagination .page-item .page-link.disable,
.pagination .page-item a.disable {
  opacity: 0.6;
}

.pagination .page-item .active {
  color: #000;
  opacity: 1;
}

/* pagination end */

/*About Us Page */

/*breadcrumb*/
.sub-banner {
  background-image: url(../img/sub-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 400px;
  padding-top: 50px;
}

.text-box {
  margin-top: 50px;
}

/* About-two */
.accordion-button:focus {
  border-color: #eb7d22 !important;
}

.counter-one {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.counting {
  font-size: 85px;
  margin-right: 10px;
  font-weight: 700;
  color: #eb7d22;
  margin-bottom: 0;
  line-height: 85px;
}

.counter-one .head {
  font-size: 24px;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}

/*about-three*/

.list-about li {
  font-size: 1rem;
  line-height: 24px;
  color: #000;
  font-weight: 500;
}

.about-three .box_info {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  background: #eb7d22;
  padding: 20px 20px 22px 20px;
  -webkit-clip-path: polygon(92.5% 0, 100% 16.5%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(92.5% 0, 100% 16.5%, 100% 100%, 0 100%, 0 0);
  position: absolute;
  bottom: -25px;
  right: 15px;
}

/*about-four*/
.couter-section-about {
  padding-top: 50px;
  background-image: url(../img/map.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.display-data {
  font-size: 75px;
  line-height: 0.85;
  letter-spacing: -0.02em;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--text-primary);
}

.counter-two p {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.couter-section-about {
  padding-top: 0px;
  padding-bottom: 50px;
  background-image: url(../img/map-2.webp);
}

/*contact Us Page */
.required {
  position: relative;
}

.required::after {
  content: "*";
  color: #ff0000;
  font-size: 20px;
  position: absolute;
  top: -3px;
  right: -10px;
}

.contact-bx-one {
  background-color: #eb7d2221;
  padding: 40px;
  border-radius: 15px;
  display: flex;
}


.contact-bx-one i {
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bg-primary);
  color: #fff;
  font-size: 20px;
}

.contact-bx-one .text {
  width: calc(100% - 50px);
  padding-left: 15px;
  color: var(--font-color)
}

.contact-bx-one .text .heading-four {
  font-size: 20px;
  line-height: 1;
  color: var(--bg-primary);
}

/*form */
#contactUsForm {
  background-color: #eb7d2221;
  padding: 40px;
  border-radius: 15px;
}

.form-control {
  border: 0;
  font-size: 14px;
  padding: 0.575rem 1rem;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da !important;
}

label {
  font-weight: 500;
  margin-bottom: 5px;
}

/*User Login Registration */

.user-login-signup {
  background: #06163a;
  background-image: url(../img/map.webp);
  background-size: contain;
  background-attachment: fixed;
  background-repeat: repeat;
  height: 100%;
}

.signup-login {
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
  border-radius: 6px;
  background-color: #fff;
}

.login-img {
  border-radius: 6px 0px 0px 6px;
}

/* vehicle list   */
.vehicle-list {
  padding: 50px 0;
}

.vehicle-wrap {
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
  padding: 10px;
  border-radius: 15px;
}

.vehicle-wrap .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

.vehicle-wrap .price {
  font-size: 20px;
  line-height: 28px;
  color: #eb7d22;
  font-weight: 700;
}

.vehicle-detail {
  padding: 50px 0;
}

.vehicle-detail .single-img {
  border: 1px solid #ddd;
  border-radius: 15px;
}

.vehicle-detail .single-img img {
  border-radius: 15px;
}

.vehicle-detail .vehicle-content .vehicle-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
}

.vehicle-detail .vehicle-content .total-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.vehicle-detail .vehicle-content .total-price span {
  font-weight: 700;
  font-size: 20px;
  color: #eb7d22;
  line-height: 28px;
}

/* gallery-detail  */
.gallery-detail {
  padding: 50px 0;
}

.gallery-detail .gallery-gallery {
  position: relative;
  z-index: 0;
  cursor: pointer;
}

.gallery-detail .gallery-gallery img {
  border-radius: 10px;
}

.gallery-detail .gallery-gallery:before {
  /* content: ""; */
  transition: all 0.8s ease;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(4, 4, 4, 0.8) 67.19%);
  border-radius: 15px;
}

.gallery-detail .gallery-gallery:hover:before {
  opacity: 1;
}

.gallery-modal .modal {
  background-color: rgba(0, 0, 0, 0.6392156863);
}

.gallery-modal .modal .modal-dialog {
  top: 28px;
  /* max-width: 550px; */
  width: 100%;
}

.gallery-modal .modal .modal-dialog .modal-content {
  padding: 0px;
  margin: auto;
  border-radius: 0px;
}

.gallery-modal .modal .modal-dialog .modal-content .btn-close {
  box-shadow: none;
  position: absolute;
  right: -8%;
  top: -4px;
  z-index: 1;
  font-size: 18px;
  background-image: url(../img/close-btn.webp);
  opacity: 1;
}

.gallery-modal .modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption {
  position: relative;
  z-index: 0;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 20px 28px;
}

.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .modal-title {

  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin: 0px;
}

.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption span {

  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  color: #000;
  text-transform: capitalize;
  opacity: 0.4;
}

.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption p {

  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  color: #4e4e4e;
  margin-top: 10px;
  margin-bottom: 0;
}

.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .content-btn {
  position: absolute;
  right: 30px;
  top: 15px;
}

.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .content-btn .next-btn {
  color: #000;
  opacity: 0.4;
  cursor: pointer;
}

.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .content-btn .count-number {

  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;
  text-transform: capitalize;
  opacity: 1;
}

.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev,
.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate(0%, -50%);
  opacity: 1;
}

.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev .fa,
.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next .fa {
  font-size: 26px;
  color: #fff;
}

.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev {
  left: -10%;
}

.gallery-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
  right: -10%;
}

/* Media Query */

@media only screen and (max-width: 992px) {
  .navbar-collapse {
    background: #fff;
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    z-index: 9;
  }

  .nav-link {
    color: #000;
    font-size: 16px;
  }

  .col-md-1half {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .row {
    margin-right: calc(-0.2 * var(--bs-gutter-x));
    margin-left: calc(-0.2 * var(--bs-gutter-x));
  }

  .row>* {
    padding-right: calc(var(--bs-gutter-x) * 0.2);
    padding-left: calc(var(--bs-gutter-x) * 0.2);
  }



  .fixed-top .logo {
    height: 70px;
  }

  .slide-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .strike-font {
    font-size: 32px;
    -webkit-text-stroke-width: 1px;
  }

  .f18 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-one {
    font-size: 24px;

  }

  .lh-65 {
    height: 32px;
  }

  .stroke-text {
    font-size: 28px;
  }

  .heading-two {
    font-size: 24px;
    line-height: 28px;
  }

  .home-banner .container {
    /* min-height: 800px; */
    position: inherit !important;
    top: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    translate: inherit !important;
  }

  .nav-item {
    margin: 3px 0px;
  }

  .nav-item a {
    font-size: 16px;
  }

  .box-service-list:after {
    border: none;
  }

  .box-service-list:nth-child(4):after,
  .box-service-list:nth-child(12):after {
    border: none;
  }

  .box-service-list:nth-child(5):after {
    border: none;
  }

  .box-service-list {
    padding: 0 7px;
  }

  .box-service-box {
    border: 1px solid #eb7d22;
    padding: 20px;
    margin-bottom: 9px;
    height: 100%;
    border-radius: 10px;
    width: 100%;
  }

  .mmt-1 {
    margin-top: 0.25rem !important;
  }

  .mmt-2 {
    margin-top: 0.5rem !important;
  }

  .mmt-3 {
    margin-top: 1rem !important;
  }

  .logo-client {
    margin-bottom: 9px;
  }

  .col-md-1half {
    max-width: 50%;
    flex: 0 0 50%;
  }



  .padding-40 {
    padding: 15px 0;
  }

  .countermap {
    padding: 0px 0 !important;
  }

  .user-login-signup {
    height: 100%;
    display: inline-table;
    width: 100%;
  }

  .login-img {
    display: none;
  }

  .box-one {
    margin-bottom: 9px;
  }

  .counter-box {
    margin-bottom: 9px;
  }

  .counting {
    font-size: 32px;
    line-height: 38px;
  }

  .counter-one .head {
    font-size: 18px;
  }

  .display-data {
    font-size: 32px;
  }

  .counter-two p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 425px) {
  .sub-banner {
    min-height: 200px;
  }

  .login-img {
    display: none;
  }

  .col-md-1half {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.help-block {
  display: inline-block;
  font-size: 13px;
  background: #bd0028;
  color: white;
  padding: 2px 10px;
  margin-top: 8px;
  position: relative;
  border-radius: 3px;
}

.help-block::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #bd0028;
}