.link {
    text-decoration: none;
    transition: 0.3s ease-in;
}
.link p:hover {
    color: #0A58CA !important;
}
.link p {
    margin-bottom: 0px;
}
.e-rickshaw-hdr{
    background-image: url("images/e-rikshaw-hdr.jpg");
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
}
.e-rickshaw-hdr-content h1 {
    min-height: 400px;
    display: flex;
    align-items: end;
    font-size: 38px;
    color: #fff;
    line-height: 48px;
    letter-spacing: 0.3px;
}
.heading-style {
    font-family: lobster;
    font-size: 28pt;
    text-align: left;
    margin: 15px 5px;
    color: #000;
}
.heading-style:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 52px;
    border-color: #f07706;
}
.margin-top {
    margin: 40px 0;
}
.des-content {
    font-family: roboto;
    font-size: 16px;
    letter-spacing: 0.3px;
}
.des-img {
    text-align: center;
}
.des-img img {
    width: 450px;
    height: auto;
    object-fit: contain;
}
.swiper {
    width: 100%;
    height: 400px; /* Set a fixed height for the swiper container */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 300px;
    height: 300px;
    object-fit: cover;
}
  .our-models .swiper-button-next,  .our-models .swiper-button-prev {
    background-image: none;
  }

  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after  {
    display: none;
  }
  .our-models .swiper-button-prev:before {
    font-family: "FontAwesome";
    content: "\f060";
    font-size: 15px;
    color: #959191;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    background: #fff;
    height: 45px;
    padding: 12px 16px;
    border-radius: 50%;
    width: 45px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-left: 20px;
}

.our-models .swiper-button-next:before {
  font-family: "FontAwesome";
  content: "\f061";
  font-size: 15px;
  color: #959191;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  background: #fff;
  height: 45px;
  padding: 12px 16px;
  border-radius: 50%;
  width: 45px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-right: 20px;
}
.models-card {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 14px;
    height: 360px;
    width: 360px;
    object-fit: contain;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04) !important;
    transition: 0.3s ease-in-out;
}
.models-card:hover{
    background-color: #eee;
    transform: scale(1.1);
}

.help-block {
    box-shadow: 0 0 10px rgb(0, 0, 0, .2);
    padding: 22px 15px;
    margin-bottom: 20px;
    background: #fff;
    min-height: 180px;
}
.block-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.text-black {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.brand-card {
    padding: 30px 0;
    margin: 0 20px 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    height: 160px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, .1) -4px 9px 25px -6px;
}
.brand-card img {
    width: 130px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
}
.brand-card h2 {
    margin-top: 12px;
    margin-bottom: 15px;
    height: 55px;
}
.why-us-card{
    text-align: center;
    box-shadow: 17px 17px 0px -11px #eee;
    height: 350px;
    margin-bottom: 30px;
    display: flex;
    border: 1px solid #eee;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.why-us-icon  {
    margin-top: 15px;
}
.why-us-icon img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 10px auto 0;
}
.why-us-card h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: roboto;
    color: #000;
    letter-spacing: .5px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.why-us-card p {
    font-size: 14px;
    font-weight: 400;
    font-family: roboto;
    color: #333;
    letter-spacing: .5px;
    padding: 0 15px;
}
.text-white {
    color: #fff;
    text-decoration: none;
}
.hamco-logo img {
    width: 220px;
    height: auto;
    object-fit: contain;
    padding: 10px 20px;
}
.fa-phone, .fa-location-dot{
    color:#ff7803 !important;
    width: 16px;
    height: 16px;
}
.footer {
    background-color: #eee !important;
    padding: 3.5rem;
}
.footer-logo {
    max-width: 250px;
    margin-bottom: 20px;
}
.dark-grey {
    color: #888787;
}
@media only screen and (max-width: 1500px) and (min-width: 1201px) {
    .e-rickshaw-hdr-content h1 {
      min-height: 350px !important;
      font-size: 34px !important;
      line-height: 40px !important;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .e-rickshaw-hdr {
        height: 420px !important;
    }
    .e-rickshaw-hdr-content h1 {
      min-height: 280px !important;
      font-size: 30px !important;
      line-height: 36px !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 900px) {
    .e-rickshaw-hdr {
        height: 360px !important;
    }
    .e-rickshaw-hdr-content h1 {
      min-height: 250px !important;
      font-size: 30px !important;
      line-height: 36px !important;
    }
    .why-us-card {
      height: 400px !important;
    }
}
@media only screen and (max-width: 899px) and (min-width: 768px) {
    .e-rickshaw-hdr {
        height: 320px !important;
    }
    .e-rickshaw-hdr-content h1 {
      min-height: 190px !important;
      font-size: 28px !important;
      line-height: 32px !important;
  }
  .why-us-card {
    height: 400px !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 580px) {
    .e-rickshaw-hdr {
        height: 400px;
    }
    .e-rickshaw-hdr-content {
        text-align: center !important;
    }
    .e-rickshaw-hdr-content h1 {
      min-height: 240px !important;
  }
}
@media only screen and (max-width: 579px) and (min-width: 320px) {
    .e-rickshaw-hdr {
        height: 400px;
    }
    .e-rickshaw-hdr-content {
        text-align: center !important;
    }
    .e-rickshaw-hdr-content h1 {
      min-height: 240px !important;
    }
    .des-img img {
        width: 300px !important;
    }
}
@media only screen and (max-width: 435px) and (min-width: 320px) {
    .contact-no {
        margin-right: 0 !important;
    }
    .contact-details {
        flex-direction: column;
    }
}
