@media (max-width: 575.98px) {
  .logo_img {
    width: 80px;
  }

  footer .logo_img {
    width: 110px;
  }

  .book_btn {
    transform: skew(0deg);
  }

  .hero_section {
    width: 100%;
    height: auto;
  }

  .zap_cab_img {
    width: 100%;
    margin-top: 220px;
    margin-bottom: 40px;
  }

  .parent .gradient_text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    font-size: 14vw;
    line-height: 20vh;
  }

  .left_bottom_content {
    position: static;
    width: 100%;
    height: fit-content;
  }

  .left_bottom_content h5 {
    font-size: 1.8rem;
  }

  .right_bottom_content {
    width: 100%;
    height: fit-content;
    position: static;
  }

  .right_bottom_content .content_one {
    height: 100%;
    border-bottom: 1px solid transparent;
  }

  .right_bottom_content .content_one svg {
    width: 30px;
    height: 30px;
  }

  .right_bottom_content .content_one h6 {
    font-size: 15px !important;
  }

  .zap_cab_gradient {
    position: absolute;
    top: -15%;
    left: 2%;
    font-size: 16vw;
    line-height: 20vh;
  }

  .heading_2 {
    font-size: 2em;
  }

  .location_div svg {
    width: 25px;
    height: 25px;
  }

  .contact_img {
    border-radius: 15px;
  }

  .stats_box h2 {
    font-size: 3rem;
  }

  .stats_box svg {
    width: 110px;
    height: 110px;
  }

  .about_text {
    font-size: 14px !important;
    letter-spacing: 0.5px;
    line-height: 22px;
  }

  .feature_section {
    min-height: 750px;
    height: auto;
  }

  .feature_svg svg {
    width: 30px;
    height: 30px;
  }

  .feature_section .feature_h4 {
    font-size: 1.5rem;
  }
  
  .screenshot_app img{
    width:30%;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .logo_img {
    width: 80px;
  }

  footer .logo_img {
    width: 110px;
  }

  .book_btn {
    transform: skew(0deg);
  }

  .hero_section {
    width: 100%;
    height: auto;
  }

  .zap_cab_img {
    width: 100%;
    margin-top: 250px;
    margin-bottom: 40px;
  }

  .parent .gradient_text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    font-size: 14vw;
    line-height: 20vh;
  }

  .left_bottom_content {
    position: static;
    width: 100%;
    height: fit-content;
  }

  .left_bottom_content h5 {
    font-size: 1.8rem;
  }

  .right_bottom_content {
    width: 100%;
    height: fit-content;
    position: static;
  }

  .right_bottom_content .content_one {
    height: 100%;
    border-bottom: 1px solid transparent;
  }

  .right_bottom_content .content_one svg {
    width: 30px;
    height: 30px;
  }

  .right_bottom_content .content_one h6 {
    font-size: 15px !important;
  }

  .zap_cab_gradient {
    position: absolute;
    top: -15%;
    left: 2%;
    font-size: 16vw;
    line-height: 20vh;
  }

  .heading_2 {
    font-size: 2em;
  }

  .location_div svg {
    width: 25px;
    height: 25px;
  }

  .contact_img {
    border-radius: 15px;
  }

  .stats_box,
  .form_bg {
    border: 1px solid #72ca0091;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #72ca002e 0%, #72ca000a 100%) #72ca000a;
    backdrop-filter: blur(10px);
  }

  .stats_box h2 {
    font-size: 3rem;
  }

  .stats_box svg {
    width: 110px;
    height: 110px;
  }

  .about_text {
    font-size: 14px !important;
    letter-spacing: 0.5px;
    line-height: 22px;
  }

  .feature_section {
    min-height: 750px;
    height: auto;
  }

  .feature_svg svg {
    width: 30px;
    height: 30px;
  }

  .feature_section .feature_h4 {
    font-size: 1.5rem;
  }
    .screenshot_app img{
    width:30%;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .parent .gradient_text {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    font-size: 14vw;
    line-height: 20vh;
  }

  .feature_section {
    min-height: 750px;
    height: 40vh;
  }

  .left_bottom_content,
  .right_bottom_content {
    transform: scale(0.8) !important;
  }

  .stats_box svg {
    width: 110px;
    height: 110px;
  }
    .screenshot_app img{
    width:30%;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .parent .gradient_text {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    font-size: 14vw;
    line-height: 20vh;
  }

  .feature_section {
    min-height: 750px;
    height: 40vh;
  }

  .left_bottom_content,
  .right_bottom_content {
    transform: scale(0.8) !important;
  }

  .stats_box svg {
    width: 110px;
    height: 110px;
  }
    .screenshot_app img{
    width:16%;
}
}

