/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
/*
0 - 768: Phone
600 - 900: Tablet portrait
900 - 1200: Tablet landscape
1200 - 1800: Normal styles
1800+ : Big Desktop

1em = 16px

The smaller device rules always should write below the bigger device rules

Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
*/

.wd-100 {
  width: 100px !important;
  max-width: 100px !important;
}

.wd-120 {
  width: 120px !important;
  max-width: 120px !important;
}

.wd-130 {
  width: 130px !important;
  max-width: 130px !important;
}

.wd-140 {
  width: 140px !important;
  max-width: 140px !important;
}

.wd-150 {
  width: 150px !important;
  max-width: 150px !important;
}

.wd-160 {
  width: 160px !important;
  max-width: 160px !important;
}

.wd-180 {
  width: 180px !important;
  max-width: 180px !important;
}

.wd-200 {
  width: 200px !important;
  max-width: 200px !important;
}

.wd-220 {
  width: 220px !important;
  max-width: 220px !important;
}

.wd-240 {
  width: 240px !important;
  max-width: 240px !important;
}

.wd-260 {
  width: 260px !important;
  max-width: 260px !important;
}

.wd-280 {
  width: 280px !important;
  max-width: 280px !important;
}

.wd-300 {
  width: 300px !important;
  max-width: 300px !important;
}

.wd-320 {
  width: 320px !important;
  max-width: 320px !important;
}

.wd-340 {
  width: 340px !important;
  max-width: 340px !important;
}

.wd-360 {
  width: 360px !important;
  max-width: 360px !important;
}

.wd-380 {
  width: 380px !important;
  max-width: 380px !important;
}

.wd-400 {
  width: 400px !important;
  max-width: 400px !important;
}

.wd-420 {
  width: 420px !important;
  max-width: 420px !important;
}

.wd-440 {
  width: 440px !important;
  max-width: 440px !important;
}

.wd-460 {
  width: 460px !important;
  max-width: 460px !important;
}

.wd-480 {
  width: 480px !important;
  max-width: 480px !important;
}

.wd-500 {
  width: 500px !important;
  max-width: 500px !important;
}

.wd-10 {
  width: 10% !important;
  max-width: 10% !important;
}

.wd-15 {
  width: 15% !important;
  max-width: 15% !important;
}

.wd-20 {
  width: 20% !important;
  max-width: 20% !important;
}

.wd-25 {
  width: 25% !important;
  max-width: 25% !important;
}

.wd-30 {
  width: 30% !important;
  max-width: 30% !important;
}

.wd-35 {
  width: 35% !important;
  max-width: 35% !important;
}

.wd-40 {
  width: 40% !important;
  max-width: 40% !important;
}

.wd-45 {
  width: 45% !important;
  max-width: 45% !important;
}

.wd-55 {
  width: 55% !important;
  max-width: 55% !important;
}

.wd-60 {
  width: 60% !important;
  max-width: 60% !important;
}

.wd-65 {
  width: 65% !important;
  max-width: 65% !important;
}

.wd-70 {
  width: 70% !important;
  max-width: 70% !important;
}

.wd-75 {
  width: 75% !important;
  max-width: 75% !important;
}

.wd-80 {
  width: 80% !important;
  max-width: 80% !important;
}

.wd-85 {
  width: 85% !important;
  max-width: 85% !important;
}

.wd-90 {
  width: 90% !important;
  max-width: 90% !important;
}

.wd-95 {
  width: 95% !important;
  max-width: 95% !important;
}

@media (max-width: 575.98px) {
  .wd-sm-100 {
    width: 100px !important;
    max-width: 100px !important;
  }
  .wd-sm-120 {
    width: 120px !important;
    max-width: 120px !important;
  }
  .wd-sm-140 {
    width: 140px !important;
    max-width: 140px !important;
  }
  .wd-sm-160 {
    width: 160px !important;
    max-width: 160px !important;
  }
  .wd-sm-180 {
    width: 180px !important;
    max-width: 180px !important;
  }
  .wd-sm-200 {
    width: 200px !important;
    max-width: 200px !important;
  }
}
@media (max-width: 991.98px) {
  .wd-md-100 {
    width: 100px !important;
    max-width: 100px !important;
  }
  .wd-md-120 {
    width: 120px !important;
    max-width: 120px !important;
  }
  .wd-md-140 {
    width: 140px !important;
    max-width: 140px !important;
  }
  .wd-md-160 {
    width: 160px !important;
    max-width: 160px !important;
  }
  .wd-md-180 {
    width: 180px !important;
    max-width: 180px !important;
  }
  .wd-md-200 {
    width: 200px !important;
    max-width: 200px !important;
  }
}
.min-wd-100 {
  min-width: 100px !important;
}

.min-wd-120 {
  min-width: 120px !important;
}

.min-wd-140 {
  min-width: 140px !important;
}

.min-wd-160 {
  min-width: 160px !important;
}

.min-wd-180 {
  min-width: 180px !important;
}

.min-wd-200 {
  min-width: 200px !important;
}

.min-wd-220 {
  min-width: 220px !important;
}

.min-wd-240 {
  min-width: 240px !important;
}

.min-wd-260 {
  min-width: 260px !important;
}

.min-wd-280 {
  min-width: 280px !important;
}

.min-wd-300 {
  min-width: 300px !important;
}

.max-wd-100 {
  max-width: 100px !important;
}

.max-wd-120 {
  max-width: 120px !important;
}

.max-wd-140 {
  max-width: 140px !important;
}

.max-wd-160 {
  max-width: 160px !important;
}

.max-wd-180 {
  max-width: 180px !important;
}

.max-wd-200 {
  max-width: 200px !important;
}

.max-wd-220 {
  max-width: 220px !important;
}

.max-wd-240 {
  max-width: 240px !important;
}

.max-wd-260 {
  max-width: 260px !important;
}

.max-wd-280 {
  max-width: 280px !important;
}

.max-wd-300 {
  max-width: 300px !important;
}

.vwd-10 {
  width: 10vw !important;
}

.vwd-15 {
  width: 15vw !important;
}

.vwd-20 {
  width: 20vw !important;
}

.vwd-25 {
  width: 25vw !important;
}

.vwd-30 {
  width: 30vw !important;
}

.vwd-35 {
  width: 35vw !important;
}

.vwd-40 {
  width: 40vw !important;
}

.vwd-45 {
  width: 45vw !important;
}

.vwd-50 {
  width: 50vw !important;
}

.vwd-55 {
  width: 55vw !important;
}

.vwd-60 {
  width: 60vw !important;
}

.vwd-65 {
  width: 65vw !important;
}

.vwd-70 {
  width: 70vw !important;
}

.vwd-75 {
  width: 75vw !important;
}

.vwd-80 {
  width: 80vw !important;
}

.vwd-85 {
  width: 85vw !important;
}

.vwd-90 {
  width: 90vw !important;
}

.vwd-95 {
  width: 95vw !important;
}

.wd-auto {
  width: auto !important;
}

.wd-initial {
  width: initial !important;
}

.wd-inherit {
  width: inherit !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-8 {
  padding-top: 6rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.py-9 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.pt-9 {
  padding-top: 7rem !important;
}

.pb-9 {
  padding-bottom: 7rem !important;
}

.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pb-10 {
  padding-bottom: 8rem !important;
}

.py-11 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.pt-11 {
  padding-top: 9rem !important;
}

.pb-11 {
  padding-bottom: 9rem !important;
}

.py-12 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pt-12 {
  padding-top: 10rem !important;
}

.pb-12 {
  padding-bottom: 10rem !important;
}

.py-13 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.pt-13 {
  padding-top: 11rem !important;
}

.pb-13 {
  padding-bottom: 11rem !important;
}

.py-14 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.pt-14 {
  padding-top: 12rem !important;
}

.pb-14 {
  padding-bottom: 12rem !important;
}

.py-15 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.pt-15 {
  padding-top: 13rem !important;
}

.pb-15 {
  padding-bottom: 13rem !important;
}

.py-16 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.pt-16 {
  padding-top: 14rem !important;
}

.pb-16 {
  padding-bottom: 14rem !important;
}

.py-17 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.pt-17 {
  padding-top: 15rem !important;
}

.pb-17 {
  padding-bottom: 15rem !important;
}

.py-18 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.pt-18 {
  padding-top: 16rem !important;
}

.pb-18 {
  padding-bottom: 16rem !important;
}

.py-19 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}

.pt-19 {
  padding-top: 17rem !important;
}

.pb-19 {
  padding-bottom: 17rem !important;
}

.py-20 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.pt-20 {
  padding-top: 18rem !important;
}

.pb-20 {
  padding-bottom: 18rem !important;
}

@media (min-width: 576px) {
  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sm\:pt-0 {
    padding-top: 0 !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }
  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:pt-3 {
    padding-top: 1rem !important;
  }
  .sm\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .sm\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sm\:pt-5 {
    padding-top: 3rem !important;
  }
  .sm\:pb-5 {
    padding-bottom: 3rem !important;
  }
  .sm\:py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sm\:pt-6 {
    padding-top: 4rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 4rem !important;
  }
  .sm\:py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sm\:pt-7 {
    padding-top: 5rem !important;
  }
  .sm\:pb-7 {
    padding-bottom: 5rem !important;
  }
  .sm\:py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .sm\:pt-8 {
    padding-top: 6rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 6rem !important;
  }
  .sm\:py-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .sm\:pt-9 {
    padding-top: 7rem !important;
  }
  .sm\:pb-9 {
    padding-bottom: 7rem !important;
  }
  .sm\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .sm\:pt-10 {
    padding-top: 8rem !important;
  }
  .sm\:pb-10 {
    padding-bottom: 8rem !important;
  }
  .sm\:py-11 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .sm\:pt-11 {
    padding-top: 9rem !important;
  }
  .sm\:pb-11 {
    padding-bottom: 9rem !important;
  }
  .sm\:py-12 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .sm\:pt-12 {
    padding-top: 10rem !important;
  }
  .sm\:pb-12 {
    padding-bottom: 10rem !important;
  }
  .sm\:py-13 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .sm\:pt-13 {
    padding-top: 11rem !important;
  }
  .sm\:pb-13 {
    padding-bottom: 11rem !important;
  }
  .sm\:py-14 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .sm\:pt-14 {
    padding-top: 12rem !important;
  }
  .sm\:pb-14 {
    padding-bottom: 12rem !important;
  }
  .sm\:py-15 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .sm\:pt-15 {
    padding-top: 13rem !important;
  }
  .sm\:pb-15 {
    padding-bottom: 13rem !important;
  }
  .sm\:py-16 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .sm\:pt-16 {
    padding-top: 14rem !important;
  }
  .sm\:pb-16 {
    padding-bottom: 14rem !important;
  }
  .sm\:py-17 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .sm\:pt-17 {
    padding-top: 15rem !important;
  }
  .sm\:pb-17 {
    padding-bottom: 15rem !important;
  }
  .sm\:py-18 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .sm\:pt-18 {
    padding-top: 16rem !important;
  }
  .sm\:pb-18 {
    padding-bottom: 16rem !important;
  }
  .sm\:py-19 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .sm\:pt-19 {
    padding-top: 17rem !important;
  }
  .sm\:pb-19 {
    padding-bottom: 17rem !important;
  }
  .sm\:py-20 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .sm\:pt-20 {
    padding-top: 18rem !important;
  }
  .sm\:pb-20 {
    padding-bottom: 18rem !important;
  }
}
@media (min-width: 768px) {
  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .md\:pt-0 {
    padding-top: 0 !important;
  }
  .md\:pb-0 {
    padding-bottom: 0 !important;
  }
  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .md\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md\:pt-3 {
    padding-top: 1rem !important;
  }
  .md\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .md\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .md\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .md\:py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md\:pt-5 {
    padding-top: 3rem !important;
  }
  .md\:pb-5 {
    padding-bottom: 3rem !important;
  }
  .md\:py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md\:pt-6 {
    padding-top: 4rem !important;
  }
  .md\:pb-6 {
    padding-bottom: 4rem !important;
  }
  .md\:py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .md\:pt-7 {
    padding-top: 5rem !important;
  }
  .md\:pb-7 {
    padding-bottom: 5rem !important;
  }
  .md\:py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .md\:pt-8 {
    padding-top: 6rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 6rem !important;
  }
  .md\:py-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .md\:pt-9 {
    padding-top: 7rem !important;
  }
  .md\:pb-9 {
    padding-bottom: 7rem !important;
  }
  .md\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .md\:pt-10 {
    padding-top: 8rem !important;
  }
  .md\:pb-10 {
    padding-bottom: 8rem !important;
  }
  .md\:py-11 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .md\:pt-11 {
    padding-top: 9rem !important;
  }
  .md\:pb-11 {
    padding-bottom: 9rem !important;
  }
  .md\:py-12 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .md\:pt-12 {
    padding-top: 10rem !important;
  }
  .md\:pb-12 {
    padding-bottom: 10rem !important;
  }
  .md\:py-13 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .md\:pt-13 {
    padding-top: 11rem !important;
  }
  .md\:pb-13 {
    padding-bottom: 11rem !important;
  }
  .md\:py-14 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .md\:pt-14 {
    padding-top: 12rem !important;
  }
  .md\:pb-14 {
    padding-bottom: 12rem !important;
  }
  .md\:py-15 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .md\:pt-15 {
    padding-top: 13rem !important;
  }
  .md\:pb-15 {
    padding-bottom: 13rem !important;
  }
  .md\:py-16 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .md\:pt-16 {
    padding-top: 14rem !important;
  }
  .md\:pb-16 {
    padding-bottom: 14rem !important;
  }
  .md\:py-17 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .md\:pt-17 {
    padding-top: 15rem !important;
  }
  .md\:pb-17 {
    padding-bottom: 15rem !important;
  }
  .md\:py-18 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .md\:pt-18 {
    padding-top: 16rem !important;
  }
  .md\:pb-18 {
    padding-bottom: 16rem !important;
  }
  .md\:py-19 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .md\:pt-19 {
    padding-top: 17rem !important;
  }
  .md\:pb-19 {
    padding-bottom: 17rem !important;
  }
  .md\:py-20 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .md\:pt-20 {
    padding-top: 18rem !important;
  }
  .md\:pb-20 {
    padding-bottom: 18rem !important;
  }
}
@media (min-width: 992px) {
  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .lg\:pt-0 {
    padding-top: 0 !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:pt-3 {
    padding-top: 1rem !important;
  }
  .lg\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .lg\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg\:pt-5 {
    padding-top: 3rem !important;
  }
  .lg\:pb-5 {
    padding-bottom: 3rem !important;
  }
  .lg\:py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:pt-6 {
    padding-top: 4rem !important;
  }
  .lg\:pb-6 {
    padding-bottom: 4rem !important;
  }
  .lg\:py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .lg\:pt-7 {
    padding-top: 5rem !important;
  }
  .lg\:pb-7 {
    padding-bottom: 5rem !important;
  }
  .lg\:py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .lg\:pt-8 {
    padding-top: 6rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 6rem !important;
  }
  .lg\:py-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .lg\:pt-9 {
    padding-top: 7rem !important;
  }
  .lg\:pb-9 {
    padding-bottom: 7rem !important;
  }
  .lg\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .lg\:pt-10 {
    padding-top: 8rem !important;
  }
  .lg\:pb-10 {
    padding-bottom: 8rem !important;
  }
  .lg\:py-11 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .lg\:pt-11 {
    padding-top: 9rem !important;
  }
  .lg\:pb-11 {
    padding-bottom: 9rem !important;
  }
  .lg\:py-12 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .lg\:pt-12 {
    padding-top: 10rem !important;
  }
  .lg\:pb-12 {
    padding-bottom: 10rem !important;
  }
  .lg\:py-13 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .lg\:pt-13 {
    padding-top: 11rem !important;
  }
  .lg\:pb-13 {
    padding-bottom: 11rem !important;
  }
  .lg\:py-14 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .lg\:pt-14 {
    padding-top: 12rem !important;
  }
  .lg\:pb-14 {
    padding-bottom: 12rem !important;
  }
  .lg\:py-15 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .lg\:pt-15 {
    padding-top: 13rem !important;
  }
  .lg\:pb-15 {
    padding-bottom: 13rem !important;
  }
  .lg\:py-16 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .lg\:pt-16 {
    padding-top: 14rem !important;
  }
  .lg\:pb-16 {
    padding-bottom: 14rem !important;
  }
  .lg\:py-17 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .lg\:pt-17 {
    padding-top: 15rem !important;
  }
  .lg\:pb-17 {
    padding-bottom: 15rem !important;
  }
  .lg\:py-18 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .lg\:pt-18 {
    padding-top: 16rem !important;
  }
  .lg\:pb-18 {
    padding-bottom: 16rem !important;
  }
  .lg\:py-19 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .lg\:pt-19 {
    padding-top: 17rem !important;
  }
  .lg\:pb-19 {
    padding-bottom: 17rem !important;
  }
  .lg\:py-20 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .lg\:pt-20 {
    padding-top: 18rem !important;
  }
  .lg\:pb-20 {
    padding-bottom: 18rem !important;
  }
}
@media (min-width: 1200px) {
  .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xl\:pt-0 {
    padding-top: 0 !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0 !important;
  }
  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xl\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xl\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .xl\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xl\:pt-3 {
    padding-top: 1rem !important;
  }
  .xl\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .xl\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xl\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .xl\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .xl\:py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xl\:pt-5 {
    padding-top: 3rem !important;
  }
  .xl\:pb-5 {
    padding-bottom: 3rem !important;
  }
  .xl\:py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xl\:pt-6 {
    padding-top: 4rem !important;
  }
  .xl\:pb-6 {
    padding-bottom: 4rem !important;
  }
  .xl\:py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xl\:pt-7 {
    padding-top: 5rem !important;
  }
  .xl\:pb-7 {
    padding-bottom: 5rem !important;
  }
  .xl\:py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .xl\:pt-8 {
    padding-top: 6rem !important;
  }
  .xl\:pb-8 {
    padding-bottom: 6rem !important;
  }
  .xl\:py-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .xl\:pt-9 {
    padding-top: 7rem !important;
  }
  .xl\:pb-9 {
    padding-bottom: 7rem !important;
  }
  .xl\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .xl\:pt-10 {
    padding-top: 8rem !important;
  }
  .xl\:pb-10 {
    padding-bottom: 8rem !important;
  }
  .xl\:py-11 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .xl\:pt-11 {
    padding-top: 9rem !important;
  }
  .xl\:pb-11 {
    padding-bottom: 9rem !important;
  }
  .xl\:py-12 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .xl\:pt-12 {
    padding-top: 10rem !important;
  }
  .xl\:pb-12 {
    padding-bottom: 10rem !important;
  }
  .xl\:py-13 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .xl\:pt-13 {
    padding-top: 11rem !important;
  }
  .xl\:pb-13 {
    padding-bottom: 11rem !important;
  }
  .xl\:py-14 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .xl\:pt-14 {
    padding-top: 12rem !important;
  }
  .xl\:pb-14 {
    padding-bottom: 12rem !important;
  }
  .xl\:py-15 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .xl\:pt-15 {
    padding-top: 13rem !important;
  }
  .xl\:pb-15 {
    padding-bottom: 13rem !important;
  }
  .xl\:py-16 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .xl\:pt-16 {
    padding-top: 14rem !important;
  }
  .xl\:pb-16 {
    padding-bottom: 14rem !important;
  }
  .xl\:py-17 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .xl\:pt-17 {
    padding-top: 15rem !important;
  }
  .xl\:pb-17 {
    padding-bottom: 15rem !important;
  }
  .xl\:py-18 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .xl\:pt-18 {
    padding-top: 16rem !important;
  }
  .xl\:pb-18 {
    padding-bottom: 16rem !important;
  }
  .xl\:py-19 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .xl\:pt-19 {
    padding-top: 17rem !important;
  }
  .xl\:pb-19 {
    padding-bottom: 17rem !important;
  }
  .xl\:py-20 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .xl\:pt-20 {
    padding-top: 18rem !important;
  }
  .xl\:pb-20 {
    padding-bottom: 18rem !important;
  }
}
@media (min-width: 1400px) {
  .xxl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xxl\:pt-0 {
    padding-top: 0 !important;
  }
  .xxl\:pb-0 {
    padding-bottom: 0 !important;
  }
  .xxl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xxl\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .xxl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .xxl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xxl\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .xxl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .xxl\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xxl\:pt-3 {
    padding-top: 1rem !important;
  }
  .xxl\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .xxl\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xxl\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .xxl\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .xxl\:py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xxl\:pt-5 {
    padding-top: 3rem !important;
  }
  .xxl\:pb-5 {
    padding-bottom: 3rem !important;
  }
  .xxl\:py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xxl\:pt-6 {
    padding-top: 4rem !important;
  }
  .xxl\:pb-6 {
    padding-bottom: 4rem !important;
  }
  .xxl\:py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xxl\:pt-7 {
    padding-top: 5rem !important;
  }
  .xxl\:pb-7 {
    padding-bottom: 5rem !important;
  }
  .xxl\:py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .xxl\:pt-8 {
    padding-top: 6rem !important;
  }
  .xxl\:pb-8 {
    padding-bottom: 6rem !important;
  }
  .xxl\:py-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .xxl\:pt-9 {
    padding-top: 7rem !important;
  }
  .xxl\:pb-9 {
    padding-bottom: 7rem !important;
  }
  .xxl\:py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .xxl\:pt-10 {
    padding-top: 8rem !important;
  }
  .xxl\:pb-10 {
    padding-bottom: 8rem !important;
  }
  .xxl\:py-11 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .xxl\:pt-11 {
    padding-top: 9rem !important;
  }
  .xxl\:pb-11 {
    padding-bottom: 9rem !important;
  }
  .xxl\:py-12 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .xxl\:pt-12 {
    padding-top: 10rem !important;
  }
  .xxl\:pb-12 {
    padding-bottom: 10rem !important;
  }
  .xxl\:py-13 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .xxl\:pt-13 {
    padding-top: 11rem !important;
  }
  .xxl\:pb-13 {
    padding-bottom: 11rem !important;
  }
  .xxl\:py-14 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .xxl\:pt-14 {
    padding-top: 12rem !important;
  }
  .xxl\:pb-14 {
    padding-bottom: 12rem !important;
  }
  .xxl\:py-15 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .xxl\:pt-15 {
    padding-top: 13rem !important;
  }
  .xxl\:pb-15 {
    padding-bottom: 13rem !important;
  }
  .xxl\:py-16 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .xxl\:pt-16 {
    padding-top: 14rem !important;
  }
  .xxl\:pb-16 {
    padding-bottom: 14rem !important;
  }
  .xxl\:py-17 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .xxl\:pt-17 {
    padding-top: 15rem !important;
  }
  .xxl\:pb-17 {
    padding-bottom: 15rem !important;
  }
  .xxl\:py-18 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .xxl\:pt-18 {
    padding-top: 16rem !important;
  }
  .xxl\:pb-18 {
    padding-bottom: 16rem !important;
  }
  .xxl\:py-19 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .xxl\:pt-19 {
    padding-top: 17rem !important;
  }
  .xxl\:pb-19 {
    padding-bottom: 17rem !important;
  }
  .xxl\:py-20 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .xxl\:pt-20 {
    padding-top: 18rem !important;
  }
  .xxl\:pb-20 {
    padding-bottom: 18rem !important;
  }
}
.blob-radius {
  border-radius: 63% 37% 30% 70%/50% 45% 55% 50%;
}

.blob-radius-2 {
  border-radius: 40% 60% 70% 30%/60% 40% 50% 50%;
}

.blob-radius-3 {
  border-radius: 50% 50% 34% 66%/63% 38% 62% 37%;
}

.blob-radius-circle {
  border-radius: 50%;
}

.blob-radius-organic, .blob-background {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.blob-radius-wave {
  border-radius: 63% 37% 30% 70%/30% 68% 32% 70%;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  position: relative;
  height: 100%;
}

body {
  background: #fff;
  font-family: "Quicksand", sans-serif;
  margin: 0;
  overflow-x: hidden;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  position: relative;
  line-height: 1.65;
}
@media only screen and (max-width: 991px) {
  body.theme-1 {
    padding-top: 144px;
  }
}
@media only screen and (max-width: 767px) {
  body.theme-1 {
    padding-top: 133px;
  }
}
@media only screen and (max-width: 575px) {
  body.theme-1 {
    padding-top: 107px;
  }
}
body.theme-2 {
  padding-top: 69px;
}
@media only screen and (max-width: 991px) {
  body.theme-2 {
    padding-top: 143px;
  }
}
@media only screen and (max-width: 767px) {
  body.theme-2 {
    padding-top: 143px;
  }
}
@media only screen and (max-width: 575px) {
  body.theme-2 {
    padding-top: 110px;
  }
}
body.theme-3 {
  padding-top: 160px;
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 97px;
  }
}

#main-wrapper {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

#main-wrapper.show {
  opacity: 1;
}

p {
  font-size: 16px;
  color: #333333;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0a58ca;
}

a:focus,
a:hover {
  text-decoration: none;
}

a.link {
  color: #454545;
}

a.link:focus,
a.link:hover {
  color: #1f8fff;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}

.img-flag {
  height: 15px;
  width: 18px;
}

.img-full {
  width: 100%;
}

.mdi-set,
.mdi:before {
  line-height: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000000;
}

h1 {
  line-height: 40px;
  font-size: 36px;
}

h2 {
  line-height: 36px;
  font-size: 24px;
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  line-height: 30px;
  font-size: 21px;
}

h4 {
  line-height: 22px;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  h4 {
    font-size: 15px;
  }
}

h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
}

h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 700;
}

.display-5 {
  font-size: 30px;
}

.display-6 {
  font-size: 36px;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

.img-circle {
  border-radius: 100%;
}

.content-body {
  padding: 30px 0 15px;
}

.c-pointer {
  cursor: pointer;
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.l-border-1 {
  border: 1px solid #e1e1e1;
}

.d-border-1 {
  border: 1px solid #e1e1e1;
}

.footer p {
  font-size: 12px;
}

.border-white-2 {
  border: 2px solid #fff;
}

.border-bottom-1 {
  border-bottom: 1px solid #e1e1e1;
}

.border-top-1 {
  border-top: 1px solid #e1e1e1;
}

.border-right-1 {
  border-right: 1px solid #e1e1e1;
}

.border-left-1 {
  border-left: 1px solid #e1e1e1;
}

.dark-overlay-1 {
  background: rgba(0, 0, 0, 0.1);
}

.dark-overlay-2 {
  background: rgba(0, 0, 0, 0.2);
}

.dark-overlay-3 {
  background: rgba(0, 0, 0, 0.3);
}

.dark-overlay-4 {
  background: rgba(0, 0, 0, 0.4);
}

.dark-overlay-5 {
  background: rgba(0, 0, 0, 0.5);
}

.dark-overlay-6 {
  background: rgba(0, 0, 0, 0.6);
}

.dark-overlay-7 {
  background: rgba(0, 0, 0, 0.7);
}

.dark-overlay-8 {
  background: rgba(0, 0, 0, 0.8);
}

.dark-overlay-9 {
  background: rgba(0, 0, 0, 0.9);
}

.div-padding {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .div-padding {
    padding: 70px 0;
  }
}

.div-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 25px;
}
.div-title:after {
  left: 0;
  bottom: 0;
  height: 6px;
  width: 60px;
  content: "";
  position: absolute;
  background-image: url(../../assets/images/header-border.webp);
}
.div-title.text-center:after {
  left: calc(50% - 30px);
}

button:focus, a:focus, a:link:focus {
  outline: none;
}

input:focus, textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

img {
  max-width: 100%;
}

.bg-2 {
  background-color: #FEFBF0;
}

.theme-color {
  color: #1f8fff;
}

.striped-bg {
  background-image: url(../../assets/images/striped-bg.webp);
}

.bg-gray {
  background-color: #F7F7F6;
}

.text-theme-color {
  color: #916c00;
}

.bg-theme-color {
  background-color: #1f8fff;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.button {
  z-index: 1;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 0.8;
  overflow: hidden;
  padding: 22px 30px;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.button:before {
  top: 0;
  width: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.button:hover {
  color: #ffffff;
}
.button:hover:before {
  left: 0;
  width: 100%;
  right: auto;
  background-color: #000000;
}
.button.big {
  text-align: center;
}
.button.tiny {
  width: 130px;
  text-align: center;
}
.button:hover {
  color: #fff;
}

.button-dark {
  color: #fff;
  position: relative;
  background-color: #3B3B3B;
}

.button-light {
  color: #F0F0F0;
  background-color: #1f8fff;
}

.button-black {
  color: #fff;
  position: relative;
  background-color: #1d1d1d;
}

.hero-button {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #1f8fff;
  color: #F0F0F0;
}

.form-button {
  width: 100%;
  background-color: #1f8fff;
  color: #F0F0F0;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.btn-theme {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1f8fff), color-stop(50%, #F0F0F0));
  background-image: linear-gradient(to right, #1f8fff 50%, #F0F0F0 50%);
  background-size: 200% 100%;
  background-position: 0 0;
  color: #F0F0F0;
  border-color: #1f8fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  overflow: hidden;
}
.btn-theme:hover, .btn-theme:focus {
  color: #000000;
  border-color: rgb(226.0215517241, 177.099137931, 0.9784482759);
  background-position: -100% 0;
}
.btn-theme:active {
  background-color: rgb(200.6314655172, 157.2047413793, 0.8685344828) !important;
  color: #000 !important;
  border-color: rgb(200.6314655172, 157.2047413793, 0.8685344828) !important;
}

.btn-theme-outline {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #000));
  background-image: linear-gradient(to right, transparent 50%, #000 50%);
  background-size: 200% 100%;
  background-position: 0 0;
  color: #000;
  border-color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  overflow: hidden;
  border-width: 2px;
}
.btn-theme-outline:hover, .btn-theme-outline:focus {
  color: #fff;
  border-color: #000;
  background-position: -100% 0;
}
.btn-theme-outline:active {
  background-color: transparent !important;
  color: #000 !important;
  border-color: #000 !important;
}
.btn-theme-outline.btn-white {
  color: #fff;
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
}
.btn-theme-outline.btn-white:hover, .btn-theme-outline.btn-white:focus {
  color: #000;
  border-color: #fff;
  background-position: -100% 0;
}
.btn-theme-outline.btn-white:active {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.btn-link {
  color: #3B3B3B;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #FFBF00;
}
.btn-link .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1f8fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-link .icon-circle i {
  color: #F0F0F0;
  font-size: 1.2rem;
}
.btn-link .icon-circle:hover {
  background-color: #FFBF00;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.blog-area-1 .author a {
  color: #916c00;
}
.blog-area-1 .author a:hover {
  color: #1f8fff;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.blog-area-2 .author a {
  color: #916c00;
}
.blog-area-2 .author a:hover {
  color: #1f8fff;
}

.blog-self-driving {
  position: relative;
}
.blog-self-driving .card {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.blog-self-driving .card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}
.blog-self-driving .card:hover .card-img-top {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.blog-self-driving .card .card-img-top {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-self-driving .card .badge {
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0.35em 0.8em;
}
.blog-self-driving .card .card-title {
  line-height: 1.4;
}
.blog-self-driving .card .card-title a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.blog-self-driving .card .card-title a:hover {
  color: #1f8fff !important;
}
.blog-self-driving .card .text-muted a {
  color: #1f8fff;
  font-weight: 500;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.blog-self-driving .card .text-muted a:hover {
  opacity: 0.8;
}
.blog-self-driving .btn-outline-warning {
  border-width: 2px;
  padding: 0.6rem 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-self-driving .btn-outline-warning:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(254, 204, 24, 0.15);
          box-shadow: 0 10px 20px rgba(254, 204, 24, 0.15);
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.team-section .team-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.team-section .team-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.team-section .team-card:hover .social-links {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.5);
}
.team-section .team-card .team-image img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-section .team-card .social-links {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.team-section .team-card .social-links .btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-section .team-card .social-links .btn:hover {
  background-color: var(--bs-theme-color);
  color: white;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.impact-item .icon-wrapper {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.impact-item .icon-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  background-color: #1f8fff !important;
}
.impact-item .icon-wrapper:hover > i.fas {
  color: #fff !important;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.features-section .card .icon-wrapper {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-section .card .icon-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFBF00;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: inherit;
}
.features-section .card .icon-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.features-section .card .icon-wrapper:hover::before {
  opacity: 1;
}
.features-section .card .icon-wrapper:hover > i.fas {
  color: #fff !important;
  position: relative;
  z-index: 2;
}
.features-section .card .icon-wrapper > i.fas {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.single-package-item {
  -webkit-box-shadow: 0 0 5px rgba(59, 59, 59, 0.2);
          box-shadow: 0 0 5px rgba(59, 59, 59, 0.2);
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
@media only screen and (max-width: 991px) {
  .single-package-item {
    margin-bottom: 20px;
  }
}
.single-package-item:hover .package-icon {
  background-color: #1f8fff;
}
.single-package-item:hover .package-icon span.icon-wrapper {
  background-color: #1f8fff;
}
.single-package-item:hover a.button-dark {
  background-color: #1f8fff;
}
.single-package-item .package-icon {
  position: relative;
  background-color: #3B3B3B;
  padding: 40px 0;
  position: relative;
}
.single-package-item .package-icon span.icon-wrapper {
  position: absolute;
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  border: 3px solid #fff;
  line-height: 70px;
  background-color: #3B3B3B;
  left: calc(50% - 37px);
  text-align: center;
}
.single-package-item .package-details {
  padding: 75px 0 30px;
}
.single-package-item .package-details .div-title:after {
  top: 145%;
}
.single-package-item .package-details h2.package-price {
  margin-bottom: 30px;
  font-weight: 500;
}
.single-package-item .package-details h2.package-price span {
  font-size: 14px;
  font-weight: normal;
}
.single-package-item .package-details li {
  margin-bottom: 10px;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #1f8fff;
}

.form-control {
  border: 1px solid rgba(55, 55, 55, 0.1);
  border-radius: 0;
  font-size: 14px;
  padding: 10px;
}
.form-control::-webkit-input-placeholder {
  color: #9B9CA0;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #9B9CA0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #9B9CA0;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #9B9CA0;
  opacity: 1;
}
.form-control::placeholder {
  color: #9B9CA0;
  opacity: 1;
}

.form-floating > textarea.form-control {
  height: calc(8.5em + 0.75rem + 2px);
}

.contact-form-div h2 {
  margin-bottom: 50px;
}

.payment-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 1px solid rgba(59, 59, 59, 0.1);
  margin-bottom: 30px;
}
.payment-options input[type=radio] {
  display: none;
}
.payment-options .form-check-inline {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  margin: 0;
}
.payment-options input:checked + label {
  background-color: #9B9CA0;
  color: #fff;
}
.payment-options label {
  width: 100%;
  display: block;
  padding: 10px;
}
@media only screen and (max-width: 575px) {
  .payment-options label {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.select-car-wrapper {
  margin-bottom: 50px;
}
.select-car-wrapper h2 {
  margin-bottom: 50px;
}

.car-options .form-check-inline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 19%;
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .car-options .form-check-inline {
    width: 32%;
    margin-bottom: 15px;
  }
}
.car-options input[type=radio] {
  display: none;
}
.car-options input[type=radio]:checked + label {
  border-color: #1f8fff;
}
.car-options label {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 1px solid rgba(59, 59, 59, 0.1);
  text-align: center;
  display: inline-block;
  line-height: 75px;
}

.destination {
  position: relative;
}
.destination .form-control {
  padding: 10px 10px 10px 25px;
}
.destination i {
  position: absolute;
  bottom: 15px;
  left: 10px;
}

@media only screen and (max-width: 991px) {
  .booking-form {
    margin-bottom: 20px;
  }
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.total-earning-table {
  background-color: #F7F7F6;
  margin-bottom: 30px;
}
.total-earning-table thead th:first-child {
  padding-left: 30px;
}
.total-earning-table tbody tr th {
  color: #333333;
  padding-left: 30px;
}
.total-earning-table tbody tr th small {
  color: #333333;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.message-box .phone-icon {
  padding: 3px 30px;
}
.message-box .phone-icon a {
  color: #333333;
}
.message-box .list-group-item {
  border-bottom: rgba(59, 59, 59, 0.2);
}
.message-box .form-control {
  margin-bottom: 0;
}
.message-box .search-form {
  position: relative;
}
.message-box .search-form .form-control {
  padding-left: 30px;
}
.message-box .search-form i {
  position: absolute;
  left: 9px;
  top: 16px;
}
.message-box .list-group-item {
  background-color: transparent;
}
.message-box .event-msg-left, .message-box .event-chat-ryt {
  background-color: #F7F7F6;
}
@media only screen and (max-width: 575px) {
  .message-box .event-msg-left, .message-box .event-chat-ryt {
    margin-bottom: 20px;
  }
}
.message-box .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1f8fff;
  color: #333333;
  border: none;
}
.message-box .chat-sender, .message-box .chat-reciver {
  max-width: 400px;
}
.message-box .chat-reciver {
  text-align: right;
  margin-left: auto;
}
.message-box .chat-reciver .media {
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-box .chat-reciver p {
  display: inline-block;
  padding: 10px;
  -webkit-box-shadow: 0 0px 4px 1px rgba(59, 59, 59, 0.1);
          box-shadow: 0 0px 4px 1px rgba(59, 59, 59, 0.1);
  background-color: #fff;
  margin: 0;
}
.message-box .chat-sender {
  text-align: left;
}
.message-box .chat-sender .media {
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-box .chat-sender p {
  display: inline-block;
  padding: 10px;
  background-color: #3D3E3E;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .message-box .event-msg-left {
    margin-bottom: 20px;
  }
}
.message-box .event-msg-left .sidebar-heading {
  border-bottom: 1px solid rgba(59, 59, 59, 0.2);
}
.message-box .event-msg-left .sidebar-heading h4 {
  margin-bottom: 0;
}
.message-box .event-msg-left .list-group-item:first-child {
  padding: 0;
}
.message-box .event-msg-left .list-group-item:first-child .sidebar-heading, .message-box .event-msg-left .list-group-item:first-child .event-sideber-search {
  padding: 20px;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.vehicle-tab-nav ul {
  border: 0;
  text-align: center;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vehicle-tab-nav ul a {
  padding: 6px 16px;
  display: inline-block;
  color: #333333;
}
.vehicle-tab-nav ul a.active {
  background-color: #1f8fff;
  color: #fff;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.footer-1 #gmap_canvas, .footer-2 #gmap_canvas {
  width: 100%;
  height: 340px;
}
@media only screen and (max-width: 991px) {
  .footer-1 #gmap_canvas, .footer-2 #gmap_canvas {
    height: 200px;
  }
}

.ride-map-area #gmap_canvas,
.contact-us-map #gmap_canvas {
  width: 100%;
  height: 100%; /* Changed to 100% to inherit from parent container */
}
@media only screen and (max-width: 575px) {
  .ride-map-area #gmap_canvas,
  .contact-us-map #gmap_canvas {
    height: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-us-map {
    margin-top: 20px;
  }
}

.ride-map #gmap_canvas {
  width: 100%;
  height: 730px;
}
@media only screen and (max-width: 991px) {
  .ride-map #gmap_canvas {
    height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .ride-map #gmap_canvas {
    height: 400px;
  }
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.header-2 {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-2 .header-2-wrapper {
  height: 80px;
}
.header-2 .header-2-wrapper .header-2-logo img {
  max-height: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-2 .header-2-wrapper .header-2-nav .navbar {
  padding: 0;
}
.header-2 .header-2-wrapper .header-2-nav .navbar-nav .nav-item {
  position: relative;
}
.header-2 .header-2-wrapper .header-2-nav .navbar-nav .nav-item .nav-link {
  color: #333333;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-2 .header-2-wrapper .header-2-nav .navbar-nav .nav-item .nav-link:hover, .header-2 .header-2-wrapper .header-2-nav .navbar-nav .nav-item .nav-link:focus, .header-2 .header-2-wrapper .header-2-nav .navbar-nav .nav-item .nav-link.active {
  color: #F0F0F0;
  background-color: #1f8fff;
}
.header-2 .header-2-wrapper .header-2-nav .navbar-nav .nav-item .nav-link i {
  font-size: 0.85em;
  margin-right: 0.25rem;
}
.header-2 .header-2-wrapper .header-2-nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 0;
  margin-top: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.header-2 .header-2-wrapper .header-2-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  position: relative;
  padding: 0.5rem 1.25rem 0.5rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #3B3B3B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-2 .header-2-wrapper .header-2-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .header-2 .header-2-wrapper .header-2-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  color: #916c00;
  background: none;
}
.header-2 .header-2-wrapper .header-2-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header-2 .header-2-wrapper .header-2-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover::before {
  background-color: #1f8fff;
}
.header-2 .header-2-wrapper .header-2-button .btn {
  min-width: 100px;
  padding: 0.5rem 1.5rem;
}
.header-2 .mobile-header {
  height: 70px;
}
.header-2 .mobile-header .mobile-logo img {
  max-height: 32px;
}
.header-2 .mobile-header .mobile-nav-toggle .navbar-toggler {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-2 .mobile-header .mobile-nav-toggle .navbar-toggler .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-2 .mobile-header .mobile-nav-toggle .navbar-toggler .navbar-toggler-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--bs-dark);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-2 .mobile-menu .offcanvas {
  max-width: 300px;
}
.header-2 .mobile-menu .offcanvas .offcanvas-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-2 .mobile-menu .offcanvas .offcanvas-body {
  padding: 1.5rem;
}
.header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item {
  margin-bottom: 0.5rem;
}
.header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  padding: 0.75rem 0;
  color: #E1E1E1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link i {
  margin-right: 0.75rem;
  width: 20px;
  text-align: center;
}
.header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:hover, .header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:focus, .header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.active {
  color: #1f8fff;
}
.header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
  display: none;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0 0.5rem 1rem;
  padding-left: 0.25rem;
}
.header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-menu.show {
  display: block;
}
.header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  position: relative;
  padding-left: 1.75rem;
  color: #E1E1E1;
  font-weight: 600;
  font-size: 0.95rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  color: #1f8fff;
}
.header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover::before {
  background-color: #1f8fff;
}
.header-2 .mobile-menu .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5rem;
}
.header-2 .mobile-menu .offcanvas .offcanvas-body .btn {
  margin-top: 0.5rem;
}
@media (max-width: 991.98px) {
  .header-2 .header-2-wrapper {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .header-2 .mobile-header {
    display: none !important;
  }
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.upper-header .search .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upper-header .search .form input.form-control {
  height: 42px;
  padding: 8px 15px 8px 46px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  color: #fff;
  background-color: #F7F7F6;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .upper-header a.btn-link {
    text-align: left;
  }
}

.navbar-dark {
  /* DropDown Style - Start */
  /* DropDown Style - End */
}
.navbar-dark .nav-item.active .nav-link, .navbar-dark .nav-item:hover .nav-link {
  color: #1f8fff;
}
.navbar-dark .nav-item .nav-link.active {
  color: #1f8fff;
}
.navbar-dark .navbar-nav .dropdown-menu {
  width: 60px;
  background-color: #3B3B3B;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-dark .navbar-nav .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 60px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3B3B3B;
}
.navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
  color: #FFF9E7;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-dark .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: rgba(254, 204, 24, 0.1);
  color: #1f8fff;
}
.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.active, .navbar-dark .navbar-nav .dropdown-menu .dropdown-item:active {
  background-color: #F0F0F0;
  color: #1f8fff;
}
.navbar-dark .navbar-nav .nav-item.dropdown {
  position: relative;
}
.navbar-dark .navbar-nav .nav-item.dropdown::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.navbar-dark .navbar-nav .nav-item.dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
}
.navbar-dark .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navbar-dark .navbar-nav .dropdown-menu:hover {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.offcanvas {
  width: 300px;
  background-color: #1c2027;
  z-index: 1050;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.offcanvas.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.offcanvas-body .nav-link {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.offcanvas-body .nav-link:hover {
  color: #1f8fff;
}
.offcanvas-body .icon-circle {
  background-color: rgba(255, 255, 255, 0.1);
}
.offcanvas-body .icon-circle i {
  color: #fff;
}
.offcanvas-body .icon-circle:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas-header .offcanvas-title {
  color: #fff;
}
.offcanvas-header .btn-close {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 1;
}

.mobile-nav-toggle {
  float: right;
}
.mobile-nav-toggle .navbar-toggler-icon span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #6a707e;
  margin: 6px 0 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-nav-toggle .navbar-toggler-icon span:nth-child(1) {
  margin-top: 0;
}
.mobile-nav-toggle .navbar-toggler-icon span:nth-child(3) {
  width: 15px;
  margin-bottom: 0;
}
.mobile-nav-toggle .active span:nth-child(1) {
  width: 15px;
}
.mobile-nav-toggle .active span:nth-child(3) {
  width: 30px;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.hero-area-1 .card {
  border-radius: 16px;
  overflow: hidden;
}
.hero-area-1 .card .card-header {
  margin-bottom: -1px;
  background-color: #F7F7F6;
  padding: 0;
  border: none;
}
.hero-area-1 .card .card-body {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.hero-area-1 .form-tab {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-area-1 .form-tab .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.hero-area-1 .form-tab .nav-link {
  color: #abafb3;
  font-weight: 500;
  padding: 15px 10px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(155, 156, 160, 0.05);
}
.hero-area-1 .form-tab .nav-link#drive-tab {
  border-top-left-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hero-area-1 .form-tab .nav-link#ride-tab {
  border-top-left-radius: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hero-area-1 .form-tab .nav-link:hover {
  background-color: rgba(254, 204, 24, 0.1);
}
.hero-area-1 .form-tab .nav-link.active {
  color: #000;
  font-weight: 700;
  background-color: #fff;
  -webkit-box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.08);
}
.hero-area-1 .form-tab .nav-link.active i {
  color: #1f8fff;
  margin-right: 8px;
}
.hero-area-1 .form-tab .nav-link.active#drive-tab {
  border-top-left-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hero-area-1 .form-tab .nav-link.active#ride-tab {
  border-top-left-radius: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hero-area-1 .tab-content .tab-pane {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.hero-area-1 .tab-content .tab-pane.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero-area-1 .download-buttons .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-area-1 .download-buttons .btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.hero-area-2 {
  background-color: #FFF5E1;
  top: 47px;
}
@media (min-width: 0) and (max-width: 991.98px) {
  .hero-area-2 {
    top: 60px;
  }
}
.hero-area-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12px; /* adjust height as needed */
  background-image: url("../images/taxi-stripe.webp");
  background-repeat: repeat-x;
  background-size: auto 100%;
  z-index: 1;
}
.hero-area-2 .swiper-pagination {
  position: relative;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-area-2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  opacity: 0.5;
  margin: 0 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.hero-area-2 .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: var(--primary-color, #ffc107);
  opacity: 1;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.breadcrumb-div {
  padding: 40px 0;
  background-color: #FFFBEE;
}
.breadcrumb-div .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.breadcrumb-div .page-title {
  font-size: 26px;
}
.breadcrumb-div .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.breadcrumb-div .breadcrumb > li {
  font-weight: 500;
  position: relative;
}
.breadcrumb-div .breadcrumb > li:not(:last-child) {
  margin-right: 14px;
  padding-right: 14px;
}
.breadcrumb-div .breadcrumb > li:not(:last-child):after {
  top: 1px;
  right: -3px;
  margin-left: 1px;
  content: "\f105";
  font-weight: 400;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.breadcrumb-div .breadcrumb a {
  color: #3B3B3B;
}
.breadcrumb-div .breadcrumb a:hover {
  color: #1f8fff;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.testimonial-2 {
  position: relative;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../../assets/images/home/bg3.webp);
  z-index: 1;
}
.testimonial-2 .testimonial-item {
  -webkit-box-shadow: 0px 8px 22px -9px rgb(66, 68, 90);
          box-shadow: 0px 8px 22px -9px rgb(66, 68, 90);
}
.testimonial-2 .testimonial-item i.fas {
  color: #6a707e;
}
.testimonial-2 .swiper-pagination {
  position: relative;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  opacity: 0.5;
  margin: 0 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.testimonial-2 .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: var(--primary-color, #ffc107);
  opacity: 1;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.testimonial-1 {
  position: relative;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../../assets/images/home/bg3.webp);
}
.testimonial-1:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
.testimonial-1 .swiper-pagination {
  position: relative;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  opacity: 0.5;
  margin: 0 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.testimonial-1 .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: var(--primary-color, #ffc107);
  opacity: 1;
}
@media (max-width: 575.98px) {
  .testimonial-1 .swiper-pagination {
    margin-top: 1.5rem;
  }
  .testimonial-1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .testimonial-1 .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
  }
}
.testimonial-1 button.prev-btn {
  position: absolute;
  left: -3%;
  top: 40%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (min-width: 992px) {
  .testimonial-1 button.prev-btn {
    left: 1%;
  }
}
.testimonial-1 button.next-btn {
  position: absolute;
  right: -3%;
  top: 40%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (min-width: 992px) {
  .testimonial-1 button.next-btn {
    right: 1%;
  }
}
@media (min-width: 992px) {
  .testimonial-1 button.prev-btn,
  .testimonial-1 button.next-btn {
    display: none;
  }
}

.testimonials-self-driving {
  position: relative;
}
.testimonials-self-driving .tech-background {
  z-index: -1;
  overflow: hidden;
}
.testimonials-self-driving .tech-background .tech-grid-light {
  background-image: linear-gradient(to right, rgba(254, 204, 24, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(254, 204, 24, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.7;
}
.testimonials-self-driving .tech-background .tech-circle {
  border-radius: 50%;
}
.testimonials-self-driving .tech-background .tech-circle.tech-circle-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -100px;
  opacity: 0.6;
}
.testimonials-self-driving .tech-background .tech-circle.tech-circle-2 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  left: -150px;
  opacity: 0.4;
}
.testimonials-self-driving .testimonial-video {
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.testimonials-self-driving .testimonial-video:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.testimonials-self-driving .testimonial-video:hover .play-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.testimonials-self-driving .testimonial-video img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonials-self-driving .testimonial-video .video-play-button {
  text-decoration: none;
  z-index: 2;
}
.testimonials-self-driving .testimonial-video .video-play-button .play-icon {
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 30px rgba(254, 204, 24, 0.5);
          box-shadow: 0 0 30px rgba(254, 204, 24, 0.5);
}
.testimonials-self-driving .testimonial-video .video-play-button .play-icon i {
  font-size: 24px;
  margin-left: 4px;
}
.testimonials-self-driving .testimonial-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
  z-index: 1;
}
.testimonials-self-driving .testimonial-content h2 {
  position: relative;
}
.testimonials-self-driving .testimonial-content h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #1f8fff;
}
.testimonials-self-driving .testimonial-content p {
  color: #555;
  line-height: 1.8;
}
.testimonials-self-driving .testimonial-author .author-info .author-name {
  color: #333;
}
.testimonials-self-driving .testimonial-author .author-info .author-title {
  font-size: 0.95rem;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
input,
select,
.form-select,
.form-control {
  height: 60px;
  padding: 0 16px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  border: 1px solid #9B9CA0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #9B9CA0;
}
input::-moz-placeholder, select::-moz-placeholder, .form-select::-moz-placeholder, .form-control::-moz-placeholder {
  color: #9B9CA0;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, .form-select:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #9B9CA0;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, .form-select::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: #9B9CA0;
}
input::placeholder,
select::placeholder,
.form-select::placeholder,
.form-control::placeholder {
  color: #9B9CA0;
}
input:focus,
select:focus,
.form-select:focus,
.form-control:focus {
  outline: 0;
  border-color: #1f8fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select,
.form-select {
  padding-top: 0;
  padding-bottom: 0;
}

textarea.form-control {
  min-height: 140px;
  padding: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

textarea {
  min-height: 150px;
  padding-top: 12px;
  padding-bottom: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  width: 0;
  height: 0;
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #fff;
  background-color: #1f8fff;
  border-color: #1f8fff;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
  font-size: 16px;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 4px;
  background-color: #fff;
  border: 2px solid #9B9CA0;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
}

input[type=radio],
.form-range {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 10px;
}
input[type=radio]::-webkit-slider-runnable-track,
.form-range::-webkit-slider-runnable-track {
  height: 10px;
  -webkit-appearance: none;
  background-color: rgba(254, 204, 24, 0.09);
  margin-top: -1px;
}
input[type=radio]::-webkit-slider-thumb,
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 999px;
  background: #1f8fff;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  width: 0;
  height: 0;
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  left: 0;
  top: -1px;
  width: 15px;
  height: 15px;
  font-size: 0.45em;
  line-height: 2em;
  padding-left: 0.5px;
  text-align: center;
  border: 1px solid #1f8fff;
  border-radius: 100%;
  font-weight: 700;
  background: #fff;
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: #1f8fff;
  background-color: #1f8fff;
  color: #fff;
}

label {
  margin-bottom: 0.6em;
  margin-top: -0.3em;
  display: block;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 20px);
  top: 17px;
  font-size: 14px;
}

.input-group {
  position: relative;
}

.input-group-text {
  background-color: transparent;
  border: none;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group-text {
  background-color: transparent;
  border: none;
}

.input-group-text i {
  color: #1f8fff;
}

.form-check-input {
  margin-top: 0;
  margin-right: 5px;
}

.form-check {
  padding-left: 0;
}

.form-check-input:checked {
  background-color: #1f8fff;
  border-color: #1f8fff;
}

input.is-invalid,
.wot-validated input:invalid {
  border: 1px solid #1f8fff !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
input.is-invalid:focus,
.wot-validated input:invalid:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: #1f8fff;
  display: block;
}
.form-messages.error {
  color: #1f8fff;
  display: block;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.who-we-are {
  padding: 100px 0;
}
.who-we-are .btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.who-we-are .btn:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.who-we-are .btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.who-we-are .lead {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .who-we-are .lead {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .who-we-are .lead {
    font-size: 1.25rem;
  }
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.who-we-are-2 {
  position: relative;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.download-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .download-content-wrapper {
    display: block;
  }
}
.download-content-wrapper .download-left-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.download-content-wrapper .download-left-content .app-btns {
  text-align: left;
}
.download-content-wrapper .download-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .download-content-wrapper .download-right-content {
    overflow: hidden;
  }
}
.download-content-wrapper .download-right-content .download-phone-img {
  border-radius: 39px;
}
.download-content-wrapper .download-right-content .download-blob {
  position: absolute;
  left: -112px;
  top: -2px;
  z-index: -10;
  width: 200% !important;
  max-width: 500px !important;
  -webkit-transform: rotate(279deg);
          transform: rotate(279deg);
}
@media screen and (max-width: 1099px) {
  .download-content-wrapper .download-right-content .download-blob {
    max-width: 400px !important;
  }
}
@media screen and (min-width: 885px) and (max-width: 989px) {
  .download-content-wrapper .download-right-content .download-blob {
    left: 186px;
  }
}
@media only screen and (max-width: 991px) {
  .download-content-wrapper .download-right-content .download-blob {
    max-width: 440px !important;
    top: 30px;
    left: 212px;
  }
}
@media only screen and (max-width: 767px) {
  .download-content-wrapper .download-right-content .download-blob {
    left: 105px;
  }
}
@media screen and (min-width: 711px) and (max-width: 767px) {
  .download-content-wrapper .download-right-content .download-blob {
    left: 163px;
  }
}
@media only screen and (max-width: 575px) {
  .download-content-wrapper .download-right-content .download-blob {
    top: 25px;
    left: 15px;
  }
}
@media screen and (max-width: 460px) {
  .download-content-wrapper .download-right-content .download-blob {
    max-width: 392px !important;
    left: -16px;
  }
}

.blob-background {
  width: 350px;
  height: 350px;
  z-index: -1;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.app-download .phone-container {
  position: relative;
}
.app-download .phone-container .blob-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background-color: rgba(254, 204, 24, 0.1);
  border-radius: 63% 37% 30% 70%/50% 45% 55% 50%;
  z-index: 0;
  -webkit-animation: blob-animate 8s ease-in-out infinite;
          animation: blob-animate 8s ease-in-out infinite;
}
.app-download .phone-container .phone-frame {
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin: 0 auto;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}

@-webkit-keyframes blob-animate {
  0% {
    border-radius: 63% 37% 30% 70%/50% 45% 55% 50%;
  }
  50% {
    border-radius: 40% 60% 70% 30%/60% 40% 50% 50%;
  }
  100% {
    border-radius: 63% 37% 30% 70%/50% 45% 55% 50%;
  }
}

@keyframes blob-animate {
  0% {
    border-radius: 63% 37% 30% 70%/50% 45% 55% 50%;
  }
  50% {
    border-radius: 40% 60% 70% 30%/60% 40% 50% 50%;
  }
  100% {
    border-radius: 63% 37% 30% 70%/50% 45% 55% 50%;
  }
}
.download-app-4 .blob-background {
  z-index: 0;
}
.download-app-4 .blob-background .blob {
  border-radius: 50%;
  opacity: 0.3;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.download-app-4 .blob-background .blob-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
}
.download-app-4 .blob-background .blob-2 {
  width: 300px;
  height: 300px;
  bottom: -100px;
  left: -100px;
}
.download-app-4 .phone-mockup .blob-phone-bg {
  width: 500px;
  height: 500px;
  background: rgba(254, 204, 24, 0.1);
  border-radius: 63% 37% 30% 70%/50% 45% 55% 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-animation: blob-morph 8s ease-in-out infinite;
          animation: blob-morph 8s ease-in-out infinite;
}
.download-app-4 .phone-mockup .phone-frame {
  z-index: 1;
  max-width: 320px;
  margin: 0 auto;
}
@-webkit-keyframes blob-morph {
  0%, 100% {
    border-radius: 63% 37% 30% 70%/50% 45% 55% 50%;
  }
  50% {
    border-radius: 40% 60% 70% 30%/60% 40% 50% 50%;
  }
}
@keyframes blob-morph {
  0%, 100% {
    border-radius: 63% 37% 30% 70%/50% 45% 55% 50%;
  }
  50% {
    border-radius: 40% 60% 70% 30%/60% 40% 50% 50%;
  }
}

.download-app-self-driving {
  position: relative;
}
.download-app-self-driving .tech-background {
  z-index: -1;
  overflow: hidden;
}
.download-app-self-driving .tech-background .tech-grid-light {
  background-image: linear-gradient(to right, rgba(254, 204, 24, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(254, 204, 24, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.7;
}
.download-app-self-driving .tech-background .tech-circle {
  border-radius: 50%;
}
.download-app-self-driving .tech-background .tech-circle.tech-circle-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
  opacity: 0.6;
}
.download-app-self-driving .tech-background .tech-circle.tech-circle-2 {
  width: 500px;
  height: 500px;
  bottom: -200px;
  right: -200px;
  opacity: 0.4;
}
.download-app-self-driving .phone-mockup {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.download-app-self-driving .phone-mockup .tech-phone-bg {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(254, 204, 24, 0.1) 0%, rgba(254, 204, 24, 0) 70%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.download-app-self-driving .phone-mockup .phone-frame {
  position: relative;
  z-index: 1;
  padding: 15px;
}
.download-app-self-driving .phone-mockup .phone-frame img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 30px;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: block;
}
.download-app-self-driving .phone-mockup .tech-element {
  -webkit-box-shadow: 0 0 20px rgba(254, 204, 24, 0.3);
          box-shadow: 0 0 20px rgba(254, 204, 24, 0.3);
}
.download-app-self-driving .phone-mockup .tech-element.tech-element-1 {
  width: 80px;
  height: 80px;
  top: 10%;
  right: 5%;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.download-app-self-driving .phone-mockup .tech-element.tech-element-2 {
  width: 120px;
  height: 120px;
  bottom: 15%;
  left: 0;
  animation: float 8s ease-in-out infinite reverse;
}
.download-app-self-driving .bg-warning.bg-opacity-10 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.download-app-self-driving .d-flex:hover .bg-warning.bg-opacity-10 {
  background-color: rgba(254, 204, 24, 0.2) !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.download-app-self-driving .btn-dark {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.download-app-self-driving .btn-dark:hover {
  background-color: rgb(55.7432432432, 62.5, 69.2567567568);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.counter-section {
  background-color: #f8f9fa;
}
.counter-section .counter-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.counter-section .counter-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.counter-section .counter-card .counter-icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.achievements-section .achievement-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.achievements-section .achievement-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.achievements-section .achievement-card:hover .achievement-overlay {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.achievements-section .achievement-card .achievement-icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.achievements-section .achievement-card .achievement-overlay {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.achievements-section .achievement-card .achievement-overlay .btn {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.achievements-section .achievement-card .achievement-overlay:hover .btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.partners-section .partner-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}
.partners-section .partner-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.partners-section .partner-card .partner-logo {
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partners-section .partner-card:hover .partner-logo {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.partners-section .btn-outline-theme:hover, .partners-section .btn-outline-theme.active {
  background-color: #FFBF00;
  color: white;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.services-intro .service-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.services-intro .service-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.services-intro .service-card .service-icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-intro .service-card .list-unstyled li {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-intro .service-card .list-unstyled li:hover {
  opacity: 1;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.services-intro .service-card .btn-theme-outline {
  position: relative;
  z-index: 1;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.pricing-section .pricing-tabs {
  background: rgba(254, 204, 24, 0.5);
  padding: 0.5rem;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pricing-section .pricing-tabs .btn {
  border-radius: 100px;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.pricing-section .pricing-tabs .btn.active {
  background: #FFBF00;
  color: #916c00;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.pricing-section .pricing-tabs .btn:not(.active):hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.pricing-section .pricing-tabs .btn .badge {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.pricing-section .bg-gradient-dark {
  background: linear-gradient(145deg, #2c3e50, #1a252f) !important;
  border: none;
}
.pricing-section .bg-gradient-dark:hover {
  background: linear-gradient(145deg, #34495e, #2c3e50) !important;
}
.pricing-section .pricing-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-section .pricing-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.pricing-section .pricing-card .pricing-icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pricing-section .pricing-card .pricing-amount .currency {
  font-size: 1.5rem;
  vertical-align: super;
  margin-right: 0.25rem;
}
.pricing-section .pricing-card .pricing-amount .period {
  font-size: 1rem;
  margin-left: 0.25rem;
}
.pricing-section .pricing-card .pricing-features li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section .pricing-card .pricing-features li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.pricing-section .pricing-card.bg-theme-color .btn-light {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section .pricing-card.bg-theme-color .btn-light:hover {
  background-color: transparent;
  color: white;
  border-color: white;
}
.pricing-section .popular-badge {
  font-size: 0.875rem;
  font-weight: 500;
}
.pricing-section .tab-content .tab-pane {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section .tab-content .tab-pane.fade {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}
.pricing-section .tab-content .tab-pane.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.cta-section.bg-gradient-dark {
  background: linear-gradient(145deg, #2c3e50, #1a252f) !important;
}
.cta-section .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-section .btn.btn-theme-color:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 15px rgba(254, 204, 24, 0.3);
          box-shadow: 0 5px 15px rgba(254, 204, 24, 0.3);
}
.cta-section .btn.btn-outline-light:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
          box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}
.cta-section .trust-indicator {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-section .trust-indicator:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.cta-section .trust-indicator:hover .text-white-50 {
  color: white !important;
}
.cta-section .blob-radius-2 {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.cta-section .blob-radius-3 {
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.vehicle-categories .category-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.vehicle-categories .category-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.vehicle-categories .category-card:hover .category-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.vehicle-categories .category-card .category-image {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.vehicle-categories .category-card .category-image img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  height: auto;
}
.vehicle-categories .category-card .category-image .category-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.vehicle-categories .category-card .category-image .category-overlay .badge {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
.vehicle-categories .category-card .category-icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
}
.vehicle-categories .category-card .category-features .feature-item {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: rgba(254, 204, 24, 0.05);
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vehicle-categories .category-card .category-features .feature-item:hover {
  background: rgba(254, 204, 24, 0.1);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.vehicle-categories .category-card .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vehicle-categories .category-card .btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.vehicle-categories .blob-radius-2 {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.vehicle-categories .blob-radius-3 {
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.booking-section .step-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.booking-section .step-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.booking-section .step-card .step-number {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.booking-section .step-card .step-icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.booking-section .booking-form {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.booking-section .booking-form .form-control, .booking-section .booking-form .form-select {
  padding: 0.75rem 1rem;
  font-size: 1rem;
}
.booking-section .booking-form .form-control:focus, .booking-section .booking-form .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(254, 204, 24, 0.05) !important;
}
.booking-section .booking-form .input-group-text {
  padding: 0.75rem 1rem;
  color: #1f8fff;
}
.booking-section .feature-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.booking-section .feature-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.booking-section .feature-card:hover .feature-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.booking-section .feature-card .feature-icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.booking-section .blob-radius-2 {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.booking-section .blob-radius-3 {
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
}

@media (max-width: 768px) {
  .booking-section .step-card .step-number {
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    font-size: 0.875rem;
  }
}
.ride-booking-section .booking-form-card {
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.ride-booking-section .booking-form-card form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.ride-booking-section .location-input {
  margin-bottom: 0.5rem;
}
.ride-booking-section .location-input label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #212529;
}
.ride-booking-section .location-input .input-with-icon {
  position: relative;
}
.ride-booking-section .location-input .input-with-icon i {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #4361ee;
}
.ride-booking-section .location-input .input-with-icon input {
  padding-left: 35px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  height: 45px;
}
.ride-booking-section .location-input .input-with-icon input:focus {
  border-color: #4361ee;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 97, 238, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(67, 97, 238, 0.25);
}
.ride-booking-section .payment-section h2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.ride-booking-section .payment-section .payment-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ride-booking-section .payment-section .payment-options .form-check {
  min-width: 100px;
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ride-booking-section .payment-section .payment-options .form-check:hover {
  background-color: #f1f3f5;
}
.ride-booking-section .payment-section .payment-options .form-check input:checked + label {
  color: #4361ee;
  font-weight: 500;
}
.ride-booking-section .car-selection-section h2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.ride-booking-section .car-selection-section .car-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
}
.ride-booking-section .car-selection-section .car-options.horizontal-layout .car-option {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 19%;
  margin-bottom: 0.75rem;
}
.ride-booking-section .car-selection-section .car-options.horizontal-layout .car-option .car-label.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 0.75rem 0.5rem;
}
.ride-booking-section .car-selection-section .car-options.horizontal-layout .car-option .car-label.horizontal .car-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
}
.ride-booking-section .car-selection-section .car-options.horizontal-layout .car-option .car-label.horizontal .car-image {
  margin-bottom: 0;
  width: 50px;
  height: 50px;
}
.ride-booking-section .car-selection-section .car-options.horizontal-layout .car-option .car-label.horizontal .car-details {
  text-align: left;
}
.ride-booking-section .car-selection-section .car-options.horizontal-layout .car-option .car-label.horizontal .car-details h4 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.ride-booking-section .car-selection-section .car-options.horizontal-layout .car-option .car-label.horizontal .car-details p {
  font-size: 0.8rem;
}
.ride-booking-section .car-selection-section .car-options .car-option {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 14%;
          flex: 1 0 14%;
  max-width: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .ride-booking-section .car-selection-section .car-options .car-option {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.333% - 1rem);
            flex: 1 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }
}
.ride-booking-section .car-selection-section .car-options .car-option input {
  position: absolute;
  opacity: 0;
}
.ride-booking-section .car-selection-section .car-options .car-option input:checked + .car-label {
  border-color: #4361ee;
  background-color: rgba(67, 97, 238, 0.1);
  -webkit-box-shadow: 0 3px 10px rgba(67, 97, 238, 0.2);
          box-shadow: 0 3px 10px rgba(67, 97, 238, 0.2);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.ride-booking-section .car-selection-section .car-options .car-option input:checked + .car-label .car-details h4, .ride-booking-section .car-selection-section .car-options .car-option input:checked + .car-label .car-details p {
  color: #4361ee;
}
.ride-booking-section .car-selection-section .car-options .car-option input .car-details {
  text-align: center;
  margin-top: 0.75rem;
}
.ride-booking-section .car-selection-section .car-options .car-option input .car-details h4 {
  font-size: 1.25rem;
  margin: 0 0 0.25rem 0;
  font-weight: 600;
}
.ride-booking-section .car-selection-section .car-options .car-option input .car-details p {
  margin: 0;
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
}
.ride-booking-section .car-selection-section .car-options .car-option .car-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ride-booking-section .car-selection-section .car-options .car-option .car-label:hover {
  border-color: #ced4da;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.ride-booking-section .car-selection-section .car-options .car-option .car-label .car-image {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
}
.ride-booking-section .car-selection-section .car-options .car-option .car-label .car-image img {
  max-width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}
.ride-booking-section .book-now-btn {
  background: linear-gradient(135deg, #4361ee, #3f37c9);
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ride-booking-section .book-now-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
          box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
}
.ride-booking-section .ride-map-area {
  position: relative;
  height: 660px; /* Explicitly set height to match _google-map.scss */
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ride-booking-section .ride-map-area .mapouter, .ride-booking-section .ride-map-area .gmap_canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ride-booking-section .ride-map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 991.98px) {
  .ride-booking-section .ride-map-area {
    margin-top: 1rem;
    height: 500px; /* Reduced height for tablets */
  }
}
@media (max-width: 767.98px) {
  .ride-booking-section .ride-map-area {
    height: 400px; /* Further reduced height for mobile phones */
    min-height: 350px;
  }
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.testimonials-section .testimonial-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.testimonials-section .testimonial-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.testimonials-section .testimonial-card:hover .testimonial-vehicle {
  background-color: rgba(254, 204, 24, 0.1) !important;
}
.testimonials-section .testimonial-card .testimonial-rating {
  font-size: 1.1rem;
}
.testimonials-section .testimonial-card .testimonial-text {
  position: relative;
  min-height: 100px;
}
.testimonials-section .testimonial-card .testimonial-text p {
  font-size: 1rem;
  line-height: 1.6;
}
.testimonials-section .testimonial-card .testimonial-text::before {
  content: '"';
  font-size: 4rem;
  font-family: serif;
  color: rgba(254, 204, 24, 0.1);
  position: absolute;
  top: -2rem;
  left: -1rem;
  z-index: 0;
}
.testimonials-section .testimonial-card .testimonial-vehicle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonials-section .testimonial-card .testimonial-vehicle i {
  font-size: 1.5rem;
}
.testimonials-section .testimonial-card .testimonial-author img {
  border: 2px solid #1f8fff;
  padding: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.testimonials-section .testimonial-card .testimonial-author .ms-3 h6 {
  margin-bottom: 0.25rem;
}
.testimonials-section .trust-indicator {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2rem;
  border-radius: 1rem;
  background: rgba(254, 204, 24, 0.03);
}
.testimonials-section .trust-indicator:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: rgba(254, 204, 24, 0.05);
}
.testimonials-section .trust-indicator .counter {
  font-weight: 700;
}
.testimonials-section .blob-radius-2 {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.testimonials-section .blob-radius-3 {
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
}

@media (max-width: 768px) {
  .testimonials-section .testimonial-card .testimonial-text {
    min-height: auto;
  }
  .testimonials-section .testimonial-card .testimonial-text p {
    font-size: 0.9rem;
  }
  .testimonials-section .testimonial-card .testimonial-author img {
    width: 60px;
    height: 60px;
  }
  .testimonials-section .trust-indicator {
    padding: 1.5rem;
  }
}
/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.faq-section .faq-category-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-section .faq-category-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.faq-section .faq-category-card .icon-box {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-section .faq-category-card .icon-box i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-section .faq-category-card:hover .icon-box {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.faq-section .faq-category-card:hover .icon-box i {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.faq-section .accordion .accordion-item {
  background: transparent;
}
.faq-section .accordion .accordion-item .accordion-button {
  background: rgba(254, 204, 24, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  padding: 1rem 1.5rem;
}
.faq-section .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #916c00;
  background: rgba(254, 204, 24, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-section .accordion .accordion-item .accordion-button::after {
  background-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-section .accordion .accordion-item .accordion-button:hover {
  color: #916c00;
}
.faq-section .accordion .accordion-item .accordion-body {
  padding: 1.5rem;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.faq-section .still-questions {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-section .still-questions:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.faq-section .still-questions:hover .icon-box {
  -webkit-animation: bounce 0.5s;
          animation: bounce 0.5s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media (max-width: 768px) {
  .faq-section .accordion .accordion-button {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  .faq-section .accordion .accordion-body {
    padding: 1rem;
    font-size: 0.9rem;
  }
  .faq-section .still-questions {
    padding: 2rem !important;
  }
}
/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.cta-section .cta-main-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cta-section .cta-main-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.cta-section .cta-main-card:hover .icon-box {
  background-color: rgba(255, 255, 255, 0.2);
}
.cta-section .cta-main-card .cta-features .icon-box {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-section .quick-contact-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cta-section .quick-contact-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.cta-section .quick-contact-card:hover .icon-box {
  -webkit-animation: shake 0.5s;
          animation: shake 0.5s;
}
.cta-section .quick-contact-card .icon-box {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-section .booking-process-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cta-section .booking-process-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.cta-section .booking-process-card .process-steps .step-number {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.cta-section .booking-process-card .process-steps .process-step {
  position: relative;
}
.cta-section .booking-process-card .process-steps .process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 40px;
  width: 2px;
  height: calc(100% - 20px);
  background-color: rgba(254, 204, 24, 0.2);
}
.cta-section .special-offer-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(254, 204, 24, 0.3);
}
.cta-section .special-offer-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(254, 204, 24, 0.2);
          box-shadow: 0 10px 30px rgba(254, 204, 24, 0.2);
}
.cta-section .special-offer-card:hover .icon-box {
  -webkit-animation: tada 1s;
          animation: tada 1s;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
@media (max-width: 768px) {
  .cta-section .cta-main-card {
    padding: 2rem !important;
  }
  .cta-section .quick-contact-card .row {
    text-align: center;
  }
  .cta-section .quick-contact-card .row > * {
    margin-bottom: 1rem;
  }
  .cta-section .quick-contact-card .row > *:last-child {
    margin-bottom: 0;
  }
  .cta-section .special-offer-card .row {
    text-align: center;
  }
  .cta-section .special-offer-card .row > * {
    margin-bottom: 1rem;
  }
  .cta-section .special-offer-card .row > *:last-child {
    margin-bottom: 0;
  }
}
/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.packages-hero .hero-content .badge {
  font-size: 0.9rem;
  border: 1px solid rgba(254, 204, 24, 0.3);
}
.packages-hero .hero-content .features-list .icon-box {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.packages-hero .hero-content .features-list .icon-box i {
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.packages-hero .hero-content .features-list .d-flex:hover .icon-box {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.packages-hero .hero-content .features-list .d-flex:hover .icon-box i {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.packages-hero .hero-image .main-image {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.packages-hero .hero-image .main-image:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.packages-hero .hero-image .main-image img {
  width: 100%;
  height: auto;
}
.packages-hero .hero-image .position-absolute {
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.packages-hero .hero-image .position-absolute .icon-box {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.packages-hero .hero-image .position-absolute .icon-box i {
  font-size: 1.25rem;
}
.packages-hero .hero-image .position-absolute:hover {
  -webkit-transform: translate(-20%, 20%) scale(1.05);
          transform: translate(-20%, 20%) scale(1.05);
}
.packages-hero .hero-image .position-absolute:hover:first-child {
  -webkit-transform: translate(20%, -20%) scale(1.05);
          transform: translate(20%, -20%) scale(1.05);
}

.blob-radius-2 {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.blob-radius-3 {
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
}

@media (max-width: 991.98px) {
  .packages-hero .hero-image {
    margin-top: 3rem;
  }
  .packages-hero .hero-image .position-absolute {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin: 1rem 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .packages-hero .hero-image .position-absolute:first-child {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .packages-hero .features-list .col-sm-6 {
    margin-bottom: 1rem;
  }
  .packages-hero .features-list .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .packages-hero .d-flex.flex-wrap .btn {
    width: 100%;
  }
}
/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.package-tiers .bg-gradient-dark {
  background: linear-gradient(145deg, #2c3e50, #1a252f) !important;
  border: none;
}
.package-tiers .bg-gradient-dark:hover {
  background: linear-gradient(145deg, #34495e, #2c3e50) !important;
}
.package-tiers .package-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.package-tiers .package-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.package-tiers .package-card.popular-package {
  border: none;
  background: linear-gradient(45deg, #1f8fff, rgb(235.2814655172, 184.3547413793, 1.0185344828));
}
.package-tiers .package-card.popular-package .popular-badge {
  font-weight: 500;
  -webkit-box-shadow: 0 5px 15px rgba(254, 204, 24, 0.3);
          box-shadow: 0 5px 15px rgba(254, 204, 24, 0.3);
}
.package-tiers .package-card .package-header .badge {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}
.package-tiers .package-card .package-header .package-price {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.package-tiers .package-card .package-header .package-price .currency {
  font-size: 1.5rem;
  vertical-align: super;
}
.package-tiers .package-card .package-header .package-price .duration {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.7;
}
.package-tiers .package-card .package-features .feature-item .icon-box {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.package-tiers .package-card .package-features .feature-item .icon-box i {
  font-size: 0.9rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.package-tiers .package-card .package-features .feature-item:hover .icon-box {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.package-tiers .package-card .package-features .feature-item:hover .icon-box i {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.package-tiers .btn-link {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.package-tiers .btn-link.active {
  color: #916c00 !important;
  background-color: #1f8fff !important;
}
.package-tiers .btn-link:hover {
  color: #916c00 !important;
}
.package-tiers .additional-features {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.package-tiers .additional-features .icon-box {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.package-tiers .additional-features .icon-box i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.package-tiers .additional-features .col-sm-4:hover .icon-box {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.package-tiers .additional-features .col-sm-4:hover .icon-box i {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

@media (max-width: 991.98px) {
  .package-tiers .package-card {
    margin-bottom: 2rem;
  }
  .package-tiers .package-card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .package-tiers .package-header .package-price {
    font-size: 2.5rem !important;
  }
  .package-tiers .package-header .package-price .currency {
    font-size: 1.25rem !important;
  }
  .package-tiers .additional-features .col-sm-4 {
    margin-bottom: 2rem;
  }
  .package-tiers .additional-features .col-sm-4:last-child {
    margin-bottom: 0;
  }
}
/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.special-packages .special-package-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.special-packages .special-package-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.special-packages .special-package-card:hover .package-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.special-packages .special-package-card .package-image {
  height: 280px;
}
.special-packages .special-package-card .package-image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 420px;
  max-width: 100%;
}
.special-packages .special-package-card .package-image .overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.special-packages .special-package-card .package-image .package-badge .badge {
  font-size: 0.9rem;
  font-weight: 600;
  -webkit-box-shadow: 0 5px 15px rgba(254, 204, 24, 0.3);
          box-shadow: 0 5px 15px rgba(254, 204, 24, 0.3);
}
.special-packages .special-package-card .package-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.special-packages .special-package-card .package-content .package-features .feature-item i {
  font-size: 1.1rem;
}
.special-packages .special-package-card .package-content .package-price h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1f8fff;
}
.special-packages .special-package-card .package-content .package-price span {
  font-size: 1.1rem;
}
.special-packages .cta-box {
  background: linear-gradient(145deg, #2c3e50, #1a252f);
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.special-packages .cta-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  background: linear-gradient(145deg, #34495e, #2c3e50);
}
.special-packages .cta-box h3 {
  font-size: 2rem;
  font-weight: 700;
}
.special-packages .cta-box .btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .special-packages .special-package-card .package-image {
    height: 240px;
  }
  .special-packages .special-package-card .package-image img {
    height: 240px;
    min-width: 360px;
  }
  .special-packages .special-package-card .package-content .feature-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .special-packages .special-package-card .package-content .package-price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .special-packages .special-package-card .package-image {
    height: 200px;
  }
  .special-packages .special-package-card .package-image img {
    height: 200px;
    min-width: 300px;
  }
  .special-packages .special-package-card .package-content {
    text-align: center;
  }
  .special-packages .special-package-card .package-content .feature-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .special-packages .special-package-card .package-content .package-price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.cta-packages {
  background: linear-gradient(145deg, #2c3e50, #1a252f);
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-packages .cta-content:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.cta-packages .cta-content .badge {
  font-size: 0.9rem;
  font-weight: 600;
  -webkit-box-shadow: 0 5px 15px rgba(254, 204, 24, 0.3);
          box-shadow: 0 5px 15px rgba(254, 204, 24, 0.3);
}
.cta-packages .cta-content .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-packages .cta-content .btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.cta-packages .cta-content .btn.btn-lg {
  padding: 0.8rem 2rem;
}
.cta-packages .cta-content .rounded-circle {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
}
.cta-packages .cta-content:hover .rounded-circle {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
}

@media (max-width: 767.98px) {
  .cta-packages .cta-content .display-4 {
    font-size: 2.5rem;
  }
  .cta-packages .cta-content .btn-lg {
    width: 100%;
    margin-bottom: 1rem;
  }
  .cta-packages .cta-content .btn-lg:last-child {
    margin-bottom: 0;
  }
}
/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.footer-2 {
  position: relative;
  overflow: visible;
  padding-top: 50px;
}
.footer-2 p {
  color: #fff;
  word-break: break-all;
}
.footer-2 .footer-shape {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  z-index: 12;
}
.footer-2 .footer-shape svg {
  position: relative;
  display: block;
  width: calc(161% + 1.3px);
  height: 150px;
}
.footer-2 .footer-shape .shape-fill {
  fill: #3B3B3B;
}
.footer-2 .footer-nav-div {
  position: relative;
  z-index: 2;
  background-color: #3B3B3B;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
}
.footer-2 .footer-nav-div .footer-brand {
  margin-bottom: 20px;
}
.footer-2 .footer-nav-div .footer-brand img {
  max-width: 150px;
}
.footer-2 .footer-nav-div .footer-text {
  color: #9B9CA0;
  margin-bottom: 20px;
}
.footer-2 .footer-nav-div h4 {
  color: #1f8fff;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}
.footer-2 .footer-nav-div h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #1f8fff;
}
.footer-2 .footer-nav-div .helpline h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.footer-2 .footer-nav-div .helpline h3 span {
  color: #1f8fff;
  display: inline-block;
}
.footer-2 .footer-nav-div .footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-2 .footer-nav-div .footer-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.footer-2 .footer-nav-div .footer-navigation ul li {
  margin-bottom: 10px;
}
.footer-2 .footer-nav-div .footer-navigation ul li a {
  color: #9B9CA0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-2 .footer-nav-div .footer-navigation ul li a:hover {
  color: #1f8fff;
}
.footer-2 .footer-nav-div .app-download-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.footer-2 .footer-nav-div .app-download-box h4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
}
.footer-2 .footer-nav-div .app-download-box h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #1f8fff;
}
.footer-2 .footer-nav-div .app-download-box .download-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .footer-2 .footer-nav-div .app-download-box .download-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-2 .footer-nav-div .app-download-box .download-links a {
  display: inline-block;
  max-width: 150px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .footer-2 .footer-nav-div .app-download-box .download-links a {
    max-width: 120px;
  }
}
.footer-2 .footer-nav-div .app-download-box .download-links a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-2 .footer-nav-div .app-download-box .download-links a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.footer-2 .footer-nav-div .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-2 .footer-nav-div .cta-button a {
  width: 100%;
  display: block;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #fff;
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .footer-2 .footer-nav-div .cta-button a {
    max-width: 100%;
    padding: 10px 15px;
    font-size: 11px;
  }
}
.footer-2 .footer-nav-div .cta-button a:hover {
  background-color: #fff;
  color: #373737;
}
.footer-2 .copyright-div {
  background-color: #373737;
  color: #9B9CA0;
  padding: 20px 0;
}
.footer-2 .copyright-div .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .footer-2 .copyright-div .social-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.footer-2 .copyright-div .social-nav a {
  color: #fff;
  padding: 5px 12px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  display: inline-block;
}
.footer-2 .copyright-div .social-nav a.facebook:hover {
  color: #3B5998;
}
.footer-2 .copyright-div .social-nav a.twitter:hover {
  color: #1DA1F2;
}
.footer-2 .copyright-div .social-nav a.instagram:hover {
  color: #c32aa3;
}
.footer-2 .copyright-div .social-nav a.google-p:hover {
  color: #db4439;
}
.footer-2 .copyright-div .social-nav a.linkedin:hover {
  color: #007bb6;
}
.footer-2 .copyright-div .social-nav a.pinterest:hover {
  color: #bd081c;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.footer-1 {
  position: relative;
  overflow: visible;
  padding-top: 50px;
}
.footer-1 p {
  color: #fff;
  word-break: break-all;
}
.footer-1 .footer-cityscape {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 5;
  pointer-events: none;
}
.footer-1 .footer-cityscape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-1 .footer-nav-div {
  position: relative;
  z-index: 2;
  background-color: #3B3B3B;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
}
.footer-1 .footer-nav-div .footer-brand {
  margin-bottom: 20px;
}
.footer-1 .footer-nav-div .footer-brand img {
  max-width: 150px;
}
.footer-1 .footer-nav-div .footer-text {
  color: #9B9CA0;
  margin-bottom: 20px;
}
.footer-1 .footer-nav-div h4 {
  color: #1f8fff;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}
.footer-1 .footer-nav-div h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #1f8fff;
}
.footer-1 .footer-nav-div .helpline h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.footer-1 .footer-nav-div .helpline h3 span {
  color: #1f8fff;
  display: inline-block;
}
.footer-1 .footer-nav-div .footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-1 .footer-nav-div .footer-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.footer-1 .footer-nav-div .footer-navigation ul li {
  margin-bottom: 10px;
}
.footer-1 .footer-nav-div .footer-navigation ul li a {
  color: #9B9CA0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-1 .footer-nav-div .footer-navigation ul li a:hover {
  color: #1f8fff;
}
.footer-1 .footer-nav-div .app-download-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.footer-1 .footer-nav-div .app-download-box h4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
}
.footer-1 .footer-nav-div .app-download-box h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #1f8fff;
}
.footer-1 .footer-nav-div .app-download-box .download-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .footer-1 .footer-nav-div .app-download-box .download-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-1 .footer-nav-div .app-download-box .download-links a {
  display: inline-block;
  max-width: 150px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .footer-1 .footer-nav-div .app-download-box .download-links a {
    max-width: 120px;
  }
}
.footer-1 .footer-nav-div .app-download-box .download-links a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-1 .footer-nav-div .app-download-box .download-links a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.footer-1 .footer-nav-div .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-1 .footer-nav-div .cta-button a {
  width: 100%;
  display: block;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #fff;
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .footer-1 .footer-nav-div .cta-button a {
    max-width: 100%;
    padding: 10px 15px;
    font-size: 11px;
  }
}
.footer-1 .footer-nav-div .cta-button a:hover {
  background-color: #fff;
  color: #373737;
}
.footer-1 .copyright-div {
  background-color: #373737;
  color: #9B9CA0;
  padding: 20px 0;
}
.footer-1 .copyright-div .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .footer-1 .copyright-div .social-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.footer-1 .copyright-div .social-nav a {
  color: #fff;
  padding: 5px 12px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  display: inline-block;
}
.footer-1 .copyright-div .social-nav a.facebook:hover {
  color: #3B5998;
}
.footer-1 .copyright-div .social-nav a.twitter:hover {
  color: #1DA1F2;
}
.footer-1 .copyright-div .social-nav a.instagram:hover {
  color: #c32aa3;
}
.footer-1 .copyright-div .social-nav a.google-p:hover {
  color: #db4439;
}
.footer-1 .copyright-div .social-nav a.linkedin:hover {
  color: #007bb6;
}
.footer-1 .copyright-div .social-nav a.pinterest:hover {
  color: #bd081c;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.hero-area-v-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-area-v-1 svg {
  position: absolute;
  width: 1400px;
  height: 750px;
  fill: #fff;
}
@media only screen and (max-width: 575px) {
  .hero-area-v-1 {
    padding-top: 90px;
  }
  .hero-area-v-1 svg {
    position: absolute;
    width: 300px;
    height: 750px;
    fill: #fff;
  }
}
.hero-area-v-1 .hero-area-slider {
  position: relative;
}
.hero-area-v-1 .hero-area-slider .owl-dots {
  top: 115%;
  width: 100%;
  display: block;
  position: absolute;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .hero-area-v-1 .hero-area-slider .owl-dots {
    top: 96%;
  }
}
.hero-area-v-1 .hero-area-slider .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  background-color: transparent;
  margin: 5px;
  border-radius: 50px;
  border: 1px solid #3B3B3B;
}
.hero-area-v-1 .hero-area-slider .owl-dots button.owl-dot.active {
  background-color: #373737;
  border: 1px solid #373737;
}
.hero-area-v-1 .hero-area-slider .single-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .hero-area-v-1 .hero-area-slider .single-slider-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero-area-v-1 .hero-area-slider .single-slider-item h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}
@media only screen and (max-width: 575px) {
  .hero-area-v-1 .hero-area-slider .single-slider-item h1 {
    font-size: 39px;
    font-weight: 700;
  }
}
.hero-area-v-1 .hero-area-slider .single-slider-item p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 45px;
  color: #3B3B3B;
}
.hero-area-v-1 .hero-area-slider .single-slider-item .hero-area-left {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media only screen and (max-width: 575px) {
  .hero-area-v-1 .hero-area-slider .single-slider-item .hero-area-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}
.hero-area-v-1 .hero-area-slider .single-slider-item .hero-area-right {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media only screen and (max-width: 575px) {
  .hero-area-v-1 .hero-area-slider .single-slider-item .hero-area-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-v-1 .hero-area-slider .single-slider-item .hero-area-right img {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-area-v-1 .hero-area-slider .single-slider-item .hero-area-right img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.hero-bg-light-yellow {
  height: 630px;
  background-repeat: no-repeat;
  background-color: #1f8fff;
  background-position: center top;
}

.hero-bg-dark-yellow {
  z-index: 1;
  padding: 180px 0 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1f8fff;
  background-position: center center;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
}
.hero-bg-dark-yellow:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  opacity: 0.75;
  position: absolute;
  background: #000000;
}
.hero-bg-dark-yellow .hero-area-slider .owl-dots button.owl-dot {
  border: 1px solid #1f8fff;
}
.hero-bg-dark-yellow .hero-area-slider .owl-dots button.owl-dot.active {
  background-color: #1f8fff;
  border: 1px solid #1f8fff;
}

.hero-blob {
  position: absolute;
  top: -3px;
  left: -13%;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.hero-blob svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 750px;
}
@media only screen and (max-width: 575px) {
  .hero-blob svg {
    width: calc(100% + 168px);
  }
}

@media only screen and (max-width: 991px) {
  .hero-area .hero-area-slider .single-slider-item .hero-area-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  .hero-area .hero-area-slider .single-slider-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero-area .hero-area-slider .single-slider-item .hero-area-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
}

.divider .shape-fill {
  fill: #FFFFFF;
}

.hero-self-driving {
  min-height: 100vh;
  position: relative;
  background-color: #f8f9fa;
  overflow: hidden;
}
.hero-self-driving .hero-background {
  z-index: 0;
}
.hero-self-driving .hero-background .tech-grid {
  background-image: linear-gradient(rgba(254, 204, 24, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 204, 24, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.7;
}
.hero-self-driving .hero-background .sensor-wave {
  border-radius: 50%;
  border: 1px solid rgba(254, 204, 24, 0.2);
}
.hero-self-driving .hero-background .sensor-wave-1 {
  width: 300px;
  height: 300px;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-animation: pulse 4s infinite;
          animation: pulse 4s infinite;
}
.hero-self-driving .hero-background .sensor-wave-2 {
  width: 500px;
  height: 500px;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-animation: pulse 4s infinite 1s;
          animation: pulse 4s infinite 1s;
}
.hero-self-driving .hero-background .sensor-wave-3 {
  width: 700px;
  height: 700px;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-animation: pulse 4s infinite 2s;
          animation: pulse 4s infinite 2s;
}
.hero-self-driving .tech-badge {
  border-radius: 12px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(254, 204, 24, 0.2);
}
.hero-self-driving .autonomous-car-visual {
  position: relative;
  margin-top: 2rem;
}
.hero-self-driving .autonomous-car-visual .car-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.hero-self-driving .autonomous-car-visual .car-container .car-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-self-driving .autonomous-car-visual .car-container .sensor-visualization {
  z-index: 2;
}
.hero-self-driving .autonomous-car-visual .car-container .sensor-visualization .lidar-scan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, transparent 30%, rgba(254, 204, 24, 0.05) 70%);
  -webkit-animation: lidar-rotate 8s linear infinite;
          animation: lidar-rotate 8s linear infinite;
}
.hero-self-driving .autonomous-car-visual .car-container .sensor-visualization .object-detection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-self-driving .autonomous-car-visual .car-container .sensor-visualization .object-detection .detection-box {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 0;
}
.hero-self-driving .autonomous-car-visual .car-container .sensor-visualization .object-detection .detection-box::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #1f8fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 10px rgba(254, 204, 24, 0.8);
          box-shadow: 0 0 10px rgba(254, 204, 24, 0.8);
  z-index: 3;
  -webkit-animation: pulse-dot 2s infinite;
          animation: pulse-dot 2s infinite;
}
.hero-self-driving .autonomous-car-visual .car-container .sensor-visualization .object-detection .detection-box::before {
  content: attr(data-object);
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  background-color: rgba(254, 204, 24, 0.9);
  color: #3B3B3B;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hero-self-driving .autonomous-car-visual .car-container .sensor-visualization .object-detection .detection-box::before::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 204, 24, 0.9)), to(rgba(255, 191, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(254, 204, 24, 0.9), rgba(255, 191, 0, 0.9));
  bottom: -20px;
  left: 50%;
}
.hero-self-driving .autonomous-car-visual .car-container .sensor-visualization .object-detection .detection-box-1 {
  width: 40px;
  height: 80px;
  top: 40%;
  left: 20%;
  -webkit-animation: detection-pulse 2s infinite;
          animation: detection-pulse 2s infinite;
}
.hero-self-driving .autonomous-car-visual .car-container .sensor-visualization .object-detection .detection-box-2 {
  width: 80px;
  height: 50px;
  top: 60%;
  right: 15%;
  -webkit-animation: detection-pulse 2s infinite 0.7s;
          animation: detection-pulse 2s infinite 0.7s;
}
.hero-self-driving .autonomous-car-visual .car-container .sensor-visualization .object-detection .detection-box-3 {
  width: 30px;
  height: 30px;
  top: 30%;
  right: 30%;
  -webkit-animation: detection-pulse 2s infinite 1.4s;
          animation: detection-pulse 2s infinite 1.4s;
}
.hero-self-driving .autonomous-car-visual .car-container .ai-decision {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: rgba(59, 59, 59, 0.85);
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(254, 204, 24, 0.2);
}
.hero-self-driving .autonomous-car-visual .car-container .ai-decision .decision-path {
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#1f8fff), to(#FFBF00));
  background: linear-gradient(to right, #1f8fff, #FFBF00);
  border-radius: 2px;
  margin-bottom: 10px;
  position: relative;
}
.hero-self-driving .autonomous-car-visual .car-container .ai-decision .decision-path::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFBF00;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: path-progress 3s infinite;
          animation: path-progress 3s infinite;
}
.hero-self-driving .autonomous-car-visual .car-container .ai-decision .tech-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero-self-driving .autonomous-car-visual .car-container .ai-decision .tech-data .data-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-self-driving .autonomous-car-visual .car-container .ai-decision .tech-data .data-point .data-label {
  font-size: 10px;
  opacity: 0.7;
  text-transform: uppercase;
}
.hero-self-driving .autonomous-car-visual .car-container .ai-decision .tech-data .data-point .data-value {
  font-size: 14px;
  font-weight: bold;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(50%, -50%) scale(0.8);
            transform: translate(50%, -50%) scale(0.8);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: translate(50%, -50%) scale(1);
            transform: translate(50%, -50%) scale(1);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translate(50%, -50%) scale(0.8);
            transform: translate(50%, -50%) scale(0.8);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(50%, -50%) scale(0.8);
            transform: translate(50%, -50%) scale(0.8);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: translate(50%, -50%) scale(1);
            transform: translate(50%, -50%) scale(1);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translate(50%, -50%) scale(0.8);
            transform: translate(50%, -50%) scale(0.8);
  }
}
@-webkit-keyframes lidar-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lidar-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes detection-pulse {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes detection-pulse {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(254, 204, 24, 0.7);
            box-shadow: 0 0 0 0 rgba(254, 204, 24, 0.7);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    -webkit-box-shadow: 0 0 0 10px rgba(254, 204, 24, 0);
            box-shadow: 0 0 0 10px rgba(254, 204, 24, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(254, 204, 24, 0);
            box-shadow: 0 0 0 0 rgba(254, 204, 24, 0);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(254, 204, 24, 0.7);
            box-shadow: 0 0 0 0 rgba(254, 204, 24, 0.7);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    -webkit-box-shadow: 0 0 0 10px rgba(254, 204, 24, 0);
            box-shadow: 0 0 0 10px rgba(254, 204, 24, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(254, 204, 24, 0);
            box-shadow: 0 0 0 0 rgba(254, 204, 24, 0);
  }
}
@-webkit-keyframes path-progress {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes path-progress {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@media (max-width: 992px) {
  .hero-self-driving .autonomous-car-visual {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .hero-self-driving .sensor-wave {
    display: none;
  }
}
/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.hero-area-3 {
  background-color: rgba(254, 204, 24, 0.05);
}
.hero-area-3 .hero-car-mockup .car-image-container {
  position: relative;
  z-index: 1;
}
.hero-area-3 .hero-car-mockup .app-overlay {
  top: 20%;
  right: 10%;
  width: 250px;
  z-index: 2;
}
.hero-area-3 .hero-car-mockup .app-overlay .mobile-app-mockup {
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.hero-area-3 .hero-car-mockup .app-overlay .mobile-app-mockup .app-screen {
  background: #f4f4f4;
  border-radius: 15px;
  padding: 10px;
}
.hero-area-3 .hero-car-mockup .app-overlay .mobile-app-mockup .app-screen .app-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  color: #333;
}
.hero-area-3 .hero-car-mockup .app-overlay .mobile-app-mockup .app-screen .map-placeholder {
  height: 120px;
  background: #e0e0e0;
  border-radius: 10px;
  margin-bottom: 10px;
}
.hero-area-3 .hero-car-mockup .app-overlay .mobile-app-mockup .app-screen .app-ride-details {
  background: white;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.hero-area-3 .hero-car-mockup .app-overlay .mobile-app-mockup .app-screen .app-ride-details .pickup-location,
.hero-area-3 .hero-car-mockup .app-overlay .mobile-app-mockup .app-screen .app-ride-details .dropoff-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.hero-area-3 .hero-car-mockup .app-overlay .mobile-app-mockup .app-screen .app-ride-details .pickup-location i,
.hero-area-3 .hero-car-mockup .app-overlay .mobile-app-mockup .app-screen .app-ride-details .dropoff-location i {
  margin-right: 10px;
  color: #1f8fff;
}
.hero-area-3 .hero-car-mockup .app-overlay .mobile-app-mockup .app-screen .app-ride-details .ride-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
.hero-area-3 .hero-car-mockup .app-overlay .mobile-app-mockup .app-screen .btn-confirm-ride {
  width: 100%;
  background-color: #1f8fff;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 10px;
}

.page-header {
  background-color: #fff;
  min-height: 400px;
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header .breadcrumb-item {
  font-size: 0.9rem;
}
.page-header .breadcrumb-item.active {
  font-weight: 500;
}
.page-header .blob-radius-2, .page-header .blob-radius-3 {
  -webkit-filter: blur(40px);
          filter: blur(40px);
  opacity: 0.8;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.hero-6 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 6rem 0 3rem;
}
.hero-6 .hero-6-bg {
  background-image: url("../../assets/images/home/taxi-city-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}
.hero-6 .dark-overlay {
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}
.hero-6 .hero-6-content h1 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .hero-6 .hero-6-content h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .hero-6 .hero-6-content h1 {
    font-size: 2rem;
  }
}
.hero-6 .hero-6-content p {
  color: #fff;
  font-size: 1.25rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .hero-6 .hero-6-content p {
    font-size: 1.1rem;
  }
}
.hero-6 .booking-form-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hero-6 .booking-form-wrapper .form-group {
  margin-bottom: 0;
}
.hero-6 .booking-form-wrapper .form-group .form-label {
  margin-bottom: 0.5rem;
  color: #3B3B3B;
}
.hero-6 .booking-form-wrapper .form-group .input-group .input-group-text {
  padding: 0.75rem 1rem;
}
.hero-6 .booking-form-wrapper .form-group .input-group .form-control {
  padding: 0.75rem 1rem;
  height: auto;
}
.hero-6 .booking-form-wrapper .form-group .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #1f8fff;
}
.hero-6 .booking-form-wrapper .btn {
  padding: 0.75rem 1rem;
  height: 100%;
}

@media (max-width: 991.98px) {
  .hero-6 {
    padding: 5rem 0 2rem;
  }
  .hero-6 .booking-form-wrapper {
    margin-top: 2rem;
  }
  .hero-6 .booking-form-wrapper .form-group {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .hero-6 {
    padding: 4rem 0 2rem;
    min-height: auto;
  }
  .hero-6 .booking-form-wrapper {
    padding: 1.5rem !important;
  }
}
/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.icons-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.icons-div .single-icon {
  height: 110px;
  width: 110px;
  text-align: center;
  line-height: 105px;
  position: relative;
  border-radius: 100%;
  background-color: #FEFBF0;
  border: 1px solid rgba(59, 59, 59, 0.3);
}
@media only screen and (max-width: 575px) {
  .icons-div .single-icon {
    display: none;
  }
}
.icons-div .single-icon:not(:last-child):after {
  content: "";
  position: absolute;
  background-color: #ddd;
  height: 1px;
  width: 170px;
  top: 50%;
  left: 122%;
}

.how-work-text {
  padding: 0 10px;
  text-align: center;
  word-break: break-all;
}
@media only screen and (max-width: 991px) {
  .how-work-text {
    margin-bottom: 20px;
  }
}
.how-work-text h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.about-us-area .about-us-text {
  padding-right: 70px;
}
.about-us-area h4 {
  font-size: 26px;
  margin-bottom: 20px;
}
.about-us-area p {
  margin-bottom: 40px;
}
.about-us-area .about-us-img {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .about-us-area .about-us-text {
    padding-right: 0;
  }
}
.about-us-area {
  position: relative;
}
.about-us-area:after {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  background-image: url(../../assets/images/home/2.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .about-us-area:after {
    display: none;
  }
}

.download-qrcode {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .download-qrcode {
    text-align: center;
  }
}

.download-text {
  margin-top: 55px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .download-text {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .download-buttons {
    text-align: center;
  }
}
.download-buttons a {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .download-buttons a {
    margin-bottom: 10px;
  }
}
.download-buttons a:first-child {
  margin-right: 10px;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.single-contact-info {
  padding: 27px;
  border: 1px solid rgba(55, 55, 55, 0.2);
  min-height: 225px;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .single-contact-info {
    margin-bottom: 20px;
    min-height: 250px;
  }
}
.single-contact-info img {
  margin-bottom: 20px;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.personal-information-div .nav-tabs a {
  font-size: 14px;
  color: #333333;
  padding: 10px;
}
.personal-information-div .personal-details {
  background-color: #F7F7F6;
  padding: 25px;
}

.passanger-name {
  margin-bottom: 50px;
}
.passanger-name p {
  margin-bottom: 8px;
}
.passanger-name a {
  color: #333333;
}
.passanger-name a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 575px) {
  .passanger-name {
    margin-bottom: 10px;
  }
}

.personal-info {
  margin-top: 50px;
}
.personal-info a {
  color: #333333;
}
.personal-info a.button {
  color: #fff;
}
.personal-info .personal-details {
  background-color: #F7F7F6;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .personal-info .personal-details {
    padding: 15px;
  }
  .personal-info .personal-details textarea {
    margin-bottom: 0;
  }
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 50px 0;
}
@media only screen and (max-width: 575px) {
  .counter-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
  }
}

.single-counter-box {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .single-counter-box {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.vahicles-container .row {
  margin-top: 30px;
}

.single-vehicle-container {
  margin-bottom: 30px;
  text-align: center;
}

.single-driver .card {
  background-color: #F7F7F6;
  border-radius: 0;
  margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
  .tab-dashboard {
    margin-top: 15px;
  }
}

.rides-filter ul li {
  list-style: none;
  display: inline-block;
}
.rides-filter ul li a {
  display: inline-block;
  color: #3B3B3B;
  padding: 5px 15px;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media only screen and (max-width: 575px) {
  .rides-filter ul li a {
    padding: 5px 10px;
  }
}
.rides-filter ul li a:hover {
  border-color: rgba(59, 59, 59, 0.3);
}

.tab-dashboard .tab-navigation {
  margin-bottom: 45px;
}
.tab-dashboard .tab-navigation a {
  display: inline-block;
  padding: 15px;
  border: 1px solid transparent;
  border-bottom: none;
  color: #333333;
}
@media only screen and (max-width: 575px) {
  .tab-dashboard .tab-navigation a {
    padding: 8px;
  }
}
.tab-dashboard .tab-navigation a.active {
  background-color: #F7F7F6;
  color: #3B3B3B;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid rgba(59, 59, 59, 0.1);
  border-bottom: none;
}

.tab-pane h4 {
  margin-bottom: 30px;
}
.tab-pane .small-div-item {
  background-color: #F7F7F6;
}
.tab-pane .small-div:not(:last-child) {
  margin-bottom: 50px;
}

.driver-dashboard-div .right-text {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .driver-dashboard-div .right-text {
    text-align: left;
  }
}

.div-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.div-heading .heading-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .div-heading .heading-item-1 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .div-heading .heading-item-2 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
.div-heading .heading-item.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #000000;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dashboard-section {
  padding: 90px 0;
  background-color: #FEFBF0;
}
.dashboard-section .dashboard-sidebar {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 30px 0;
  margin-bottom: 30px;
}
.dashboard-section .dashboard-sidebar .sidebar-nav li {
  margin-bottom: 10px;
}
.dashboard-section .dashboard-sidebar .sidebar-nav li a {
  display: block;
  padding: 10px 20px;
  color: #201D1D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dashboard-section .dashboard-sidebar .sidebar-nav li a:hover, .dashboard-section .dashboard-sidebar .sidebar-nav li a.active {
  background-color: #1f8fff;
  color: #fff;
  border-radius: 5px;
}
.dashboard-section .dashboard-content {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 30px;
}
.dashboard-section .dashboard-content .content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.dashboard-section .dashboard-content .content-header h2 {
  margin: 0;
  color: #201D1D;
  font-size: 24px;
}
.dashboard-section .dashboard-content .content-header .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-section .dashboard-content .content-header .header-btn a {
  margin-left: 15px;
  padding: 10px 20px;
  background-color: #1f8fff;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dashboard-section .dashboard-content .content-header .header-btn a:hover {
  background-color: #FFBF00;
}
.dashboard-section .dashboard-content .dashboard-table {
  width: 100%;
  border-collapse: collapse;
}
.dashboard-section .dashboard-content .dashboard-table thead {
  background-color: #F7F7F6;
}
.dashboard-section .dashboard-content .dashboard-table thead th {
  padding: 15px;
  text-align: left;
  color: #201D1D;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
}
.dashboard-section .dashboard-content .dashboard-table tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.dashboard-section .dashboard-content .dashboard-table tbody tr:last-child {
  border-bottom: none;
}
.dashboard-section .dashboard-content .dashboard-table tbody tr td {
  padding: 15px;
  color: #333333;
}
.dashboard-section .dashboard-content .dashboard-table tbody tr td a {
  color: #1f8fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.dashboard-section .dashboard-content .dashboard-table tbody tr td a:hover {
  color: #FFBF00;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.single-vehicle-box {
  height: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-bottom: 25px;
}
.single-vehicle-box img {
  width: 100%;
  display: block;
}
.single-vehicle-box:hover .vehicle-box-hover {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.single-vehicle-box .vehicle-box-hover {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-vehicle-box .vehicle-box-hover:after {
  content: "";
  background-color: rgba(254, 204, 24, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.single-vehicle-box .vehicle-box-hover h4 {
  color: #000;
}
.single-vehicle-box .vehicle-box-hover p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.blog-listing-area {
  /*--------------------------------------------------------------
    # Pagination
    --------------------------------------------------------------*/
}
.blog-listing-area .card {
  overflow: hidden;
}
.blog-listing-area .card-img-top {
  height: 240px; /* Perfect 2:1 ratio from original 480px */
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* Ensures image is centered when cropped */
  aspect-ratio: 3/2; /* Maintains consistent aspect ratio */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.blog-listing-area .card:hover .card-img-top {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog-listing-area .card .author a {
  color: #916c00;
}
.blog-listing-area .pagination {
  display: block;
  text-align: center;
}
.blog-listing-area .pagination li {
  display: inline-block;
  margin-right: 15px;
}
.blog-listing-area .pagination li.next a, .blog-listing-area .pagination li.prev a {
  width: auto;
  height: auto;
  border: 0;
}
.blog-listing-area .pagination li:last-child {
  margin-right: 0;
}
.blog-listing-area .pagination li a {
  display: inline-block;
  color: #201D1D;
  font-size: 16px;
  text-align: center;
  border: 0;
  font-weight: 400;
  padding: 0;
  height: 45px;
  text-transform: uppercase;
  width: 45px;
  line-height: 45px;
  border: 1px dashed transparent;
  border-radius: 0;
  border-radius: 50%;
}
.blog-listing-area .pagination li a:hover {
  background-color: inherit;
  color: #000;
}
.blog-listing-area .pagination li.active a {
  border-color: #000;
  background-color: inherit;
  color: #000;
  font-weight: 700;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.contact-section {
  background-color: #f8f9fa;
}
.contact-section .contact-info {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contact-section .contact-info:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.contact-section .contact-info .contact-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-section .contact-info .contact-card:hover {
  background-color: #1f8fff !important;
}
.contact-section .contact-info .contact-card:hover .contact-icon i,
.contact-section .contact-info .contact-card:hover .contact-details h5,
.contact-section .contact-info .contact-card:hover .contact-details p {
  color: #000 !important;
}
.contact-section .contact-form .form-control {
  border: 1px solid #e0e0e0;
}
.contact-section .contact-form .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 204, 24, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(254, 204, 24, 0.25);
  border-color: #1f8fff;
}
.contact-section .contact-form .btn-primary {
  background-color: #1f8fff;
  border-color: #1f8fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-section .contact-form .btn-primary:hover {
  background-color: rgb(226.0215517241, 177.099137931, 0.9784482759);
  border-color: rgb(226.0215517241, 177.099137931, 0.9784482759);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.contact-section .social-links .btn-light {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-section .social-links .btn-light.facebook:hover {
  color: #3B5998;
  background-color: #f7f7f7;
}
.contact-section .social-links .btn-light.twitter:hover {
  color: #1DA1F2;
  background-color: #f7f7f7;
}
.contact-section .social-links .btn-light.instagram:hover {
  color: #c32aa3;
  background-color: #f7f7f7;
}
.contact-section .social-links .btn-light.google-p:hover {
  color: #db4439;
  background-color: #f7f7f7;
}
.contact-section .social-links .btn-light.linkedin:hover {
  color: #007bb6;
  background-color: #f7f7f7;
}
.contact-section .social-links .btn-light.pinterest:hover {
  color: #bd081c;
  background-color: #f7f7f7;
}

.map-container {
  overflow: hidden;
  position: relative;
}
.map-container iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.map-container iframe:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.blog-post .author span a {
  color: #916c00;
}
.blog-post .related-posts .author a {
  color: #916c00;
}
.blog-post .related-posts .author a:hover {
  color: #1f8fff;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.login-section {
  background-color: #f8f9fa;
  min-height: calc(100vh - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-section .login-card {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.login-section .login-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.login-section .login-card .nav-pills .nav-link {
  color: #3B3B3B;
  border-radius: 50rem;
  padding: 0.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-section .login-card .nav-pills .nav-link:hover {
  background-color: rgba(254, 204, 24, 0.1);
}
.login-section .login-card .nav-pills .nav-link.active {
  background-color: #1f8fff;
  color: #000;
  font-weight: 700;
}
.login-section .login-card .form-floating .form-control {
  border: 1px solid #e0e0e0;
}
.login-section .login-card .form-floating .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 204, 24, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(254, 204, 24, 0.25);
  border-color: #1f8fff;
}
.login-section .login-card .text-theme {
  color: #1f8fff;
}
.login-section .login-card .text-theme:hover {
  color: rgb(226.0215517241, 177.099137931, 0.9784482759);
}
.login-section .login-card .form-check-input:checked {
  background-color: #1f8fff;
  border-color: #1f8fff;
}
.login-section .login-card .social-login {
  position: relative;
}
.login-section .login-card .social-login:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
  z-index: 1;
}
.login-section .login-card .social-login p {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1rem;
  background-color: #fff;
}
.login-section .login-card .social-login .btn-light {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-section .login-card .social-login .btn-light.facebook:hover {
  color: #3B5998;
  background-color: #f7f7f7;
}
.login-section .login-card .social-login .btn-light.google:hover {
  color: #db4439;
  background-color: #f7f7f7;
}
.login-section .login-card .social-login .btn-light.twitter:hover {
  color: #1DA1F2;
  background-color: #f7f7f7;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
.register-section {
  background-color: #f8f9fa;
  min-height: calc(100vh - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.register-section .register-card {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.register-section .register-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.register-section .register-card .nav-pills .nav-link {
  color: #3B3B3B;
  border-radius: 50rem;
  padding: 0.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.register-section .register-card .nav-pills .nav-link:hover {
  background-color: rgba(254, 204, 24, 0.1);
}
.register-section .register-card .nav-pills .nav-link.active {
  background-color: #1f8fff;
  color: #000;
  font-weight: 700;
}
.register-section .register-card .form-floating .form-control,
.register-section .register-card .form-floating .form-select {
  border: 1px solid #e0e0e0;
}
.register-section .register-card .form-floating .form-control:focus,
.register-section .register-card .form-floating .form-select:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 204, 24, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(254, 204, 24, 0.25);
  border-color: #1f8fff;
}
.register-section .register-card .form-check-input:checked {
  background-color: #1f8fff;
  border-color: #1f8fff;
}
.register-section .register-card textarea.form-control {
  min-height: 100px;
}
.register-section .register-card .social-register {
  position: relative;
}
.register-section .register-card .social-register:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
  z-index: 1;
}
.register-section .register-card .social-register p {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1rem;
  background-color: #fff;
}
.register-section .register-card .social-register .btn-light {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.register-section .register-card .social-register .btn-light.facebook:hover {
  color: #3B5998;
  background-color: #f7f7f7;
}
.register-section .register-card .social-register .btn-light.google:hover {
  color: #db4439;
  background-color: #f7f7f7;
}
.register-section .register-card .social-register .btn-light.twitter:hover {
  color: #1DA1F2;
  background-color: #f7f7f7;
}

/*

Template Name   :  CarrGo - Ridesharing Taxi Template
File            :  CSS Base
Version         :  1.6.0
Author          :  Radiuzz (https://themeforest.net/user/radiuzz)
Developer:      :  Studio Radiuzz
Email           :  studioradiuzz@gmail.com

Table of Contents
1. Global
   1.1. Abstracts
       - _variables
       - _mixins
       - _utilities
       - _globals
       - _migration-utils
   1.2. Base
       - _reset
       - _fonts
       - _responsive
   1.3. Components
       - _buttons
       - _forms
       - _navigation
       - _hero-*
       - _services
       - _features
       - _testimonials
       - _blog-*
       - _pricing
       - _team
       - _contact
       - _footer
       - _achievements
       - _booking-*
       - _counter
       - _cta-*
       - _download-*
       - _faq-*
       - _how-it-works-*
       - _our-presence
       - _package-*
       - _partners
       - _special-packages
       - _tab
       - _table
       - _vehicles-*
   1.4. Layout
       - _header
       - _footer
       - _grid
       - _sections
   1.5. Pages
       - _home-*
       - _about
       - _services
       - _contact
       - _blog-*

2. Vendor Overrides
   - _bootstrap-overrides
   - _slick-theme
   - _select2

3. Utilities
   - _helpers
   - _animations
   - _spacing
   - _typography
   - _shadows
   - _borders
   - _backgrounds
   - _opacity
   - _z-index

==================================================
*/
/* media screen and (max-width: 1199px) - start */
@media screen and (max-width: 1199px) {
  .hero-area .hero-area-slider .single-slider-item p {
    margin: 20px 0 30px 0;
  }
  .hero-area .hero-area-slider .single-slider-item h1,
  .hero-area .hero-area-slider .single-slider-item .h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .driver-carousel-wrapper .owl-nav button span {
    display: none;
  }
  .driver-carousel-wrapper .owl-nav button.owl-prev {
    left: -12px;
  }
  .driver-carousel-wrapper .owl-nav button.owl-next {
    right: -12px;
  }
  .page-content {
    padding: 90px 0 140px;
  }
  .commented-sec {
    padding: 110px 0 160px;
  }
}
/* media screen and (max-width: 1199px) - end */
/* media screen and (max-width: 1024px) - start */
@media screen and (max-width: 1024px) {
  .header__lower .navbar-dark .navbar-nav > li > .nav-link {
    padding: 10px 15px;
  }
  .header__upper--right .navigation li:not(:last-child) {
    margin-right: 12px;
  }
  .header__upper--right .button {
    margin-left: 25px;
  }
  .header__upper--right .button,
  .header__upper--right .navigation a,
  .header__lower .navbar-dark .navbar-nav > li > .nav-link {
    font-size: 13px;
  }
  .hero-bg-dark-yellow {
    padding: 110px 0 190px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
  }
}
/* media screen and (max-width: 1024px) - end */
/* media screen and (max-width: 991px) - start */
@media screen and (max-width: 991px) {
  .header__upper--left {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .header__upper--right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar .navbar-toggler {
    margin: auto;
  }
  header {
    position: static;
  }
  header.sticky {
    position: sticky;
    -webkit-animation: unset;
            animation: unset;
  }
  header.sticky .header__upper {
    display: block;
  }
  header.sticky .header__lower {
    display: none;
  }
  body.theme-1,
  body.theme-2 {
    padding-top: 0 !important;
  }
  .hero-bg-light-yellow {
    height: auto;
    margin-top: 90px;
  }
  .hero-area .hero-area-slider .single-slider-item {
    padding: 60px 0 100px;
  }
  .hero-area .hero-area-slider .single-slider-item .hero-area-right img {
    padding: 50px 0 0 !important;
    margin: auto !important;
  }
  .hero-area .hero-area-slider .owl-dots {
    top: auto !important;
    bottom: 60px !important;
  }
  .download-div .download-buttons {
    padding-bottom: 80px;
  }
  .hero-bg-dark-yellow {
    padding: 150px 0 120px;
  }
  .hero-bg-dark-yellow .hero-area-slider .owl-dots {
    bottom: 0 !important;
  }
  .breadcrumb-div {
    padding: 30px 0;
  }
  .responsive-menu .header__upper--right .button {
    margin-left: 0;
  }
  .responsive-menu .header__upper--right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .page-sec-title > h2 {
    font-size: 42px;
    line-height: 60px;
  }
  .lt-news .blog-posts-v10 {
    margin-bottom: -50px;
  }
  .lt-news .blog-posts-v10 .post-v10 {
    margin-bottom: 50px;
  }
  .single-post-meta > .h2,
  .single-post-meta > h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .page-content {
    padding: 190px 0 140px;
  }
  .single-post-layout2 .shared-col {
    width: 100%;
    margin-bottom: 60px;
  }
  .single-post-layout2 {
    padding: 70px 0 0;
  }
  .single-post-layout2 .single-post-layout1 {
    width: 100%;
    max-width: 100%;
  }
  .single-post-layout2 .shared-col .social-count li {
    display: inline-block;
    margin-right: 30px;
  }
  .single-post-layout2 .shared-col {
    text-align: center;
  }
  .commented-sec {
    padding: 70px 0 100px;
  }
  .breadcrumb-div {
    margin-top: 80px;
  }
}
/* media screen and (max-width: 991px) - end */
@media screen and (max-width: 768px) {
  .page-sec-title > h2 {
    font-size: 34px;
    line-height: 50px;
  }
  .single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .share-on {
    text-align: center;
    margin-top: 30px;
  }
  .commented-sec {
    padding: 110px 0;
  }
  .post-tags {
    text-align: center;
  }
}
/* media screen and (max-width: 575px) - start */
@media screen and (max-width: 575px) {
  .header__lower {
    margin-top: 0;
  }
  .footer-nav-div .app-download-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-nav-div .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer-nav-div h4,
  .footer-nav-div .h4 {
    margin-bottom: 18px;
  }
  .header__upper--right .navigation a {
    padding: 0;
  }
  .header__upper--right .navigation li:not(:last-child) {
    margin-right: 6px;
  }
  .header__upper--right .button {
    margin-left: 15px;
  }
  .header__upper--right .button i {
    width: 30px;
    height: 30px;
    margin-right: 0;
    line-height: 30px;
  }
  .testimonial-area .owl-nav button span {
    display: none;
  }
  .hero-bg-dark-yellow {
    padding: 160px 0 100px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
  }
  .hero-bg-dark-yellow .hero-area-slider .owl-dots {
    bottom: -20px !important;
  }
  .breadcrumb-div .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .div-title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-sec-title > h2 {
    font-size: 26px;
    line-height: 42px;
  }
  .mile_pagination,
  .sidebar.blog-sidebar {
    margin-top: 60px;
  }
  .mile_pagination .pagination li {
    margin-right: 0;
  }
  .page-content {
    padding: 200px 0 110px;
  }
  .single-post-meta {
    margin-bottom: 60px;
  }
  .single-post-meta > .h2,
  .single-post-meta > h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .commented-sec {
    padding: 85px 0;
  }
  .post-comments-list .post-comment {
    display: block;
  }
  .post-comments-list ul {
    padding-left: 20px;
  }
  .post-comments-list .post-comment .comment-info {
    max-width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote:before {
    top: -50px;
  }
  .single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote {
    padding: 0 25px;
  }
  .single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote p {
    font-size: 24px;
    line-height: 36px;
  }
  .single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info > .h3, .single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info > h3 {
    line-height: 34px;
  }
}
/* media screen and (max-width: 575px) - end */
/* media screen and (max-width: 390px) - start */
@media screen and (max-width: 390px) {
  .search-bar {
    width: 235px;
  }
}
/* media screen and (max-width: 390px) - end */
/* media screen and (max-width: 375px) - start */
@media screen and (max-width: 375px) {
  .header__upper--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* media screen and (max-width: 375px) - end */
/* media screen and (max-width: 340px) - start */
@media screen and (max-width: 355px) {
  .header__upper--left .logo {
    margin-right: 0px;
  }
  .search-bar {
    width: 205px;
  }
  .search-bar .form .button {
    width: 33px;
  }
  .search-bar .form-control {
    padding-left: 36px;
  }
}
.impact-section .div-title::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* media screen and (max-width: 340px) - end */
/*# sourceMappingURL=style.css.map */
