
:root {

    --primary: #FFCA20;
    --bs-primary: #FFCA20;
    --color_1: #7678ED;
    --color_2: #F7B801;
    --color_3: #F18701;
    --a_link: #333;
    --light: #757272;

      --secondary: #27AE60;
      --dark: #333333;
      --light: #F9F9F9;
      --gray: #E0E0E0;


    --bs-nav-link-color: #333;


}

body{
  font-family: "Noto Sans", sans-serif;
  background: #fff;
}

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

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

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: var(--primary);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--primary);
    --bs-btn-disabled-border-color: var(--primary);
}

.btn-outline-primary {
    --bs-btn-color: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary);
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary);
    --bs-gradient: none;
}

.text-primary {
    --bs-text-opacity: 1;
    color: var(--primary) !important;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--primary) !important;
}

h2{
  font-size: 3rem;
  font-weight: 800;
}
.titleunderline {
    background: var(--primary);
    width: 76px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.fw-bold {
    font-weight: 500 !important;
}
.page-link {
    color: var(--primary);
}
.active>.page-link, .page-link.active {
    color: var(--bs-pagination-active-color);
    background-color: var(--primary);
    border-color: var(--primary);
}
.logo{
  max-height: 40px;
}
.main_nav .nav-link {
    font-size: 22px;
    font-weight: 500;
    color: #000 !important;
    padding-right: 1.6rem !important;
}

.hero {
  background: url(../img/bg_head.png);
  padding: 4.5rem 0;
}
.hero h1{
  font-size: 3rem;
  font-weight: 800;
}

.hero .row{
  margin: 10px 0;
}

.hero .form-control , .hero .input-group-text {
    padding: 1.3rem .75rem;
    font-size: 1.1rem;
    border: 1px solid #00000047 !important;
    background: #fff !important;
}
.book_btn {
  font-size: 1.8rem;
  font-weight: 800;
  padding: 1rem 0;
}
.our_services  {
  padding: 3rem 0;
}
.our_services .row {
  padding: 3rem 0;
}
.our_services .card {
  border: 0;
}
.our_services .card .card-body{
  border: 0;
  padding: 0;
}
.our_services img{
  max-height: 90px;
  background: #f5f7f9;
  padding: 10px;
  border-radius: 10px;
}
.our_services h4{
  font-size: 1.5rem;
  font-weight: 800;
}
.section_dark  {
  padding: 3rem 0;
  background: #f6f7f9;
}
.section_dark .row {
  padding: 3rem 0;
}

.section_light  {
  padding: 3rem 0;
  background: #fff;
}
.section_light .row {
  padding: 3rem 0;
}

.download_section  {
  padding: 3rem 0;
  background: #000000;
  color: #fff;
  text-align: center;
}
.download_section .row {
  padding: 3rem 0;
}
.download_section img {
  max-height: 90px;
  margin-bottom: 10px;
}

.typo p{
  font-size: 1.9rem;
  font-weight: 400;
  padding: 2rem 0;
}
.btn-xl {
  font-size: 1.7rem;
}

.socail_icons{
 padding: 0 2rem !important; 
}
.socail_icons a{
  font-size: 4rem;
  color: #000;
  padding: 0 2rem !important;

}
.footer_links a{
  font-size: 1.1rem;
  color: #000;
  margin: 0 2rem !important;

}

  .service-card {
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .service-card:hover {
    border-color: var(--bs-primary) !important;
  }
  .service-card.active {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 1px var(--bs-primary);
  }
  .form-control:focus {
    box-shadow: none;
  }
  .border-bottom {
    height: 2px;
    background: linear-gradient(90deg, var(--bs-primary), transparent);
    opacity: 0.2;
  }

  .booking_login .offcanvas-bottom {
    height: 60vh !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .booking_login .otp-input {
    border-radius: 8px !important;
    border: 1px solid #dee2e6 !important;
  }
  .booking_login .otp-input:focus {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25) !important;
  }
  .booking_login .offcanvas-title {
  color: #000;
}

 /* Pulsing animation for location marker */
  .pulse-marker {
    width: 40px;
    height: 40px;
    animation: pulse 2s infinite;
    opacity: 0.7;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(0.8);
      box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
    }
    70% {
      transform: scale(1.3);
      box-shadow: 0 0 0 15px rgba(13, 110, 253, 0);
    }
    100% {
      transform: scale(0.8);
      box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
  }
  
  /* Custom progress bar animation */
  .progress-bar-animated {
    animation: progressAnimation 1.5s ease-in-out infinite;
  }
  
  @keyframes progressAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }



/* Driver Marker Styling */
  .driver-marker {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  
  /* Pulsing Ring Animation */
  .pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 3px solid rgba(13, 110, 253, 0.4);
    border-radius: 50%;
    animation: pulse 2s infinite;
    z-index: 1;
  }
  
  @keyframes pulse {
    0% {
      transform: translate(-50%, -50%) scale(0.8);
      opacity: 0.7;
    }
    70% {
      transform: translate(-50%, -50%) scale(1.3);
      opacity: 0;
    }
    100% {
      transform: translate(-50%, -50%) scale(0.8);
      opacity: 0;
    }
  }
  
  



#map {
      height: 70vh;
      width: 100%;
    }
    .delivery-panel {
      height: 30vh;
      margin-top: -2rem;
      border-top-left-radius: 1.5rem;
      border-top-right-radius: 1.5rem;
    }
    .driver-marker {
      background-color: #0d6efd;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    }
    .pulse-ring {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      border: 3px solid rgba(13, 110, 253, 0.4);
      border-radius: 50%;
      animation: pulse 2s infinite;
      z-index: 1;
    }
    @keyframes pulse {
      0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.7; }
      70% { transform: translate(-50%, -50%) scale(1.3); opacity: 0; }
      100% { transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
    }
    .progress-bar {
      transition: width 0.5s ease;
    }





    .thank-you-card {
      border-radius: 1.5rem;
      border-top: 5px solid var(--primary);
    }
    .checkmark-circle {
      width: 80px;
      height: 80px;
      background-color: var(--primary);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      animation: scaleIn 0.5s ease-out;
    }
    @keyframes scaleIn {
      0% { transform: scale(0); opacity: 0; }
      80% { transform: scale(1.1); }
      100% { transform: scale(1); opacity: 1; }
    }
    .delivery-details {
      border-left: 3px solid var(--primary);
    }
    .rating-star {
      color: #ddd;
      font-size: 2rem;
      cursor: pointer;
      transition: color 0.2s;
    }
    .rating-star:hover, .rating-star.active {
      color: #ffc107;
    }

.receipt-container {
      max-width: 500px;
    }
    .receipt-card {
      border-radius: 0.5rem;
      border-top: 4px solid var(--primary);
    }
    .receipt-header {
      border-bottom: 2px dashed #dee2e6;
    }
    .receipt-footer {
      border-top: 2px dashed #dee2e6;
    }
    .item-row {
      border-bottom: 1px solid #eee;
    }
    @media print {
      body {
        background-color: white;
      }
      .no-print {
        display: none !important;
      }
      .receipt-card {
        border: none;
        box-shadow: none;
      }
    }


.my_account {
  background: #f8f9fa;
}


.my_account .sidebar {
      min-height: 100vh;
      background: white;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    
.my_account .nav-link {
      color: var(--dark);
      border-radius: 8px;
      margin-bottom: 4px;
    }
    
.my_account .nav-link:hover, .nav-link.active {
    background-color: #0000008c;
    color: var(--primary) !important;
    }
    
.my_account .nav-link i {
      width: 24px;
      text-align: center;
    }
    
.my_account .card-stat {
      border-radius: 12px;
      border: none;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
    }
    
.my_account .card-stat:hover {
      transform: translateY(-5px);
    }
    
.my_account .delivery-card {
      border-radius: 12px;
      border: none;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      cursor: pointer;
    }
    
.my_account .delivery-card:hover {
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
.my_account .status-badge {
      padding: 4px 10px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 500;
    }
    
.my_account .status-completed {
      background-color: rgba(39, 174, 96, 0.1);
      color: var(--secondary);
    }
    
.my_account .status-pending {
      background-color: rgba(242, 201, 76, 0.1);
      color: #F2C94C;
    }
    
.my_account .status-cancelled {
      background-color: rgba(235, 87, 87, 0.1);
      color: #EB5757;
    }
    
.my_account .avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }
    
    @media (max-width: 992px) {
.my_account .sidebar {
        height: auto;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
      }
      
.my_account .main-content {
        margin-bottom: 80px;
      }
    }


.my_account .card-wallet {
      border-radius: 12px;
      border: none;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      background: linear-gradient(135deg, var(--primary), #6fb1fc);
      color: white;
    }
    
.my_account .payment-method-card {
      border-radius: 8px;
      border: 1px solid var(--gray);
      transition: all 0.3s ease;
      cursor: pointer;
    }
    
.my_account .payment-method-card:hover, .payment-method-card.active {
      border-color: var(--primary);
      box-shadow: 0 0 0 1px var(--primary);
    }
    
.my_account .payment-method-card.active {
      background-color: rgba(47, 128, 237, 0.05);
    }
    
.my_account .transaction-card {
      border-radius: 8px;
      border-left: 3px solid var(--primary);
    }
    
.my_account .transaction-credit {
      border-left-color: var(--secondary);
    }
    
.my_account .bottom-sheet {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: white;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
      transform: translateY(100%);
      transition: transform 0.3s ease;
      z-index: 1050;
      max-height: 90vh;
      overflow-y: auto;
    }
    
.my_account .bottom-sheet.show {
      transform: translateY(0);
    }
    
.my_account .backdrop {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.5);
      z-index: 1040;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
    }
    
.my_account  .backdrop.show {
      opacity: 1;
      visibility: visible;
    }
    
.my_account  .amount-chip {
      border-radius: 20px;
      padding: 8px 16px;
      background-color: rgba(255,255,255,0.2);
      color: white;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    
.my_account .amount-chip:hover, .my_account .amount-chip.active {
      background-color: white;
      color: var(--primary);
    }


    .delivery-timeline {
    position: relative;
    padding-left: 30px;
  }
  
  .timeline-item {
    position: relative;
    padding-bottom: 20px;
  }
  
  .timeline-item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: -21px;
    top: 24px;
    height: calc(100% - 24px);
    width: 2px;
    background-color: #e9ecef;
  }
  
  .timeline-item.completed:not(:last-child)::before {
    background-color: var(--bs-success);
  }
  
  .timeline-icon {
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
  }
  
  .timeline-item.completed .timeline-icon {
    background-color: var(--bs-success);
    color: white;
  }
  
  .timeline-content {
    padding-left: 15px;
  }
  
  .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }

    .avatar-lg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .form-switch .form-check-input {
    width: 3em;
    height: 1.5em;
  }
  
  .form-switch .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
  }




@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .display_none{
        display: none;
    }

    .display_none_mb{
        display: none !important;
    }

    .display_none_desk{
        display: block;
    }
    .dash_head_account h3{
      font-size: 18px;
    }
    .dash_head_account p{
      font-size: 12px;
    }
    .dashstcards h3{
      font-size: 18px;
    }
    .dashstcards h6{
      font-size: 13px;
    }
    .dash_actions a{
      font-size: 11px;
    }
    .wallet_myacc h2{
      font-size: 22px;
    }
    .my_account .nav-link {
    padding: 10px 10px;
    }
}
