.navigationMobile {
  display: none;
}
@media (max-width: 1360px) {
  .chat_box_add_reminder span, .reminder-trigger span {
    display: none;
  }
}
@media (max-width: 1200px) {
  .send_telegram_nonte_btn span, .chat_box_nonte_btn span {
    display: none;
  }
}
@media (max-width: 992px) {
  .historyScrolOverflow {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: var(--lotion);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    margin-bottom: 30px;
  }
  #table-percent {
    border-bottom: 2px solid var(--brightGray);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
  }
}

@media (max-width: 768px) {

.chat_box_add_reminder span,
.reminder-trigger span {
  display: none;
}
  .navigationMobile {
    display: block;
  }
/*  */
#dropNavWrap {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  top: 80px;
  left: 0;
  min-width: 100%;
  z-index: 1;
  border: none;
  border-radius: 0;
  opacity: 1;
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  padding: 0 !important;
  border: none !important;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#dropNavWrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#dropNavWrap ul li a {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 5px !important;
  background: none !important;
  width: 100%;
  justify-content: start;
}
#dropNavWrap ul li:hover {
  background-color: var(--brightGray) !important;
  border-radius: 5px !important;  
}
#dropNavWrap .carsCat {
  position: relative;
  padding: 10px;
  display: block;
}
#dropNavWrap ul li a span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Caps;
  color: var(--eerieBlack) !important;
}

  #dropNavWrap ul li {
    display: flex;
    width: 100%;
  }
  .desctopNavigation.show {
    display: block !important;
  }
.dropdown .btnMain .fa-angle-down {
  font-size: 12px;
}
.seeMoreCarsCat span i {
  width: 20px;
  height: 20px;
  background: #cedafa;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  border-radius: 5px;
}
a.brandLogo:hover + span {
  display: block;
}
a.seeMoreCarsCat {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 13px;
  color: var(--eerieBlack);
}
a.seeMoreCarsCat:hover {
  color: var(--blueHover);
}
.brandLogo {
  width: 40px;
  height: 40px;
  background-color: var(--lavenderBlue);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brandLogo img {
  width: inherit;
  width: 20px;
}
  .desctopNavigation {
    display: none;
  }
  .finanseDataResp {
    display: block;
  }
  .finanse-data-box {
    width: 100%;
    display: table;
  }
  .finanse-data-box-padding-left {
    width: 100%;
  }
  .finanse-data-box-border-right {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .carInfoFlex {
    display: inline-table;
    width: 100%;
  }
  .optionBtnWrap {
    margin-top: 15px;
    justify-content: center;
  }
  .patrolPenaltyWrap {
    margin-top: 20px;
  }
  .dropdown .btnMain span,
  dropdown label span,
  .dropdown .btnMain .fa-angle-down {
    display: none;
  }
  dropdown {
    width: 45px;
  }
  dropdown label {
    width: max-content;
    float: right;
  }
  dropdown input ~ ul {
    float: right;
  }
  .navigationBtnW  {
    width: max-content;
  }
  .borderSolid {
    height: auto !important;
  }
  .radio {
    display: grid !important;
    gap: 5px;
  }
  .radio input {
    height: 44px;
    line-height: 27px;
  }
  .profileContainer .btnMain span {
    display: none;
  }
  .driverContractheader {
    display: grid !important;
    gap: 10px;
  }

  
  .myCarCard,
  .myDriverCard {
    display: grid;
  }
  .myCarCard .carImg {
    width: 100%;
    height: 150px;
  }
  .contractInfoBtn {
    right: 30px;
    top: 30px;
  }
  .myDriverCard .driverImg {
    width: 100%;
    height: 150px;
  }
  .positionAbsoluteAbout {
    position: unset;
  }
  .positionAbsoluteAbout .servicesBackground {
    width: 100%;
    padding: 15px;
    margin: 50px 0;
    position: relative;
  }
  .ourStatistics {
    display: grid;
    gap: 20px;
  }

  .ourAbilitiesWrap {
    display: grid;
    gap: 30px;
  }
  .smallWidthSection {
    padding-right: 0;
  }
  .ourAbilitiesText {
    width: 100%;
  }
  .ourAbilitiesIcon {
    margin: auto;
  }
  .ourAbility {
    width: 100%;
    display: -webkit-inline-box;
    text-align: left;
  }
  .footerSection {
    padding: 70px 10px 1px;
  }
  .btnMain span {
    display: none;
  }
  .alertCardsHeader {
    display: grid;
    gap: 10px;
  }
}
@media (max-width: 568px) {
  .footerWrapper {
    display: grid;
    padding-bottom: 30px;
    gap: 20px;
  }
  .footerSmall {
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
  }
  .footerSmall .confidenc {
    display: grid;
    gap: 10px;
  }
  .info-bg {
    display: none;
  }
  .info-bg_head {
    display: none;
  }
  .searchWrap {
    height: auto;
    display: grid;
    padding: 15px;
  }
  .radio {
    width: 100%;
    margin-bottom: 15px;
  }
  .radio input {
    width: 100%;
  }
  .financeHeaderCards {
    display: grid;
  }
  .btnStyle {
    height: 45px;
    line-height: 45px;
    text-align: center;
  }
  .patrolPenaltyWrap {
    margin-top: 20px;
  }
  #openingDayBtn,
  #openingContractBtn {
    text-align: center;
  }
  .loginRegistrIcon {
    width: 100% !important;
    float: left !important;
  }
  a.logo {
    text-align: center;
    width: 100%;
  }
  .myDriverOption {
    display: flex;
  }
  .myCarOption {
    display: grid;
  }
  .carPublishPopupBtn,
  .driverTransactionhPopupBtn {
    position: unset;
  }



  .mobileCurentMillage {
    justify-content: center;
  }

  .mobileDeleteHeadTb {
    position: absolute;
    right: 0;
    width: 43px !important;
  }

  .mobileHeadTb {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: "Caps";
    font-size: 12px !important;
    font-weight: bold;
    padding-right: 45px !important;
  }
  .searchWrap {
    height: auto !important;
    display: grid !important;
    padding: 15px !important;
  }
  .justify-content-center {
    justify-content: left !important;
  }
  a.logo {
    text-align: left !important;
  }
}

/*  */
/* For screens 1200px and above - 5 items per row */
@media (min-width: 1200px) {
  .driverAllHistorySection .historyCards .historyCard {
    flex: 0 1 calc(14.34% - 5px);
  }
}

/* For screens between 992px and 1199px - 4 items per row */
@media (max-width: 1199px) and (min-width: 992px) {
  .driverAllHistorySection .historyCards .historyCard {
    flex: 0 1 calc(25% - 5px);
  }
}

/* For screens between 768px and 991px - 3 items per row */
@media (max-width: 991px) and (min-width: 768px) {
  .driverAllHistorySection .historyCards .historyCard {
    flex: 100%;
  }
}

/* For screens between 576px and 767px - 2 items per row */
@media (max-width: 767px) and (min-width: 576px) {
  .driverAllHistorySection .historyCards .historyCard {
    flex: 100%;
  }
}

/* For screens less than 576px - 1 item per row */
@media (max-width: 575px) {
  .driverAllHistorySection .historyCards .historyCard {
    flex: 0 1 100%;
  }
  .driverMoreInfo .driverMoreInfoCard {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }
  .driverMoreInfo {
    flex-wrap: wrap;
    gap: 10px;
  }
  .mobileHeaderHide {
    display: none !important;
  }
  .headerSpace {
    display: none !important;
  }
  .alert-container {
    display: none !important;
  }
  .pinned-list-container {
    width: 100% !important;
  }
  .chatbot_chat_contianer .chat_box_wrap {
    width: 100% !important;
  }
  .chat_box_content_wrap {
    width: 100% !important;
  }

  /*NAV*/
        .content {
            padding: 20px;
        }

        .content h1 {
            margin-bottom: 20px;
            color: #333;
        }

        .content p {
            line-height: 1.6;
            color: #666;
            margin-bottom: 15px;
        }

        /* Bottom Navigation */
        .bottom-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #ffffff;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            /* Safe area for iOS devices */
            padding-bottom: env(safe-area-inset-bottom);
        }

        .nav-container {
            display: flex;
            justify-content: space-around;
            align-items: center;
            height: 65px;
            max-width: 500px;
            margin: 0 auto;
        }

        .nav-item {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: #8e8e93;
            transition: color 0.3s ease;
            padding: 8px;
            cursor: pointer;
            position: relative;
            background: none;
            border: none;
            -webkit-tap-highlight-color: transparent;
        }

        .nav-item.active {
            color: #007AFF;
        }

        .nav-item:active {
            transform: scale(0.95);
        }

        .nav-icon {
            width: 24px;
            height: 24px;
            margin-bottom: 4px;
            transition: transform 0.3s ease;
        }

        .nav-item.active .nav-icon {
            transform: scale(1.1);
        }

        .nav-label {
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 0.2px;
        }

        /* Notification badge */
        .badge {
            position: absolute;
            top: 8px;
            right: calc(50% - 16px);
            background: #FF3B30;
            color: white;
            border-radius: 10px;
            padding: 2px 6px;
            font-size: 10px;
            font-weight: bold;
            min-width: 18px;
            height: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Ripple effect */
        .nav-item::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(0, 122, 255, 0.1);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }

        .nav-item:active::before {
            width: 100%;
            height: 100%;
        }


        /* Navigation menu (optional) */
        .navigation-menu {
            display: none;
            position: fixed;
            bottom: 80px;
            right: 20px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 2px 20px rgba(0,0,0,0.2);
            padding: 10px;
            z-index: 999;
        }

        .navigation-menu.show {
            display: block;
        }

        .navigation-menu a {
            display: block;
            padding: 10px 20px;
            color: #333;
            text-decoration: none;
            border-bottom: 1px solid #f0f0f0;
        }

        .navigation-menu a:last-child {
            border-bottom: none;
        }

    .driver_and_finacne_wrap {
        display: none;
        z-index: 20;
        right: 0px;
        width: 100%;
    }

        /* Show classes for blocks */
        .notification_wrap.show {
            display: block !important;
        }

        .driver_and_finacne_wrap.show {
            display: block !important;
        }

        .chatbot_cars_contianer.show {
            display: block !important;
        }
}

